A Hardware Mashup Device Running Linux
jonniee writes "Mike Riley over at Dr. Dobb's takes a look at 'The BUG,' from Bug labs. It's a Linux-based, Java-programmable electronic base with I/O ports for connecting BUGmodules — individual modules that supply additional functionality to the BUGbase. Four BUGmodules currently exist: a color LCD screen, a combined motion detector/accelerometer, GPS, and a 2-megapixel color camera. You can think of it as 'electronic LEGOs' that let you build different devices depending on how you plug the modules together."
The BUG looks pretty slick, but it's $350 just for the base module! Add on modules like an LCD or GPS are about $100 each. Ouch.
For playing around with embedded electronics, try an open-source hardware Arduino board (http://www.arduino.cc), or just build your own using a PIC or AVR microcontroller. It's not as polished as the BUG and doesn't run Java, but it'll cost $40 instead of $400. Arduino has a decent set of software tools, and you can add modular "shields" for GPS, wireless, etc.
It's slashdot.org
Read about this YEARS ago.
Here's one from january, but I'm pretty sure I read about this, right here, long before then.
...of most educational institutions that operate on a restricted public budget (read: K-12 public schools). $600 is rather steep, especially when one considers the limited functionality that's less than equivalent to, say, a Handy Board that costs 1/2 as much, or even the Cricket for a sixth of the cost.
Nothing to see here. Gumstix has been around for quite a while, and their stuff is cheaper... and more useful.
"When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
When looking at http://buglabs.net/products it would seem that there are only 4 modules right now and they aren't cheap (at least for what you *can* get then for). I can see where this might be good for a very simple classroom style project, but not much more.
Also, hasn't this already be on Slashdot?
This is the exact architecture described for DIY modular gadgets in Vernor Vinge's Rainbows End
in Linux Journal a couple issues ago. It's in the August issue but it is only available online to subscribers currently because it is still new content.
this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
This is just a Slashvertisement. Modular electronics kits are around for a while. For example, VirtualCogs are around for much longer.
Also, there are much cheaper, less modular kits that usually are also much more useful.
GPS, LCD screen, motion sensor, java programmable. I'd rather wait for an android phone. For the same price, I'd also get a nice phone.
You can read all the documentation and code. Open source alternate firmware available for Java http://lejos.sourceforge.net/, C, Lua and many other languages.
Engineering is the art of compromise.