SlideShare a Scribd company logo
www.techvilla.org.in
1
TECHVILL
A
www.techvilla.org.in
www.techvilla.org.in
TIMERS
www.techvilla.org.in
Timers
• The AVR has differentTimer types.
• Not all AVRs have allTimers so look at the datasheet of your AVR before
trying to use a timer.
www.techvilla.org.in
What are timers?
• The timers basically only count clock cycles.
• The timer clock can be equal to the system clock (from the crystal or
whatever clocking option is used) or it can be slowed down by the prescaler
first.
• When using the prescaler you can achieve greater timer values, while
precision goes down.
• The prescaler can be set to 8, 64, 256 or 1024 compared to the system clock
www.techvilla.org.in
Timers in avr
• Timer 0 -- 8 bit
• Timer 1 -- 16 bit
• Timer 2 -- 8 bit
www.techvilla.org.in
8 BITTIMER
www.techvilla.org.in
Timer 0
• The timer clock (from System Clock, prescaled System Clock or External Pin
T0) counts up theTimer/Counter Register (TCNT0).
• When it rolls over (0xFF -> 0x00) the Overflow Flag is set and the
Timer/Counter 1 Overflow Interrupt Flag is set.
• If the corresponding bit inTIMSK (Timer Interrupt Mask Register) is set (in
this case the bit is named "TOIE0") and global Interrupts are enabled, the
micro will jump to the corresponding interrupt vector
www.techvilla.org.in
16 bit register
www.techvilla.org.in
TIMER REGISTERS
• TCNT1
• TCCR1A / TCCR1B
• OCR1A
• ICR1
• TIMSK andTIFR
www.techvilla.org.in
• All 16-bit registers have can only be accessed one byte at a time.
• To ensure precise timing, a 16-bit temporary register is used when accessing
the timer registers.
• Write:
When writing the high byte (e.g.TCNT1H), the data is placed in theTEMP
register.When the low byte is written, the data is transferred to the actual
registers simultaneously. So the high byte must be written first to perform a
true 16-bit write.
www.techvilla.org.in
• Read:
When reading the low byte, the high byte is read fromTCNT1 simultaneously
and can be read afterwards. So when reading, access the low byte first for a
true 16-bit read.
www.techvilla.org.in
TCNT
• Most important is theTimer/Counter Register (TCNT1) itself.
• This is what all timer modes base on.
• It counts System Clock ticks, prescaled system clock or from the external pin.
TCCR
• TheTimer/Counter Control register is used to set the timer mode, prescaler and other
options.
www.techvilla.org.in
www.techvilla.org.in
Timer/counter control registers
www.techvilla.org.in
Clock select bits
www.techvilla.org.in
Ad

More Related Content

What's hot (20)

Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to Counters
ISMT College
 
Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.
Amol Dudhate
 
Digital frequency meter
Digital frequency meter   Digital frequency meter
Digital frequency meter
Soham Gajjar
 
SIMPLE Frequency METER using AT89c51
SIMPLE Frequency METER using AT89c51 SIMPLE Frequency METER using AT89c51
SIMPLE Frequency METER using AT89c51
aroosa khan
 
Chapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital LogicChapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital Logic
ISMT College
 
Digital Electronics - Counters
Digital Electronics - CountersDigital Electronics - Counters
Digital Electronics - Counters
JayakrishnanJ11
 
Latch and Counter
Latch and CounterLatch and Counter
Latch and Counter
Delowar Hossain
 
What does NTC Mean?
What does NTC Mean? What does NTC Mean?
What does NTC Mean?
MaisieStanford
 
Register counters.readonly
Register counters.readonlyRegister counters.readonly
Register counters.readonly
VARSHAKUMARI49
 
Digital Registers & Counters
Digital Registers & CountersDigital Registers & Counters
Digital Registers & Counters
university of education,Lahore
 
Counters, Synchronous & Asynchronous Counters
Counters, Synchronous & Asynchronous CountersCounters, Synchronous & Asynchronous Counters
Counters, Synchronous & Asynchronous Counters
Bony Yamin
 
Btp Midsem
Btp MidsemBtp Midsem
Btp Midsem
Abhimanyu Sanghi
 
Digital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract DetailsDigital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract Details
Justin George
 
B sc cs i bo-de u-iii counters & registers
B sc cs i bo-de u-iii counters & registersB sc cs i bo-de u-iii counters & registers
B sc cs i bo-de u-iii counters & registers
Rai University
 
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEWSIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
Pooja Shukla
 
Module 4 registers and counters
Module 4 registers and counters Module 4 registers and counters
Module 4 registers and counters
Deepak John
 
Gcc 4 15-16
Gcc 4 15-16Gcc 4 15-16
Gcc 4 15-16
Kayla Leung
 
Micro c lab7(timers)
Micro c lab7(timers)Micro c lab7(timers)
Micro c lab7(timers)
Mashood
 
Pwning the 44CON Nerf Tank
Pwning the 44CON Nerf TankPwning the 44CON Nerf Tank
Pwning the 44CON Nerf Tank
44CON
 
GCC 3-18-16
GCC 3-18-16GCC 3-18-16
GCC 3-18-16
Kayla Leung
 
Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to Counters
ISMT College
 
Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.
Amol Dudhate
 
Digital frequency meter
Digital frequency meter   Digital frequency meter
Digital frequency meter
Soham Gajjar
 
SIMPLE Frequency METER using AT89c51
SIMPLE Frequency METER using AT89c51 SIMPLE Frequency METER using AT89c51
SIMPLE Frequency METER using AT89c51
aroosa khan
 
Chapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital LogicChapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital Logic
ISMT College
 
Digital Electronics - Counters
Digital Electronics - CountersDigital Electronics - Counters
Digital Electronics - Counters
JayakrishnanJ11
 
Register counters.readonly
Register counters.readonlyRegister counters.readonly
Register counters.readonly
VARSHAKUMARI49
 
Counters, Synchronous & Asynchronous Counters
Counters, Synchronous & Asynchronous CountersCounters, Synchronous & Asynchronous Counters
Counters, Synchronous & Asynchronous Counters
Bony Yamin
 
Digital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract DetailsDigital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract Details
Justin George
 
B sc cs i bo-de u-iii counters & registers
B sc cs i bo-de u-iii counters & registersB sc cs i bo-de u-iii counters & registers
B sc cs i bo-de u-iii counters & registers
Rai University
 
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEWSIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
Pooja Shukla
 
Module 4 registers and counters
Module 4 registers and counters Module 4 registers and counters
Module 4 registers and counters
Deepak John
 
Micro c lab7(timers)
Micro c lab7(timers)Micro c lab7(timers)
Micro c lab7(timers)
Mashood
 
Pwning the 44CON Nerf Tank
Pwning the 44CON Nerf TankPwning the 44CON Nerf Tank
Pwning the 44CON Nerf Tank
44CON
 

Viewers also liked (16)

Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)
Meggy_Abril
 
Abril, Angelinn Meryl V. ( Types of Literary Conflict)
Abril, Angelinn Meryl V. ( Types of Literary Conflict)Abril, Angelinn Meryl V. ( Types of Literary Conflict)
Abril, Angelinn Meryl V. ( Types of Literary Conflict)
Meggy_Abril
 
Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)
Meggy_Abril
 
Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)
Meggy_Abril
 
Rasperry pi Part 15
Rasperry pi Part 15Rasperry pi Part 15
Rasperry pi Part 15
Techvilla
 
Rasperry pi Part 7
Rasperry pi Part 7Rasperry pi Part 7
Rasperry pi Part 7
Techvilla
 
Esperienze concrete di sviluppo e cura del territorio attraverso il PSR
Esperienze concrete di sviluppo e cura del territorio attraverso il PSREsperienze concrete di sviluppo e cura del territorio attraverso il PSR
Esperienze concrete di sviluppo e cura del territorio attraverso il PSR
ledieciville
 
Rasperry pi Part 12
Rasperry pi Part 12Rasperry pi Part 12
Rasperry pi Part 12
Techvilla
 
Raspberry pi Part 18
Raspberry pi Part 18Raspberry pi Part 18
Raspberry pi Part 18
Techvilla
 
Raspberry pi Part 24
Raspberry pi Part 24Raspberry pi Part 24
Raspberry pi Part 24
Techvilla
 
corruption
corruptioncorruption
corruption
Charitra Jain
 
Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)
Meggy_Abril
 
Raspberry pi Part 6
Raspberry pi Part 6Raspberry pi Part 6
Raspberry pi Part 6
Techvilla
 
Abril, Angelinn Meryl V.( Types of Character in Literature)
Abril, Angelinn Meryl V.( Types of Character in Literature)Abril, Angelinn Meryl V.( Types of Character in Literature)
Abril, Angelinn Meryl V.( Types of Character in Literature)
Meggy_Abril
 
Abril, Angelinn Meryl V. (Types of Literature Conflict)
Abril, Angelinn Meryl V. (Types of Literature Conflict)Abril, Angelinn Meryl V. (Types of Literature Conflict)
Abril, Angelinn Meryl V. (Types of Literature Conflict)
Meggy_Abril
 
Led matrix and relay interfacing Part-3
Led matrix and relay interfacing Part-3Led matrix and relay interfacing Part-3
Led matrix and relay interfacing Part-3
Techvilla
 
Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)
Meggy_Abril
 
Abril, Angelinn Meryl V. ( Types of Literary Conflict)
Abril, Angelinn Meryl V. ( Types of Literary Conflict)Abril, Angelinn Meryl V. ( Types of Literary Conflict)
Abril, Angelinn Meryl V. ( Types of Literary Conflict)
Meggy_Abril
 
Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)
Meggy_Abril
 
Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)Abril, Angelinn Meryl V. (Storyline Plot)
Abril, Angelinn Meryl V. (Storyline Plot)
Meggy_Abril
 
Rasperry pi Part 15
Rasperry pi Part 15Rasperry pi Part 15
Rasperry pi Part 15
Techvilla
 
Rasperry pi Part 7
Rasperry pi Part 7Rasperry pi Part 7
Rasperry pi Part 7
Techvilla
 
Esperienze concrete di sviluppo e cura del territorio attraverso il PSR
Esperienze concrete di sviluppo e cura del territorio attraverso il PSREsperienze concrete di sviluppo e cura del territorio attraverso il PSR
Esperienze concrete di sviluppo e cura del territorio attraverso il PSR
ledieciville
 
Rasperry pi Part 12
Rasperry pi Part 12Rasperry pi Part 12
Rasperry pi Part 12
Techvilla
 
Raspberry pi Part 18
Raspberry pi Part 18Raspberry pi Part 18
Raspberry pi Part 18
Techvilla
 
Raspberry pi Part 24
Raspberry pi Part 24Raspberry pi Part 24
Raspberry pi Part 24
Techvilla
 
Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)Abril, Angelinn Meryl V. (Types of Character in Literature)
Abril, Angelinn Meryl V. (Types of Character in Literature)
Meggy_Abril
 
Raspberry pi Part 6
Raspberry pi Part 6Raspberry pi Part 6
Raspberry pi Part 6
Techvilla
 
Abril, Angelinn Meryl V.( Types of Character in Literature)
Abril, Angelinn Meryl V.( Types of Character in Literature)Abril, Angelinn Meryl V.( Types of Character in Literature)
Abril, Angelinn Meryl V.( Types of Character in Literature)
Meggy_Abril
 
Abril, Angelinn Meryl V. (Types of Literature Conflict)
Abril, Angelinn Meryl V. (Types of Literature Conflict)Abril, Angelinn Meryl V. (Types of Literature Conflict)
Abril, Angelinn Meryl V. (Types of Literature Conflict)
Meggy_Abril
 
Led matrix and relay interfacing Part-3
Led matrix and relay interfacing Part-3Led matrix and relay interfacing Part-3
Led matrix and relay interfacing Part-3
Techvilla
 
Ad

Similar to Timer Part 11 (20)

timer counter (1).pptx
timer counter (1).pptxtimer counter (1).pptx
timer counter (1).pptx
SujalKumar73
 
AVRTIMER.pptx
AVRTIMER.pptxAVRTIMER.pptx
AVRTIMER.pptx
Pratik Gohel
 
8051e
8051e8051e
8051e
rupalir
 
Timer counter in arm7(lpc2148)
Timer counter in arm7(lpc2148)Timer counter in arm7(lpc2148)
Timer counter in arm7(lpc2148)
Aarav Soni
 
KTU_Microprocessor and Microcontrollers_Module2
KTU_Microprocessor and Microcontrollers_Module2KTU_Microprocessor and Microcontrollers_Module2
KTU_Microprocessor and Microcontrollers_Module2
roshi4781
 
Timers and pwm
Timers and pwmTimers and pwm
Timers and pwm
Saideep Kamishetty
 
Avr timers
Avr timersAvr timers
Avr timers
Utsav Jain
 
8051 microcontroller timer summary presentation
8051 microcontroller timer summary presentation8051 microcontroller timer summary presentation
8051 microcontroller timer summary presentation
anushkayadav3011
 
Module-03 Timers and serial port communication
Module-03 Timers and serial port communicationModule-03 Timers and serial port communication
Module-03 Timers and serial port communication
KiranG764628
 
Microcontroller Timer Counter Modules and applications
Microcontroller Timer Counter Modules and applicationsMicrocontroller Timer Counter Modules and applications
Microcontroller Timer Counter Modules and applications
vipulkondekar
 
Unit 3 timer and counter and there application .pptx
Unit 3 timer and counter and there application .pptxUnit 3 timer and counter and there application .pptx
Unit 3 timer and counter and there application .pptx
naveen088888
 
Arduino 101
Arduino 101Arduino 101
Arduino 101
josnihmurni2907
 
AVR_Course_Day7 timers counters and interrupt programming
AVR_Course_Day7 timers counters and  interrupt programmingAVR_Course_Day7 timers counters and  interrupt programming
AVR_Course_Day7 timers counters and interrupt programming
Mohamed Ali
 
UNIT III Embedded Systems architecture.pptx
UNIT  III Embedded Systems architecture.pptxUNIT  III Embedded Systems architecture.pptx
UNIT III Embedded Systems architecture.pptx
vmspraneeth
 
Timers
TimersTimers
Timers
Islam Samir
 
Plc timers
Plc timersPlc timers
Plc timers
MANOJ KHARADE
 
What isn’t told about timers in stm32 application
What isn’t told about timers in stm32 applicationWhat isn’t told about timers in stm32 application
What isn’t told about timers in stm32 application
Omar BOUZOURRAA
 
introduction to embedded systems part 2
introduction to embedded systems part 2introduction to embedded systems part 2
introduction to embedded systems part 2
Hatem Abd El-Salam
 
Timing & Control.pptx
Timing & Control.pptxTiming & Control.pptx
Timing & Control.pptx
V.V.Vanniaperumal College for Women
 
UNIT 5 Interfacing and Mixed Signal Controller.pptx
UNIT 5 Interfacing and Mixed Signal Controller.pptxUNIT 5 Interfacing and Mixed Signal Controller.pptx
UNIT 5 Interfacing and Mixed Signal Controller.pptx
Gowrishankar C
 
timer counter (1).pptx
timer counter (1).pptxtimer counter (1).pptx
timer counter (1).pptx
SujalKumar73
 
Timer counter in arm7(lpc2148)
Timer counter in arm7(lpc2148)Timer counter in arm7(lpc2148)
Timer counter in arm7(lpc2148)
Aarav Soni
 
KTU_Microprocessor and Microcontrollers_Module2
KTU_Microprocessor and Microcontrollers_Module2KTU_Microprocessor and Microcontrollers_Module2
KTU_Microprocessor and Microcontrollers_Module2
roshi4781
 
8051 microcontroller timer summary presentation
8051 microcontroller timer summary presentation8051 microcontroller timer summary presentation
8051 microcontroller timer summary presentation
anushkayadav3011
 
Module-03 Timers and serial port communication
Module-03 Timers and serial port communicationModule-03 Timers and serial port communication
Module-03 Timers and serial port communication
KiranG764628
 
Microcontroller Timer Counter Modules and applications
Microcontroller Timer Counter Modules and applicationsMicrocontroller Timer Counter Modules and applications
Microcontroller Timer Counter Modules and applications
vipulkondekar
 
Unit 3 timer and counter and there application .pptx
Unit 3 timer and counter and there application .pptxUnit 3 timer and counter and there application .pptx
Unit 3 timer and counter and there application .pptx
naveen088888
 
AVR_Course_Day7 timers counters and interrupt programming
AVR_Course_Day7 timers counters and  interrupt programmingAVR_Course_Day7 timers counters and  interrupt programming
AVR_Course_Day7 timers counters and interrupt programming
Mohamed Ali
 
UNIT III Embedded Systems architecture.pptx
UNIT  III Embedded Systems architecture.pptxUNIT  III Embedded Systems architecture.pptx
UNIT III Embedded Systems architecture.pptx
vmspraneeth
 
What isn’t told about timers in stm32 application
What isn’t told about timers in stm32 applicationWhat isn’t told about timers in stm32 application
What isn’t told about timers in stm32 application
Omar BOUZOURRAA
 
introduction to embedded systems part 2
introduction to embedded systems part 2introduction to embedded systems part 2
introduction to embedded systems part 2
Hatem Abd El-Salam
 
UNIT 5 Interfacing and Mixed Signal Controller.pptx
UNIT 5 Interfacing and Mixed Signal Controller.pptxUNIT 5 Interfacing and Mixed Signal Controller.pptx
UNIT 5 Interfacing and Mixed Signal Controller.pptx
Gowrishankar C
 
Ad

More from Techvilla (20)

Raspberry pi Part 26
Raspberry pi Part 26Raspberry pi Part 26
Raspberry pi Part 26
Techvilla
 
Raspberry pi Part 25
Raspberry pi Part 25Raspberry pi Part 25
Raspberry pi Part 25
Techvilla
 
Raspberry pi Part 23
Raspberry pi Part 23Raspberry pi Part 23
Raspberry pi Part 23
Techvilla
 
Raspberry pi Part 22
Raspberry pi Part 22Raspberry pi Part 22
Raspberry pi Part 22
Techvilla
 
Raspberry pi Part 21
Raspberry pi Part 21Raspberry pi Part 21
Raspberry pi Part 21
Techvilla
 
Raspberry pi Part 20
Raspberry pi Part 20Raspberry pi Part 20
Raspberry pi Part 20
Techvilla
 
Raspberry pi Part 19
Raspberry pi Part 19Raspberry pi Part 19
Raspberry pi Part 19
Techvilla
 
Raspberry pi Part 17
Raspberry pi Part 17Raspberry pi Part 17
Raspberry pi Part 17
Techvilla
 
Raspberry pi Part 16
Raspberry pi Part 16Raspberry pi Part 16
Raspberry pi Part 16
Techvilla
 
Rasperry pi Part 13
Rasperry pi Part 13Rasperry pi Part 13
Rasperry pi Part 13
Techvilla
 
Rasperry pi Part 10
Rasperry pi Part 10Rasperry pi Part 10
Rasperry pi Part 10
Techvilla
 
Rasperry pi Part 9
Rasperry pi Part 9Rasperry pi Part 9
Rasperry pi Part 9
Techvilla
 
Rasperry pi Part 8
Rasperry pi Part 8Rasperry pi Part 8
Rasperry pi Part 8
Techvilla
 
Raspberry pi Part 5
Raspberry pi Part 5Raspberry pi Part 5
Raspberry pi Part 5
Techvilla
 
Raspberry pi Part 4
Raspberry pi Part 4Raspberry pi Part 4
Raspberry pi Part 4
Techvilla
 
Raspberry pi Part 3
Raspberry pi Part 3Raspberry pi Part 3
Raspberry pi Part 3
Techvilla
 
Raspberry pi Part 1
 Raspberry pi Part 1 Raspberry pi Part 1
Raspberry pi Part 1
Techvilla
 
I2C And SPI Part-23
I2C And  SPI Part-23I2C And  SPI Part-23
I2C And SPI Part-23
Techvilla
 
WIFI MODEM Part-22
WIFI MODEM Part-22WIFI MODEM Part-22
WIFI MODEM Part-22
Techvilla
 
EEPROM Part-21
EEPROM Part-21EEPROM Part-21
EEPROM Part-21
Techvilla
 
Raspberry pi Part 26
Raspberry pi Part 26Raspberry pi Part 26
Raspberry pi Part 26
Techvilla
 
Raspberry pi Part 25
Raspberry pi Part 25Raspberry pi Part 25
Raspberry pi Part 25
Techvilla
 
Raspberry pi Part 23
Raspberry pi Part 23Raspberry pi Part 23
Raspberry pi Part 23
Techvilla
 
Raspberry pi Part 22
Raspberry pi Part 22Raspberry pi Part 22
Raspberry pi Part 22
Techvilla
 
Raspberry pi Part 21
Raspberry pi Part 21Raspberry pi Part 21
Raspberry pi Part 21
Techvilla
 
Raspberry pi Part 20
Raspberry pi Part 20Raspberry pi Part 20
Raspberry pi Part 20
Techvilla
 
Raspberry pi Part 19
Raspberry pi Part 19Raspberry pi Part 19
Raspberry pi Part 19
Techvilla
 
Raspberry pi Part 17
Raspberry pi Part 17Raspberry pi Part 17
Raspberry pi Part 17
Techvilla
 
Raspberry pi Part 16
Raspberry pi Part 16Raspberry pi Part 16
Raspberry pi Part 16
Techvilla
 
Rasperry pi Part 13
Rasperry pi Part 13Rasperry pi Part 13
Rasperry pi Part 13
Techvilla
 
Rasperry pi Part 10
Rasperry pi Part 10Rasperry pi Part 10
Rasperry pi Part 10
Techvilla
 
Rasperry pi Part 9
Rasperry pi Part 9Rasperry pi Part 9
Rasperry pi Part 9
Techvilla
 
Rasperry pi Part 8
Rasperry pi Part 8Rasperry pi Part 8
Rasperry pi Part 8
Techvilla
 
Raspberry pi Part 5
Raspberry pi Part 5Raspberry pi Part 5
Raspberry pi Part 5
Techvilla
 
Raspberry pi Part 4
Raspberry pi Part 4Raspberry pi Part 4
Raspberry pi Part 4
Techvilla
 
Raspberry pi Part 3
Raspberry pi Part 3Raspberry pi Part 3
Raspberry pi Part 3
Techvilla
 
Raspberry pi Part 1
 Raspberry pi Part 1 Raspberry pi Part 1
Raspberry pi Part 1
Techvilla
 
I2C And SPI Part-23
I2C And  SPI Part-23I2C And  SPI Part-23
I2C And SPI Part-23
Techvilla
 
WIFI MODEM Part-22
WIFI MODEM Part-22WIFI MODEM Part-22
WIFI MODEM Part-22
Techvilla
 
EEPROM Part-21
EEPROM Part-21EEPROM Part-21
EEPROM Part-21
Techvilla
 

Recently uploaded (20)

QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)
rccbatchplant
 
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Journal of Soft Computing in Civil Engineering
 
railway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forgingrailway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forging
Javad Kadkhodapour
 
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptxLidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
RishavKumar530754
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITYADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ijscai
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Mathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdfMathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdf
TalhaShahid49
 
Fort night presentation new0903 pdf.pdf.
Fort night presentation new0903 pdf.pdf.Fort night presentation new0903 pdf.pdf.
Fort night presentation new0903 pdf.pdf.
anuragmk56
 
Compiler Design Unit1 PPT Phases of Compiler.pptx
Compiler Design Unit1 PPT Phases of Compiler.pptxCompiler Design Unit1 PPT Phases of Compiler.pptx
Compiler Design Unit1 PPT Phases of Compiler.pptx
RushaliDeshmukh2
 
DT REPORT by Tech titan GROUP to introduce the subject design Thinking
DT REPORT by Tech titan GROUP to introduce the subject design ThinkingDT REPORT by Tech titan GROUP to introduce the subject design Thinking
DT REPORT by Tech titan GROUP to introduce the subject design Thinking
DhruvChotaliya2
 
Metal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistryMetal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistry
mee23nu
 
Introduction to FLUID MECHANICS & KINEMATICS
Introduction to FLUID MECHANICS &  KINEMATICSIntroduction to FLUID MECHANICS &  KINEMATICS
Introduction to FLUID MECHANICS & KINEMATICS
narayanaswamygdas
 
ELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdfELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdf
Shiju Jacob
 
Machine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptxMachine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptx
rajeswari89780
 
The Gaussian Process Modeling Module in UQLab
The Gaussian Process Modeling Module in UQLabThe Gaussian Process Modeling Module in UQLab
The Gaussian Process Modeling Module in UQLab
Journal of Soft Computing in Civil Engineering
 
Data Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptxData Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptx
RushaliDeshmukh2
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 
Development of MLR, ANN and ANFIS Models for Estimation of PCUs at Different ...
Development of MLR, ANN and ANFIS Models for Estimation of PCUs at Different ...Development of MLR, ANN and ANFIS Models for Estimation of PCUs at Different ...
Development of MLR, ANN and ANFIS Models for Estimation of PCUs at Different ...
Journal of Soft Computing in Civil Engineering
 
Smart Storage Solutions.pptx for production engineering
Smart Storage Solutions.pptx for production engineeringSmart Storage Solutions.pptx for production engineering
Smart Storage Solutions.pptx for production engineering
rushikeshnavghare94
 
QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)QA/QC Manager (Quality management Expert)
QA/QC Manager (Quality management Expert)
rccbatchplant
 
railway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forgingrailway wheels, descaling after reheating and before forging
railway wheels, descaling after reheating and before forging
Javad Kadkhodapour
 
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptxLidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
Lidar for Autonomous Driving, LiDAR Mapping for Driverless Cars.pptx
RishavKumar530754
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITYADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ijscai
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Mathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdfMathematical foundation machine learning.pdf
Mathematical foundation machine learning.pdf
TalhaShahid49
 
Fort night presentation new0903 pdf.pdf.
Fort night presentation new0903 pdf.pdf.Fort night presentation new0903 pdf.pdf.
Fort night presentation new0903 pdf.pdf.
anuragmk56
 
Compiler Design Unit1 PPT Phases of Compiler.pptx
Compiler Design Unit1 PPT Phases of Compiler.pptxCompiler Design Unit1 PPT Phases of Compiler.pptx
Compiler Design Unit1 PPT Phases of Compiler.pptx
RushaliDeshmukh2
 
DT REPORT by Tech titan GROUP to introduce the subject design Thinking
DT REPORT by Tech titan GROUP to introduce the subject design ThinkingDT REPORT by Tech titan GROUP to introduce the subject design Thinking
DT REPORT by Tech titan GROUP to introduce the subject design Thinking
DhruvChotaliya2
 
Metal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistryMetal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistry
mee23nu
 
Introduction to FLUID MECHANICS & KINEMATICS
Introduction to FLUID MECHANICS &  KINEMATICSIntroduction to FLUID MECHANICS &  KINEMATICS
Introduction to FLUID MECHANICS & KINEMATICS
narayanaswamygdas
 
ELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdfELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdf
Shiju Jacob
 
Machine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptxMachine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptx
rajeswari89780
 
Data Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptxData Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptx
RushaliDeshmukh2
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 
Smart Storage Solutions.pptx for production engineering
Smart Storage Solutions.pptx for production engineeringSmart Storage Solutions.pptx for production engineering
Smart Storage Solutions.pptx for production engineering
rushikeshnavghare94
 

Timer Part 11