12V Power Supply


Closed Thread
Results 1 to 11 of 11
  1. #1
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762

    Exclamation 12V Power Supply

    I have got the following challenge:

    Provide stable 12V (max load 5 A)

    from a varying input voltage of 10 to 15V.


    I know I could use a switching regulator to build a SEPIC converter.
    Or combine an integrated StepUp and StepDown converter
    to do the Job.

    BUT:

    A PIC could certainly do the same (or a better) job.

    Does anyone have a recommendation for the hardware/software design?

    rgds

  2. #2
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257


    Did you find this post helpful? Yes | No

    Red face

    Yeah, I recommend you scrap the PIC idea and use a switching regulator.. They were designed for this type of job.

    Maxim have some great switching chips you can get for free.



  3. #3
    G8RPI's Avatar
    G8RPI Guest


    Did you find this post helpful? Yes | No

    Default

    Hi,
    This is not a trivial problem. The best way to do it is a step-up to higher voltage than your highest input, followed by a step down to 12V. To keep reasonable efficency use a high (I'd suggest 24-30V) intermediate voltage. This minimises currents and I2R losses.
    A Pic is not the way to go. The other question is what is your load? does it really need 12V? If it is a piece of equipment does all of the circuit need 12V or will some run unregulated?
    I've had a number of cases were people went to great lengths to provide the "correct" input voltage to a unit (and failed hence my involvement) when it was not needed. One example was a computer that was going to be fitted to an aircraft with a "28V" supply and the computer was specified at 24V. The 28 to 24V regulator dropped out during operation. However taking the cover off the computer revealed a packed DC-DC converter with an 18V - 32V input range!

    Robert G8RPI.

  4. #4
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    Robert,

    the Load is a "Blackbox" that requires a stabilized 12V supply voltage. (max. 5A)

    Power is provided by a solar panel and Lead batteries
    (this is why the input voltage might be between 10 and 14 Volts)


    There is no way to modify the "Blackbox" and tests have shown that it does not operate at a voltage lower than 11.5V.
    The datasheet says the supply voltage must not be higher than 12.5 V.
    I have not tested at what voltage higher than 12.5V it starts to generate smoke.

    My initial thought was to use a StepUp converter in the first stage and then step down to 12V.

    A second point is:
    The environment temp will be up to 45 or even 50 deg C.
    This requires the converter to work at high efficiency to reduce thermal losses.

    Do you have any hints ?

    rgds

  5. #5
    anj's Avatar
    anj Guest


    Did you find this post helpful? Yes | No

    Default

    Gday
    I have been working on exactly the same problem ( but only 1A ), for powering a small surveillance video camera from a battery ( attached to a telecope )
    My input range is 14V down to 10 as the battery flattens and i need a constant 12V +/- 0.1V.
    I have indeed gone down the DC-DC stepup, then linear stepdown ( LDO ) route, as space is at a premium, but if you have room, a DC-DC flyback system may be better.
    Another advantage of the stepup then step down is the LDO stepdown unit will act as an output filter.
    With my current setup, i can average around 76% efficiency across the bulk of the range. Your main problem will be when yr voltage exceeds say 12.3V, as the stepup unit stops switching, and all heat loss comes via the 12V stepdown. The higher yr input voltage, the better a heatsink you may require on that unit.
    Andrew

  6. #6
    G8RPI's Avatar
    G8RPI Guest


    Did you find this post helpful? Yes | No

    Default

    Hi Again,
    sorry for the slow response but my original reply was through the listserver and it seems a bit slow at the moment.
    12V at 5A is 60W, quite a lot of power. DC-DC converters at this level are not very common, Power-one (formerly Melcher) do a 50W (12V 4A output) unit with 8-15V input but it costs £180.
    This power would be pushing the limits for a simple Buck-Boost (stepup-stepdown) solution using the National or Linear Technologies devices. You are looking at a full-blown transformer based design. What is the average current draw of the unit and the duty cycle of the high power operation, 60W is a lot for solar power! What charge regulator are you using for your batteries? For long life you do not want to discharge them much below 11.5V anyway, so perhaps you colud switch in a simple dropper (3 silicon diodes in series) when you are charging and short it out with a relay when off charge. A Pic would make a good control for this and you could use more than one relay. A 13V (I don't think your unit will die the instant you exceed 12.5V) shunt clamp / regulator across your load could take care of any transient events without consuming power during normal operation.

    Regards,
    Robert.

  7. #7
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    In the meantime I have solved the problem the following way:
    (Thanks to Bob Blick)

  8. #8
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    And here is (hopefully) the attachement:
    Attached Images Attached Images  

  9. #9
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    BTW

    the effiency is more than 95% and a load of 8A is no problem.

  10. #10
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    Attached you'll find the final version:
    Attached Images Attached Images  

  11. #11
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    And a picture of the prototype:
    Attached Images Attached Images  
    Last edited by NavMicroSystems; - 21st May 2004 at 00:51.

Similar Threads

  1. Battery charger - power supply issue affecting ADC
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 14th December 2008, 00:12
  2. PIC backup power supply: switchover ???
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 18th April 2008, 17:05
  3. Need advice for 74VDC power supply
    By Christopher4187 in forum Off Topic
    Replies: 8
    Last Post: - 4th March 2007, 20:54
  4. Decent 24 volt Pic power supply
    By rwskinner in forum Schematics
    Replies: 7
    Last Post: - 18th December 2006, 12:27
  5. Dual Power Supply Design
    By sougata in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 17th October 2006, 04:11

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts