Hacker News new | ask | show | jobs
by landonfuller 5641 days ago
I actually feel the opposite -- microcontrollers are exactly why I got back into electronics. Being able to write a few lines of code that interact with the 'real' world -- that's what I find exciting, and analog circuits are tedious necessities in comparison.

Regardless of your ultimate interest Arduino (and the AVR microcontroller family in general) is a decent place to start :)

If you do have previous development experience, you'll probably want to move past Arduino pretty quickly. You can pick up an Atmel STK500 development board for just $79, and either use it with AVR Studio or the open source toolchains (avrdude, avr-gcc, avr-libc, etc): http://store.atmel.com/PartDetail.aspx?q=p:1050007

1 comments

I agree with you. It's the coolest thing ever to control physical things from my computer via programs that I write. The possibilities are endless. :)