Useful AVR Links: Difference between revisions
From HacDC Wiki
Line 2: | Line 2: | ||
* [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki. | * [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki. | ||
* [http://www.avrfreaks.net/index.php?module=Freaks%20Devices&func=viewDev AVRFreaks ProductMatrix] | * [http://www.avrfreaks.net/index.php?module=Freaks%20Devices&func=viewDev AVRFreaks ProductMatrix] | ||
* [http://www.atmel.com/dyn/products/datasheets.asp?family_id=607 AVR Datasheets from Atmel] | * [http://www.atmel.com/dyn/products/datasheets.asp?family_id=607 AVR Datasheets from Atmel] | ||
* The library reference and and example projects at the [http://www.nongnu.org/avr-libc/user-manual/index.html AVR-libc] page are very useful. | |||
* [http://www.nongnu.org/avr-libc/user-manual/index.html AVR libc Online User Manual] | * [http://www.nongnu.org/avr-libc/user-manual/index.html AVR libc Online User Manual] | ||
* [http://www.nongnu.org/avr-libc/user-manual/FAQ.html AVR libc FAQ] | * [http://www.nongnu.org/avr-libc/user-manual/FAQ.html AVR libc FAQ] |
Revision as of 18:16, 1 November 2008
Generic AVR Resources
- AVR Freaks articles, forum, and wiki.
- AVRFreaks ProductMatrix
- AVR Datasheets from Atmel
- The library reference and and example projects at the AVR-libc page are very useful.
- AVR libc Online User Manual
- AVR libc FAQ
- Procyon AVRlib (not to be confused with the libc) has code for nearly everything you'd like to hook up to an AVR. (I2C, IDE/ATA, LCDs, etc)
AVR Tutorials
- Craig Limber's Site has a bunch of AVR tutorials
- Ghetto Programming: Getting started with AVR microprocessors on the cheap. and Ghetto Development Environment are two Instructables that show how to get set up with AVR programming.
Projects and Ideas
- Cornell University's EE476 Course has a lot of great projects (with code and comments!) using AVRs.
- A Billion Links from an Atmel Field Engineer