In this tutorial we will look at the basic setup required to get started with AVR breakout board. After completion of this basic setup we can interface peripherals with the breakout board. 0 AVR breakout.PNG

Basics

1 AVR breakout.PNG The AVR 40 pin breakout board can be used with all AVR 40 pin micro-controllers like ATmega16,ATmega32 etc. This breakout board comes with male header soldered so it can be fit easily on breadboard and perf board. The breakout board has ATmega32 MCU with pre-flashed UART bootloader. so it eliminates the use of external programmer. We use the external USB to Serial breakout for flashing the program through serial port.connect this breakout to USB to serial header of AVR breakout board indicated as '1' in above diagram.

HookUp

2 AVR hookup.png

Code

Demo

Downloads