Useful AVR Links: Difference between revisions
From HacDC Wiki
No edit summary |
|||
Line 15: | Line 15: | ||
* [http://www.instructables.com/id/Ghetto-Programming%3a-Getting-started-with-AVR-micro/ Ghetto Programming: Getting started with AVR microprocessors on the cheap.] and [http://www.instructables.com/id/Ghetto-Development-Environment/ Ghetto Development Environment] are two Instructables that show how to get set up with AVR programming. | * [http://www.instructables.com/id/Ghetto-Programming%3a-Getting-started-with-AVR-micro/ Ghetto Programming: Getting started with AVR microprocessors on the cheap.] and [http://www.instructables.com/id/Ghetto-Development-Environment/ Ghetto Development Environment] are two Instructables that show how to get set up with AVR programming. | ||
* [http://web.engr.oregonstate.edu/~traylor/ece473/lectures/] Oregon State ECE 473 class using AVR micros. Useful overview slides for many topics. | * [http://web.engr.oregonstate.edu/~traylor/ece473/lectures/] Oregon State ECE 473 class using AVR micros. Useful overview slides for many topics. | ||
* [http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewforum&f=11 AVR-Freaks tutorials] | |||
== Projects and Ideas == | == Projects and Ideas == |
Revision as of 19:38, 11 June 2009
Generic AVR Resources
- 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 Freaks articles, forum, and wiki.
- AVRFreaks ProductMatrix
AVR Tutorials and Classes
- 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.
- [1] Oregon State ECE 473 class using AVR micros. Useful overview slides for many topics.
- AVR-Freaks tutorials
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