AVR

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.micahcarrick.com/avr-tutorial-switch-debounce.html Though an input can be from any number of sources, one of the mose common and the easiest to implement, would be a swith. Due to mechanical properties of a switch, when a switch is closed, there is a period of time in which the electrical connection "bounces" between open and closed. To a microcontroller, this "bouncing" can be interpreted as multiple button pushes. Therefore, we must either build a circuit to supress the "bouncing" or we must do so in our software. This is known as "debouncing a switch".

AVR Tutorial: Switch Input and Debounce

EEPROM

SD card

USB interface

1. Introduction This article explains the configuration and basic use of AVR-Studio in combination with the C programming Language. 2.

AVRStudio - tomasxvi - A brief tutorial - Wiki

http://code.google.com/p/tomasxvi/wiki/AVRStudio
i 23 Votes Hello folks! Now that you are aware of the different port operations in AVR , we can move forward to actually code our way right through it! http://maxembedded.com/2011/06/12/using-avr-studio-5/

Using AVR Studio 5 « maxEmbedded

Interface the Atmega 16/32 with the PC « Praveendb’s Weblog

There are many ways to interface your microcontroller to computer , the most easiest way is using serial port and MAX-232.In this tutorial is about how to interface a ATMEGA32 to your computer using serial port , max232 and programming the atmega32 using CodeVisionAVR. ATMEGA32 is a 8-bit AVR microcontroller with 32K Bytes In-system Programmable Flash. In Atmega32pins pin no.14 and 15 are RxD and TxD resp. http://praveendb.wordpress.com/2009/05/18/interface-the-atmega-1632-with-the-pc/#
C programming

Serial