New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Raspberry Pi alternatives? Looking for more GPIO pins
erhwegesrgsr
Member
So I am looking for a raspberry pi alternative, with these features the same:
- Low power
- ethernet
- small
- cheap
- Linux
I'm just looking for more pins, came across Olimex iMX233-OLINUXINO-MAXI but that's about it.
Comments
why not buy a thin client, they are plentiful and cheap on ebay.
Did you even read the title or conclusion? I need GPIO pins, not a workstation
Have a look on new BEAGLEBONE BLACK.
So if I read this right I get 92 pins and 2GB internal memory for OS for $45? That's awesome! Thank you!
sorry, I didn't notice the GPIO thing-a-majig
Yes, BEAGLEBONE BLACK is almost the same price with raspberry pi but with built in internal memory.
beaglebone black is definitely the way to go.
I2C or SPI GPIO expanders work?
Another idea would be just using two Raspberry Pi's, or connect an Arduino to the first one via USB, and then use Firmata (afaik it allows to just toggle Arduino's GPIO from the host machine directly).
Raspberry pi with new pi embedded board will do the job as well.
only 3x more expensive
Not really, Arduino clones start from just ~$8
http://www.aliexpress.com/item/Best-prices-UNO-R3-MEGA328P-ATMEGA16U2-for-Arduino-Compatible-Free-Shipping-Dropshipping/909950710.html
http://www.aliexpress.com/item/Nano-3-0-Brandnew-With-Free-USB-Cable-ATmega328-mini-development-board-the-controller/591964167.html
And regarding the BeagleBoard Black, despite it being "$45" and them having like two dozens of distributors, they are all useless, I am yet to find one with sane shipping options to my country (i.e. one that actually ships and does not charge something like $20 for that).
I like the fact that beagleboard has so many distributors and their schematics are available on their wiki. Because of that I am sure production will continue at this price. I am also buying in large quantities for production use, so shipping won't be a problem.
I'd go with the beagleboard myself, but I wonder what you're doing that needs linux, and needs ethernet, yet also needs so many GPIO pins. I'm no stranger to needing lots of GPIO pins myself (Once used all 80 pins on an FPGA board), but usually the use cases for the RasPi don't include lots of pins.
Remotely controlling/toggling the GPIO pins, maybe?