Thursday 7 November 2019

555 Timer Astable Multivibrator


Why does the astable mode in 555 timer require two resistors, whereas monostable works with just one resistor ? The cap gets charged through R1 and R2 and gets discharged through R2. But in monostable it gets discharged without any resistor.


enter image description here



Answer



Resistor is not a essential component in capacitor discharge path. It can be used to limit the current flow thereby increasing discharge time of the capacitor.



Charging and discharging time of capacitor determines time period of two states of a astable 555 timer. In your circuit R2 determines discharge time.


In mono_stable 555 timer, astable state's time duration is determined by the charging time of the capacitor. Second stage is the stable state therefore discharge time of the capacitor is not critical 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...