Difference between revisions of "Windows"

From BitWizard WIKI
Jump to: navigation, search
(Created page with '= UNDER CONSTRUCTION = At the moment, this page is still heavily under construction. You can check one of the following howtos in the meantime: [http://www.atmel.com/microsite/av…')
 
(UNDER CONSTRUCTION)
 
Line 1: Line 1:
 
= UNDER CONSTRUCTION =
 
= UNDER CONSTRUCTION =
At the moment, this page is still heavily under construction. You can check one of the following howtos in the meantime:
+
At the moment, this page is still heavily under construction. You can check one of the following howtos in the meantime:<br>
[http://www.atmel.com/microsite/avr_studio_5/default.aspx]
+
[http://www.atmel.com/microsite/avr_studio_5/default.aspx Atmel AVR Studio 5]<br>
[http://www.ladyada.net/learn/avr/]
+
[http://www.ladyada.net/learn/avr/ Ladyada]<br>
[http://hackaday.com/2010/10/23/avr-programming-introduction/]
+
[http://hackaday.com/2010/10/23/avr-programming-introduction/ Hackaday]<br>
  
 
= Goal of this page =
 
= Goal of this page =

Latest revision as of 00:03, 21 February 2012

UNDER CONSTRUCTION

At the moment, this page is still heavily under construction. You can check one of the following howtos in the meantime:
Atmel AVR Studio 5
Ladyada
Hackaday

Goal of this page

On this page, we will explain how to prepare your developement environment, and how to write, compile, and flash your programs. However, we will not teach you the art of programing itself.

Downloading the software

Make sure to download all the latest versions, as always.

Compiler and IDE

Editors

Programming software

  • Flip (for programming Atmel USB controllers with a bootloader, over USB)

Installing everything

WinAVR

Simply run the executable setup file, and keep clicking "yes" and "next", no specific user input required.

Atmel AVR Studio

Notepad++

Flip

Creating a project

Compiling a project

Uploading a hex file to an AVR