Difference between revisions of "AVR Class"
From Bloominglabs
m |
|||
(9 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | == Bloominglabs AVR Class | + | == Bloominglabs AVR Class == |
You, programming a microprocessor? Yes, my friend. We’ll show you the basics of programming using the AVR | 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 | ATMega8 microprocessor in this painless, tears-free workshop. Not only that, but you will gain experience | ||
− | “breadboarding” – building prototype circuits. You will upload your | + | “breadboarding” – building prototype circuits. You will upload your program to the microprocessors |
to tell it what to do – the first step in harnessing the power of this pervasive technology. | to tell it what to do – the first step in harnessing the power of this pervasive technology. | ||
<big>'''Handouts'''</big> | <big>'''Handouts'''</big> | ||
− | * AVR pinout worksheet [[ | + | * AVR pinout worksheet [[http://irc.bloominglabs.org/images/c/c2/AVR_handout.pdf]] |
− | * AVR RGB LED+button schematic [[ | + | * AVR RGB LED+button schematic [[http://irc.bloominglabs.org/images/1/1a/AVR_rgb%2Bbutton_handout.pdf]] |
− | * AVR workshop questionnaire [[ | + | * AVR workshop questionnaire [[http://irc.bloominglabs.org/images/9/95/Questionnaire-AVR_workshops.pdf]] |
+ | <big>'''Data Sheets'''</big> | ||
+ | * [http://www.datasheetcatalog.org/datasheet2/9/0p4t1g1lw0spoo5ukh2s1uxchzky.pdf 7805 Voltage Regulator] | ||
<big>'''Outline:'''</big> | <big>'''Outline:'''</big> | ||
+ | *AVR examples, Makefile, and avrdude.conf files in gzip format[[http://bloominglabs.org/images/e/ee/Avr.tgz Avr.tgz]] | ||
+ | *Avr examples, Makefile, and avrdude.conf files in zip format [[http://bloominglabs.org/index.php/Image:Avr2.zip Avr2.zip]] | ||
+ | *[http://www.atmel.com/dyn/resources/prod_documents/doc2486.pdf AVR atmega8 datasheet] | ||
+ | |||
+ | |||
+ | <big>'''Links:'''</big> | ||
+ | *[http://www.obdev.at/products/crosspack/index.html CrossPack AVR for Mac OS X] | ||
+ | *[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]. | ||
+ | |||
+ | [[Category: Workshops]] |
Latest revision as of 14:33, 25 March 2013
[edit] Bloominglabs AVR Class
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 program to the microprocessors to tell it what to do – the first step in harnessing the power of this pervasive technology.
Handouts
Data Sheets
Outline:
- AVR examples, Makefile, and avrdude.conf files in gzip format[Avr.tgz]
- Avr examples, Makefile, and avrdude.conf files in zip format [Avr2.zip]
- AVR atmega8 datasheet
Links:
- CrossPack AVR for Mac OS X
- WinAVR for Microsoft Windows
- AVR for Linux (mine just came with Fedora)
- To find cool AVR projects and info check out AVR Freaks.