Difference between revisions of "Setting Up Starter AVR"
Line 1: | Line 1: | ||
[[category:Starter AVR]] | [[category:Starter AVR]] | ||
+ | [[File: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. | 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= | =Basics= | ||
− | [[File: | + | [[File:Starter1.PNG]] |
− | + | 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 <br> | To program this board using SPI and external programmer check out our [[AVR Hardware and Software Setup]] tutorial <br> | ||
− | + | As starter AVR board comes with inbuilt arduino boot loader and this board has on board USB to serial converter indicated by '8' in above diagram so you need to connect only B type USB cable to port indicated by '9' in above diagram. | |
=Hookup= | =Hookup= | ||
=Code= | =Code= | ||
=Demo= | =Demo= | ||
=Downloads= | =Downloads= |
Revision as of 13:58, 30 March 2016
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.
Contents
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 above diagram so you need to connect only B type USB cable to port indicated by '9' in above diagram.