An LED you can blow out like a candle (analog circuit)

An LED you can blow out like a candle - Assembled PCB
Assembled PCB

I’ve got inspired by the article/post published on Hackaday some time ago : https://hackaday.com/2018/08/21/an-led-you-can-blow-out-with-no-added-sensor/ . These days everything has a microcontroller ,FPGA ,SoC or other programmable integrated circuit inside . Making such an project with use of microcontroller is too easy (you know, a few lines of code and everything works as it should). So I came up with an idea to design this circuit in a “old style”, without any programmable IC,s.

The whole circuit is made with use of some op amps,transistors,passive components,one voltage comparator and of course everyone’s favorite NE555 IC. I’ve made the whole project in a few days. It’s really nothing special ,but I think it is worth showing you.

Below I’ll describe how the whole thing works and how I’ve built it. I hope that you will enjoy it  ๐Ÿ™‚ .


Schematic & How does it work?

An LED you can blow out like a candle - Schematic - LED control block
Schematic – LED control block

I’ve simplified the whole schematic as much as I could just because I wanted to reduce number of needed components.

I will try to describe how the whole thing works as simple as I can.

NOTE: To show you how the whole circuit works I’ve uploaded some oscilloscope screenshots down below (they are numbered accordingly).โ†“โ†“โ†“โ†“

Anyway, let’s start!

I’ve used a green LED in a 0805 SMD package which is soldered to thin (0.3 mm dia.) enamel coated copper wire.R5 is just an LED current limiting resistor, in this case it sets the current flowing through the LED to about 35 mA. This value is slightly above 20mA “standard value” just because we want the LED to heat up a little bit. When the LED heats up the voltage drop across it in the forward direction drops for a few tens of milivolts. Q3 is a standard MOSFET-N transistor in a SOT23 package (BSS123), it is normally “turned on” by the R4 pullup resistor. When the circuit detects that you are blowing at the LED Q1 pulls the gate of Q3 down to the GND switching it off almost instantly. R1 is just an base current limiting resistor value is not critical in this case a few hundreds of ohms should be fine. IC3A is a precise comparator which detects the voltage drop change, when you blow at the LED it cools a little bit and the voltage across it increases by a ~50mV or more. It crosses the threshold voltage which is being set by the R13 potentiometer.

REF-V stands for reference voltage which is provided by external voltage reference IC (for ex. LM4040CYM3). It should be “temperature compensated” just to move the trigger point with the ambient air temperature. But I found that the LED heats up that much that this compensation is not really needed (temperature of LED is much higher than ambient temperature). C9 and C10 are standard MLCC ceramic capacitors, they filter some high frequency noise just to smooth the signal a little bit. When comparator triggers it pulls down its output for a while (it is normally pulled up with a R15 resistor, this compartor needs it because it has an OD/OC output).

This small pulse (about 50ยตs long) triggers the NE555 IC. NE555 makes two things: it generates a ramp and it measures a time for which the LED should be switched off. This ramp is needed for fade-in effect.A ramp is being generated with use of current mirror made of 2 PNP transistors (Q4 and Q5).This current mirror acts as current source which charges the C11 capacitor. The time for which the LED stays off can be easily adjusted by changing values of R16 and C11. When NE555 output goes HIGH, C12 charges through D4 almost instantly. This charged capacitor switches on the Q3 transistor which pulls down signal from the LED which is cooled down at this moment.

When this LED is cooled down the voltage across it is slightly above the trigger point so that comparator will hold its output low all the time (LED is turned off and it is not warming up). Because of that there was an endless loop problem (comparator triggers NE555 forever). Time constant of R17,C12 and R7 allows me to adjust the signal cut-off time after the LED is switched back on (we need to wait for a while until it warms up again). Without this circuit the whole thing oscillates or doesn’t work at all. The ramp generation circuit is separated from the rest of the circuit with one op amp in voltage follower configuration (even 100k  potentiometer connected directly distorted this waveform).

R12 and R14 potentiometers are used to adjust the fade in effect. Output pulse from the NE555 is being divided by R12 from 5V to about 0.7V. Ramp which has amplitude of about 5V is also divided by R14 to about 100mV. Then IC1A in differential configuration with a gain of ~1 subtracts the ramp from the output pulse (just to invert the ramp and combine these two signals together). Then this pulse is slowly switching off the Q1 transistor.When Q1 slowly switches off ,Q2 switches slowly on. The whole thing is adjusted in the way that the voltage at the collector of this transistor changes near the threshold voltage of Q2 transistor. So the whole fade-in effect (how quickly the LED lights up) can be adjusted with only two potentiometers

I’ve also added a power supply section , really nothing special, just some capacitors and LDO’s  ๐Ÿ™‚ .

An LED you can blow out like a candle - Schematic - Power supply section
Schematic – Power supply section

Oscilloscope screenshot’s:

An LED you can blow out like a candle - Taking some measurements
Taking some measurements
An LED you can blow out like a candle - Design and testing
Design and testing
An LED you can blow out like a candle - Capturing some waveforms 2
Capturing some waveforms 2

Short description of signals shown on the oscilloscope screenshots (numbers in [] brackets correspond to the screenshot number):

—>[1] Fade in circuit

An LED you can blow out like a candle - Oscilloscope screenshot 1
Oscilloscope screenshot 1
  • First channel – Output of the IC1A op amp (a ramp subtracted from the NE555 output pulse)
  • Second channel – Output of the R14 potentiometer
  • Third channel – Output of the R12 potentiometer
  • Fourth channel – Voltage at the collector of the Q1 transistor

—>[2][3][4][5] Oscilation prevention circuit

An LED you can blow out like a candle - Oscilloscope screenshot 2
Oscilloscope screenshot 2
An LED you can blow out like a candle - Oscilloscope screenshot 3
Oscilloscope screenshot 3
An LED you can blow out like a candle - Oscilloscope screenshot 4
Oscilloscope screenshot 4
An LED you can blow out like a candle - Oscilloscope screenshot 5
Oscilloscope screenshot 5
  • First channel – Voltage at the collector of the Q3 transistor
  • Second channel – Output of the IC3A (short output pulse)
  • Third channel – Voltage at the positive terminal of the C12 capacitor
  • Fourth channel – Output of the R12 potentiometer (NE555 output)

—>[6]

An LED you can blow out like a candle - Oscilloscope screenshot 6
Oscilloscope screenshot 6
  • First channel – Voltage at the positive terminal of the C11
  • Second channel – Output of the IC3A (short output pulse)
  • Fourth channel – Output of the R12 potentiometer

Short video from the tests:

NOTE: The fade-in effect is not adjusted properly in this video, because of that the LED switches back on almost instantly.

An LED you can blow out like a candle - Glowing LED
Glowing LED

Designing the PCB

An LED you can blow out like a candle - PCB render top view
PCB render top view

The whole PCB was designed in Autodesk EAGLE 9.1.3. I’ve designed the whole thing as fast as possible, just to test the everything in a non-breadborad version (breadboards are certainly not the most reliable when considering electrical connections quality). It’s not the best PCB layout I’ve ever made,but considering that I have only one layer on this PCB it’s not that bad  ๐Ÿ™‚ .

An LED you can blow out like a candle - PCB render bottom view
PCB render bottom view
An LED you can blow out like a candle - Designing PCB
Designing PCB

Making the PCB

An LED you can blow out like a candle - Finished PCB
Finished PCB

I’ve made PCB with use of my favorite photoresist film. Usually I need 2-3 hours to make such a PCB at home. I make PCB,s with this method very often because I really hate to wait for a month or so for a PCB from China.

The whole process proceeds in the following steps:

  1. Applying the photoresist dry film to the cleaned copper surface with use of the modified laminator which squeezes and heats up  the whole thing to about 110 deg. C
  2. Exposing the photoresist film covered with the negative photomask printed previously on a laserjet printer (PCB and the photomask are “sandwiched” between two pieces of glass)
  3. Developing unexposed photoresist film
  4. Applying some minor corrections with permanent marker (PCB was lying in the developing solution for too long)
  5. Etching PCB in my etching tank
  6. Covering the whole PCB with Lichtenberg’s alloy just to prevent copper corrosion
An LED you can blow out like a candle - Applying photoresist film
Applying photoresist film
An LED you can blow out like a candle - Applying photoresist film 2
Applying photoresist film 2
An LED you can blow out like a candle - Applying photoresist film 3
Applying photoresist film 3
An LED you can blow out like a candle - Applying photoresist film 4
Applying photoresist film 4
An LED you can blow out like a candle - Applying photoresist film 5
Applying photoresist film 5
An LED you can blow out like a candle - Photomask
Photomask
An LED you can blow out like a candle - Exposed photoresist film
Exposed photoresist film
An LED you can blow out like a candle - Exposed photoresist film 2
Exposed photoresist film 2
An LED you can blow out like a candle - Developed photoresist film
Developed photoresist film
An LED you can blow out like a candle - Tinning with Lichtenberg's alloy
Tinning with Lichtenberg’s alloy
An LED you can blow out like a candle - Soldering SMD components
Soldering SMD components

Summary

As always this post was supposed to be short ,despite efforts everything went wrong and I’ve produced a solid wall of text over here  ๐Ÿ™‚

It is a part of other project for which Iโ€™ve already ordered PCBโ€™s from China. When they will arrive I will write a post/short article about it.

UPDATE: You can read about this project also on:

As always, you can post comments down belowโ†“โ†“ (If you have any questions feel free to ask):

Don’t forget to like, follow and subscribe ByTechLab on other websites: