What's the best 101 Aruduino kit?
January 17, 2013 11:07 AM Subscribe
It's been a few years (Almost 5!) since I last sat down to monkey with an Arduino. I now need one for a physical computing class and the number of kits has exploded. What's the best kit for no more than $100?
More details inside
Poking around the internet, it seems like there are a million kits and books out there: I need help! Arudino-geniuses, what's my best bet?
BONUS Q: I have quite a bit of experience with programming (C#,PHP,C++,JavaScript) so tutorials that are like "This is a FOR loop..." are a little blargh. I really need tutorials that explore electrical engineering and the capabilities of the Arduino, so suggestions in that direction are helpful.
posted by GilloD to technology (7 answers total) 33 users marked this as a favorite
For "tutorials that explore electrical engineering", two things:
- First, Ohm's Law, and a package of random resistors will get you a long way. I've built at least one stepper motor controller for commercial use based on little more than that and the knowledge that I needed a diode to make sure that the transistors needed to be protected from the inductive feedback from the motor coils. Really, you can get away with a heck of a lot of that as long as the events you're trying to measure are fairly slow (up to a thousand times a second or so)
- Second, Arduinos use an Atmel 8 bit AVR processor. Go browse the Atmel web site, find the Application Notes, find one that's close to what you want to build. More commercial products than you could possibly imagine are developed by piecing together two or three app notes.
Okay, three things:posted by straw at 11:30 AM on January 17