Useful AVR Links: Difference between revisions
From HacDC Wiki
Hexagon5un (talk | contribs) |
Hexagon5un (talk | contribs) |
||
Line 17: | Line 17: | ||
* [http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/ Cornell University's EE476 Course] has a lot of great projects (with code and comments!) using AVRs. | * [http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/ Cornell University's EE476 Course] has a lot of great projects (with code and comments!) using AVRs. | ||
* [http://www.ipass.net/hammill/newavr.htm A Billion Links from an Atmel Field Engineer] |
Revision as of 03:42, 22 October 2008
Generic AVR Resources
- AVR Freaks articles, forum, and wiki.
- The library reference and and example projects at the AVR-libc page are very useful.
- AVRFreaks ProductMatrix
- AVR Datasheets from Atmel
- AVR libc Online User Manual
- AVR libc FAQ
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