Arduino – I Understand Arduino: Now What?

arduino

Alright, I've played around enough with Arduino that I feel pretty comfortable with it. Anything done now is more learning the electronics than it is the Arduino side of it.

What's the next step for my learning? Arduino is a combined programmer / controller, so presumably I need to break that link and start working with a controller chip separate from the controller, I guess? Can somebody point me in the right direction?

Best Answer

Here's some tips for working with AVRs and C.

Start off with embedded C with ATmega32 (ATmega AVR series)