Embedded Computers, Microcontrollers – Arduino, etc
Embedded computers and the Arduino in particular are a classic area for hackerspaces. Classes on them are often offered by spaces around the world. (I hear Machine Project is planning one soon!). A microcontroller can sense the world (temperature, touch, light, etc) and act in response (drive motors, blink lights, move stuff, send email/twitter, speak). And they are fairly inexpensive. Microcontrollers are ubiquitous in our modern world – every electronic gadget or toy or serious product generally has at least one, sometimes dozens.
Programming and designing with micro controllers can be challenging, however parts like the Arduino make it much easier. Smart people have put enough wrappers and ‘scaffolding’ around the core to hide much of the complexity and open the use of these devices up to a much wider audience of hackers and designers.
I expect there are many other Crashers who are already playing with microcontrollers, or want to. Personally, I have built some basic ‘experiments’ with the arduino and some other chips. I also have a ‘blimpduino’ – a mylar blimp whose motors are controlled by an arduino, either by R/C commands or autonomously. I have flown it as an R/C blimp but not tried it autonomously yet.
What is the interest/experience of other Crashers with microcontrollers?
I’ve worked with the Make Controller and the Arduino quite a bit. The Arduino is amazing, powerful, and has a huge development community behind it. The scale of the development community is its biggest asset, as it means a vast collection of libraries for specific components (keypads, displays, etc.)
If you are about to get into microcontrollers, I highly suggest picking up an Arduino (or 10)
/Chris
agreed, i was sold on arduino after i ended a late night hacking session with a post to the arduino forums. i woke-up 2 hrs later (5a) to find 3 replies. this was all before makerfaire so sleep was optional.