Troubleshooting a 555 Timer Circuit with Added LEDs | Circuit Issues & Solutions

AI Thread Summary
The discussion revolves around troubleshooting a modified 555 timer circuit that now has issues with timer functionality and inconsistent LED brightness after adding additional LEDs and a second circuit sharing the same ground. The user has tried swapping components but still faces problems, including visible frequency effects from the timer on the second circuit. Suggestions include buffering the output using transistors to handle higher current for the LEDs and using a voltage regulator to stabilize power supply issues. The proposed solution of using diodes to resolve the shared ground problem is deemed ineffective due to the inherent resistance in the power source. A proper voltage regulator, like a 7805, is recommended to ensure consistent performance across the circuits.
ColonelPanic
Messages
6
Reaction score
0
Hello,

I have designed a circuit based on one that I found on the internet (attached as example.gif). This circuit worked well when I built it on a breadboard.

I made a few minor modifications to the example circuit (attached as schem1.bmp) and I am having a few issues that I do not understand. The modifcations are simple, as all I have done really is add additional LEDs to the circuit in both the LED1 and LED2 positons of the example and also add an additional circuit on the same board that shares the same ground.

I have the following issues with the circuit that I have built:

1) The timer function no longer works at all. I have tried swapping resistors after the 555 pin3, as well as the componnets in R1, R2, and C1.

2) The brightnesses between the LED1 and LED2 positions are inconsistent, when a test voltage is applied.

3) The additional circuit on the board is a simple resistor/led circuit. The issue is that when the LEDs are turned on, you can visually see effects from the frequency of the 555 timer.

Each positive lead was tested using the digital output of an Arduino microcontroller at 5v.

Any help would be greatly appreciated, as it has me stumped...
 

Attachments

  • example.gif
    example.gif
    4.4 KB · Views: 610
  • schem1.bmp
    schem1.bmp
    96.3 KB · Views: 590
Engineering news on Phys.org
Powered at 5V, you may be only able to source/sink 20-50mA (check the datasheet).
This will light one or two standard LEDs. If you really want to light a lot of LEDs using output of 555 you can try:
1 - powering 555 from higher VCC (some 555's can go up to 16V).
2 - using low power LEDs
3 - buffering output of 555
 
Could you elaborate on how I would 'buffer' the output of such a circuit? I am a novice electronics hobbyist who is self-taught, and I have probably not taught myself all of the essentials so my apologies if these questions sound rudimentary or even ludicrous.
 
No apologies needed.

Buffering means adding extra parts that can handle higher current to drive more LEDs. There's a lot of ways to do this. The most common way is to add transistors so that the 555 switches the transistors instead of the LEDs and the transistors then turn the LEDs in and off.

Google "transistor buffer 555" or "push pull buffer for logic level LED drive" and you should get lots of hits.
 
Antiphon,

Thank you for the REALLY fast reply. That is much appreciated.

I also have a quick question about resolving issue #3 in my post. I have been doing some reading, and I think the appropriate solution would be to use a diode of some type. (The main issue here is that these are two lighting circuits sharing a same ground, and you can visually see the frequency pulse in the second circuit of the shared ground.) Would you know if that would resolve my issue? I believe that the diodes forward direction would be from circuit 2 to the shared ground to eliminate any signal traveling from the ground to circuit 2. Does any of this sound correct in any way?Thanks so much!
 
Diode will not help that. The problem is that your power source has a non-negligable resistance. When the 555 LEDs turn on, the voltage at the other LEDs droops a little and they get dimmer.

What you need a is a regulator like a 7805 ahead of the whole circuit. Make sure you heatsink it properly.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top