Useful AVR Links: Difference between revisions
From HacDC Wiki
Hexagon5un (talk | contribs) |
Hexagon5un (talk | contribs) |
||
Line 7: | Line 7: | ||
* In particular: [http://www.atmel.com/dyn/resources/prod_documents/8025S.pdf ATmega48P Summary Datasheet] and [http://www.atmel.com/dyn/resources/prod_documents/doc8025.pdf The Long ATmega48P Datasheet] | * In particular: [http://www.atmel.com/dyn/resources/prod_documents/8025S.pdf ATmega48P Summary Datasheet] and [http://www.atmel.com/dyn/resources/prod_documents/doc8025.pdf The Long ATmega48P Datasheet] | ||
* [[Image:FFVH7HBF5UO1JMR.MEDIUM.jpg]] | * Programmer pinouts: [[Image:FFVH7HBF5UO1JMR.MEDIUM.jpg]] | ||
== AVR Tutorials == | == AVR Tutorials == |
Revision as of 20:31, 9 September 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
- In particular: ATmega48P Summary Datasheet and The Long ATmega48P Datasheet
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.