Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need 1sec pulse repeating after 20 sec using LM555

Status
Not open for further replies.

angy

Full Member level 3
Joined
Jul 9, 2008
Messages
151
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Activity points
2,341
My requirement is of 1 sec pulse repeating after every 20 sec using lm555
 

According the LM555 (google it) datasheet these are the two ecuations you must use:

\[f=\frac{1}{T}=\frac{1.44}{(R_A+2*R_B)*C}\] (1)

\[D=\frac{R_B}{R_A+2R_B}\] (2)

With (2) you can find the relation between RA and RB. You need a 1s pulse (On time) after 20s (Off time), this gives you a total time of 21s, so the duty cycle is \[D=\frac{T_{on}}{Period}=\frac{1s}{21s}=0.0476=4.76%\].
Using (2) \[R_B=\frac{D}{1-2*D}*R_A\], so \[R_B=0.0526*R_A\].

If the total period is 21sec, then \[T=21s {\Rightarrow} f=\frac{1s}{21s}=0.0476 Hz\] and working with the first equation: \[C=\frac{1.44}{(R_A+2*R_B)*f}=\frac{1.44}{(1.105*R_A)*0.0476}=\frac{27.377}{R_A}\]

So, you get these two equations:
\[R_B=0.0526*R_A\]
\[C=\frac{27.377}{R_A}\].

You can choose a value for C, and the find then values of RA and RB. Due to the very low frecuency, you will find that, or you use a very big capacitor, or a very big resistor.

(OR, you can use an CSS555. Check the datasheet to find if it suits your needs.)

Best regards
 

My requirement is of 1 sec pulse repeating after every 20 sec using lm555

To achieve duty cycle other than 50% we add a signal diode across R2
Choose value of R1,R2,C1 accrodingly
Tm = 0.7 × R1 × C1 (ignoring 0.7V across diode)
Ts = 0.7 × R2 × C1 (unchanged) 555asto.gif
Where:
Tm :Mark time (output high):
Ts : Space time (output low)
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top