SlideShare a Scribd company logo
LED CHASER
This is the circuit of a simple LED chaser. The LEDs lights one by one for a period
of 1second and the cycle repeats giving the running light appearance. The circuit
uses two ICs (one is 555) to drive the LEDs. IC1 (NE555) is the popular timer IC
wired in the Astable Multivibrator mode. Resistors R1, VR1 and capacitor C1 act
as the timing components and the output pulses are available from the output pin 3
of IC1. These pulses are given to the input pin 14 of the Johnson decade counter IC
CD4017. Out of the 10 outputs of IC2, eight outputs are used to drive the LEDs.
The ninth output pin 9 is connected to the reset pin 15 to stop the counting. So that
the cycle repeats. With the value of C1, each LED remains on for 1second. When
one LED turns off, the second on turns on. This cycle repeats giving the running
light appearance. Resistor R3 keeps the input pin 14 of IC2 low after each
pulse.VR1 adjusts the speed of LED chasing.
LED Chaser Circuit
The popular Timer IC 555 is extensively used in short duration timing applications. IC 555 is a
highly stable integrated circuit functioning as an accurate time delay generator and free running
multivibrator. But one of the serious problem in 555 timer design is the false triggering of the circuit
at power on or when voltage changes. The article describes how IC555 is designed perfectly to avoid
false triggering.
555 IC pin functions
Pin1 Ground Pin2 Trigger Pin3 Output
Pin 4 Reset Pin 5 Control voltage Pin 6 Threshold Pin 7 Discharge Pin 8 Vcc
Functional aspects of pins
Trigger Pin 2
Usually pin2 of the IC is held high by a pull up resistor connected to Vcc. When a negative going
pulse is applied to pin 2, the potential at pin 2 falls below 1/3 Vcc and the flip-flop switches on. This
starts the timing cycle using the resistor and capacitor connected to pins 6 and 7.
Reset pin 4
Reset pin 4 can be controlled to reset the timing cycle. If pin 4 is grounded, IC will not be triggered.
When pin4 becomes positive, IC becomes ready to start the timing cycle. Reset voltage is typically
0.7 volts and reset current 0.1 mA. In timer applications, reset pin should be connected to Vcc to get
more than 0.7 volts.
Control Voltage pin 5
Pin5 can be used to control the working of IC by providing a DC voltage at pin5. This permits the
control of the timing cycle manually or electronically. In monostable operation, the control pin5 is
connected to ground through a 0.01 uF capacitor. This prevents the timing interval from being
affected by AC or RF interference. In the Astable mode, by applying a variable DC voltage at pin 5
can change the output pulses to FM or PWM.
Threshold pin 6 and Discharge pin 7
These two inputs are used to connect the timing components- Resistor and Capacitor. The threshold
comparator inside the IC is referenced at 2/3 Vcc and the trigger comparator is referenced at 1/3 Vcc.
These two comparators control the internal Flip-Flop of the circuit to give High or Low output at pin
3.When a negative going pulse is applied to pin 2, the potential at pin2 drops below 1/3 Vcc and the
trigger comparator switches on the Flip-Flop. This turns the output high. The timing comparator then
charges through the timing resistor and the voltage in the timing capacitor increases to 2/3 Vcc.( The
time delay depends on the value of the resistor and capacitor. That is, higher values, higher
time).When the voltage level in the capacitor increases above 2/3 Vcc, the threshold comparator
resets the Flip-Flop and the output turns low. Capacitor then discharges through pin 7.Once triggered,
the IC will not responds to further triggering until the timing cycle is completed.
The time delay period is calculated using the formula T= 1.1 Ct Rt. Where Ct is the value of
Capacitor in PF and Rt is the value of Resistor in Ohms. Time is in Seconds.
How to eliminate false triggering?
The circuit diagram shown below is the simple monostable using IC 555. To
eliminate the false triggering resistor R1 and Capacitor C1 are connected to the
reset pin 4 of the IC. So the reset pin is always high even if the supply voltage
changes. Moreover capacitor C3 connected close to the Vcc pin 8 acts as a buffer
to maintain stable supply voltage to pin 8. Using this design, it is easy to avoid
false triggering to a certain extent.
555 Monostable circuit
A ready recknor to select timing resistor and capacitor
Theoretically long interval is possible with IC 555,but in practical conditions, it is difficult to get
more than 3 minutes. If low leakage Tantalum capacitor is used, this can be increased to 5 minutes or
more. If the value of the timing capacitor is too high above 470 uF, charging time will be prolonged
which will upset the timing cycle and the output remains high even afterthe desired time is over.
The internet is overfilling with LED chasers, Knight Riders, and different ways to blink a series of
LEDs in a certain pattern. In this article, I'm going to make yet another LED chaser, or a Knight
Rider, but this one is with a little twist: we'll make an LCD with a menu that will allow you to choose
different patterns and speeds.
This project has five PCBs: four PCBs with LEDs and one with a microcontroller. On the LED's
PCB, there are two ICs: the HCF4017BE Johnson counter. The counter has one clock input pin and
10 output pins. For each high pulse received on the clock pin, the next output pin is set high, starting
with output pin 0. Read more about the IC in the link.
The last PCB has a PIC16F877A microcontroller. To this microcontroller I've connected a few
switches, a potentiometer, and an LCD. The microcontroller clock on each counter IC is in a different
order. The microcontroller can also reset the counter ICs. In the software, there's a menu that allows
you to choose between some predefined patterns. You navigate with one of the switches and enter the
menu choice with another. The third switch is the reset switch. One of the patterns lets you use the
potentiometer to change the speed for the "running" LEDs. This is done with the microcontroller's
built-in ADC module. ADC will not be discussed in this article.
When we power the circuit, LEDs start glowing one by one for a defined time period. Means first
LED Q1 glows and then Q2 glows and Q1 turned OFF and then Q3 glows and Q2 turned OFF and so
on. When we change resistance of variable resistor then speed of LED’s increase. Because frequency
of 555 timer increases and this increases frequency signal is directly connected to counter’s trigger
pin. So that counter changes its state faster.
555 timer frequency formula:
The charge time (output HIGH) is given by :
T1 = 0.693 (R1 +VR) C1
The discharge time (output LOW) by :
T2 = 0.693 (R2) C1
Thus the total period T is given by :
T = T1 + T2 = 0.693 (R1 + 2VR) C1
The frequency of oscillation is:
F= 1/T
F=1.44/(R1+2VR)C1
The main part of this LED chaser circuit diagram is 555 timer IC which generates some variable
frequency. 555 timer IC is a general purpose IC which can be configured in some different modes
like Astable, Monostable and Bistable. Here in this project we configured 555 timer as an Astable
multivibrator in which both the stages of signal are unstable. Some
time we call frequency generator also. Here we use output signal of this Astable multivibrator to
trigger IC CD 4017 counter to change its state to perform desired task.
Here we have connected 555 timer IC in Astable mode for generating a trigger pulse of some time
period. A variable resistor is connected for changing the cycle frequency of 555 timer’s output. A
CD4017 counter IC is also connected with this circuit for lighting LEDs. 10 red LED’s are connected
to Q0-Q9 pin (pin 3) through 150 ohm resistor. MR pin (pin 15), enable or clock inhbit pin (pin 13)
is directly connected with ground and Clock pin of counter directly connected with output pin of 555
Timer.
Conclusion
In this article I've made yet another LED chaser for the internet, but the little twist here is the LCD
with a menu. A total of 32 LEDs are running up and down, or in different patterns. The
microcontroller has some unused pins, which means that you can add even more PCBs with LEDs.

More Related Content

What's hot

A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Abhishekvb
 
Panic Alarm Circuit.pptx
Panic Alarm Circuit.pptxPanic Alarm Circuit.pptx
Panic Alarm Circuit.pptx
Sunesh N.V
 
Arm7 Interfacing examples
Arm7   Interfacing examples Arm7   Interfacing examples
Arm7 Interfacing examples
Dr.YNM
 
Automatic hand sanitizer machine
Automatic  hand sanitizer machineAutomatic  hand sanitizer machine
Automatic hand sanitizer machine
LalitKapoor7
 
PIC Microcontrollers
PIC MicrocontrollersPIC Microcontrollers
PIC Microcontrollers
Abdullah Saghir Ahmad
 
Basic Sensors
Basic Sensors Basic Sensors
Basic Sensors
creatjet3d labs
 
Basics of arduino uno
Basics of arduino unoBasics of arduino uno
Basics of arduino uno
Rahat Sood
 
Arduino presentation by_warishusain
Arduino presentation by_warishusainArduino presentation by_warishusain
Arduino presentation by_warishusain
student
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
Farhan Ahmed Rahee
 
Arduino
ArduinoArduino
Arduino
vipin7vj
 
AUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGEAUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGE
bharath405
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266
Rishav Pandey
 
Automatic solider tracking & health monitoring system
Automatic solider tracking & health monitoring system Automatic solider tracking & health monitoring system
Automatic solider tracking & health monitoring system
ijaranjani
 
VLSI Technology
VLSI TechnologyVLSI Technology
VLSI Technology
Hasib Hossen
 
Embedded System Presentation
Embedded System PresentationEmbedded System Presentation
Embedded System Presentation
Prof. Erwin Globio
 
Arduino uno lcd display 16x2
Arduino uno lcd display 16x2Arduino uno lcd display 16x2
Arduino uno lcd display 16x2
Robomart India
 
Comparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLDComparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLD
Gowri Kishore
 
Soldier Health Monitoring and Position Tracking using LoRa Communications
Soldier Health Monitoring and Position Tracking using LoRa CommunicationsSoldier Health Monitoring and Position Tracking using LoRa Communications
Soldier Health Monitoring and Position Tracking using LoRa Communications
Varshita Puchakayala
 
GSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEMGSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEM
sivananda sidharda
 

What's hot (20)

A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
 
Panic Alarm Circuit.pptx
Panic Alarm Circuit.pptxPanic Alarm Circuit.pptx
Panic Alarm Circuit.pptx
 
Arm7 Interfacing examples
Arm7   Interfacing examples Arm7   Interfacing examples
Arm7 Interfacing examples
 
Automatic hand sanitizer machine
Automatic  hand sanitizer machineAutomatic  hand sanitizer machine
Automatic hand sanitizer machine
 
PIC Microcontrollers
PIC MicrocontrollersPIC Microcontrollers
PIC Microcontrollers
 
Basic Sensors
Basic Sensors Basic Sensors
Basic Sensors
 
Basics of arduino uno
Basics of arduino unoBasics of arduino uno
Basics of arduino uno
 
Arduino presentation by_warishusain
Arduino presentation by_warishusainArduino presentation by_warishusain
Arduino presentation by_warishusain
 
Project ppt
Project pptProject ppt
Project ppt
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
 
Arduino
ArduinoArduino
Arduino
 
AUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGEAUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGE
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266
 
Automatic solider tracking & health monitoring system
Automatic solider tracking & health monitoring system Automatic solider tracking & health monitoring system
Automatic solider tracking & health monitoring system
 
VLSI Technology
VLSI TechnologyVLSI Technology
VLSI Technology
 
Embedded System Presentation
Embedded System PresentationEmbedded System Presentation
Embedded System Presentation
 
Arduino uno lcd display 16x2
Arduino uno lcd display 16x2Arduino uno lcd display 16x2
Arduino uno lcd display 16x2
 
Comparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLDComparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLD
 
Soldier Health Monitoring and Position Tracking using LoRa Communications
Soldier Health Monitoring and Position Tracking using LoRa CommunicationsSoldier Health Monitoring and Position Tracking using LoRa Communications
Soldier Health Monitoring and Position Tracking using LoRa Communications
 
GSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEMGSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEM
 

Similar to Led chaser

Prince jai nproject report
Prince jai nproject reportPrince jai nproject report
Prince jai nproject report
Prince Dungarpur
 
21DEE065 vikas.pptx
21DEE065 vikas.pptx21DEE065 vikas.pptx
21DEE065 vikas.pptx
santiago259141
 
Digital stop watch
Digital stop watchDigital stop watch
Digital stop watch
Sai Malleswar
 
Ic555
Ic555Ic555
Ic555
piyurahul
 
Integrated circuit
Integrated circuitIntegrated circuit
Integrated circuit
ddsshukla
 
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
VaishaliVaishali14
 
Unit-V Special ICs
Unit-V Special ICsUnit-V Special ICs
Unit-V Special ICs
Dr.Raja R
 
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
Shahid Shihabudeen
 
70 interesting circuits
70 interesting circuits70 interesting circuits
70 interesting circuits
ivan ion
 
Automatic street light controller
Automatic street light controllerAutomatic street light controller
Automatic street light controller
suresh shindhe
 
Temperature Controller
Temperature ControllerTemperature Controller
Temperature Controller
Supriya Gorai
 
DIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDeevanshu Swani
 
555 timer ic_tesitngcircuit
555 timer ic_tesitngcircuit555 timer ic_tesitngcircuit
555 timer ic_tesitngcircuit
ShobhitSinghEC53
 
Linear Integrated Circuits and Its Applications Unit-V Special ICs
Linear Integrated Circuits and Its Applications Unit-V Special ICsLinear Integrated Circuits and Its Applications Unit-V Special ICs
Linear Integrated Circuits and Its Applications Unit-V Special ICs
SatheeshCS2
 
Pbl report kkkl 2174 electric analogue
Pbl report kkkl 2174 electric analoguePbl report kkkl 2174 electric analogue
Pbl report kkkl 2174 electric analogueHakim Futra
 
Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC
Partha P. Mishra
 
Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)Chintan Patel
 
Timer IC-555.pptx
Timer IC-555.pptxTimer IC-555.pptx
Timer IC-555.pptx
ProfVilasShamraoPati
 
Led dimmer
Led dimmerLed dimmer
Led dimmer
Naimesh Rama
 

Similar to Led chaser (20)

Prince jai nproject report
Prince jai nproject reportPrince jai nproject report
Prince jai nproject report
 
21DEE065 vikas.pptx
21DEE065 vikas.pptx21DEE065 vikas.pptx
21DEE065 vikas.pptx
 
Digital stop watch
Digital stop watchDigital stop watch
Digital stop watch
 
Ic555
Ic555Ic555
Ic555
 
Integrated circuit
Integrated circuitIntegrated circuit
Integrated circuit
 
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
 
Unit-V Special ICs
Unit-V Special ICsUnit-V Special ICs
Unit-V Special ICs
 
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
 
70 interesting circuits
70 interesting circuits70 interesting circuits
70 interesting circuits
 
Automatic street light controller
Automatic street light controllerAutomatic street light controller
Automatic street light controller
 
Temperature Controller
Temperature ControllerTemperature Controller
Temperature Controller
 
DIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTER
 
555 timer ic_tesitngcircuit
555 timer ic_tesitngcircuit555 timer ic_tesitngcircuit
555 timer ic_tesitngcircuit
 
Manual fsr'14
Manual fsr'14Manual fsr'14
Manual fsr'14
 
Linear Integrated Circuits and Its Applications Unit-V Special ICs
Linear Integrated Circuits and Its Applications Unit-V Special ICsLinear Integrated Circuits and Its Applications Unit-V Special ICs
Linear Integrated Circuits and Its Applications Unit-V Special ICs
 
Pbl report kkkl 2174 electric analogue
Pbl report kkkl 2174 electric analoguePbl report kkkl 2174 electric analogue
Pbl report kkkl 2174 electric analogue
 
Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC
 
Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)
 
Timer IC-555.pptx
Timer IC-555.pptxTimer IC-555.pptx
Timer IC-555.pptx
 
Led dimmer
Led dimmerLed dimmer
Led dimmer
 

Recently uploaded

Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
sanjana502982
 
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptxBody fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
muralinath2
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
Nistarini College, Purulia (W.B) India
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
University of Maribor
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
tonzsalvador2222
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
sachin783648
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
IqrimaNabilatulhusni
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
fafyfskhan251kmf
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
muralinath2
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
muralinath2
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
RenuJangid3
 
in vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptxin vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptx
yusufzako14
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
S.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary levelS.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary level
ronaldlakony0
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
Areesha Ahmad
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
muralinath2
 

Recently uploaded (20)

Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
 
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptxBody fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
 
in vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptxin vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptx
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
S.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary levelS.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary level
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
 

Led chaser

  • 1. LED CHASER This is the circuit of a simple LED chaser. The LEDs lights one by one for a period of 1second and the cycle repeats giving the running light appearance. The circuit uses two ICs (one is 555) to drive the LEDs. IC1 (NE555) is the popular timer IC wired in the Astable Multivibrator mode. Resistors R1, VR1 and capacitor C1 act as the timing components and the output pulses are available from the output pin 3 of IC1. These pulses are given to the input pin 14 of the Johnson decade counter IC CD4017. Out of the 10 outputs of IC2, eight outputs are used to drive the LEDs. The ninth output pin 9 is connected to the reset pin 15 to stop the counting. So that the cycle repeats. With the value of C1, each LED remains on for 1second. When one LED turns off, the second on turns on. This cycle repeats giving the running light appearance. Resistor R3 keeps the input pin 14 of IC2 low after each pulse.VR1 adjusts the speed of LED chasing. LED Chaser Circuit The popular Timer IC 555 is extensively used in short duration timing applications. IC 555 is a highly stable integrated circuit functioning as an accurate time delay generator and free running multivibrator. But one of the serious problem in 555 timer design is the false triggering of the circuit at power on or when voltage changes. The article describes how IC555 is designed perfectly to avoid false triggering.
  • 2. 555 IC pin functions Pin1 Ground Pin2 Trigger Pin3 Output Pin 4 Reset Pin 5 Control voltage Pin 6 Threshold Pin 7 Discharge Pin 8 Vcc Functional aspects of pins Trigger Pin 2 Usually pin2 of the IC is held high by a pull up resistor connected to Vcc. When a negative going pulse is applied to pin 2, the potential at pin 2 falls below 1/3 Vcc and the flip-flop switches on. This starts the timing cycle using the resistor and capacitor connected to pins 6 and 7. Reset pin 4 Reset pin 4 can be controlled to reset the timing cycle. If pin 4 is grounded, IC will not be triggered. When pin4 becomes positive, IC becomes ready to start the timing cycle. Reset voltage is typically 0.7 volts and reset current 0.1 mA. In timer applications, reset pin should be connected to Vcc to get more than 0.7 volts. Control Voltage pin 5 Pin5 can be used to control the working of IC by providing a DC voltage at pin5. This permits the control of the timing cycle manually or electronically. In monostable operation, the control pin5 is connected to ground through a 0.01 uF capacitor. This prevents the timing interval from being affected by AC or RF interference. In the Astable mode, by applying a variable DC voltage at pin 5 can change the output pulses to FM or PWM. Threshold pin 6 and Discharge pin 7 These two inputs are used to connect the timing components- Resistor and Capacitor. The threshold comparator inside the IC is referenced at 2/3 Vcc and the trigger comparator is referenced at 1/3 Vcc. These two comparators control the internal Flip-Flop of the circuit to give High or Low output at pin 3.When a negative going pulse is applied to pin 2, the potential at pin2 drops below 1/3 Vcc and the trigger comparator switches on the Flip-Flop. This turns the output high. The timing comparator then charges through the timing resistor and the voltage in the timing capacitor increases to 2/3 Vcc.( The time delay depends on the value of the resistor and capacitor. That is, higher values, higher time).When the voltage level in the capacitor increases above 2/3 Vcc, the threshold comparator resets the Flip-Flop and the output turns low. Capacitor then discharges through pin 7.Once triggered, the IC will not responds to further triggering until the timing cycle is completed.
  • 3. The time delay period is calculated using the formula T= 1.1 Ct Rt. Where Ct is the value of Capacitor in PF and Rt is the value of Resistor in Ohms. Time is in Seconds. How to eliminate false triggering? The circuit diagram shown below is the simple monostable using IC 555. To eliminate the false triggering resistor R1 and Capacitor C1 are connected to the reset pin 4 of the IC. So the reset pin is always high even if the supply voltage changes. Moreover capacitor C3 connected close to the Vcc pin 8 acts as a buffer to maintain stable supply voltage to pin 8. Using this design, it is easy to avoid false triggering to a certain extent. 555 Monostable circuit A ready recknor to select timing resistor and capacitor Theoretically long interval is possible with IC 555,but in practical conditions, it is difficult to get more than 3 minutes. If low leakage Tantalum capacitor is used, this can be increased to 5 minutes or more. If the value of the timing capacitor is too high above 470 uF, charging time will be prolonged which will upset the timing cycle and the output remains high even afterthe desired time is over.
  • 4. The internet is overfilling with LED chasers, Knight Riders, and different ways to blink a series of LEDs in a certain pattern. In this article, I'm going to make yet another LED chaser, or a Knight Rider, but this one is with a little twist: we'll make an LCD with a menu that will allow you to choose different patterns and speeds. This project has five PCBs: four PCBs with LEDs and one with a microcontroller. On the LED's PCB, there are two ICs: the HCF4017BE Johnson counter. The counter has one clock input pin and 10 output pins. For each high pulse received on the clock pin, the next output pin is set high, starting with output pin 0. Read more about the IC in the link. The last PCB has a PIC16F877A microcontroller. To this microcontroller I've connected a few switches, a potentiometer, and an LCD. The microcontroller clock on each counter IC is in a different order. The microcontroller can also reset the counter ICs. In the software, there's a menu that allows you to choose between some predefined patterns. You navigate with one of the switches and enter the menu choice with another. The third switch is the reset switch. One of the patterns lets you use the potentiometer to change the speed for the "running" LEDs. This is done with the microcontroller's built-in ADC module. ADC will not be discussed in this article. When we power the circuit, LEDs start glowing one by one for a defined time period. Means first LED Q1 glows and then Q2 glows and Q1 turned OFF and then Q3 glows and Q2 turned OFF and so on. When we change resistance of variable resistor then speed of LED’s increase. Because frequency of 555 timer increases and this increases frequency signal is directly connected to counter’s trigger pin. So that counter changes its state faster. 555 timer frequency formula: The charge time (output HIGH) is given by : T1 = 0.693 (R1 +VR) C1 The discharge time (output LOW) by : T2 = 0.693 (R2) C1 Thus the total period T is given by : T = T1 + T2 = 0.693 (R1 + 2VR) C1 The frequency of oscillation is: F= 1/T F=1.44/(R1+2VR)C1 The main part of this LED chaser circuit diagram is 555 timer IC which generates some variable frequency. 555 timer IC is a general purpose IC which can be configured in some different modes like Astable, Monostable and Bistable. Here in this project we configured 555 timer as an Astable multivibrator in which both the stages of signal are unstable. Some
  • 5. time we call frequency generator also. Here we use output signal of this Astable multivibrator to trigger IC CD 4017 counter to change its state to perform desired task. Here we have connected 555 timer IC in Astable mode for generating a trigger pulse of some time period. A variable resistor is connected for changing the cycle frequency of 555 timer’s output. A CD4017 counter IC is also connected with this circuit for lighting LEDs. 10 red LED’s are connected to Q0-Q9 pin (pin 3) through 150 ohm resistor. MR pin (pin 15), enable or clock inhbit pin (pin 13) is directly connected with ground and Clock pin of counter directly connected with output pin of 555 Timer. Conclusion In this article I've made yet another LED chaser for the internet, but the little twist here is the LCD with a menu. A total of 32 LEDs are running up and down, or in different patterns. The microcontroller has some unused pins, which means that you can add even more PCBs with LEDs.