Thread Closed

555 Timer Frustrating Me

 
Share Thread
Jun20-09, 12:59 PM   #1
 

555 Timer Frustrating Me


Hey Everybody!

I have been using this page as a guideline to learning how to use a 555 timer:

http://www.kpsec.freeuk.com/555timer.htm

I have been trying to make an LED flasher by using a 555 Timer for the first time, but after 2 days, I have been unable to see my problem. I am using the astable mode schematic seen in the astable mode section of the page I have been using. I am using C = 10uF Capacitor,
R1 = 10k, and R2 = 100k. I understand that this should yield about 40 blinks by the light according to the chart I am using.

My problem is that after I build the circuit onto my breadboard, the light constantly stays on, and does not blink. I have also noticed that the 555 gets terribly hot, but I have no idea why. Also, I saw posts with people who were able to get voltage ratings on each pin. How would I do that, and is an analog multimeter accurate enough?

Thanks in advance! Don't hesitate to ask me any necessary questions.
Brandon
PhysOrg.com engineering news on PhysOrg.com

>> Mathematical algorithms cut train delays
>> Researchers design software to detect changes in colour vision
>> Trend study identifies potential for humans and technology to interact in a manufacturing environment
Jun20-09, 01:08 PM   #2
 
Recognitions:
Science Advisor Science Advisor
The 555 should not get hot at all and the circuit diagram you linked to should work as drawn. Re-check each and every connection (assume nothing and double-check the pinout on the data sheet for your specific device); if you're absolutely certain they're correct then it's possible the 555 is bad. If you still can't get it working, a good-quality photo of your breadboard setup might be helpful to us.
Jun20-09, 04:12 PM   #3
 
I have no access to a digital camera at this time, but when I do, I'll most definitely post those images. I used the timer in another circuit layout that drives a PNP transistor to make a speaker buzz like a siren, and that worked without any issues. Also, in my last post i meant "about 40 per minute", which I'm sure was pretty obvious anyway.

Any recommendations will be most appreciated, as I cant be 100% sure if anything is correct if it isn't working as planned, or even if its wired correctly.

Again, I will try and post images as soon as possible.

Thanks
Jun20-09, 04:21 PM   #4
 
Recognitions:
Science Advisor Science Advisor

555 Timer Frustrating Me


Silly question: Are you wiring the LED between pin #3 (Output) and ground (0V) or between pin #3 and +Vs, and are you including an appropriately-sized current-limiting resistor?
Jun20-09, 04:26 PM   #5
 
Quote by negitron View Post
Silly question: Are you wiring the LED between pin #3 (Output) and ground (0V) or between pin #3 and +Vs, and are you including an appropriately-sized current-limiting resistor?
Between Pin #3 and +Vs, with a resistor just before the LED.

(*Awaits emotional slap in the face *)
Jun20-09, 04:39 PM   #6
 
Recognitions:
Science Advisor Science Advisor
There's your problem, I suspect. Connect the LED instead between pin #3 and ground with the cathode to ground. Assuming a +5 V output level and a 2.0 V drop across the LED (typical for standard red and green LEDs,) use a (5-2) / .010 = 300-ohm resistor (standard value 270-ohms is close enough) in series on either side.
Jun20-09, 05:10 PM   #7
 
Quote by negitron View Post
There's your problem, I suspect. Connect the LED instead between pin #3 and ground with the cathode to ground. Assuming a +5 V output level and a 2.0 V drop across the LED (typical for standard red and green LEDs,) use a (5-2) / .010 = 300-ohm resistor (standard value 270-ohms is close enough) in series on either side.
LED still doesn't blink sadly; solid red light.

I am using a 6v (4aa) power supply, if it helps or explains anything.
Jun20-09, 05:10 PM   #8
 
Mentor
Blog Entries: 10
Quote by negitron View Post
Silly question: Are you wiring the LED between pin #3 (Output) and ground (0V) or between pin #3 and +Vs,
Does it matter? The duty cycle is nearly 50%, so either way should work.

... and are you including an appropriately-sized current-limiting resistor?
A few more questions to help with the troubleshooting:
  • What is the value of the current-limiting resistor (the one in series with the LED)?
  • What is the value of the source voltage Vs?
  • Is there a 0.01 uF cap between pin 5 and ground, as shown in the circuit here:
    http://www.kpsec.freeuk.com/555timer.htm#astable
Jun20-09, 05:16 PM   #9
 
Recognitions:
Science Advisor Science Advisor
Quote by Redbelly98 View Post
Does it matter? The duty cycle is nearly 50%, so either way should work.
Depends on what +Vs is and what the logic level output of pin #3 is. If +Vs - Vout is more than the Vf of the LED, it will always be biased on. Best practice is to connect through to ground.

An additional question: which flavor of 555 are you using? There are, for example, CMOS versions and TTL versions and they are not necessarily directly compatible.
Jun20-09, 05:51 PM   #10
 
Mentor
Blog Entries: 10
Quote by negitron View Post
Depends on what +Vs is and what the logic level output of pin #3 is. If +Vs - Vout is more than the Vf of the LED, it will always be biased on. Best practice is to connect through to ground.
Okay, I was assuming Vo=Vs when the output is high -- that has been my (limited) experience. I was unaware that this is not in general true.

An additional question: which flavor of 555 are you using? There are, for example, CMOS versions and TTL versions and they are not necessarily directly compatible.
Or better yet, provide the manufacturer and exact part number.
Jun20-09, 06:00 PM   #11
 
Recognitions:
Science Advisor Science Advisor
Quote by Redbelly98 View Post
Okay, I was assuming Vo=Vs when the output is high -- that has been my (limited) experience. I was unaware that this is not in general true.
Looks like for most flavors of 555, Vout(high) = Vs - ~1.7 V.
Jun20-09, 06:26 PM   #12
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
I don't have much time at the moment to thoroughly consider the deductive paths the others here are taking you down, but I'm only concerned right now about your 555 timer getting very hot. I won't go into details, but often the only way for this to be possible is to run the part way above its rated power supply voltage, activating its ESD structures and drawing as much current as your (presumably) small wall-wart transformer can provide.

Look up the datasheet for your exact 555 part on the manufacturer's website, and find its intended power supply range. Also, please explain to us how you're powering the part.

(It's also worth mentioning that activating the ESD structures on a chip generally derates it -- damages it measurably, making it less reliable -- and continuously powering it above its intended supply range could destroy it pretty quickly.)

- Warren
Jun20-09, 06:48 PM   #13
 
Recognitions:
Science Advisor Science Advisor
Quote by chroot View Post
Look up the datasheet for your exact 555 part on the manufacturer's website, and find its intended power supply range. Also, please explain to us how you're powering the part.
He did say 4 AA cells for a total of 6 V. This seems to be well within the tolerances of all the common types of 555.
Jun20-09, 06:49 PM   #14
 
Quote by Redbelly98 View Post
Does it matter? The duty cycle is nearly 50%, so either way should work.



A few more questions to help with the troubleshooting:
  • What is the value of the current-limiting resistor (the one in series with the LED)?
  • What is the value of the source voltage Vs?
  • Is there a 0.01 uF cap between pin 5 and ground
1) 330 Ohm
2) 6v
3) Yes

EDIT: I am using an NE555N; also tried NE555P, but yields no difference. The data sheets for each model seem to allow 6v, where max volt is around 15v-18v for each. I am unsure of finding the exact manufacturers of each timer except by searching for the entire model number shown on the timer itself. The NE555P has nothing but NE555P on it, while the NE555N has "H2L937", which yields no results on Google.
Jun20-09, 06:59 PM   #15
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Okay, from the look of it, the Fairchild NE555N does not have a current-limited output driver, and does not provide a plot of output voltage versus current (shame on them). I can only assume that if you short the output to ground or +Vs, you will draw enough current to damage the device. Check for this.

- Warren
Jun20-09, 07:00 PM   #16
 
I bring up again, how would I check for loose connections on my breadboard, and how to check ratings on each pin out properly with my multimeter.

In other topics on this forum, many people have posted that information.

Do I simply need to identify the voltage on each pin?
Jun20-09, 07:08 PM   #17
 
Recognitions:
Science Advisor Science Advisor
Well, you can easily check the voltages on each pin, but you can't so easily check the currents. Best thing to do is to go to each wire and gently pull on it; if it comes out of the breadboard very easily, it's probably too loose and you should use a different connection point. You can also use your multimeter on ohms (or better still in audible continuity modem, if you have it) and ohm out between circuit terminals which should be connected with the circuit unpowered.

However, since you have an overheating problem, it's probably not an open connection which is the issue, but a short. Check for continuity between points which should NOT be connected and correct as necessary.
Thread Closed

Similar discussions for: 555 Timer Frustrating Me
Thread Forum Replies
Frustrating Problem Introductory Physics Homework 2
This problem is FRUSTRATING me SO Much! Calculus & Beyond Homework 9
frustrating Integral Calculus 37
This is incredibly frustrating. General Discussion 6
Something that's been frustrating me... Linear & Abstract Algebra 4