A joule thief circuit is basically an efficient, self-oscillating voltage booster circuit, built using a single transistor, resistor and an inductor, which can boost voltages as low as 0.4 V from any dead AAA 1.5 cell, to much higher levels.
Technically it may seem impossible to illuminate a 3.3 V LED with a 1.5V source, but the amazing concept of joule thief makes this look so easy and effective, and virtually unbelievable. Moreover the circuit additionally makes sure that not a single drop of "joule" is left unused in the cell.
A joule thief circuit is pretty popular with all electronic hobbyists, because the concept allows us to operate even the white and the blue LEDs from a 1.5V source which normally require 3V to illuminate brightly.
Design#1: Joule thief 1 watt LED Driver
The present article discusses 3 such circuits, however here we replace the traditional 5mm LED with a 1 watt LED.
The concept discussed here remains exactly identical to the usual joule thief configuration, we just replace the normally used 5mm LED with a 1 watt LED.
Of course this would mean the battery getting drained pretty much earlier than a 5mm LED, but it's still economical than using a two 1.5 cells and not including a joule thief circuit.
Let's try to understand the proposed circuity with the following points:
If you see the circuit diagram the only seemingly difficult part is the coil, rest of the parts are just too easy to configure. However if you have a suitable ferrite core and some spare thin copper wires, you would make the coil within minutes.
The above design may be improved further by attaching a rectifying network using a diode and a capacitor, as shown below:
Parts List
- R1 = 1K, 1/4 watt
- C1 = 0.0047uF/50V
- C2 = 1000uF/25V
- T1 = 2N2222
- D1 = 1N4007 better if BA159 or FR107 is used
- Coil = 20 turns each side using 1 mm enameled copper wire over a ferrite ring which accommodates the winding comfortably
The coil may be wound over a T13 torroidal ferrite core using a 0.2mm or 0.3mm super enameled copper wire. About twenty turns on each side will be quite enough. In fact any ferrite core will, a ferrite rod or bar will also serve the purpose well.
After this is done, its all about fixing the parts in the shown manner.
If everything is done correctly, connecting a 1.5 V penlight cell would instantly illuminate the attached 1 watt LED very brightly.
If you find the circuit connections to be alright yet the LED not illuminating, just interchange the coil winding terminals (either the primary ends or the secondary ends) this would fix the problem immediately.
How the Circuit Functions
When the circuit is switched ON, T1 receives a biasing trigger via R1 and the associated primary winding of TR1.
T1 switches ON and pulls the entire supply voltage to ground and in the course chokes the current across the primary winding of the coil so that the biasing to T2 dries up, shutting off T1 instantaneously.
The above situation switches OFF the voltage across the secondary winding triggering a reverse emf from the coil which is effectively dumped across the connected LED. The LED illuminates!!
However the shutting of T1 instantaneously also releases the primary winding and restores it to original condition so that the supply voltage now can pass across to the base of T1. This initiates the whole process yet again and the cycle repeats at a frequency of around 30 to 50 kHz.
The connected LED also illuminates at this rate, however due to the persistence of vision we find it illuminated continuously.
Actually the LED is ON only for 50 percent of the time period, and that's what makes the unit so economical.
Also because TR1 is able to generate voltages that may be many times greater than the supply voltage, the required 3.3V to the LED is sustained even after the cell voltage has dropped to about 0.7V, keeping the LED well illuminated even at these levels.
Video Demonstration
How to wind the Torroid Coil
As can be seen in the shown joule thief circuits, the coil is ideally made over a torroid core. The details of the coil could be found in the following article. The coil structure is exactly similar and compatible with the circuits discussed on this page.
How to Calculate Joule Thief Circuit Parameters
Base Resistor (Rb) Calculation:
The formula for the base resistor ( R_b ) is:
Rb = (Vbattery - Vbe) / Ib(target)
Where:
- ( Vbattery ) = 1.5V (battery voltage)
- ( Vbe ) = 0.7V (base-emitter voltage of the transistor)
- ( Ib(target) ) = 1mA (base current)
Inductor Transformer Turns Calculation:
For the primary inductor, the number of turns ( N ) can be calculated using the following formula:
L = (N2 * μ * A) / l
Solve for ( N ):
N = √[(L * l) / (μ * A)]
Where:
- ( L ) = 100 µH (target inductance)
- ( μ ) = 1000 * μ₀ (permeability of ferrite, where ( μ₀ = 4π × 10⁻⁷ H/m ))
- ( A ) = 2.5 × 10⁻⁶ m² (core cross-sectional area)
- ( l ) = 0.01 m (length of the magnetic path of the core)
Turns Ratio and Output Voltage:
To find the voltage output, use the turns ratio:
Vout = Vbattery * (Nprimary / Nsecondary)
Where:
- ( Nprimary ) = Primary turns (calculated above)
- ( Nsecondary ) = Secondary turns (usually fewer turns than primary, e.g., 12 turns)
- ( Vbattery ) = 1.5V (battery voltage)
Transformer Voltage Ratio:
To calculate the voltage ratio between primary and secondary:
Voltage Ratio = Nsecondary / Nprimary
This gives the relationship between the input and output voltages.
Example Code for Base Resistor and Turns Calculation:
Base Resistor Calculation (Rb):
Rb = (Vbattery - Vbe) / Ib(target)
Where:
Vbattery = 1.5V, Vbe = 0.7V, Ib(target) = 0.001A
Inductor Turns Calculation:
N = √[(L * l) / (μ * A)]
Where:
L = 100 µH = 100 * 10-6 H, l = 0.01 m, μ = 1000 * μ₀ = 1.256 * 10-3 H/m, A = 2.5 * 10-6 m²
Output Voltage Calculation:
Vout = Vbattery * (Nprimary / Nsecondary)
Where:
Nprimary = 57 (calculated primary turns), Nsecondary = 12 (example secondary turns)
Voltage Ratio:
Voltage Ratio = Nsecondary / Nprimary
Additional Explanations:
Base Resistor (Rb):
The formula for figuring out the base resistor is a lot straightforward and we can just use it directly like this: Rb = (Vbattery - Vbe) / Ib(target). This makes it easy for us to calculate just what we need!
Inductor Turns (N):
When it comes to calculating the number of turns on the inductor, the formula takes into account the inductance, the properties of the core material and how the core is shaped. We can tweak these parameters to match our specific core and what we may be trying to achieve with our design.
Voltage Output:
The output voltage gets boosted based on the turns ratio. This means we can easily adjust the number of turns in both the primary and secondary windings to get the output voltage we want.
Example Configurations:
In our example code we are working with a typical setup which has 56 turns for the primary winding and 12 turns for the secondary winding. However these numbers are flexible and we can change them to fit our specific circuit needs.
Example Output:
For example, if you use the following values:
Vbattery = 1.5V
Vbe = 0.7V
Ib(target) = 0.001A (1mA)
L = 100 µH
μ = 1.256 * 10-3 H/m (ferrite core permeability)
A = 2.5 * 10-6 m²
l = 0.01 m
Nprimary = 57 turns
Nsecondary = 12 turns
The calculations would look like:
Rb = (1.5 - 0.7) / 0.001 = 800 Ohms
N = √((100 * 10-6 * 0.01) / (1.256 * 10-3 * 2.5 * 10-6)) = 56.57 turns (round to 57)
Vout = 1.5 * (57 / 12) = 7.13V (approx.)
Voltage Ratio = 12 / 57 = 0.21
This output matches the working of a basic Joule Thief circuit, which is as per our exprectations.
Overunity Circuit using Joule Thief Concept
Parts List
R1 = 1K, 1/4 watt T1 = 8050 TR1 = see text LED= 1 watt, high bright Cell = 1.5V AAA penlight
The above circuit can be also driven using a DC motor. A simple diode and a filter capacitor rectification would be enough to convert the supply from the motor suitable for illuminating the LED very brightly.
If the motor rotation is sustained with the help of a turbine/propeller arrangement and operated by wind energy, the LED can be kept illuminated continuously, absolutely free of cost.
Video Demonstration
Parts List
- R1 = 1K, 1/4 watt
- T1 = 8050
- TR1 = see text
- LED= 1 watt, high bright Cell = 1.5V Ni-Cd
- D1---D4 = 1N4007
- C1 = 470uF/25V
- M1 = Small 12V DC motor with propeller
Design#2: Illuminating a Blue LED with 1.5V Cell
LEDs are getting popular day by day and are being incorporated for many applications wherever an economic lighting solution becomes an issue. LEDs are by itself are very economic as far as power consumption is concerned, however the researches are never satisfied and they are trying hard, relentlessly to make the device yet further efficient with their power requirements.
Here's an alternate joule thief design of a simple Blue and white LED driver that works with just 1.5 volts for the illuminating 3.3V LEDs, and looks pretty amazing and too good to be true.
If we go through the datasheet of a blue or a white LED, we can easily find that these devices need a minimum of 3 volts to light up optimally.
However the present design employs just a single 1.5 V cell for producing the same as with a 3 V battery.
That’s where the whole configuration becomes very special.
The Importance of Inductor
The trick lies with the inductor L1 which in fact becomes the heart of the circuit.
The entire circuit is built around a single active component T1, which is wired up as a switch and is responsible for switching the LED at a very high frequency and at a relatively high voltage.
Thus the LED is never switched ON continuously rather stays ON only for a certain portion of the time period, however due to persistence of vision we find it switched ON permanently without any oscillation.
And because of this partial switching the power consumption also becomes partial making the consumption very economic.
This LED Joule thief circuit may be simulated with the following points:
How it Works
As can be seen in the diagram, the circuit involves only a single transistor T1, a couple of resistors R1, R2 and the inductor L1 for the main operation.
When power is switched ON, transistor T1 is forward biased instantaneously through the left half winding of L1. This pulls the current stored inside L1 through the collector of T1 to ground which is technically twice the value of the applied supply voltage.
The grounding of L1 instantly switches off T1since the action inhibits the base bias current of T1.
However the moment T1 switches OFF, a peak voltage twice the value of the supply voltage, generated as a result of a back EMF from the coil is dumped inside the Led, illuminating it brightly.
The condition however stays only for a fraction of a second or even less when the T1 switches ON once again, because its collector is no longer pulling the base drive to ground during that instant.
The cycle keeps on repeating, switching the LED as described above at a very rapid rate.
The LED consumes a nominal 20 mA in the switched ON condition, making the whole proceeding truly efficient.
Making the Coil L1
The making of L1 is by no means difficult at all, in fact it does not carry much criticality, you may try a number of versions by varying the number of turns and by trying out different material as the core, of course they all must be magnetic by nature.
For the proposed circuit, one can use the wire from a discarded 1amp transformer. Use the secondary winding wire.
A 3 inches nail may be selected as the core over which the above wire needs to be wound.
Initially you may try winding about 90 to 100 turns over it, don’t forget to remove the center tap at 50th winding.
Alternatively, if you a have some lengths of telephone wire in your junk box, you may try it for the design.
Tear apart one of the wires from the twin section and wind it over an iron nail having a length of about 2 inches. Wind at least 50 turns and follow the procedures as explained above.
Rest of the things may be assembled with the help of the given schematic.
Switching ON power to the assembled circuit will instantly illuminate the LED and you can use the unit for any relevant desired application.
Parts List
You will require the following parts for the proposed 1.5 white/blue LED driver circuit:
- R1 = 1K5,
- R2 = 22 Ohms,
- C1 = 0.01uF
- T1 = BC547B,
- L1 = as explained in the text.
- SW1 = Push to ON switch.
- LED = 5 mm, Blue, white LED. UV LEDs can aso be driven with this circuit.
- Supply = From 1.5 penlight cell or a button cell.
Design#3: Illuminating four 1 watt LEDS with 1.5V Cell
Can you imagine illuminating four numbers of 1 watt LEDs through a a few 1.5V cells? Looks quite impossible. But it can be done simply using a coil of ordinary speaker wire, a transistor, a resistor and of-course a 1.5V pencil cell.
The idea was suggested to me by one the keen followers of this blog Ms. MayaB, here are the details, I have explained them:
Circuit Operation
FYI, I tried this simple JT using a 40ft. paired speaker wire (24AWG) purchased at dollar store (of course, for $1).
No torroid, no ferrite rod, just simple air core wound to make it more like a coil (about 3" diameter) and tied the wire with a twistie tie (so that the wire will stay as a coil).
I used 2N2222 transistor, 510 ohm resistor (found out that is the best with a help of potentiometer) and was able to BRIGHTLY lit four (that is all I had) 1-watt high power LED in series (which requires same amount of current as if it was used for only one LED) using two 1.5V AA batteries (that is 3V power supply).
Can be used only one 1.5AA but will be dim (of course). I have also added a diode 1N4148 at the transistor's collecter pin just before the LED but can't tell if it increased any brightness.
Many people have used a capacitor in parallel to the battery claiming it will light the LEDs longer, I have not tested that part yet.
I have read adding a 220uF/50V electrolytic capacitor parallel to the battery would make the lights run longer, adding a 470pF/50V ceramic disc capacitor parallel to resistor will recouple the waste current in the resistor, and adding a 1N4148 diode (it is a switching diode but I don't know how would that effect the brightness) at collector of the transistor before the LEDs in series makes the LEDs brighter.
Using AAA 1.5V Cells
I don't have an oscilloscope to check all that effects. However, I would like to use rechargeable batteries instead of regular AAA 1.5V battery and make it self-regulated (or at least semi-self regulated) circuit by adding a calculator solar cell and a mini Joule Thief on a small toroid to keep charging the battery to last much-much longer.
I indeed need to add a LDR to light the LEDs only at dark and recharge the batteries during the daytime. Your suggestions and ideas are always welcome. Thanks, once again, for your interest.
Regards,
MayaB
Circuit Diagram
Prototype Images
Feedback from MayaB
Hi Swagatam, Though it is long known Joule Thief circuit, not something new I discovered but thank you for posting a new article on behalf of me, I appreciated it.
Regards, MayaB
How to Improve Brightness of the LEDs
Ps. Over the weekend I hybridized your circuit with the circuit I sent you here and it turned out to be dazzling bright (warning: may blind your eyesight, hehe).
I used the same speaker wire (mentioned above), a 8050SL transistor, 2.2K resistor (paralled with a 470pf capacitor), one 1W high power LED, a 100uH choke (connected from collector of the transistor to the positive rail of power supply), and 1 diode (1N5822 connected at base of the transitor to the positive rail of the power supply).
I used two 1.5V (total of 3V) AA batteries for power supply. And btw, a LDR between 2.2K resistor and the negative rail can be added to turn the LED off during the daylight. Unfortunately, could not light more than one 1W LED with 8050SL transistor in this configuration.
Another Design for Illuminating High Power LEDs
The concept discusses yet another popular joule thief circuit, this time using power BJT 2n3055, improvised by my old friend steven in his own unique way. Let's get to the core of the developments with the following article:
In a few earlier article we covered some interesting theories summarized as given below:
- Stevens radiant joule thief battery charger circuit tests and results sunday may 9th 2010.
- The radiant joule thief circuit I built From a circuit schematic featured on a youtube video and here are the results So far
- With a aa size energizer battery, with a Measure voltage of only 1.029 volts left in it I got an output from the radiant Joule thief battery charger of 12.16 volts @14.7 milli amps.
- Test 2 using a small a23 energizer battery With a measured voltage of 9.72 volts in it I got 10.96 volts out from the circuit @0.325 milli amps.
- Test 3 I used a fully charged nimh rechargeable 9 volts battery with a measured charge of 9.19 volts dc in it and I Got 51.4 volts @137.3 milli amps output from the radiant joule thief battery Charger circuit.
- Test 4 I used a 3575a button cell battery With a measured charge of 1.36 volts in it and I got 12.59 volts out @8.30 milli amps.
- Test 5 I used an l1154 button cell battery With 1.31 volts measured in it and I got an output of 12.90 volts @7.50 milli amps.
- With an slr battery with a voltage of 12 Volts left in it I got 54.9 volts output @0.15 amps.
Here is the simplified drawing I built the Radiant joule thief battery charger by. The inductor I wound so many turns till It was to full to wind anymore.
But I brought 2x 5 or 6 meter lengths of Stranded copper wire unknown gauge from dicksmiths electronics insulated wire, and I wound most of it on except I think a few feet left over.
The latest test I used my pencil energizer Battery but I didn't remeasure the volts in it.
I powered the radiant energy Joule thief with it and at the outputs I put a 2200uf electrolytic capacitor Rated at 50 volts.
I ran my multimeter leads from it and got up to before I Stopped 35.8 volts , and that’s the charge being fed into the capacitor to ,
Before that I was getting 27.8 volts but as the capacitor was charging past the half way mark the voltage climb was slowing down, maybe due to the voltage from the battery getting low.
I'll have to remeasure it and do the test again in more detail.
Shorting the capacitor gave a snap noise And sparks. I tried it again charging it so far but This time I dumped the capacitor charge back into the input and this illuminated the neon for a second before the cap charge went down
Next experiment was different I had the Outputs to my meter set to 200 millivolts range and the negative input I had my A23 energizer negative sitting on the negative input and the top positive well
My finger was on it only as for the positive input it was run to a rectangle peace of circuit Board on the end of a wire held in the air By an aligater clip.
The reading was climbing at a Faster rate I got o 47.2 millivolts before I stopped it I was getting power at
A good rate from no where with an open circuit here but I was also holding the Battery case to while doing the experiment. I just repeated these tests and got much improved results now.....
My tests will go on, and I'll keep you all updated with the latest, until then keep DIYing.
Well, these were 3 best circuits using the joule thief concept that I presented for you, if you have any more such examples please feel free to post the info through your valuable comments.
Reference: https://en.wikipedia.org/wiki/Joule_thief
koofnikubk says
I have another question on the capacitor for the fan circuit. The C1 in the circuit is 470microf, 25V. The capacitors I have on hand are 4700microf, 50V and 2700microf, 10V. Are any of these capacitors suitable ? Why ? Thanks.
Swagatam says
You can use 4700uF/50V, it will do the job nicely.
koofnikubk says
Hi, I am trying to understand the circuit better. You can assume that I am new to circuits. In the circuit with the fan design. The diodes have polarities pointing upwards and the capacitor has polarities pointing downwards. What if the 4 diodes are (a) removed i.e. purely leaving the battery to power the fan and charge the capacitor ?
(b) preserved as in the original setup, but we reverse the polarities i.e. of the diodes and at the same time, connect the fan terminals to the negative ends of the bottom most 2 diodes ?
Please do not feel obliged, but is there a video/ youtube channel on a working prototype of this circuit ?
Thanks.
Swagatam says
Hi, In the joule thief circuit with a motor, the motor is used as a generator for charging the battery. Here, the fan (motor) is powering the battery, not the other way round.
If we connect the motor directly without the bridge rectifier, the battery will start getting discharged quickly through the motor winding.
I have added a video just below the diagram for your reference.
Guillermo says
Hi every one. How many turns do we need to make the circuit with the 1w, and a 12V dc motor.
Swagatam says
Hi, the number of turns will be 20. Just make sure to use bifilar type of wire for the winding. Bifilar means making a thicker wire using many thin wires together. So the wire thickness can be 1mm, built using many thin wires, for example by using 5nos of 0.2mm wires together.
Sum says
Hi,
“Bifilar winding” means winding with two wires at the same time (bi-filar = 2-“threads”).
What you describe is named “Litze wire”.
Regards,
Sum
Swagatam says
Thanks for the info, Yes you are absolutely right….
koofnikubk says
In your diagram with the cell phone connection above, there is a C2. Is the white portion (plate) of the capacitor C2 supposed to indicate the positive or negative end of the capacitor ?
What about the white portion of C1 found in the diagram with the small dc motor 12V above ? Thanks
Swagatam says
The white portion indicates the positive terminal of the capacitor.
Chinmoy Bose says
Can you please share a simple circuit for a solar light of 1watt LED using the IC QX5252F, AA battery and solar cells. Thanks.
Swagatam says
Here’s the circuit which you can try, but I am not sure whether this IC is designed to charge the cell or not through the solar panel. Nothing is specified regarding this in the datasheet of the IC:
https://www.homemade-circuits.com/wp-content/uploads/2022/12/QX5252-solar-garden-light-circuit.jpg
Datasheet of the IC:
https://www.mikroshop.ch/pdf/QF5252F.pdf
Kenneth Coutinho says
Hi what happens if we connect the output to a COCKCROFT WALTON MULTIPLIER Circuit im planning to try charge a 60 volt lithium-ion battery …..any one tried this please advise…
Swagatam says
It might work to generate the intended high voltage but that simply won’t charge a 60 V li-ion battery due to lack of current.
Big G says
At least 0.6 volts is needed to trigger a transistor.
Maciej kawik says
I wonder what effect would have adding permanent magnet to toroid. There should be some additional magnetic flux to harvest.
Swagatam says
Sounds interesting! That needs to be investigated practically.
Gonzalo Meabe says
The circuits just shuts off (I just tried). When you add a permanent magnet next to the coil, you are saturating the nucleus and that affects the working of the circuit.
Antonio says
I can ask how to calculate the switching frequency. Thank you
Swagatam says
I do not have the exact formula for this!
2DO says
Hi sir, I want to appreciate your efforts, you’ve really done well in helping us expanding our horizon of electrical and electronics knowledge and your circuits works well!!! My question is:- Can the first schematic of the circuit be somehow modified to a buck converter?? Thanks in anticipation
Swagatam says
Thank you 2DO, the joule thief circuits are actually boost converters, and there’s isn’t any option to transform them into buck converters.
2DO says
Alrt, thanks. Can you please give recommendations on how to increase the output current?
Swagatam says
Output current can be increased, by using thicker wires for the transformer, and also by using higher current transistor.
Suat Kaleli says
Hi Swagatam;
I tried the one of the above circuits which is proper for the small DC motor. The led is ok that lights but there is no voltage between the diodes to the Motor. I also used voltmeter but voltmeter shows zero Volt. Please advise where would be the mistake.
Swagatam says
Hi Suat, a motor can consume a significantly high current which can cause massive drop in the joule thief output current. You may have to try some other high current boost converter such as this:
https://www.homemade-circuits.com/wp-content/uploads/2021/05/boost-charger-compressed.jpg
And make sure your input DC has sufficient current to handle the motor load optimally.
Suat Kaleli says
Thanks Swagatam. I mean the measurement while there was no load. Although there was no load and there was no output voltage too. On the other hand I also tried the circuit to cellphone there is output voltage measurable. I will try your new offer
Swagatam says
Suat, You can try measuring the voltage with an LED connected. If the LED is illuminating then naturally there will be a voltage at the output. Unless the transistor and the coil and the input current are sufficiently upgraded, the circuit will not be able to charge a cellphone or drive a motor.
shampuan says
Hello Swagatam,
I’m planning to make the first circuit you gave above with a suitable mosfet. The input will be 5VDC, and the output will be a battery that will be kept in drop charge. You answered this before. However, I would like to draw a sample circuit and share it on my blog. No matter how inefficient the circuit is, isn’t it also possible to at least be used in trickle charging? Actually, what I want to learn is, could I not use a mosfet instead of a transistor in the circuit?
Swagatam says
Hi Shampuan, you can try a mosfet…. however mosfets don’t work with 1.5V or 3V inputs.
shampuan says
Thank you. The input will be 5V and I will apply it to the Gate leg of the mosfet with a 220R resistor. At the output, I will connect a 12V battery for trickle charging. If I give up on this, I might decide to use the TIP41 transistor. The toroid transformer will be a large type that I can get from PC power supplies. Hey! Someone warn me if I talk too much 🙂
Swagatam says
With 5V a MOSFET might not conduct well…so a BJT is the right choice…
Stefan says
Can you build a joule thief using a H-Bridge?
shampuan says
Hello Mr. Swagatam,
Using the same principle, I want to make a charging circuit for 12V lead batteries with 12Volt DC voltage. Do you think this would be efficient? I would like to develop the same idea for 5V USB adapters. If achievable, the user will be able to charge his motorcycle battery or a 7Ah UPS battery with an inexpensive 5V USB adapter. My only problem is the coil calculation for inductors. What do you say?
Thanks.
Swagatam says
Hello Shampuan, a 5V USB is normally rated at 200 to 500mA current. If you use a joule thief circuit to boost the USB output 14V will cause the current to drop to around 100 mA, which cannot be used for any battery charging purpose
shampuan says
Thanks so much.
Tim says
Hello, beginner here – in design #2 what is the purpose of C1 please? Also I’m a bit stick on understanding how the right hand side of the coil switching on turns off the base current (or at least lowers it) to T1. Many thanks!
Swagatam says
Hello, C1 ensures a hard turn ON for the transistor at the initial switch ON. The transistor collector grounds the L1 coil when switched ON, which causes the base drive to almost switch OFF, and reset the situation for the next cycle.
Aarav says
Can I use small transformer with 3 terminl instead of torroid.
Swagatam says
yes, you can, the core should be ferrite
James Skews says
Can you charge a super capacitor and discharge at the same time?
Jim
Swagatam says
Unless the charging supply is removed, the capacitor cannot be discharged.
Rahul Guglani says
can i use joule thief circuit to power tv remote which works on two AAA cells, with one AAA cell?
Swagatam says
You can try that, by using a good filter capacitor at the output
David Pickering says
Hi Swagatam,
I was actually looking for pinout for a YX8018 and then remembered how I used to play with voltage multipliers in my electronics apprenticeship in 1976. Anyway due to this Covid-19 lockdown, I have lots of time but no electronic components so I am stripping down old equipment and thought since I cannot get a replacement YX8018, I can make a joule thief circuit and then saw your site and and brought back many memories. So I have made a simple circuit powered by 1.2v NiMH battery but need to charge it via solar cell and also gate the oscillation with it. The trick is just one extra resistor and the solar cell to pull down the base. I need to select the value out of what I can find – unfortunately I have no trimmer. My Coil is interesting, A rusty old washer.
This all keeps me from getting bored.
Swagatam says
Thank you David, your idea sounds interesting, and very useful too. Hope you succeed with the solar joule thief project that you a trying to accomplish.
MiracleTech says
Sir Swagatam, I don’t really understand what you meant by 20 turns on each side. Do you mean twenty turns on primary ans secondary?( Happy new year:-) )
Swagatam says
Yes that’s correct, Happy New Year!
Max says
Dear Mr. Swagatam,
thank you for you great job offered to other people.
I’m trying to find a circuit able to drive a dc brushed motor, it starts running from 36 V 1 A up to 90 V 1,8 A max, but voltage could be ok up to 60 / 65 V.
I have a transformer 220 V to 20V, the core is about 30 mm x 30 mm x 30 mm.
20 V is too big as starting tension for a Joule T. ?
Which other circuit from 220 V to such tensions could you suggest to drive the motor?
Thank you.
Kind wishes
Swagatam says
Max, it is better to use a 36V transformer instead of using joule thief or other boost circuits.
JohnSmith says
Oh, FYI, search for “10 years led flasher” to get rather funny idea on how to blink led for 10 years from single AA battery. Rather funny circuit, based on joule thief. Though I had mixed bag experience with their 2nd version, 1st version looks more trustworthy as it limits output voltage (using LED itself).
Swagatam says
Looks interesting, but the results must be proved using meters and scopes.
Kobie1 says
hello Swagatam, i’ve been visiting your site frequently and i must say you’re doing a good job…Bless you.
Pls sir, i want to use these joule thief circuits for rechargeable led lanterns and i’m using a 3.7 volt li-ion cell which shouldn’t go below 2.5 or 2.7 volts…..pls how can design a circuit to cut off the li-ion cell from the joule thief automaticaly at somewhere 3.3v
Thank You.
Swagatam says
Thank you kobie1, you can try the last circuit from this article with some mods:
https://www.homemade-circuits.com/usb-automatic-li-ion-battery-charger/
Replace the battery with the load, replace the 5V input with Li-Ion supply.
Swap the pin2 with pin3, and then adjust the preset such that the output of the opamp just cuts off at 3.3V
abba says
hi Swag pls my question is can we use two pin inductor instead of the toroidal one you through out all the circuits? thanks in anticipation.
Swagatam says
Hi abba, do you mean using a ferrite rod instead of ferrite ring?
abba says
i mean radial inductor (two pin inductor).
Swagatam says
yes it will work, actually any type of ferrite core will work.
Goran Radkov says
Hello!
Thanks for the circuits!
I have two questions about cell-phone charger Joule Thief circuit:
1) What are the values for C1 and C2?
2) Can i use two identically Li-Ion cell-phone batteries (3.8 – 4.3V) for the drive and driven battery, instead 1.5V drive battery?
Swagatam says
Hi,
I have updated the parts list under the specific diagram.
you can use a 3.7V cell instead of 1.5V but make sure to reduce the right side winding to 10 turns or less, appropriately
Goran Radkov says
Hello!
What about the copper wire thickness of the coil, if the circuit is used as a cellphone charger with two identically drive and driven batteries of 3.7V each? You said 1mm in the parts list, but after that you said 0.2 or 0.3 mm in the description, which is best, or what is the difference?
Thanks!
Swagatam says
Hi,
0.2 or 0.3 is OK for small phones, but for smart phones I would recommend using thin multi-strand insulated wire, as shown in the video. 1mm single core wire won’t be too efficient due to bad absorption.
Goran Radkov says
Hi!
1) I guess the thin wire should be better made from copper?
2) Any maybe even better if i twist for example 3 single strands of 0.3 to make a Litz wire?
3) And which type of capacitor is better – ceramic or polymer? Or what is the difference ?
Thank you!
Swagatam says
Hi, insulated flexible wire which are used for wiring piezo transducers are made of many thin copper strands inside, that’s why I recommended it. If you can do the same using enameled copper wire then it would be also great.
both ceramic and plyester will do, buy polyester will be better since they are stronger and more resilient in all respects than ceramic.
Shigida says
Hello Mr.Swagatam!
coincidentally I saw a table Lamp design in youtube.The circuit design is very interesting for me.
I know you can explain it in a best way.I shall be grateful if you find a time to watch this video
Swagatam says
Hello Shigida, I watched the video, it is nothing but a simple PWM based LED controller circuit which I already have in my website:
https://www.homemade-circuits.com/150-led-pwm-tubelight-circuit/
john kg says
good day sir
can this project to be used as free energy generator by coupling a motor and generator so that a continues rotation can happen?
john
Swagatam says
John, sorry I don't have much idea about it….
lekhraj tiwari says
can show a tutorial video or a help with a link to make a coil
Swagatam says
I have posted the videos in the above article, you can see how the coil is wound over a ferrite torroid
high says
I have a 12 volts 5a alternator, but I want to improve the amperage of the alternator to fast charge the battery with was fitted to my bike both of them, can you suggest me a circuit wihch was full fill my requirment
Swagatam says
I don't think current can be increased because it is dependent on the wire thickness of the alternator which cannot be changed.
however by increasing rotational speed of the alternator, the voltage output can be increased which in turn could be transformed into current through a suitable transformer or a buck converter circuit.
nivas .newlook says
Thank u sir. Can i use tl431 for stabilization?
Swagatam says
yes you can use TL431, ideally with an optocoupler
nivas .newlook says
dear sir, you are giving fantastic ideas.i want some help from u. i want a circuit for 3.3vdc to 5vdc 2amp current boost converter. 5v output must be constant (like in smps)any feed back circuit needed for this? please try to give full circuit for me.circuit without induct or is preferable. if it is compulsory we can use no problem.
thanks in advance
Swagatam says
Thanks Nivas, you can easily modify the above concept for your application need.
for the transistor use TIP142, for the transformer initially go with 5 turns on each side. check the output voltage if it's less than 5V you can increase the secondary turns a bit and vice versa.
the wires could be a 23 SWG rated or many 30SWG in parallel.
for feedback you can use a BC547 between the base emitter of TIP142, and link the base of the BC547 with the transformer output via a 6V zener, this will take care of the stabilization issue.
Swagatam says
…put more wires in parallel on the LED side of the transformer…reduce the number of turns on both sides…you may try 5 turns on the primary and 7 turns on the secondary
sanjoy bhattacharyya says
Hi Swagatam, I tried this circuit . It's excellent. I want to use this circuit for powerful bicycle light.I have a spare 3.7v,2800mAH Li-Ion battery and a stepper motor much bigger than the dc motor used in this circuit.I have spare LED(12v,15 W). What modification should I make 4 using those safely.
Swagatam says
Thanks Sanjoy,
a 3.7V 2.8AH battery will be capable of handling 8 to 9 watts maximum, so I am afraid, your 15 watt LED would be a bit high for this battery.
For the circuit you may have to increase the wire thickness to around 1mm on both the sides, but make sure you use 3 or 4 strands of 0.3mm wires in parallel instead of a single 1mm wire, and also the transistor will need to be upgraded to a TIP 122 or any other similar…
sanjoy bhattacharyya says
Thank you for your reply Swagatam.
I will try as you said. I will post the result definitely. Btw If I use 2 Li-Ion batteries (with different mAH/ AH values same voltage) will it be able to light up the LEDs with full voltage? Should I use heat sink for the transistor and overcharge protection for the batteries in case of continuous cycling for 3-4 hrs with the circuit on?
Swagatam says
yes, with another Li-ion battery you may be able to light up the LED brightly, the battery does not need to be identical in terms of AH rating.
for 3, 4 hours you will at least a 5AH battery….heatsink is compulsory for the LEDs, and also a current controller, as explained here:
https://www.homemade-circuits.com/2013/06/universal-high-watt-led-current-limiter.html
sanjoy bhattacharyya says
I modified the coil and used TIP 122 transistor. With a single Li-Ion now the LEDs achieved 50-60% of their full brightness I guess. I am yet two include the current limiter circuit. But before I include that and complete the project
there is one issue that needs to be sorted out. In the original circuit you used a small dc motor with two terminals whereas I am using a stepper motor with six terminals. I identified the current generating pairs(2 nos.) of the stepper.
But I could use only a single pair as I followed the original circuit wiring and left the other pair unused. I have no idea how to wire two pairs of terminals of the stepper in the circuit. So I am not able to use the full potential of the stepper.
Please show how to wire two pairs of terminal together.
Swagatam says
I have no idea how to do it, I think you should change the motor with a two wire type, because using all the 6 wires could make the design complex….you can refer to the following article for more help:
digital.ni.com/public.nsf/allkb/C4A024DA9F197E6286257BC8005DC236
Sherwin Baptista says
Dear sir,
can i use a fast recovery diode with a capacitor to convert the pulsating dc to smooth dc since mentioned frequency is between 30-50khz.
i wish to drive 2-3 multicolor leds slow changing ones.
Swagatam says
Dear Sherwin , yes you can do it.
Soundarrajan M says
Sir, 3.6v is nominal voltage.
The cutoff voltage is 3v, for safety of cell, we can cutoff at 3.1 or 3.2.. That's y I'm asking
Swagatam says
No, the safe minimum discharge level for a 3.7V li-ion cell is 3.6V or 3.5V at the most.
Swagatam says
OK yes I confirmed it… it can be discharged upto 3V…
in that case you can use a 1.66 ohm 1/4 watt resistor instead of the diode
Soundarrajan M says
But bcoz of this diode, the led terminal voltage also dropping. It ll reduce brightness .
If the led turns off at 2.7v, still my battery volt is 3.5v, i need to utilise upto 3.2v from my battery without dimming led.
Swagatam says
Li-ion cells must never be discharged below 3.6v, and charged above 4.2V….so the suggested diode concept provides safety to the LED and the li-ion cell both together.
Soundarrajan M says
Sir i need to run 1w led with lithium 18650 battery.
The fully charged voltage is 4.2v
Empty voltage cutoff is 3.0v
I'm confused with choosing current limiting resistor..
Help me with diagram..
Swagatam says
soundarrajan, use a 1N4007 diode in series with the LED and connect it directly with the cell…no resistor is required.
Sherwin Baptista says
Yes sir,
i did as you said but the LED is still going off.
What next??
Could putting a 100uF10v elec.cap parallel to the input supply increase the working time.
Swagatam says
I think the shown design is OK and there's no way you can modify it for getting greater efficiency.
Sherwin Baptista says
Hi sir,
Sherwin again.
When i built the circuit without the 1n4148 and cap, a humming sound was clearly audible from the coil. I tried putting a capacitor across the bias resistor to check for any differences but the LED stopped glowing.
Why is such a thing??
Swagatam says
Hi Sherwin, try a 0.01uf or any other lower value capacitor…and check the response
Sherwin Baptista says
Hello sir,
This is Sherwin.
What is the total current consumption of this circuit(1st diagram schematic)?
well sir, i built this circuit in a different way;
1. i salvaged the inductor from an old computer power supply.
2. i shorted one opposite winding with respect to start of first coil and end of second coils. i connected positive 1.5v at the tap.
3. i connected the resistor from the transistors' base to the start of second coil.
4. i connected the transistors collector to end of first coil.
after making the whole circuit, i then connected a 1n4148 at the tr's collector pin and followed it with a elec. cap rated at 1000uF@25v. and finally connected the led.
The interesting part was that the led came out to be much more brighter.
with conclusions i can say that the led got a pure dc after rectifying the pulsed output.
Regards
Swagatam says
That's great Sherwin, thanks for the update
however, brighter LEd means more consumption….because each time the capacitor charges it draws that extra bit of more current from the battery
Rushi Palkar says
thanks
Rushi Palkar says
how to increase output current??
Swagatam says
by increasing input current
Rushi Palkar says
Sir u said is common sense, i knw that, how can i increase current of a battery
Swagatam says
Rushi, current parameter is always fixed, it can decrease but never increase.
Rushi Palkar says
no no Sir
I am asking u how to take max uotput from this circuit
Swagatam says
what is the max input current?
….the max output current will be slightly less than the max input current.
the wire thickness of the coil should be selected such that it is able to handle this much current
Rushi Palkar says
What if I connect lion 3.7v battery what will be the output voltage???
and what to do to increase output??
what will be output current if input current is 1 Amp??
give me formulae for all.
sorry if I am annoying u too much 🙁
Swagatam says
with 3.7V use 5 to 10 turns on each side and check the voltage across the LED side and increase or decrease the LED side turns for optimizing the output voltage as per the requirement.
output will be = V x I of input…always
Gopal Chauhan says
Hi Swagatam,
Can I use the coil harvested from the Quart watch, not sure of the induction it has but it has only two wires as connections. Will I be able to use any iron nail etc as ferrite core into this to work this circuit.
Regards
Gopal
Swagatam says
Hi Gopal,
The coil needs to have two separate winding, a single winding won't help, so I am afraid the quartz coil won't do.
Yes you can use a nail as the core, but the number of turns will need to be increased from 20 on each side to 50 on each side.
2ea5c024-ebf9-11e2-95c4-000f20980440 says
sm, this is a very cool and circuit. is there a way we can make this a solar circuit?
Swagatam says
yes it can be used with a solar panels for charging higher voltage batteries through lower voltage panels.
Swagatam says
yes, can be used.
Swagatam says
Hello Tanmoy,
yes, direction does matter, simply try interchanging the base and R1 wire connections of the coil, it will fix the issue.
Swagatam says
sorry NO, that won't help, you will have to use a single core for both the winding.
Swagatam says
Hi Tanmoy,
it will produce higher voltage at the output.