Electronics Exercise 2: The 555 Timer And Its Applications

2y ago
10 Views
3 Downloads
664.02 KB
6 Pages
Last View : 11d ago
Last Download : 3m ago
Upload by : Sabrina Baez
Transcription

Electronics Exercise 2: The 555 Timer and its ApplicationsMechatronics Instructional LaboratoryWoodruff School of Mechanical EngineeringGeorgia Institute of TechnologyLab Director: I. Charles Ume, ProfessorAuthor: Kita , Development TA Summer 2004Revised by Ali AlSaibie, TA 2015. Jie, TA Fall 2011.1. Objectives1. Learn about the 555 timer integrated circuit and applications2. Apply the 555 timer to build an infrared (IR) transmitter and receiver2. The 555 TimerThe 555 timer integrated circuit (IC) has become a mainstay in electronics design. A 555 timer will produce apulse when a trigger signal is applied to it. The pulse length is determined by the amount of time it takes tocharge and discharge a capacitor connected to a 555 timer. A 555 timer can be used to debounce switches,modulate signals, create accurate clock signals, create pulse width modulated (PWM) signals, etc. A 555 timercan be obtained from various manufacturers including Fairchild Semiconductor and National Semiconductor.A 555 timer is shown below in Figure 1.Figure 1 - 555 TimerDescription of the 555 timer pinsPin 1Pin 2GNDTriggerPin 3Pin 4Pin 5OutputResetControl VoltagePin 6ThresholdPin 7Pin 8DischargeVCCGround Connection555 timer triggers when this pin transitions from voltage at VCC to33% v voltage at VCC. Output pin goes high when triggeredOutput pin of 555 timerResets 555 timer when lowUsed to change Threshold and Trigger set point voltages and is rarelyusedUsed to detect when the capacitor has charged. The Output pin goeslow when the capacitor has charged to 66.6% of VCC.Used to discharge the capacitor5V to 15V supply input

The 555 timer can operate in 3 different modes:i.ii.iii.Monostable ModeAstable Mode or free runningBistable Mode or Schmitt Trigger2.1. 555 Timer – Monostable ModeFigure 2 shows a Monostable 555 Timer circuit. The Monostable circuit outputs one pulse for each high to lowtransition of the trigger pin. The output will return to the “stable” state after a period of time that is a functionof the attached resistor and capacitor values.Figure 2 - 555 Timer Monostable ConfigurationThe discharge pin is normally connected to ground (internally). When the trigger pin transitions from Vcc to 33%Vcc the discharge pin is then internally disconnected from ground and the output pin is set high. The capacitor Cthen starts to charge through resistor R. The threshold pin detects when the voltage across the capacitorreaches 66.6% Vcc. When the voltage across the capacitor reaches 66.6% Vcc, the output pin is set low and thedischarge pin is connected back to ground. Finally, when the discharge pin is connected back to ground, thecapacitor is discharged and the default “stable” state is reached.The length of the output pulse depends on when the capacitor reaches 66.6% Vcc. This rate is determined by thecharge capacity of the capacitor, C, and resistance, R. The length of the output pulse, tP, is:𝑡𝑝 1.1𝑅𝐶In short, starting with a discharged capacitor, the output pin is set high once the trigger pin transitions from highto low, and it remains high (the output pin) until the capacitor reaches 66% of Vcc.The monostable 555 timer circuit can be used in the following applications:a) Debounce a momentary/pushbutton switchb) Turning on an actuator for a set period of timec) Turn an output from a resistive sensor from analog signal to digital signal. (Example: A potentiometer is avariable resistor. A project requires determining the position of a potentiometer used for user input. Allanalog to digital (A/D) converters on a microcontroller have already been used but there are some digitalinputs and outputs available. The potentiometer can be used as the resistor in a monostable 555 timercircuit. The microcontroller can then trigger the monostable circuit and measure tP since tP now depends onthe position of the potentiometer)

2.2. 555 Timer – Astable ModeFigure 3 shows an Astable 555 Timer circuit. The Astable 555 timer circuit outputs a series of pulses, alternatingbetween two states.Figure 3 - 555 Timer Astable ConfigurationWhen the circuit is first turned on, the discharge pin is disconnected from ground (internally) and the output pinis set high since the trigger pin is below 33.3% Vcc (no charge in the capacitor). The capacitor, C, starts to chargethrough resistors R1 and R2. The threshold pin detects when the voltage across the capacitor reaches 66.6% Vcc.When the voltage across the capacitor reaches 66.6% Vcc, the output pin is set low and the discharge pin isconnected back to ground. When the discharge pin is connected back to ground, the capacitor starts dischargingthough resistor R2 until the capacitor reaches 33.3% Vcc. The cycle then repeats and creates a series of outputpulses.Compared to the Monostable circuit, the Astable circuit connects the trigger pin to the capacitor and adds aresistor between the discharge and threshold pins. An Astable circuit triggers from previous output pulsewhereas a monostable circuit requires an externally applied trigger.In short, the output pin oscillates from high to low creating a series of pulses as the capacitor charge oscillatesfrom 33.3% to 66.6% Vcc, without any external triggers.The duration the output pin stays high, tHIGH, is given below:𝑡𝐻𝐼𝐺𝐻 0.693 𝐶 (𝑅1 𝑅2 )The duration the output pin stays low, tLOW, is given below:𝑡𝐿𝑂𝑊 0.693 𝐶 𝑅2The frequency, f, of the series of pulses is:𝑓 1𝑡𝐻𝐼𝐺𝐻 𝑡𝐿𝑂𝑊

The Astable 555 timer circuit can be used in the following applications:a) Modulate transmitters such as ultrasonic and IR transmittersb) Create an accurate clock signal (Example: There is a pulse accumulator pin on the 68HC11microcontroller that counts pulses. You can apply an Astable 555 timer circuit set at 1 Hz frequency tothe pulse accumulator pin and create a seconds counter within the microcontroller. The pulseaccumulator will be covered in later in the course.)c) Turn on and off an actuator at set time intervals for a fixed duration3. Remotely Controlled LED using a 555 TimerAn Astable 555 Timer circuit can be used to generate a square wave signal with an accurate frequency. Thissignal can drive an infrared Light Emitting Diode (LED) through the output pin of the 555 timer. Adding aswitch to the IR LED circuit allows a user to choose when to power the IR LED with the signal.A modulated IR detector can be used to detect the generated infrared wave pulses as long as the pulsesfrequency matches that of the modulated IR detector. Figures 4 and 5 show the circuits for the IRtransmitter and receiver respectively.Figure 4 - IR Transmitter CircuitFigure 5 - IR Receiver Circuit

4. Lab TaskYour task is to assemble two circuits on physically separate boards for both the transmitter and receiver as perfigures 4 and 5. Use the bench power supplies to power each circuit with 5V. Connect an oscilloscope to node Ain figure 4 and you should be able to observe a square wave signal. Adjust the 10kΩ variable resistor until thesignal at node A is a 38 kHz series of pulses. Your transmitter is now ready.When the pushbutton is depressed the visible LED on the receiver should blink. Try to turn off the ambient lightwhen you want to test the circuit in case of the ambient noise and make sure the IR LED is in direct line of sightof the IR receiver. If the visible led is blinking randomly, put exposed 35 mm camera film around the IR detector.(Note: Exposed 35 mm camera film blocks out visible light but is transparent to IR)Questions:a) How far away can the transmitter and receiver be before the signal from the transmitter to receiver is lost?b) What applications can this circuit be used for?5. Lab DeliverablesDemonstrate a working circuit setup to your lab instructor in person. Have the oscilloscope connected to theoutput node of the 555 timer to show the pulse frequency. Submit brief answers to the questions in theprevious section by the due date.6. Bill of MaterialsNote that designations are specific to figures 4 and 5.DesignationR3, R4R2R1C1D1D2IC1IC2S1Description120 Ω Resistor10 kΩ Variable Resistor (Potentiometer)150 Ω Resistor10nF CapacitorIR LEDVisible LED555 TimerIR ReceiverPush ButtonPart No.3006Y-1-103LFLM555CNGP1UM261XK0F

7. Pinouts555 Timer (IC1)Top View1827555 Timer3645IR Receiver (IC2)Top View123

3. Remotely Controlled LED using a 555 Timer An Astable 555 Timer circuit can be used to generate a square wave signal with an accurate frequency. This signal can drive an infrared Light Emitting Diode (LED) through the output pin of the 555 timer. Adding a switch to the IR LED circuit allo

Related Documents:

May 02, 2018 · D. Program Evaluation ͟The organization has provided a description of the framework for how each program will be evaluated. The framework should include all the elements below: ͟The evaluation methods are cost-effective for the organization ͟Quantitative and qualitative data is being collected (at Basics tier, data collection must have begun)

Silat is a combative art of self-defense and survival rooted from Matay archipelago. It was traced at thé early of Langkasuka Kingdom (2nd century CE) till thé reign of Melaka (Malaysia) Sultanate era (13th century). Silat has now evolved to become part of social culture and tradition with thé appearance of a fine physical and spiritual .

On an exceptional basis, Member States may request UNESCO to provide thé candidates with access to thé platform so they can complète thé form by themselves. Thèse requests must be addressed to esd rize unesco. or by 15 A ril 2021 UNESCO will provide thé nomineewith accessto thé platform via their émail address.

̶The leading indicator of employee engagement is based on the quality of the relationship between employee and supervisor Empower your managers! ̶Help them understand the impact on the organization ̶Share important changes, plan options, tasks, and deadlines ̶Provide key messages and talking points ̶Prepare them to answer employee questions

Dr. Sunita Bharatwal** Dr. Pawan Garga*** Abstract Customer satisfaction is derived from thè functionalities and values, a product or Service can provide. The current study aims to segregate thè dimensions of ordine Service quality and gather insights on its impact on web shopping. The trends of purchases have

Página 1-5555 Fax: 555-555-5555 PLAN DE AVALÚO INSTITUCIONAL Phone: 555-555-5555 Fax: 555-555-5555 Email: someone@example com REVISADO JUNIO 2015 UNIVERSIDAD DE PUERTO RICO EN AR

INDEX PRESENTATION 5 THE THUMB 7 MECHANICAL EXERCISES 8 SECTION 1 THUMB Exercise 1 12 Exercise 2 13 Exercise 3 - 4 14 Exercise 5 15 Estudio 1 16 SECTION 2 THUMB WITH JUMPS Exercise 6 17 Exercise 7 - 8 18 Exercise 9 19 Exercise 10 20 Exercise 11 - 12 21 Estudio 6 22 SECTION 3 GOLPE Exercise 13 23 Exercise 14 24 Exercise 15 25 Exercise 16 - 17 26 Exercise 18 27 .

Chính Văn.- Còn đức Thế tôn thì tuệ giác cực kỳ trong sạch 8: hiện hành bất nhị 9, đạt đến vô tướng 10, đứng vào chỗ đứng của các đức Thế tôn 11, thể hiện tính bình đẳng của các Ngài, đến chỗ không còn chướng ngại 12, giáo pháp không thể khuynh đảo, tâm thức không bị cản trở, cái được