1

I'd like to put a small gadget that I made into my car and power it from the car battery. The gadget works on 12 volts and the car provides 12 volts also. And the consumption would be somewhere around 2-4A. However as I understand those 12 volts from the car are not very stable and can have short spikes up to 60 volts. Which would be a problem for my board.

Could you recommend a good way to stabilize those 12 volts from the car? I'm wondering between maybe buck converter, linear stabilizer and overvoltage protection.

Thanks!

LachoTomov
  • 209
  • 3
  • 11
  • 2
    You'll also have to deal with undervoltage lock out caused when the voltage on the battery is sagging down to 6V for things like engine-startup. There are automotive DC-DC supplies designed for the very task of dealing with this voltage swinging from the alternator and starter. – Dave Feb 02 '16 at 12:47
  • 2
    Also, I believe, that when the car is running and the Alternator is spinning the system voltage will be around 14.2v. – Tyler Feb 02 '16 at 13:07
  • 1
    Pick a switcher which is able to output 2-4A and you are ready to go.http://www.digikey.com/product-search/en/integrated-circuits-ics/pmic-voltage-regulators-dc-dc-switching-regulators/2556570?k=switcher – lucas92 Feb 02 '16 at 15:15
  • @lucas92 I actually started designing a board with one of these - LM2576 - however wouldn't it be a problem that the input voltage is too low? So if I want a 12V, 3A output, my 12V input would not be enough, right? – LachoTomov Feb 02 '16 at 15:22
  • 1
    Yes it would be enough, step-down regulators output voltage is from 0V to Vin. See the LTC3414: http://cds.linear.com/docs/en/datasheet/3414fb.pdf – lucas92 Feb 02 '16 at 15:27
  • @lucas92 hmm ok, I'll give that a go. Thanks a lot! – LachoTomov Feb 02 '16 at 15:30
  • 1
    The LM2576 seems to not be able to output voltage equal to Vin so you were right. The LTC3414 does the job though, and you can simulate it using LTSpice. – lucas92 Feb 02 '16 at 15:32
  • Awesome, however I'll need to find one that outputs 12V. Thanks. – LachoTomov Feb 02 '16 at 16:00

1 Answers1

1

I think the linear stabilizer will be acceptable solution, if your gadget may eat lower voltage than 12V (about 10% lower). If yes, then you may use LM-338 for example. This stability margin (10%) is needed because the every linear stabilizer has its own voltage drop near 1V or higher. And, of cause, follow the recommendations regarding capacitors - their capacity must be enough for expected load, and their voltage must be 50-60V at least to respect your remark about real voltage pikes. If your gadget is pretty simple and has some resistance to voltage overload, then you may use only LC-filter based on ferrite-ring and a combination of big capacitor and ceramic capacitor (purpose of second one is to eat the noise of generator's rectifier and ignition of brushes). If the voltage precision is a key, then your choice is a double convert 12 to ~220 and then ~220 to 12, by using a car power adapter (inverter). These adapter should be able to give you much more than 2-4 Amps.

user371366
  • 560
  • 6
  • 15
Maksym Shysha
  • 104
  • 1
  • 1