Actions

Useful AVR Links: Difference between revisions

From HacDC Wiki

No edit summary
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Generic AVR Resources ==
== Generic AVR Resources ==


* [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.engbedded.com/fusecalc/ AVR Fuse Calculator] saves you from doing horrible bitwise lookups
* [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.mil.ufl.edu/~chrisarnold/components/microcontrollerBoard/AVR/avrlib/ 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)
* [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki.
* [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki.
* 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.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]
* [[Installing_AVR_Toolchain]] HacDC toolchain page (Atmel Dragon linux notes)
* 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]]
 
== AVR Tutorials ==


== AVR Tutorials and Classes ==


* [http://www.ladyada.net/learn/avr/ Lady Ada's AVR Tutorial] is great
* [http://members.shaw.ca/climber/avr.html Craig Limber's Site] has a bunch of AVR tutorials
* [http://members.shaw.ca/climber/avr.html Craig Limber's Site] has a bunch of AVR tutorials
* [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://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewforum&f=11 AVR-Freaks tutorials]


== Projects and Ideas ==
== Projects and Ideas ==


* [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]
[[Category:Useful_Info]]
[[Category:AVR_Class]]

Latest revision as of 20:46, 3 April 2012

Generic AVR Resources

AVR Tutorials and Classes

Projects and Ideas