Electronic – Make: Electronics (Experiment 11) LED blinks only once

capacitoroscillatortransistors

There is one more question about Experiment 11 from "Make: Electronics" by Charles Platt.
The trouble is that my LED blinks only once, when I connect circuit to power source. (I tried 6V, 9V and finally 12V DC)
As I understand, capacitor should discharge, but it holds the voltage and there is no "charge/discharge" process described in the book that forces LED to blink.


There is the original circuit from the book:

Original circuit


Photo of my circuit is below (yes, it is connected to power source):

Circuit photo


Also I created Fritzing breadboard diagram and marked some points:

Fritzing breadboard diagram


I checked voltage between points displayed on the fritzing diagram (I use 12V DC power source):

  • Vab = 0.04V (after multimeter touch voltage reduces to 0.01V)
  • Vcd = 11.4V (after multimeter touch voltage reduces to 9.47V)
  • Vef = 4.9V
  • Vgh = 8.83V
  • Vij = 0V

Any ideas why LED blinks only once but not constantly?
Finally, one more noob question. As I understand, 'gate voltage' is Vgh. What is then 'anode voltage'? Is it Vcd?

Best Answer

You are correct in saying that the anode voltage is Vcd (Anode pin with reference to ground) and Vgh is the gate voltage (Gate pin to ground). That is the simple part.

Now, I cannot say immediately what is wrong. But a few things strike me as odd, so maybe we can work this through together.

If Vab is zero, Vcd must be roughly 12V, this stands true. But, Vef is 5V and Vgh is roughly 9V while there is no current through the LED (I am assuming it was off when you took these measurements). If no current is flowing through the LED, I would think that Vef+Vgh would also amount to 12V.

Now, since Vcd is 12V, this means that the capacitor is fully charged. Which makes sense. Now, we would like this to discharge, but it's not. So I would expect that there is no path to ground in order to discharge. The original schematic doesn't say where the gate or anode should go. Maybe the 2N6027 isn't properly setup?

I would recommend going over the data sheet for the 2N6027 if you haven't already. Looks like it should behaving something like a switch, i.e. Once Vcd reaches a certain value "turn on" and allow discharge, which would illuminate the LED.

Hope this helps. Let me know if you have more questions, I will do my best in being prompt with helping in any way.

Good luck! - Josh