A Little Ludwig Goes a Long Way

A smattering of opinions on technology, books, business, and culture. Now in its 4th technology iteration.

Starting to dabble with Arduino

17 March 2012

A few years ago when I was very active in Halloween decorating, I used the “Basic Stamp”:http://www.parallax.com/ for prop control. This is still a solid product and you can still buy a lot of stamp-based kits and products.

I’m starting to work on some new projects and it seems like all the cool kids have moved onto “Arduino-based”:http://www.arduino.cc/ designs, probably because of the open nature of Arduino.

So I’ve ordered a handful of test kits from “Adafruit”:http://adafruit.com/, “Sparkfun”:http://www.sparkfun.com/ and “Maker Shed”:http://www.makershed.com/Arduinos_Accessories_s/43 seem to have a lot of nice products too.

“Arduino programming”:http://arduino.cc/en/Reference/HomePage is C-like which seems like a bit of a step back, I wish I could use something more like Python.