The Flashing LED project. The fundamentals.

Thread Starter

RAMBO999

Joined Feb 26, 2018
259
Hello All

I am about to embark on what is allegedly the Hello World project of the breadboard beginner.

The Flashing LED project.

I have looked around the net and there are a couple of "recipe" based solutions eg: take these resistors, this transistor, this capacitor, this LED, this battery, put them all together like that hey presto the LED flashes.

Simply making an LED switch on and of is not all I want to achieve.

What I do want to achieve is an understanding of the physics at the fundamental level so that I can produce the outcome using any appropriate combination of components.

So far this is what I have gleaned from what knowledge I already have of the components involved.

First of all I know I don't necessarily need a transistor in this solution nor a capacitor. There are other ways of producing a pulsing voltage. eg: relays.

But for now I want to focus on an RC circuit solution. No transistor.

So that would be resistors, a capacitor, an LED an a power source.

Put simply I figure that what I need to do is attach a supply current to the capacitor anode and the LED to the capacitor cathode.

I then need to create a situation, using the resistors where the charge rate of the compacitor is less than it's discharge rate.

That way the capacitor will continue to charge from V=0 to the threshold voltage of the LED.

When the LED threshold voltage is reached the LED will then discharge the capacitor down to its threshold, the LED that is.

When the voltage in the capacitor falls to the threshold voltage of the LED the LED will turn off.

This is in effect your flash event.

The cycle is then repeated.

The duration of the flash event will be determined by the capacitor time constant as it discharges.

The frequency of the flash event will be determined by the difference between the charge rate and discharge rate of the capacitor.

All of these parameters will deteremine which components to use in the project. ie: capacitor and resistors.

In order to calculate these parameters for any given flash duration and frquency I am looking at the following formulae:

Charging : V = E(1 - e^(-t/RC)) where E = Charging source voltage volts; t = time seconds; R = resistor ohms; C = cap capacitance Farads; e = Eulers number

Discharging : V = V0 * ( e^(-t/RC)) where V = Capacitor charge volts; t = time seconds; R = resistor ohms; C = cap capacitance Farads; e = Eulers number

Time constant tau = RC where R = resistor ohms; C = cap capacitance Farads;

How does that sound? Am I missing anything?

Thanks
 

dl324

Joined Mar 30, 2015
16,845
Am I missing anything?
The circuit won't work. Initially you'll have charging current through the capacitor, which may or may not cause the LED to light. Once the capacitor charges, you have nothing that will discharge the capacitor to restart the cycle.

BTW, your equations would be easier to read if you used tex. I'll format it later...
 

Thread Starter

RAMBO999

Joined Feb 26, 2018
259
The circuit won't work. Initially you'll have charging current through the capacitor, which may or may not cause the LED to light. Once the capacitor charges, you have nothing that will discharge the capacitor to restart the cycle.

BTW, your equations would be easier to read if you used tex. I'll format it later...
As I say, I am only at the theoretical stage at this point. But I don't see how you reach that conclusion. The LED will discharge the capacitor when the cap voltage reaches the LED's threshold voltage. The rate at which the capacitor discharges will determine how much of the cap charge is dissipated but I would expect a flash at that point. Once the cap discharge voltage falls below the LED threshold the cap will stop discharging and it will start recharging again. Why wouldn't that work?
 

SamR

Joined Mar 19, 2019
5,031
To start with your circuit is incorrect. the LED and series R need to be parallel to the cap. Without doing the math the cap discharge can be a quite high current so it is a tradeoff between cap and resistor and quite a balancing act. Apparently, from a quick look-see it does work.
 

Thread Starter

RAMBO999

Joined Feb 26, 2018
259
To start with your circuit is incorrect. the LED and series R need to be parallel to the cap. Without doing the math the cap discharge can be a quite high current so it is a tradeoff between cap and resistor and quite a balancing act. Apparently, from a quick look-see it does work.
Ok. I will check that out. But I can say that "The LED will discharge the capacitor when the cap voltage reaches the LED's threshold voltage" does actually happen with the two in series. I have just tested it. The cap does charge and the LED does flash. The question is how to get it to repeat. But I will think about the parallel arrangement.
 

Alec_t

Joined Sep 17, 2013
14,280
The LED will discharge the capacitor when the cap voltage reaches the LED's threshold voltage.
No, it won't if the cap is in series with the LED as set out in your earlier posts. The LED would have to be in parallel with the cap.
I have just tested it. The cap does charge and the LED does flash.
So they do, but what you are seeing is the LED charge current causing the LED to light. As soon as the cap has charged the current stops and the LED goes out.
 

dl324

Joined Mar 30, 2015
16,845
I don't see how you reach that conclusion. The LED will discharge the capacitor when the cap voltage reaches the LED's threshold voltage. The rate at which the capacitor discharges will determine how much of the cap charge is dissipated but I would expect a flash at that point. Once the cap discharge voltage falls below the LED threshold the cap will stop discharging and it will start recharging again. Why wouldn't that work?
There is nothing in the circuit to discharge the capacitor.

It's questionable whether you'd get the LED to flash. It depends on the values of R and C. The initial charging current will be the highest and then it will decrease. The LED might turn on and then dim fast enough to call it a flash; if it turned on at all.

Your equations formatted:
\( \small V = E(1 - e^{\frac{-t}{RC}}) \)

\( \small V = V_0 * e^{\frac{-t}{RC}} \)
 
Last edited:

Thread Starter

RAMBO999

Joined Feb 26, 2018
259
No, it won't if the cap is in series with the LED as set out in your earlier posts. The LED would have to be in parallel with the cap.

So they do, but what you are seeing is the LED charge current causing the LED to light. As soon as the cap has charged the current stops and the LED goes out.
Ahhhh. I think I see what you are saying. That's why you need an alternative route for charging the cap. ie: parallel circuit. But why does it flash just once when I initially power it up? What's going on there if the LED is breaking the circuit?
 
Top