Electronic – Drop USB voltage to 4.5v

usbvoltage

I have different 4.5v small LED circuits (from 100mA up to 350mA consumption, with some 555 ICs) that I'd like to power using a small regulated USB wall charger (4.95V output, 0.8A).

As per my understanding (I'm new to electronics…) I can calculate the proper resistor for each circuit knowing the current. However I'd like a solution that can sustain 4.5V regardless of the current (within the limits above).

I've been reading about voltage dividers and zener diodes, however I'm not sure about the best approach for this small drop. What would be the the best way?

Update: these are independent small lighting circuits that I've build for small models, powered by 3 1.5v batteries. The problem I'm experiencing now is that the voltage of the batteries drops in time, dependent on the type (rechargeable, etc.) and brand. For example, because 3×1.5v = 4.5v, I've used some LEDs with fV 2.1 in series with a small resistor, to make a more efficient use of the drained current. However in time the batteries V drops to 3.8v, below the minimum level the LEDs need, affecting their brightness (and a new set of batteries is 4.8V!). In hindsight, maybe I should have considered a regulated power supply from the start, instead of trying to compensate for the variable V in the batteries during their lifetime… I might post a new question about this topic, but feel free to comment on this too 🙂

Best Answer

However I'd like a solution that can sustain 4.5V regardless of the current (within the limits above)

If you are happy with a constant voltage of 4.5V then you should consider a low drop out voltage regulator like this: -

enter image description here

It can be setup to deliver up to 4.5V and at 1A to the load and will only need 4.645V (typically) on the input to sustain the output voltage. Note that it needs a minimum load for it work correctly (1mA) but this shouldn't be a problem given your requirements.

This is typical of a series of many voltage regulators with low drop-out voltage - I'm not saying use this one - I am saying be aware of what TI and other folk may be supplying. It's likely you can find one with current limit circuits built-in. You could also apply a bit of current limiting in this device by having a resistor in series with the voltage feed - this should be chosen to develop just enough voltage across it (at the required load current) to sustain the output. Should load current increase, output voltage will drop.

Related Topic