0 starter0.PNG In this tutorial we will look at setting up the starter AVR board. Once you have done with this basic set up, you can use on board peripherals as well as many other peripherals which can be connected to board using on board GPIO's.

Basics

This board comes with a ATmega 32 microcontroller, which has arduino bootloader flashed into it. To program this board using SPI and external programmer check out our AVR Hardware and Software Setup tutorial
As starter AVR board comes with inbuilt arduino boot loader and this board has on board USB to serial converter indicated by '8' in below diagram so you need to connect only B type USB cable to port indicated by '9' in below diagram. Starter1.PNG

Hookup

Code

Demo

Downloads