
Showing posts with label AVR. Show all posts
Showing posts with label AVR. Show all posts
Friday, 15 March 2013
Interfacing of LED wiht AVR - ATMega16

Sunday, 26 August 2012
Burning hex files using USBasp
AVRDude is excellent program for burning hex code into microcontroller. USBasp is awesome USB based programmer for the AVR. In this tutorial we will see how to use AVRdude for burning hex files into AVR microcontroller using USBasp.
AVRdude is not readily available for windows installation. Windows version of AVRdude is bundled with WinAVR compiler. Before we start : Download WinAVR from here.
Saturday, 25 August 2012
USBasp driver installation
Download driver:
If you don’t have driver, windows drivers for USBasp can be downloaded from:
http://www.fischl.de/usbasp/usbasp.2009-02-28.tar.gz
Extract the downloaded archive into some directory.
Friday, 24 August 2012
Thursday, 23 August 2012
Introduction to AVR
AVR microcontrollers from ATMEL are very good choice for designing mid-range embedded systems.They are 8Bit RISC controllers. They come in many verities and most of them gives 16MIPS (Mega Instructions Per Seconds) throughput at 16MHz .
Unlike most of the popular PIC microcontrollers, AVRs have powerful instruction set, most executing in 1 cycle. Recently ATMEL has introduces some new controllers with speed upto 20MHz and USB support.
Monday, 5 December 2011
Simple AVR Programmer
About AVR Programmer
This simple AVR Programmer will allow you to painlessly transfer hex programs to most ATMEL AVR microcontrollers without sacrificing your budget and time. It is more reliable than most other simple AVR programmers available out there and can be built in very short amount of time.

AVR programmer consists of in-circuit serial programmer (dongle) and small pcb with a DIP socket where you can fit your microcontroller and have it quickly programmed.
Subscribe to:
Posts (Atom)