Cheap Python-Capable Single Board Computer Suggestion? #89
Replies: 3 comments 1 reply
-
When you say 'python capable' and 'single board computer', could you clarify? Using the common definition of single board computer, any SBC should be capable of running Python and RNS, Raspberry Pi or otherwise. You don't need to use an SBC, you could use an old laptop, desktop, server, what have you. I've seen off-lease desktops going for pennies on ebay that are significantly more useful than an SBC. |
Beta Was this translation helpful? Give feedback.
-
Thin clients such as the Dell Wyse series thin clients sell for $5 - $10 used on eBay and can often be bought in bulk for even less. They have the same relative performance and in some cases greater performance than the Raspberry Pi and it's clones. The drawbacks are they don't have the same form factor and have greater power consumption. One of the benefits of the Pi, especially the Zero model is the lower power consumption which allows for completely portable operations. There is also the Orange Pi which is currently available on sites like Aliexpress but it's always a gamble buying these since there is very low quality control from what I have seen. |
Beta Was this translation helpful? Give feedback.
-
The whole raspi shortage is pretty annoying, since it was a platform that was very easy to deploy to, and quite reliable with good quality control, and overall low power consumption. This has obviously changed now that they are so hard to get. As @kc1awv and @zenith777777 has suggested, almost any computer that runs some sort of mainline Linux will work just fine. Even many devices that have custom/patched/old kernels, and many devices running embedded Linux works just fine too. I have Reticulum and nomadnet running on a couple of ebook readers ;) Unfortunately I can't give any definite suggestions on boards that are easily available in bulk and cheap enough for mass deployment, other than what has already been suggested. I am struggling just getting enough devices for development and testing. My current focus in trying to alleviate this is to make sure that Reticulum can run on almost anything you might have available, and to move as fast as I can towards having the stack running directly on microcontrollers like the ESP32 as well. Such low-powered devices will not be efficient for running big transport instances with lots of traffic (for that an SBC or any old computer will be more suitable), but it will allow you to let small devices handle all the application node tasks themselves. This is really the most useful approach I think, and will open up so many interesting possibilities. I am working as hard as I can towards this, but it is a non-trivial problem field to get right, and it needs to be done right to work well :) Also, thank you very much for your support and donations, you have no idea how much it helps and means. Funding is quite scarce for me at the moment, so every bit really helps out a lot. Thank you so much. |
Beta Was this translation helpful? Give feedback.
-
I have been trying to find rpi3's and rpi4's for a while, and have only found price gougers selling them which I refuse to buy from.
Does anybody have a single board computer alternative that is cheap, and would run the reticulum network stack?
Cheap being preferably under $40.
I have so many LoRa transmitters I just need to get the boards to use them with.
Honestly just thinking about putting a back order for 30 or 40 CM4 compute modules that are backordered until at least 03/23, since I don't see this getting better any time soon.
Another idea I had was to find a cheap android phone and use something like Linux Deploy to see if I could get it working on that ecosystem, since you can find a ton of used android phones for around $10 on eBay. But there is a lot of unknowns with that route as well, mainly getting pyserial to recognize external hardware and if it would even work. I've got an older android phone I plan on testing once I get some extra time.
Beta Was this translation helpful? Give feedback.
All reactions