Difference between revisions of "Windows"
Jump to navigation
Jump to 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…') |
|||
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
- WinAVR
- Atmel AVR studio (optional)
Editors
- Notepad++ My personal favourite.
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.