I would like to do some experiments but keep costs down. Thought this product is a good place to start learning?
just search for SOC (System On a Chip) Boards or SBC (Single Board Computer)... you'll get RaspBerry, Banana and Orange PI's as the more easily available, and also some Panda Latte...Thanks for the complete explanation. I would like a raspberry or similar device to program it in b4j
Try something like this:I would like to do some experiments but keep costs down. Thought this product is a good place to start learning?
just search for SOC (System On a Chip) Boards or SBC (Single Board Computer)... you'll get RaspBerry, Banana and Orange PI's as the more easily available, and also some Panda Latte...Thanks for the complete explanation. I would like a raspberry or similar device to program it in b4j
Raspberry pi4 ( and had a pi3B before that) that is currently used as a klipper Server for my 3D Printer... but before that, it has been a media center, a NAS, and a few other things I can't remember ... and at times, a weird paper weight... so the big advante is not blocking your pc for something that its main purpose it to sit and "listen" to some periferals sending or requesting data... on a 24/7 basis.IMHO a lot of projects I see with a PI (or whatever flavor) is serious overkill. A B4J app running on a PC talking to a $5 ESP32 over Wifi can get most jobs done. If you know B4J you can easily program in B4R. Obviously, it all depends on what you are trying to accomplish.
keep in mind that, as any other computer, the Raspberry Pi board does not have any kind of built in ROM, and relies on external storage to run an OS, being it an SD card (by default) or an HDD or SSD. At current price tags, with a RPi4 that costed me abround 45€ two years ago, now selling for almost the double, plus the storage solution, plus the case and power block... you are already at the price tag of a middle end tablet price.sell the Raspberry inside a cover with pre-installed software, so as to function as if it were an Android box connected to the TV
Your assessment is correct.keep in mind that, as any other computer, the Raspberry Pi board does not have any kind of built in ROM, and relies on external storage to run an OS, being it an SD card (by default) or an HDD or SSD. At current price tags, with a RPi4 that costed me abround 45€ two years ago, now selling for almost the double, plus the storage solution, plus the case and power block... you are already at the price tag of a middle end tablet price.
Have you tried to hack it? most android boxes can run linux... the major issue is how to install it... you should star there... find a reasonable priced ANdroid TV box that has already been throught the paces of Linux installing... then you would just need to upload your app to it and make it run on boot.Android Box which I purchase for around €45 and has an integrated HDMI output. Not all tablets have an HDMI output.
I have several Android Boxes, I have already made Android Apps that work very well. I need to transform my App for Android and make it Start-At-Boot or KIOSK type.Have you tried to hack it? most android boxes can run linux... the major issue is how to install it... you should star there... find a reasonable priced ANdroid TV box that has already been throught the paces of Linux installing... then you would just need to upload your app to it and make it run on boot.
In fact there is no reason. But when it started the idea was born while I was thinking about doing some experiments on Arduino.I can't consider myself an expert on this field, but the reason why you need a Rapberry Pi is eluding me... if you already can do it with a Android TV box, why re-invent it?
Not useless.. at the very least, you will learn how these boards work... they are a lot of FUN.... and Frustration at times.But in reality, as you suggest, all this is useless
Sooner or later I'll probably also get a Raspberry to experiment with. For now I'll start with ESP32.Not useless.. at the very least, you will learn how these boards work... they are a lot of FUN.... and Frustration at times.
I was just trying to understand what/Why you were aiming at a Raspberry pi...