Slashdot Mirror


UDOO Looks To Combine Best of Raspberry Pi, Arduino

An anonymous reader writes "The Kickstarter campaign for the UDOO board is 7 days out from closing and they currently sit just under $4,000 short of their stretch goal of $500,000. The UDOO is an attempt to produce a single board which would combine the best parts of both Raspberry Pi and Arduino. UDOO will have a 1GHz ARM i.MX6 CPU in either a Dual Core or Quad Core flavor, 1 GB DDR3 RAM, HDMI and LVDS + Touch, and both an RJ45 port and an on board Wifi Module. Along with those specs, it will be compatible with Arduino DUE R3. The UDOO will utilize Micro SD as a boot device and run both Linux and Android. Currently on Kickstarter, the Dual Core starts at a pledge of $109."

4 of 59 comments (clear)

  1. Best of? by ArcadeMan · · Score: 5, Informative

    Udoo dual core: 110$
    Arduino DUE: 50$
    Raspberry Pi (model B): 40$
    Arduino Uno: 30$
    Arduino Pro mini: 10$
    ATmega328P: 3.50$

    1. Re:Best of? by geoskd · · Score: 3, Informative

      The cool part about the Raspberry Pi is that it runs Linux. Its ability to interface with non computing hardware could be better.

      The cool part about the Arduino is its analog and digital I/O interfaces. It has standard connectors for that purpose, beaten into useful form via a lot of people over the years, and there's even a good sized industry providing parts that plug into them. I can wander to my local Microcenter and get all sorts of Arduino parts nowadays.

      The combination of the two, running Linux but with the Arduino interfaces, can cost more than both chips combined and still be worthwhile. That's what the UDOO is trying to do. If your goal is to have a generic system that can do all sorts of hacking, this is a possibility for such a device. Maybe the price will even come down over time to have less of a premium.

      Or you could skip all of that and get a Beaglebone Black. If you want the GPIOs and a powerful processor, get a Beaglebone. The only downside I have found so far is that it only does 720P, not 1080P, but I'm using it for embedded stuff which means a headless system anyways. With 50+ digital IO, and 7 analog inputs, you'll be hard pressed to get anything even remotely close for the price.

      -=Geoskd

      --
      I wish I had a good sig, but all the good ones are copyrighted
  2. What... like a pcDuino? by hamster_nz · · Score: 4, Informative

    I've got a US$60 pcDuino, which is close to this. Sort of like a Raspberry Pi with Arduino(ish) I/O headers - they just lack the same spacing so an interposer is required. Runs Andriod, Linux and XBMC just fine...

    The devil is in the detail. I wonder how good their Arduino work-a-like API library will be... with the ADCs have the same resolution? Will timing sensitive bit-banged I/O still work OK? Will PWM be the same?

  3. at $109 they miss the point by Anonymous Coward · · Score: 3, Informative

    it's more expensive than buying an arduino, an Pi, and a board to connect the two.

    It's more powerful than the Pi, but there never was any shortage of boards that were more powerful than the Pi and also more expensive. Those boards used to be in the $200 range, so at $109 Udoo is a bit better, but it's nowhere close to the pricepoint of the Pi or BeagleBone Black

    At $35 the Pi is something that you can give to kids without having to really think about it. It's also something that you can just install in a project and leave it.

    At $109 the Uboo becomes something that you think much harder about giving to someone, and you don't just leave it in a project, you remove it from one project to build the next

    David Lang