I suppose if I ever blow up the microcontroller I'll buy an unprogrammed one and reprogram + install it, but by far the compelling thing about it is that you get all of the parts in one box and can start tinkering on Christmas day. If you just get the MC you have to get a breadboard, USB support guts, and any other stuff separately before you can start using it.
Ruby + Arduino = Drink dispensing Barmonkey driven by a Ruby DSL that cost me like $50 to build.
Example recipe:
drink 'Screwdriver' do
serve_in 'Highball Glass'
ingredients do
2.ounces :vodka
5.ounces :orange_juice
end
endCode, video, photos: http://www.matthewdavidwilliams.com/2008/10/17/introducing-b...
I've been trying to find cheap food-grade pumps for a similar project.
A much simpler way is to gravity feed the liquid. You can make pinch valves (like on school cafeteria milk dispensers) from a solenoid or a small R/C servo motor and only the tubing that comes in contact with fluid has to be food grade. That stuff is easy enough to find (and cheaper than food grade pumps).
I've written code for one Arduino to run a python script to order pizza when one pushes a button (this used to be on my fridge.)
I used Arduinos as the processing, communications, and power modules for an augmented reality/robotics project where virtual balls projected on a dry erase board bounced off robotic devices (like a see-saw) and the devices reacted appropriately.
Currently I'm writing a program for the Atmel to query how many days left until YC demo day - and light up a corresponding massive LED display mounted on our wall.
You should check out LadyAda's site - most of her modules totally rock - especially the xbee and motor shield stuff. http://adafruit.com/
I totally agree, in fact I was harping on this to great lengths just a few days ago :-))
The hat of rock was my invention :-)
Abdel A Saleh, https://twitter.com/abdels
http://hacklab.to/archives/the-hacklab-toilet-now-on-twitter...
I'd love to see it in person. Someone made and documented a similar idea here: http://www.urbanhonking.com/ideasfordozens/2009/02/the_git_b...
http://www.instructables.com/id/Combining-security-system-wi...
http://andres-leon.blogspot.com/2009/04/my-first-arduino-pro...
comments always welcomed!