Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Android Hardware Linux

UDOO Looks To Combine Best of Raspberry Pi, Arduino 59

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."
This discussion has been archived. No new comments can be posted.

UDOO Looks To Combine Best of Raspberry Pi, Arduino

Comments Filter:
  • Best of? (Score:5, Informative)

    by ArcadeMan ( 2766669 ) on Saturday June 01, 2013 @02:19PM (#43884269)

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

    • Re:Best of? (Score:4, Interesting)

      by KiloByte ( 825081 ) on Saturday June 01, 2013 @02:56PM (#43884477)

      Odroid-U2 $89, four cores at twice the clock, twice the memory.

      Most of us don't need GPIO/etc so it's not in the standard, you can get that on an $15 expansion board.

      • by melstav ( 174456 )
        Take the ODroid and bolt an Arduino DUE onto the same PCB. That's pretty much exactly what this is.
      • Thanks for the tip on the Odroid-U2, that looks interesting. I'll check it out for sure.

        But this UDOO board sounds like it's for me, not you...

        I'm currently experimenting with IOIO boards and Android phones/tablets, so something like this would be a nice option.

    • Re:Best of? (Score:5, Insightful)

      by greg1104 ( 461138 ) <gsmith@gregsmith.com> on Saturday June 01, 2013 @02:56PM (#43884479) Homepage

      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.

      • You can wire an arduino and raspberry together and get the best of both worlds. Also, MicroCenter carries Raspberry Pis at retail now.Not sure why you dont like the busses available on the Pi's GPIO. Its I2c, serial, most of the stuff on the Arduino. I take sensors from my arduino and use them on my pi all the time.
        • Re:Best of? (Score:4, Interesting)

          by greg1104 ( 461138 ) <gsmith@gregsmith.com> on Saturday June 01, 2013 @03:20PM (#43884629) Homepage

          Most of my computer interfacing work crosses over into analog signals, and I'm not always in the mood to wire up circuitry to make a Pi talk to them. And some days I don't want two boards talking to one another via some interface I maintain; I'd like to just have one board to deal with and move on. That's the mindset the UDOO is targeting.

      • Comment removed (Score:4, Informative)

        by account_deleted ( 4530225 ) on Saturday June 01, 2013 @04:23PM (#43884907)
        Comment removed based on user account deletion
      • by drolli ( 522659 )

        And why is "running linux" a good thing for a microcontroller with a function which is implemented in 20 lines of C?

        Its also a misconception that linux single-board computers for experimenting with GPIO in this price range dont exist.

      • The combination of the two, running Linux but with the Arduino interfaces, can cost more than both chips combined and still be worthwhile.

        How about Beaglebone Black?

    • by Anonymous Coward

      Forgot http://beagleboard.org/Products/BeagleBone%20Black The BeagleBoard Black 45$ and supports Android and Linux
      [just copy/paste from their page]
      Processor: AM335x 1GHz ARM® Cortex-A8
      3D graphics accelerator
      NEON floating-point accelerator
      2x PRU 32-bit microcontrollers

      Connectivity"
      USB client for power & debug
      USB host
      Ethernet
      HDMI
      2x 46 pin headers

      Software Compatibility:
      Ångström Linux
      Android
      Ubuntu
      Cloud9 IDE on Node.js w/ BoneScript library
      plus much more

    • by Anonymous Coward

      You forgot one: STM32F4Discovery: $14

    • by rthille ( 8526 )

      Microchip PIC12683: Free samples :-)

    • by melstav ( 174456 )

      The $110 UDOO Dual core is most comparable to : RPi x 2 + Arduino DUE = $130 (using your numbers)

      The $130 UDOO Quad core is most comparable to : RPi x 4 + Arduino DUE = $210

      So yes, if you're just going to compare one embedded board to another, without taking into account their relative capabilities, the UDOO is more expensive. If instead, you compared the boards based on BOTH cost AND capabilities, things look very different.

      Sure, for some things an Arduino mini is going to be plenty. But some projects ma

  • Two ARM processors? (Score:5, Interesting)

    by ArcadeMan ( 2766669 ) on Saturday June 01, 2013 @02:24PM (#43884289)

    From the Kickstarter page, it seems this has two ARM processors. Call me crazy but it would make for an incredible platform for a MAME machine. Make the quad-core CPU emulate the hardware and the single-core emulate the CPU(s) of the original machine.

    The development of FPGA Arcade seems too slow for my taste.

    • As FPGA Arcade are conversions of hardware to run in an FPGA each conversion requires a lot more work than software emulation - but it can be done! Drag down some arcade schematics of the Web, get a cheap FPGA board and get started - see this post [gadgetfactory.net]

      For each different hardware platform I guess it takes three months of spare time to convert - as long as usable implementations for the major ICs can be found!

      • by melstav ( 174456 )
        I think you missed the point. He wants other people to do the work of porting the games. He just wants to be able to play them on an FPGA.
    • by melstav ( 174456 )

      Except that when you're trying to emulate processors and hardware, trying to spread that across multiple threads makes trying to get clock-cycle-perfect synchronization between the different parts of the emulated hardware gets really freaking hard. And since MAME is all about emulating the hardware as perfectly as possible, that's not gonna happen.It's been discussed at length in the various MAME mailing lists and FAQs.

      MAME does use multithreading for graphics rendering, but all of the hardware emulation is

  • by hamster_nz ( 656572 ) on Saturday June 01, 2013 @02:27PM (#43884313)

    I've got a US$60 pcDuino [gadgetfactory.net], 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?

    • That's pretty cool, but why for no jelly bean? Lots of JB-only features these days, and the OS itself tends to be easier on the resources (more free memory on JB roms than ICS roms!)

    • The implementation is such that the devil in the details will be banished; but replaced by the devil in communicating with the details:

      The Arduino work-a-like should be perfect, since the 'Arduino' half of the system is provided by exactly the same Atmel SAM3X8E as the Arduino Due, with the same I/O headers and so forth. The Freescale Cortex-A9 half of the board can communicate with the Atmel side; but has no role in attempting to emulate Arduino anything.

      However, because of that, it's architecturally just

      • by am 2k ( 217885 )

        The two processors don't share a memory space, or have automagic access to one another's peripherals, or anything of that nature.

        The two processors share the digital GPIOs, so there's a lot of peripheral sharing possible (this doesn't include WiFi though, as that chip is wired directly to the Cortex A9).

    • by melstav ( 174456 )

      I wonder how good their Arduino work-a-like API library will be...

      It won't be.... "a work-a-like", that is. The UDOO board is, quite literally, what you get if you take an Arduino DUE and bolt it onto the same PCB as a quad-core ARM system with a SATA port(*), instead of using a USB cable to connect the two. The Arduino code runs directly on the ATSAM3U, just as it would on a "real" Arduino DUE.

      (*) The dual-core board will *NOT* have a SATA port.

    • by melstav ( 174456 )

      Oh, and the pcDuino is "close to" this in so far as a board with only a single-core ARM Cortex-A8 can be considered "close to" a board with a dual (or quad) ARM Cortex-A9 *AND* the same Cortex-M3 that's on the Arduino DUE.

      Which is to say, not very.

      • Oh - I was more thinking like it was a ARM board running a full Linux stack, that had the headers you need to plug random bits and bobs in, to so stuff... my mistake.

        Let me just duct-tape an Arduino to my Cubieboard and jumper the power and serial ports together...

  • by Anonymous Coward on Saturday June 01, 2013 @02:34PM (#43884351)

    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

    • by amiga3D ( 567632 )

      I think the best thing about the PI is that it proved a point. There is a market for cheap, capable tiny computer boards for projects. The PI selling one million units spurred all kinds of hardware development. Even if they aren't as cheap as the PI it still improves the prospects for making impressive projects.

  • Now that's a nice robot controller.

  • ...but here's almost exactly the same specs, assembled and with Android 4.1, for $80:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16834686007 [newegg.com]
    1GHz A9 CPU
    1GB DDR3
    Touchscreen
    onboard wifi
    Plus this has a preconfigured OS plus I heard it's easily rootable to run Linux and whatever else and a Mali 3D accelerator/GPU which is quite nice at HD netflix and games.
    • by idlake ( 850372 )

      No, it doesn't have the same specs: it's missing the Arduino. People buy don't by these boards to run Android, they buy them to develop embedded applications.

  • Arduino is coming out with the Yun [arduino.cc], another combination of non-real time Linux chip and real-time ATmega chip, and it includes WiFi. It also is ready to go when you power it on, and allows you to upload sketches over the air. It looks like a better deal and better design to me for many applications.

    The UDOO has HDMI output and some other features, but it's not so clear to me what the advantage of UDOO is over just plugging a regular Arduino into a Raspberry Pi via USB (and the resulting combo is cheaper to

    • by melstav ( 174456 )

      The UDOO has HDMI output and some other features, but it's not so clear to me what the advantage of UDOO is over just plugging a regular Arduino into a Raspberry Pi via USB (and the resulting combo is cheaper to boot).

      Actually, the RPi is single-core, and thus you would have to bolt FOUR of them (at $35/ea) together with an Arduino DUE (at $50) to have something comparable to the $130 UDOO Quad, (board-only -- the board packaged with power supply, 2 preloaded SDCards, and HDMI cable is $160) and that mess wouldn't get you the SATA port that's on the UDOO Quad. -- The dual-core UDOO doesn't have SATA.

      • by idlake ( 850372 )

        You're missing the point. These devices are for embedded applications and robotics, where low power and low cost matter. SATA, HDMI, and (in many applications) multiple cores are not an advantage. I think the UDOO is too big and too expensive for applications where you want an Arduino.

        • by melstav ( 174456 )

          Actually, I think it is YOU who are missing the point. Because if an Arduino will satisfy your needs, then by god, use the Arduino! If your project's small enough that a $30 Arduino UNO will be ample for what you want it to do, you'd be downright silly to build your project around one of these, instead.

          But you're falling into the same trap that a lot of other people are -- thinking that all embedded systems have the same needs. Not all embedded systems need to be low-power, battery operated, or have no nee

  • by CaptainOfSpray ( 1229754 ) on Saturday June 01, 2013 @04:49PM (#43885061)
    ...it's called a Gertboard http://uk.farnell.com/gertboard/gertboard/board-gertboard-assembled/dp/2250034 [farnell.com], plugs directly onto the Pi, has an Arduino, a motor controller chip, an A/D and D/A chip on it, breaks out all the GPIO pins, buffered, completely jumperable. Price equiv 46 USD.
  • Power over ethernet or USB3 device port (ie slave to another computer) would make these type of machines MUCH better, because the stand alone power supply is no longer needed. Think of BEOWULF cluster that was here on /. The cool think there was a different way of connecting power to each of the 32 RPi. But that was also two more power supplies to power them. If the RPi could have gotten POE, then switch he used could have been upgraded and all RPi powered just by being connected. Think of those CISCO p

  • by thegarbz ( 1787294 ) on Saturday June 01, 2013 @07:48PM (#43886077)

    Why on earth does someone need a $500000 Kickstarter to build a device with a $100 BOM? The R&D in this case is not expensive. Even if they have 10 goes at it the BOM will be maybe a tad over $1k. What did they have 10 people working full time for a year trying to build this? What ever happened to getting a loan and investing a bit of time into creating a product?

    Is $4000 going to be the difference between pass and fail for this project? Are the people going to get to $496000 and say, "Oh well we tried, sorry guys it won't happen." and then head off to the Bahamas?

    • I could be wrong, but to me it reads that they HAVE 500k pledged, of 27k desired. Which essentially means their excess pledges are more like 'preorders' for a the final product. That should allow them to negotiate better quantity deals for manufacturing costs at the least.

  • This trend should lead to a full computer! Maybe like the one I had 10 years ago!

  • they've had the good sense to bring almost all of the connections you need to make to the same side of the board instead of wherever they managed to get the tracks to run to that had a bit of spare space on the Raspberry Pi. I'm not knocking the Pi though, for the price it's amazing and I've got my hands on a 512 MB model B, but rather inconvenient with the connections coming out on all four edges.

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...