Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Raspberry Pi alternatives? Looking for more GPIO pins
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.

Raspberry Pi alternatives? Looking for more GPIO pins

erhwegesrgsrerhwegesrgsr Member
edited June 2013 in General

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.

  • @asterisk14 said:
    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.

    Thanked by 1erhwegesrgsr
  • @smile93 said:
    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

  • @erhwegesrgsr said:
    So if I read this right I get 92 pins and 2GB internal memory for OS for $45? That's awesome! Thank you!

    Yes, BEAGLEBONE BLACK is almost the same price with raspberry pi but with built in internal memory.

  • blackblack Member

    beaglebone black is definitely the way to go.

  • rds100rds100 Member

    I2C or SPI GPIO expanders work?

  • rm_rm_ IPv6 Advocate, Veteran

    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.

  • alexalex Member

    @rm_ said:
    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).

    only 3x more expensive

  • rm_rm_ IPv6 Advocate, Veteran
    edited June 2013

    @alex said:
    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).

  • erhwegesrgsrerhwegesrgsr Member
    edited June 2013

    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.

  • erhwegesrgsrerhwegesrgsr Member
    edited June 2013

    @Wolframium said:
    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?

Sign In or Register to comment.