Difference between revisions of "AVR Class"
From Bloominglabs
Line 13: | Line 13: | ||
<big>'''Outline:'''</big> | <big>'''Outline:'''</big> | ||
+ | *[[http://bloominglabs.org/index.php/Image:Avr.tgz Avr.tgz]] AVR examples, Makefile, and avrdude.conf files from the class. | ||
+ | *[http://www.atmel.com/dyn/resources/prod_documents/doc2486.pdf AVR atmega8 datasheet] | ||
+ | |||
+ | <big>'''Links:'''</big> | ||
+ | *[http://winavr.sourceforge.net/ WinAVR for Microsoft Windows] | ||
+ | *[http://www.avrfreaks.net/wiki/index.php/Documentation:AVR_GCC AVR for Linux] (mine just came with Fedora) | ||
+ | *To find cool AVR projects and info check out [http://www.avrfreaks.net/ AVR Freaks]. |
Revision as of 18:12, 24 July 2010
Bloominglabs AVR Class at The Collaboration Room
You, programming a microprocessor? Yes, my friend. We’ll show you the basics of programming using the AVR ATMega8 microprocessor in this painless, tears-free workshop. Not only that, but you will gain experience “breadboarding” – building prototype circuits. You will upload your self-developed program to the microprocessors to tell it what to do – the first step in harnessing the power of this pervasive technology.
Handouts
- AVR pinout worksheet File:AVR handout.pdf
- AVR RGB LED+button schematic File:AVR rgb+button handout.pdf
- AVR workshop questionnaire File:Questionnaire-AVR workshops.pdf
Outline:
- [Avr.tgz] AVR examples, Makefile, and avrdude.conf files from the class.
- AVR atmega8 datasheet
Links:
- WinAVR for Microsoft Windows
- AVR for Linux (mine just came with Fedora)
- To find cool AVR projects and info check out AVR Freaks.