Thursday 10 August 2017

What is the purpose resistors and capacitor in this 555 circuit?


What is the purpose of the capacitor , the resistor , and the variable resistor ?


Do they work like clock pulses for the 555 timer?


enter image description here



Answer



They let the 555 generate the clock pulses for the Johnson counter (the 4017). It's a typical AMV (Astable MultiVibrator) setup. The capacitor gets charged through both resistors until 2/3 Vcc is reached (internal comparator level). This sets a flip-flop which activates the Discharge output (DIS). Through DIS and the potentiometer, the capacitor is discharged until the voltage on the Trigger input (TRI) is 1/3 Vcc, which resets the flip-flop and switches off DIS, so that a new charging cycle starts. So the capacitor voltage swings between 1/3 Vcc and 2/3 Vcc, and each time one of the limits is reached the output toggles.


enter image description here


555 AMVs often have Trigger and Threshold connected. By using a potentiometer to set the Trigger level you can vary the frequency.


It's worth it to study the 555 block diagram and its typical applications, like this AMV or the MMV (Monostable MultiVibrator). The 555 is one of the most versatile ICs around.



enter image description here


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...