Using ATMEGA16 microcontroller this blogs describes programs of led , lcd , ADC ( analog to digital converter ), timer , spi communication , uart , docklite , proteus , cvavr ,avrstudio, projects
Programmer
Programmer basically consists of two parts:
• Software (to open .hex file on your computer)
• Hardware (to connect microcontroller)
Hardware depends on the communication port you are using on the computer (Serial, Parallel or USB). I suggest beginners to use Serial Programmer as it is very easy to build. Software for that is Pony Prog. Some famous Windows (XP, Vista) programmers are:
• Pony Prog(Serial, Parallel)
• AVRdude(supports many hardware’s)
• AVRStudio (supports Atmel's hardware)
• ATProg (Serial)
• USB‐ASP (USB)
I will be using Atmega‐16 as default microcontroller because it very easily available and is powerful enough with sufficient number of pins and peripherals we use.
click here to download avr studio< click on register (for free)<download
Subscribe to:
Post Comments (Atom)
Popular Posts
-
DOWNLOAD DATA SHEET CLICK HERE • MOSI (Master Out Slave In) • MISO (Master In Slave Out) • SCK (Serial Clock) • RESET • GND...
-
All the configurations in microcontroller is set through 8 bit (1 byte) locations in RAM (RAM is a bank of memory bytes) of the microcontrol...
-
AVR(ADVANCE VIRTUAL RISC) is a modified HARWARD architecture 8 bit RISC single chip microcontroller which was developed by atmel in 1996. A...
-
Architecture Broad classification Embedded(self contained) 8 bit microcontroller 16 to 32 microcontroller Digital signal proce...
-
Lets start with basic, ie .digital system. in electronics as you already know only 2 states are used - LOGIC HIGH and LOGIC LOW, represented...
-
Programmer basically consists of two parts: • Software (to open .hex file on your computer) • Hardware (to connect microcontroller) Ha...
-
adding microcontroller adding lcd to add switch, search for "button" sett...
-
DOWNLOAD CVAVR HERE if you want to interface lcd also: setting up adc : click h...
-
Lcd a 16 pin lcd have following pin connection Printing Functions Now once the connections have been made, we are ready ...
-
Timer is an 8 bit register that keeps on increasing its value, so one of the basic conditions is the situation when timer register O...
No comments:
Post a Comment