SlideShare a Scribd company logo
Tutorial On AVR Atmega8
Microcontroller, Architecture
And Its Applications
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Introduction:
 AVR Microcontroller is “Advanced Virtual RISC” and MCU is the short term
of the Microcontroller. A Microcontroller is a tiny computer on a single chip
and it is also termed as a control device. Similar to a computer, the
Microcontroller is made with a variety of peripherals like input & output
units, memory, Timers, serial data communications, programmable.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
 AVR Microcontroller was produced by the “Atmel Corporation”.
 The Microcontroller includes the Harvard architecture that works
rapidly with the RISC.
 The features of this Microcontroller include different features compared
with other like sleep modes-6, inbuilt ADC (analog to digital converter).
 Internal oscillator and serial data communication, performs the
instructions in a single execution cycle.
What is an AVR Atmega8 Microcontroller
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
What is an AVR Atmega8 Microcontroller
 These Microcontroller were very fast and they utilize low power to work in
different power saving modes.
 There are different configurations of AVR microcontrollers are available to
perform various operations like 8-bit, 16-bit, and 32-bit.
Atmega8 Microcontroller
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Different Categories Of AVR Microcontroller
 AVR microcontrollers are available in three different categories such as
• TinyAVR
• MegaAVR
• XmegaAVR
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Different Categories Of AVR Microcontroller
 The Tiny AVR microcontroller is very small in size and used in many
simple applications
 Mega AVR microcontroller is very famous due to a large number of
integrated components, good memory, and used in modern to multiple
applications
 The Xmega AVR microcontroller is applied in difficult applications, which
require high speed and huge program memory.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Pin Description
 The main feature of Atmega8 Microcontroller is that, all the pins of the
Microcontroller support two signals except 5-pins.
 The Atmega8 microcontroller consists of 28 pins where pins
9,10,14,15,16,17,18,19 are used for port B
 Pins 23,24,25,26,27,28 and 1 are used for port C and pins
2,3,4,5,6,11,12 are used for port D.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Pin Description
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Pin Description
 Pin -1 is the RST (Reset) pin and applying a low level signal for a time
longer than the minimum pulse length will produce a RESET.
 Pin-2 and pin-3 are used in USART for serial communication
 Pin-4 and pin-5 are used as an external interrupt.
 One of them will activate when an interrupt flag bit of the status
register is set and the other will activate as long as the intrude condition
succeeds.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Pin Description
 Pin-9 & pin-10 are used as a timer counters oscillators as well as an
external oscillator.
 Where the crystal is associated directly with the two pins.
 Pin-10 is used for low-frequency crystal oscillator or crystal oscillator.
 If the internal adjusted RC oscillator is used as the CLK source & the
asynchronous timer is allowed, then these pins can be utilized as a timer
oscillator pin.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Pin Description
 Pin-19 is used as a Master CLK o/p, slave CLK i/p for the SPI-channel.
 Pin-18 is used as Master CLK i/p, slave CLK o/p.
 Pin-17 is used as Master data o/p, slave data i/p for the SPI-channel.
 It is used as an i/p when empowered by a slave & is bidirectional
when allowed by the master.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Pin Description
 This pin can also be utilized as an o/p compare with match o/p, which
helps as an external o/p for the timer/counter.
 Pin-16 is used as a slave choice i/p. It can also be used as a timer or
counter1 comparatively by arranging the PB2-pin as an o/p.
 Pin-15 can be used as an external o/p of the timer or counter compare
match A.
 Pin-23 to Pins28 have used for ADC (digital value of analog
input) channels.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
 Pin-27 can also be used as a serial interface CLK & pin-28 can be
used as a serial interface data
 Pin-12 and pin-13 are used as an Analog Comparator i/ps.
 Pin-6 and pin-11 are used as timer/counter sources.
Atmega8 Microcontroller Pin Description
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
 The Atmega AVR Microcontroller architecture includes the following blocks.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
 The Atmega AVR Microcontroller architecture includes the following blocks.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
Memory:
 It has 1Kbyte Internal SRAM, 8 Kb of Flash program memory and 512 Bytes
of EEPROM.
I/O Ports:
It has three ports, namely port-B, port-C and port-D and 23 I/O line can
be attained from these ports.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
Interrupts
 The two Exterior Interrupt sources are located at port D.
 Nineteen dissimilar interrupts vectors supporting nineteen events
produced by interior peripherals.
Timer/Counter
 There are 3-Internal Timers are accessible, 8 bit-2, 16 bit-1,
presenting numerous operating modes & supporting
internal/external clocking.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
Serial Peripheral Interface (SPI)
 ATmega8 microcontroller holds three integrated communication
devices.
 One of them is an SPI, 4-pins are allocated to the Microcontroller to
implement this system of communication.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
USART
 USART is one of the most powerful communication solutions.
 Microcontroller ATmega8 supports both synchronous & asynchronous
data transmission schemes.
 It has three pins allocated for that.
In many communication projects, USART module is widely used for
communication with PC-Microcontroller.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
Two Wire Interface (TWI)
 TWI is an another communication device which is present in ATmega8
microcontroller.
 It permits designers to set up a communication b/n two devices using
two wires along with a mutual GND connection.
 As the o/p of the TWI is made by means of open collector o/ps,
therefore external pull-up resistors are compulsory to make the circuit.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 AVR Microcontroller Architecture
Analog Comparator
 This module is incorporated in the integrated circuit that offers
 contrast facility between two voltages linked to the two inputs of the
comparator through External pins associated with the Microcontroller.
ADC
 Inbuilt ADC (analog to digital converter) can alter an analog i/p signal into
digital data of the 10-bit resolution.
 For a maximum of the low-end application, this much resolution is sufficient.
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Applications
 The Atmega8 microcontroller is used to build various electrical and
electronic projects.
Atmega8 based Project
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Applications
 The Atmega8 microcontroller is used to build various electrical and
electronic projects.Embedded applications & automatically controlled
devices like.
 Medical devices
 Remote control devices
 Control systems
 Office machines
 Power tools
 Electronic devices
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Applications
 Some of the AVR atmega8 Microcontroller projects are listed below.
• AVR Microcontroller based LED Matrix Interfacing
• UART communication between ArduinoUno and ATmega8
• Interfacing of Optocoupler with ATmega8 Microcontroller
• AVR Microcontroller based Fire Alarm System
• Measurement of Light Intensity using AVR Microcontroller and LDR
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
Atmega8 Microcontroller Applications
• AVR Microcontroller based 100mA Ammeter
• ATmega8 Microcontroller based Anti-Theft Alarm System
• AVR Microcontroller based Interfacing of Joystick
• AVR Microcontroller based Interfacing of Flex Sensor
• Stepper Motor Control using AVR Microcontroller
http://www.elprocus.com/
Tutorial On AVR Atmega8 Microcontroller,
Architecture And Its Applications
 This is all about Atmega8 microcontroller tutorial let me introduce
another member of AVR microcontroller family, the ATmega8. This
member has many features similar to that of ATmega32. But it has
reduced number of features and capabilities, yet it has enough features
to work with. Now let me tell you that if you want to gather knowledge
and at the same time want to do it in less cost than the budget
of ATmega32.
Conclusion
http://www.elprocus.com/

More Related Content

PPTX
Evolution of Microprocessor
PDF
Introduction to Avr Microcontrollers
PPTX
INTRODUCTION TO MICROCONTROLLER
PDF
Architecture Of TMS320C50 DSP Processor
PPT
Master synchronous serial port (mssp)
PPTX
Timer programming for 8051 using embedded c
PDF
Unit II arm 7 Instruction Set
PPTX
ATMEGA 328
Evolution of Microprocessor
Introduction to Avr Microcontrollers
INTRODUCTION TO MICROCONTROLLER
Architecture Of TMS320C50 DSP Processor
Master synchronous serial port (mssp)
Timer programming for 8051 using embedded c
Unit II arm 7 Instruction Set
ATMEGA 328

What's hot (20)

PPTX
Introduction to AVR Microcontroller
PPT
PIC 16F877A by PARTHIBAN. S.
PPT
Microprocessor fundamentals
PPT
PIC timer programming
PDF
Introduction to pic microcontroller
PPT
PDF
Avr timers
PPT
8085 interrupts
PPT
microcontroller basics
PPTX
8051 Microcontroller PPT's By Er. Swapnil Kaware
PPTX
PPTX
ARM Processor
PPTX
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
PPT
Architecture of 8086 Microprocessor
PDF
8051 Architecture and PIN Configuration.pdf
PDF
Pic microcontroller architecture
PPTX
Microcontroller 8096
PDF
Programmable Peripheral Interface 8255
PDF
Communication Protocols (UART, SPI,I2C)
Introduction to AVR Microcontroller
PIC 16F877A by PARTHIBAN. S.
Microprocessor fundamentals
PIC timer programming
Introduction to pic microcontroller
Avr timers
8085 interrupts
microcontroller basics
8051 Microcontroller PPT's By Er. Swapnil Kaware
ARM Processor
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Architecture of 8086 Microprocessor
8051 Architecture and PIN Configuration.pdf
Pic microcontroller architecture
Microcontroller 8096
Programmable Peripheral Interface 8255
Communication Protocols (UART, SPI,I2C)
Ad

Viewers also liked (20)

PPSX
Programming ATmega microcontroller using Embedded C
PPTX
AVR programming - BASICS
PPTX
Traffic light controller
PPTX
Advance Microcontroller AVR
PPT
AVR Fundamentals
PDF
AVR Microcontroller
PDF
Atmega 8
PDF
Projects at mega32-avr-projects-list-1197-projects
DOC
LATEST GSM PROJECTS 2012 ABSTRACT-GSM BASED HOME APPLIANCE CONTROL&SECURITY S...
PPTX
7 segment interface with avr microcontroller
DOCX
ARDUINO EMBEDDED SYSTEM
PDF
Most usefull at commands
PPT
Lcd & keypad
PDF
Solar charger for mobile devices
PDF
A.F. Ismail (presentation)
PPTX
Temperature Controlled Fan
PDF
PDF
LED Vu-Metter LM3915 and LM386
PDF
T.H. (presentation)
Programming ATmega microcontroller using Embedded C
AVR programming - BASICS
Traffic light controller
Advance Microcontroller AVR
AVR Fundamentals
AVR Microcontroller
Atmega 8
Projects at mega32-avr-projects-list-1197-projects
LATEST GSM PROJECTS 2012 ABSTRACT-GSM BASED HOME APPLIANCE CONTROL&SECURITY S...
7 segment interface with avr microcontroller
ARDUINO EMBEDDED SYSTEM
Most usefull at commands
Lcd & keypad
Solar charger for mobile devices
A.F. Ismail (presentation)
Temperature Controlled Fan
LED Vu-Metter LM3915 and LM386
T.H. (presentation)
Ad

Similar to Tutorial on avr atmega8 microcontroller, architecture and its applications (20)

PPTX
Overview of Microcontroller and ATMega32 microcontroller
PDF
AVR atmega8 microcontroller based projects list - ATMega32 AVR.pdf
PDF
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
PDF
Atmega8u2 mur
PDF
AVR Atmega16 based Projects List - ATMega32 AVR _ Atmega16 based Projects.pdf
PDF
2502s
PDF
AVR Atmega16 based Projects List - ATMega32 AVR _ Atmega16 based Projects.pdf
PDF
AVR atmega8 microcontroller based projects list - ATMega32 AVR.pdf
PPTX
3.TechieNest microcontrollers
PDF
Doc2502
PDF
Dsp on an-avr
PDF
Embedded system (Chapter 2) part A
PPTX
Hardware for Body Area Network presentation
PPTX
embedded system and microcontroller
DOC
AT89 S52
PDF
Atmel-7735-Automotive-Microcontrollers-ATmega169P_-968165.pdf
PDF
Data sheet of chip ATMEGA64 from Microchip
PPTX
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
PPTX
EC18713 EMBEDDED SYSTEMS LABORATORY, EC18713
PDF
Atmega324 p
Overview of Microcontroller and ATMega32 microcontroller
AVR atmega8 microcontroller based projects list - ATMega32 AVR.pdf
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
Atmega8u2 mur
AVR Atmega16 based Projects List - ATMega32 AVR _ Atmega16 based Projects.pdf
2502s
AVR Atmega16 based Projects List - ATMega32 AVR _ Atmega16 based Projects.pdf
AVR atmega8 microcontroller based projects list - ATMega32 AVR.pdf
3.TechieNest microcontrollers
Doc2502
Dsp on an-avr
Embedded system (Chapter 2) part A
Hardware for Body Area Network presentation
embedded system and microcontroller
AT89 S52
Atmel-7735-Automotive-Microcontrollers-ATmega169P_-968165.pdf
Data sheet of chip ATMEGA64 from Microchip
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
EC18713 EMBEDDED SYSTEMS LABORATORY, EC18713
Atmega324 p

More from Edgefxkits & Solutions (20)

PPTX
Mains operated under voltage over voltage trip switch
PPTX
Scada for remote industrial plant
PPTX
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
PPTX
Predefined speed control of bldc motor
PPTX
Microcontroller based Electronic Eye Controlled security System
PPTX
How to select the diy electrical projects kit by engineering students
PPTX
Smooth start of a single phase induction motor
PPTX
How to build a robot with an arduino and 8051 microcontroller
PPTX
Opto-Electronic Oscillator Circuit Working and Applications
PPTX
Importance of Doing Mini Projects By Engineering Students
PPTX
Common mode rejection ratio (cmrr) and the operational amplifier
PPTX
Vehicle tracking by gps gsm
PPTX
Photodiode working principle characteristics and applications
PPTX
Cro cathode ray oscilloscope working and applications
PPTX
Rfid security access control system
PPTX
Density based traffic signal system
PPTX
Electronic Speed Control (ESC) Circuits, Working And Applications
PPTX
Difference between soc and single board computer ppt1
PPTX
Prepaid energy meter with gsm interface
PPTX
Pc mouse operated electrical load control using vb application
Mains operated under voltage over voltage trip switch
Scada for remote industrial plant
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
Predefined speed control of bldc motor
Microcontroller based Electronic Eye Controlled security System
How to select the diy electrical projects kit by engineering students
Smooth start of a single phase induction motor
How to build a robot with an arduino and 8051 microcontroller
Opto-Electronic Oscillator Circuit Working and Applications
Importance of Doing Mini Projects By Engineering Students
Common mode rejection ratio (cmrr) and the operational amplifier
Vehicle tracking by gps gsm
Photodiode working principle characteristics and applications
Cro cathode ray oscilloscope working and applications
Rfid security access control system
Density based traffic signal system
Electronic Speed Control (ESC) Circuits, Working And Applications
Difference between soc and single board computer ppt1
Prepaid energy meter with gsm interface
Pc mouse operated electrical load control using vb application

Recently uploaded (20)

PDF
Basic Mud Logging Guide for educational purpose
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Business Ethics Teaching Materials for college
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PPTX
Pharma ospi slides which help in ospi learning
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
RMMM.pdf make it easy to upload and study
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
01-Introduction-to-Information-Management.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
Basic Mud Logging Guide for educational purpose
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
FourierSeries-QuestionsWithAnswers(Part-A).pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Business Ethics Teaching Materials for college
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Pharma ospi slides which help in ospi learning
O7-L3 Supply Chain Operations - ICLT Program
Anesthesia in Laparoscopic Surgery in India
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
RMMM.pdf make it easy to upload and study
Microbial diseases, their pathogenesis and prophylaxis
human mycosis Human fungal infections are called human mycosis..pptx
01-Introduction-to-Information-Management.pdf
VCE English Exam - Section C Student Revision Booklet
Renaissance Architecture: A Journey from Faith to Humanism

Tutorial on avr atmega8 microcontroller, architecture and its applications

  • 1. Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications
  • 2. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Introduction:  AVR Microcontroller is “Advanced Virtual RISC” and MCU is the short term of the Microcontroller. A Microcontroller is a tiny computer on a single chip and it is also termed as a control device. Similar to a computer, the Microcontroller is made with a variety of peripherals like input & output units, memory, Timers, serial data communications, programmable.
  • 3. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications  AVR Microcontroller was produced by the “Atmel Corporation”.  The Microcontroller includes the Harvard architecture that works rapidly with the RISC.  The features of this Microcontroller include different features compared with other like sleep modes-6, inbuilt ADC (analog to digital converter).  Internal oscillator and serial data communication, performs the instructions in a single execution cycle. What is an AVR Atmega8 Microcontroller
  • 4. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications What is an AVR Atmega8 Microcontroller  These Microcontroller were very fast and they utilize low power to work in different power saving modes.  There are different configurations of AVR microcontrollers are available to perform various operations like 8-bit, 16-bit, and 32-bit. Atmega8 Microcontroller
  • 5. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Different Categories Of AVR Microcontroller  AVR microcontrollers are available in three different categories such as • TinyAVR • MegaAVR • XmegaAVR
  • 6. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Different Categories Of AVR Microcontroller  The Tiny AVR microcontroller is very small in size and used in many simple applications  Mega AVR microcontroller is very famous due to a large number of integrated components, good memory, and used in modern to multiple applications  The Xmega AVR microcontroller is applied in difficult applications, which require high speed and huge program memory.
  • 7. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Pin Description  The main feature of Atmega8 Microcontroller is that, all the pins of the Microcontroller support two signals except 5-pins.  The Atmega8 microcontroller consists of 28 pins where pins 9,10,14,15,16,17,18,19 are used for port B  Pins 23,24,25,26,27,28 and 1 are used for port C and pins 2,3,4,5,6,11,12 are used for port D.
  • 8. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Pin Description
  • 9. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Pin Description  Pin -1 is the RST (Reset) pin and applying a low level signal for a time longer than the minimum pulse length will produce a RESET.  Pin-2 and pin-3 are used in USART for serial communication  Pin-4 and pin-5 are used as an external interrupt.  One of them will activate when an interrupt flag bit of the status register is set and the other will activate as long as the intrude condition succeeds.
  • 10. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Pin Description  Pin-9 & pin-10 are used as a timer counters oscillators as well as an external oscillator.  Where the crystal is associated directly with the two pins.  Pin-10 is used for low-frequency crystal oscillator or crystal oscillator.  If the internal adjusted RC oscillator is used as the CLK source & the asynchronous timer is allowed, then these pins can be utilized as a timer oscillator pin.
  • 11. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Pin Description  Pin-19 is used as a Master CLK o/p, slave CLK i/p for the SPI-channel.  Pin-18 is used as Master CLK i/p, slave CLK o/p.  Pin-17 is used as Master data o/p, slave data i/p for the SPI-channel.  It is used as an i/p when empowered by a slave & is bidirectional when allowed by the master.
  • 12. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Pin Description  This pin can also be utilized as an o/p compare with match o/p, which helps as an external o/p for the timer/counter.  Pin-16 is used as a slave choice i/p. It can also be used as a timer or counter1 comparatively by arranging the PB2-pin as an o/p.  Pin-15 can be used as an external o/p of the timer or counter compare match A.  Pin-23 to Pins28 have used for ADC (digital value of analog input) channels.
  • 13. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications  Pin-27 can also be used as a serial interface CLK & pin-28 can be used as a serial interface data  Pin-12 and pin-13 are used as an Analog Comparator i/ps.  Pin-6 and pin-11 are used as timer/counter sources. Atmega8 Microcontroller Pin Description
  • 14. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture  The Atmega AVR Microcontroller architecture includes the following blocks.
  • 15. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture  The Atmega AVR Microcontroller architecture includes the following blocks.
  • 16. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture Memory:  It has 1Kbyte Internal SRAM, 8 Kb of Flash program memory and 512 Bytes of EEPROM. I/O Ports: It has three ports, namely port-B, port-C and port-D and 23 I/O line can be attained from these ports.
  • 17. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture Interrupts  The two Exterior Interrupt sources are located at port D.  Nineteen dissimilar interrupts vectors supporting nineteen events produced by interior peripherals. Timer/Counter  There are 3-Internal Timers are accessible, 8 bit-2, 16 bit-1, presenting numerous operating modes & supporting internal/external clocking.
  • 18. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture Serial Peripheral Interface (SPI)  ATmega8 microcontroller holds three integrated communication devices.  One of them is an SPI, 4-pins are allocated to the Microcontroller to implement this system of communication.
  • 19. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture USART  USART is one of the most powerful communication solutions.  Microcontroller ATmega8 supports both synchronous & asynchronous data transmission schemes.  It has three pins allocated for that. In many communication projects, USART module is widely used for communication with PC-Microcontroller.
  • 20. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture Two Wire Interface (TWI)  TWI is an another communication device which is present in ATmega8 microcontroller.  It permits designers to set up a communication b/n two devices using two wires along with a mutual GND connection.  As the o/p of the TWI is made by means of open collector o/ps, therefore external pull-up resistors are compulsory to make the circuit.
  • 21. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 AVR Microcontroller Architecture Analog Comparator  This module is incorporated in the integrated circuit that offers  contrast facility between two voltages linked to the two inputs of the comparator through External pins associated with the Microcontroller. ADC  Inbuilt ADC (analog to digital converter) can alter an analog i/p signal into digital data of the 10-bit resolution.  For a maximum of the low-end application, this much resolution is sufficient.
  • 22. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Applications  The Atmega8 microcontroller is used to build various electrical and electronic projects. Atmega8 based Project
  • 23. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Applications  The Atmega8 microcontroller is used to build various electrical and electronic projects.Embedded applications & automatically controlled devices like.  Medical devices  Remote control devices  Control systems  Office machines  Power tools  Electronic devices
  • 24. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Applications  Some of the AVR atmega8 Microcontroller projects are listed below. • AVR Microcontroller based LED Matrix Interfacing • UART communication between ArduinoUno and ATmega8 • Interfacing of Optocoupler with ATmega8 Microcontroller • AVR Microcontroller based Fire Alarm System • Measurement of Light Intensity using AVR Microcontroller and LDR
  • 25. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications Atmega8 Microcontroller Applications • AVR Microcontroller based 100mA Ammeter • ATmega8 Microcontroller based Anti-Theft Alarm System • AVR Microcontroller based Interfacing of Joystick • AVR Microcontroller based Interfacing of Flex Sensor • Stepper Motor Control using AVR Microcontroller
  • 26. http://www.elprocus.com/ Tutorial On AVR Atmega8 Microcontroller, Architecture And Its Applications  This is all about Atmega8 microcontroller tutorial let me introduce another member of AVR microcontroller family, the ATmega8. This member has many features similar to that of ATmega32. But it has reduced number of features and capabilities, yet it has enough features to work with. Now let me tell you that if you want to gather knowledge and at the same time want to do it in less cost than the budget of ATmega32. Conclusion