| A 555 set in the Astable mode is basically an oscillator. It changes states by
itself according to the support components you choose. On(high) then Off (low) then On
then off... See the schematic below. The LED will turn on for approximately one second
and off for one second then on...
You can download the EWB
version of this circuit to run the simulation. I usually just build them on a breadboard myself.
Schematic By John Adams: Feel free to use in class or for projects.
Description of Circuit:
This circuit requires very few external components. The main three are R1, R2 and
C1. C2 is merely there to prevent instability problems. R3 limits current to the LED. A 9V
battery is shown but you can use anything from 4.5 to 12Volts. I use either a 9V
Battery or an adaptor set to 6V. If you want to interface the oscillator to a TTL
circuit you must match that voltage, typically +5V.
If you can't find a 147K or 1 Ohm resistor, just use a 150K and 100 Ohm resistor. This
timing is nearly the same.
NOTE: If the LED is not bright enough, use a smaller
value resistor in place of R3.
The TIME HIGH (ON) and TIME LOW (OFF) are determined by R1, R2 and C1. Let's call
the TIME HIGH Th and the TIME LOW
Tl. The total time is
Tt.
The formula to solve Th is:
Th = 0.693 X C1 X (R1 + R2)
In our circuit above R1 is 1 Ohm, R2 is 147,000 Ohms (147K) and the
Capacitor is .00001 Farads (10 microfarads). Let's solve for Th.
Th = .693 X .00001 X (1 + 147,000)
Th = .693 X .00001 X 147001
Th = 1.014 Seconds
Now to figure out the Time low, we use the same formula ignoring R1.
Tl = 0.693 X C1 X R2
Tl = .693 X .00001 X 147,000
Tl = 1.014 seconds
All thats left to figure out is Time Total. Just add the Tl and Th.
Tt = Th + Tl
Tt = 2.03 seconds
If you want to convert this to frequency instead of time:
F = 1/Tt
F = .5 Hertz (Hz) or cycles per second.
You may ask why I used a one ohm resistor for R1. Doing this gives nearly the
same time on as off. The ratio of time ON to total time is called Duty Cycle.
The example circuit we made has a duty cycle of 1:2 or 50% (50% on and 50% off)
To see how you would make a circuit with a longer time on and shorter time off, work
out this example:
C1 = 10 microfarad (.00001 Farad)
R1 = 147K
R2 = 47K
Th = .693 X .00001 X 194,000
Th = 1.34 seconds.
Tl = .693 X .00001 X 47,000
Tl = .33 seconds
This produces a circuit with the LED on for 1.34 seconds and off .33
seconds. It's duty cycle is now 3:4 or 75%. There is a simple formula to figure out duty
cycle.
Percentage of Duty Cyle = (Th
divided by Tt) X 100
We will go more into duty cycle in later sections.
CHECK OUT THE 555 CALCULATORS TO INSTANTLY
FIGURE OUT Th, Tl, Frequency and Duty Cyle.
This example created a square wave form. Using the 555 in the Astable mode you can
create other wave forms as well. We will see more circuits that create triangle and others
in later 555 sections. A high frequency osicallator built with a 555 can be used to power
a speaker, creating a sound waves. An example would be to create an alarm speaker
driver. If two 555's are chained together, many sound effects can result. |