Difference between revisions of "AVR Links"

From OpenCircuits
Jump to navigation Jump to search
(link to local projects)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
new page from [[russ_hensel]], should be linked only to me until farther along
+
New page, please help with more content.  We know you AVR guys are out there.
  
  
Lots of external AVR Links. Note that the Arduino is AVR based so also see: [[Arduino Links]].
+
[[Atmel]] AVR Links. Note that the Arduino is AVR based so also see: [[Arduino Links]].
  
 
Key words to help you search the table.
 
Key words to help you search the table.
Line 30: Line 30:
 
[[Arduino Links]]
 
[[Arduino Links]]
 
|
 
|
Here at Open Circuits, several people are interested in the Arduino system (and related systems such as Freeduino).
+
Here at Open Circuits, several people are interested in the ( an AVR development board ) Arduino system (and related systems such as Freeduino).
 
The Arduino is AVR based.
 
The Arduino is AVR based.
 +
<!------------------------------->
 +
|-valign="top"
 +
|
 +
*Project
 +
*AVR
 +
|[[BlueICE]]
 +
|A bluetooth JTAG ICE debugger for AVR's!!!
 
<!------------------------------->
 
<!------------------------------->
 
|-valign="top"
 
|-valign="top"
Line 40: Line 47:
 
[[Programmable Chip EEG]]
 
[[Programmable Chip EEG]]
 
|
 
|
Here at Open Circuits, the Programmable Chip EEG project uses [ FIXME: specific AVR chip ].
+
Here at Open Circuits. The Programmable Chip EEG project uses [ FIXME: specific AVR chip ].
  
 
<!------------------------------->
 
<!------------------------------->
Line 47: Line 54:
 
*Project
 
*Project
 
*AVR
 
*AVR
 +
*LED
 +
*Laser
 
|[http://heim.ifi.uio.no/~haakoh/avr/ AVR projects]
 
|[http://heim.ifi.uio.no/~haakoh/avr/ AVR projects]
 
|2 Projects: 5x7 LED dot matrix pong and Laser video projector  
 
|2 Projects: 5x7 LED dot matrix pong and Laser video projector  
<!--------------------------------->
 
|-valign="top"
 
|
 
* AVR
 
* Info
 
|[http://www.ladyada.net/library/picvsavr.html PIC vs. AVR]
 
|OK, I know what you people want. You want ultimate fighting, embedded E.E. style. You want to know WHICH IS BETTER, PIC OR AVR?
 
 
<!------------------------------->
 
<!------------------------------->
 
|-valign="top"
 
|-valign="top"
Line 70: Line 72:
 
|[http://code.rancidbacon.com/Electronics  Electronics]
 
|[http://code.rancidbacon.com/Electronics  Electronics]
 
|Links from Rancid Bacon, see ''ATMEL AVR related'' section.
 
|Links from Rancid Bacon, see ''ATMEL AVR related'' section.
<!-------------------------------
+
 
 +
 
 +
<!------------------------------->
 
|-valign="top"
 
|-valign="top"
 
|
 
|
 
*Links
 
*Links
 
*AVR
 
*AVR
|[http:]
+
|
|comment
+
[http://www.ai.uga.edu/mc/microcontrollers/avr/AVRnotebook.pdf AVR notebook]
<!-------------------------------
+
|
 +
from Michael A. Covington, Ph.D. -- discusses how to unpack the STK500 and get it to work with the 8 pin Atmel AVR ATtiny13 ... and a few more tidbits of information.
 +
<!------------------------------->
 +
|-valign="top"
 +
|
 +
*Info
 +
*Forum
 +
|
 +
[http://www.electro-tech-online.com/avr/ AVR @ Electro Tech]
 +
|
 +
AVR enthusiasts at the Electro Tech forums.
 +
<!------------------------------->
 
|-valign="top"
 
|-valign="top"
 
|
 
|
 
*Links
 
*Links
 
*AVR
 
*AVR
|[http:]
+
|[http://interactive-matter.org/2010/07/developing-software-for-the-atmel-avr-with-avr-eclipse/ "Developing Software for the Atmel AVR with AVR-Eclipse"]
|comment
+
|This Eclipse IDE may be the most popular alternative to the Arduino IDE; it has the advantage of working with any Atmel AVR.
<!-------------------------------
+
<!------------------------------->
 
|-valign="top"
 
|-valign="top"
 
|
 
|
 
*Links
 
*Links
*AVR
+
*Info
|[http:]
+
*Projects
|comment
+
*Tutorials
 +
|[http://www.engblaze.com EngBlaze - AVR, Arduino, and hardware hacks, oh my.]
 +
|In-depth AVR tutorials, unique project highlights, and links to other resources.  The [http://www.engblaze.com/category/avr/ AVR] and [http://www.engblaze.com/category/tutorials/ Tutorials] categories drill down further.
 
<!-------------------------------
 
<!-------------------------------
 
|-valign="top"
 
|-valign="top"
Line 142: Line 159:
  
  
 +
<!--------->
  
  
  
--------->
+
|}
 
 
 
 
 
 
 
 
  
  
!}
+
[[category:Microcontroller]][[category:AVR]]

Latest revision as of 07:57, 20 January 2012

New page, please help with more content. We know you AVR guys are out there.


Atmel AVR Links. Note that the Arduino is AVR based so also see: Arduino Links.

Key words to help you search the table.

  • Projects: project descriptions, enough to reproduce the project, not just nice pictures
  • Tutorial: a tutorial or how to
  • Links: a link to more links
  • Info: Useful information that does not rise to a tutorial, misc. tips.
  • Asm: for assembler programs
  • Forum: for a forum, mail list and their ilk
  • WebRing: for a Web Ring.

So, for example, if you are looking for projects then search on Projects.


Topic Topic Link Comment
  • Links
  • Info

Arduino Links

Here at Open Circuits, several people are interested in the ( an AVR development board ) Arduino system (and related systems such as Freeduino). The Arduino is AVR based.

  • Project
  • AVR
BlueICE A bluetooth JTAG ICE debugger for AVR's!!!
  • Project
  • Forum

Programmable Chip EEG

Here at Open Circuits. The Programmable Chip EEG project uses [ FIXME: specific AVR chip ].

  • Project
  • AVR
  • LED
  • Laser
AVR projects 2 Projects: 5x7 LED dot matrix pong and Laser video projector
  • Lots of stuff
  • AVR
AVR Freaks Home of the AVR on the Web?
  • Links
  • AVR
Electronics Links from Rancid Bacon, see ATMEL AVR related section.


  • Links
  • AVR

AVR notebook

from Michael A. Covington, Ph.D. -- discusses how to unpack the STK500 and get it to work with the 8 pin Atmel AVR ATtiny13 ... and a few more tidbits of information.

  • Info
  • Forum

AVR @ Electro Tech

AVR enthusiasts at the Electro Tech forums.

  • Links
  • AVR
"Developing Software for the Atmel AVR with AVR-Eclipse" This Eclipse IDE may be the most popular alternative to the Arduino IDE; it has the advantage of working with any Atmel AVR.
  • Links
  • Info
  • Projects
  • Tutorials
EngBlaze - AVR, Arduino, and hardware hacks, oh my. In-depth AVR tutorials, unique project highlights, and links to other resources. The AVR and Tutorials categories drill down further.