I am building a 555 timer based astable multivibrator. How do I calculate the exact value of resistors and capacitor?
In reply to Resistors and capacitor by Vj
VJ,
There's no one value of resistance and capacitance to produce a particular frequency. Your resistor values can change depending on the capacitor value you use or have on hand.
You can solve the equations for R1, R2, and C1 if you want. But if you're in a hurry I suggest you check out this 555 Timer Calculator at: https://circuitdigest.com/calculators/555-timer-astable-circuit-calcula…
Just enter the frequency you want the 555 to oscillate at (leave the first question on firing blank) and the calculator will produce a list of R1 and R2 based on a list of common capacitors values that you can select from.
Be aware that a Square Wave has a 50% duty cycle (it's HIGH 1/2 the period and LOW the other 1/2) and with the 555 IC the selection of R1, R2, and C1 can affect the duty cycle.
So if you want as close to a Square Wave for your frequency, when you enter your frequency value and the list appears, use the combination of C1, R1, and R2 that is as close to 50% duty cycle. If the duty cycle is not important then your can select what ever values the listing shows for your frequency.
Finally, if frequency stability is important (it usually is), because the 555 IC uses an RC circuit to produce a frequency the stability will be affected by the temperature of the resistors in particular. Ordinary resistors can vary their resistance gratly as temperature goes up and down and that will in turn affect the actual frequency. So if minor frequency variation is OK then you can use inexpensive carbon composition or carbon film or metal film resistors which are very common. If you want a more stable resistor you'll need to use a more temperature-stable type.
I have no comment
But! Ihave a quation.
How find the value of R1 & R2 in astable oscillator
There is a very good project regarding this one.
Please check this -
https://circuitdigest.com/electronic-circuits/555-timer-astable-multivi…
Vj
Joined May 20, 2016 3Friday at 08:16 AM
Resistors and capacitor values are dependent on, how much frequency you want from the circuit. Below are the formulas:
Time High (Seconds) T1 = 0.693 * (R1+R2) * C1
Time Low (Seconds) T2 = 0.693 * R2 * C1
Time Period T = Time High + Time Low = 0.693 * (R1+2*R2) * C1
Freqeuncy f = 1/Time Period = 1/ 0.693 * (R1+2*R2) * C1 = 1.44 / (R1+2*R2) * C1
Duty Cycle: Duty cycle is the ratio of time for which the output is HIGH to the total time.
Duty cycle %: (Time HIGH/ Total time) * 100 = (T1/T) * 100 = (R1+R2)/ (R1+2*R2) *100
Check this Article for more detail:
555 Timer Astable Multivibrator Circuit