Author Topic: Switching a load with no diode drop. Is it possible?  (Read 9060 times)

0 Members and 1 Guest are viewing this topic.

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Switching a load with no diode drop. Is it possible?
« on: December 11, 2016, 02:36:47 pm »
Hi,

I have a supply of 2.4V from two NiMH batteries and I would like to switch on a (flickering IC) LED
at night with a transistor but I get a diode voltage drop so the LED will not light up.

I was wondering if it is possible to switch the LED without any diode drop.
(I want to avoid the Joule thief solution)

Thanks.

« Last Edit: December 11, 2016, 07:04:17 pm by hgg »
 

Offline rob77

  • Super Contributor
  • ***
  • Posts: 2085
  • Country: sk
Re: Switching a load with no diode drop. Is it possible?
« Reply #1 on: December 11, 2016, 02:42:50 pm »
with a emitter-follower you'll always have 1 diode drop - at the B-E junction.... a common emitter topology (BJT as a low-side switch) will eliminate that 1 diode drop.
but anyways - you need a current limit for your LED - either a current limiting resistor or drive the diode with constant current.
 
The following users thanked this post: hgg

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #2 on: December 11, 2016, 02:54:12 pm »
I do not need any current limiting resistor, because at 2.4V the LED draws 10mA.

Don't we have a voltage drop from Collector to Emitter?
 

Offline amyk

  • Super Contributor
  • ***
  • Posts: 8288
Re: Switching a load with no diode drop. Is it possible?
« Reply #3 on: December 11, 2016, 02:54:27 pm »
You can always use a MOSFET instead.
 
The following users thanked this post: hgg

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #4 on: December 11, 2016, 02:57:53 pm »
I've tried it with a P-Channel mosfet, high side switching, and I get the same voltage drop. 
 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9536
  • Country: gb
Re: Switching a load with no diode drop. Is it possible?
« Reply #5 on: December 11, 2016, 03:06:07 pm »
With a Mosfet you need enough gate drive voltage to turn it fully on. That might be a problem at 2.4V.
Best Regards, Chris
 
The following users thanked this post: hgg

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #6 on: December 11, 2016, 03:17:31 pm »
I used the IRFR9024N with a Vgs of -2V min and -4V max.
 

Offline orolo

  • Frequent Contributor
  • **
  • Posts: 352
  • Country: es
Re: Switching a load with no diode drop. Is it possible?
« Reply #7 on: December 11, 2016, 03:46:54 pm »
Try a PNP (2N3906) instead of a NPN driving the LED (maybe with a moderate base resistor to limit current). The C-E saturation voltage can be in the tens of millivolts. If your LED is white, it will not glow very much anyway with 2.4V, but the transistor will not be responsible for that.
 
The following users thanked this post: hgg

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5898
  • Country: de
Re: Switching a load with no diode drop. Is it possible?
« Reply #8 on: December 11, 2016, 03:48:14 pm »
Don't know how much capacity your battery has, but the simplest solution would be to connect the LED with series resistor directly to the battery and short the LED with an NPN transistor during daylight. Eventually a resistor in the collector to limit IC.

 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 6742
  • Country: hr
Re: Switching a load with no diode drop. Is it possible?
« Reply #9 on: December 11, 2016, 03:51:00 pm »
You have to switch on low side.. Bipolar transistor in saturation, with few mA over them will have 0.1-0.2 V drop... Mosfet can be less than that,but you will have trouble switching it on without 4-8V..
 
The following users thanked this post: hgg

Offline kosine

  • Regular Contributor
  • *
  • Posts: 158
  • Country: gb
Re: Switching a load with no diode drop. Is it possible?
« Reply #10 on: December 11, 2016, 03:53:25 pm »
The circuit you have is almost there. You need to move the LED above Q2, add a small current limiting resistor (about 47R) and drop R1 to say 10k to give Q2 a bit more base current.

When the solar cell input drops, Q1 will switch off and Q2 will switch on hard. It's Vce will be about 100mV, so nothing to worry the LED.

The value of R1 will determine the quiescent current because Q1 is always on. It'll probably be 200uA or so with a 10k, but the higher you go the greater Q2's Vce. 47k might be OK.

R2 will determine the LED current. Note that the circuit you show will indeed work without it due to the Vbe drop across Q2, so the LED is only seeing 1.8V. But if you move the LED above Q2 it'll see 2.3V or so, and that'll need a current limiter (R2).

(Another way you could avoid R2 is to increase R1 to limit the base current of Q2. That'll also limit the collector current of Q2, but it'd dodgy since it depends on the exact gain of Q2.)
 
The following users thanked this post: hgg

Offline retrolefty

  • Super Contributor
  • ***
  • Posts: 1648
  • Country: us
  • measurement changes behavior
Re: Switching a load with no diode drop. Is it possible?
« Reply #11 on: December 11, 2016, 04:05:00 pm »
I used the IRFR9024N with a Vgs of -2V min and -4V max.

 Keep in mind that is the Gate Threshold Voltage, where the device just starts to conduct. So according
to that spec your specific device, worst case may only start to conduct (250 uA) when up to 4 volts gate/source voltage. So it really can't be used in your circuit using a 2.4v Vcc.

http://www.mouser.com/catalog/specsheets/international%20rectifier_irfr9024n.pdf
 
The following users thanked this post: hgg

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #12 on: December 11, 2016, 04:53:30 pm »
Low side switching indeed worked better.
Guys, thank you for your suggestions!

In the BJT, is the diode seen only between base and emitter?
 

Offline KL27x

  • Super Contributor
  • ***
  • Posts: 4108
  • Country: us
Re: Switching a load with no diode drop. Is it possible?
« Reply #13 on: December 11, 2016, 05:15:11 pm »
Quote
I do not need any current limiting resistor, because at 2.4V the LED draws 10mA.
This might be a problem. If the LED only draws 10mA with NO limiting, it is barely functioning, at all. This is bad design, to begin with. That said, there is still something to learn and possible borderline success.

+1 amyk. She is correct.

Quote
I've tried it with a P-Channel mosfet, high side switching, and I get the same voltage drop. 
You tried it with a 55A power FET with min Gate threshold higher than 2.4V, on average. You looking for a small signal FET.

Quote
With a Mosfet you need enough gate drive voltage to turn it fully on. That might be a problem at 2.4V.
You do not need to turn it on fully, in order to beat a BJT in this instance. And FET operate at 1.8V all the time. 50% of our modern computers have hundreds of thousands of FETs in the processor operating at 1.8V. You will easily beat the BJT. Any resistive load, no matter how high impedance, is going to beat the diode drop of a BJT in this instance. Since your LED voltge drop is approaching 2.4V, this means any resistive load will have voltage drop approaching zero, which is much, much less than minimum voltage drop of a diode junction in a BJT. (Also current will approach zero; but is enough to get your LED to light, I promise.... all these "approaching" things are why this is bad design. Running LED by voltage is like dividing by zero, lol).


Here is a small signal PFET, for example. For high side switching.
http://www.mouser.com/ProductDetail/Infineon-Technologies/BSS816NWH6327XTSA1/?qs=sGAEpiMZZMshyDBzk1%2fWixDt2IZOmxjILFS%2fF%252bTDmNA%3d
You can just as easily use NFET for low side switching.

At 2.4V, this has resistance of about 300 milliohm. This will not greatly reduce current thu your LED. Output impedance of your battery and wiring probably is greater than 300mohm.

So this is bad circuit, but given directly driving the LED at 2.4V works good enough for you, this will also work good enough for you. Drive it directly, not thru a BJT. To get fuller saturation. Guarantee this will work (as good as your original design intent, anyway. LED should never be driven by unlimited current source and controlled by voltage, only, unless by active control. Even the 300mOhm resistance of your FET is not enough resistance to make this a good circuit. Very small change in voltage will make significant change in LED output or even burn it out.) But bottom line, in this particular case, I guarantee an optimal (and cheap) FET will give your LED more current than any BJT in any configuration.


« Last Edit: December 11, 2016, 05:42:26 pm by KL27x »
 
The following users thanked this post: hgg

Offline Audioguru

  • Super Contributor
  • ***
  • Posts: 1507
  • Country: ca
Re: Switching a load with no diode drop. Is it possible?
« Reply #14 on: December 11, 2016, 05:28:34 pm »
I used the IRFR9024N with a Vgs of -2V min and -4V max.
That is its "threshold voltage" when it is almost turned off conducting only 0.25mA. Maybe yours had a threshold voltage near 4V.

If your LED lighted without current limiting when the battery was 2.4V then how many milli-seconds will it last when the battery is fully charged at 2.9V?
 

Offline Audioguru

  • Super Contributor
  • ***
  • Posts: 1507
  • Country: ca
Re: Switching a load with no diode drop. Is it possible?
« Reply #15 on: December 11, 2016, 05:38:50 pm »
Why not buy a solar garden light for one dollar? It comes with an LED, a 1.2V Ni-MH battery cell, a solar panel and a circuit that charges the battery when there is sunlight and boosts its voltage when it detects darkness.
 

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #16 on: December 11, 2016, 05:39:58 pm »
I forgot to mention that the led I used was a flickering led...
It works down to 2.0V but with 2.4V or even with 3.0V it did not need any current limiting.
It was drawing no more than 11mA when it was directly connected to the 2.4V battery.
Anyway, I might use a resistor just to be on the safe side.
 

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #17 on: December 11, 2016, 05:41:17 pm »
@audioguru   Because they do not use any kind of overcharging protection and I need
the batteries to last for many years.
 

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #18 on: December 11, 2016, 05:42:53 pm »
@KL27x  Thanks for the MOSFET links.  I need to buy some of these.
 

Offline KL27x

  • Super Contributor
  • ***
  • Posts: 4108
  • Country: us
Re: Switching a load with no diode drop. Is it possible?
« Reply #19 on: December 11, 2016, 05:49:32 pm »
Thx. Trust me. Gate drive voltage > 2V and load driving voltage > 0.5V (approaching zero, even) and low current, there is no way BJT will compete.

*edit: And it's not even close.
At 300mOhm resistance, FET will drop only 0.003V at 10mA current. Since there's that little bit o drop, perhaps your LED only draws 9.5mA, though. Ya know.

« Last Edit: December 11, 2016, 06:19:47 pm by KL27x »
 

Offline mariush

  • Super Contributor
  • ***
  • Posts: 5057
  • Country: ro
  • .
Re: Switching a load with no diode drop. Is it possible?
« Reply #20 on: December 11, 2016, 05:49:54 pm »
People are gonna jump all over me, but here it goes.

Just buy a PicKit programmer and a PIC10F222 : http://www.digikey.com/product-detail/en/microchip-technology/PIC10F222T-I-OT/PIC10F222T-I-OTCT-ND/1015706
Tiny 6 pin micro, works from 2v, uses something like 100-200nA @2v when in stand-by, internal oscillator, each output pin can do up to 25mA (i think it depends on input voltage as well and you can probably connect 2 output pins in parallel for more current), built in adc to measure voltage from solar cell
 
You basically have a loop in the micro, measure voltage from solar cell, if it's high enough to think it's light outside turn off led, if it's too low, turn on led (connected directly to micro). sleep for 15s - 30s - 1m - 5m , repeat.

Pretty good for 50 cents, and it's a tiny sot 6pin part, compared to 2 transistors and resistors taking more space and potentially costing more money. 
 
The following users thanked this post: Heszu

Offline hggTopic starter

  • Frequent Contributor
  • **
  • Posts: 960
  • Country: gr
Re: Switching a load with no diode drop. Is it possible?
« Reply #21 on: December 11, 2016, 06:06:49 pm »
@benta
Quote
but the simplest solution would be to connect the LED with series resistor directly to the battery and short the LED with an NPN transistor during daylight. Eventually a resistor in the collector to limit IC.

Can you post a schematic of your suggestion ?
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5898
  • Country: de
Re: Switching a load with no diode drop. Is it possible?
« Reply #22 on: December 11, 2016, 06:32:12 pm »
Quote
Can you post a schematic of your suggestion ?

Nah, makes no sense. Your statement that the battery needs to last for years and the LED is a type with IC makes it moot.

 

Offline IanB

  • Super Contributor
  • ***
  • Posts: 11926
  • Country: us
Re: Switching a load with no diode drop. Is it possible?
« Reply #23 on: December 11, 2016, 06:48:12 pm »
I do not need any current limiting resistor, because at 2.4V the LED draws 10mA.

Just FYI, I have 2.8 V from a pair of NiMH in series. I would not like to connect them to an LED without any current limiting.
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5898
  • Country: de
Re: Switching a load with no diode drop. Is it possible?
« Reply #24 on: December 11, 2016, 07:00:50 pm »
Quote
Just FYI, I have 2.8 V from a pair of NiMH in series. I would not like to connect them to an LED without any current limiting.

Please read reply #16. It's an LED with internal control.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf