Author Topic: From 40V-100Vdc to 8V-12Vdc to 5Vdc  (Read 2527 times)

0 Members and 1 Guest are viewing this topic.

Offline Vindhyachal.taknikiTopic starter

  • Frequent Contributor
  • **
  • Posts: 487
From 40V-100Vdc to 8V-12Vdc to 5Vdc
« on: February 13, 2017, 03:01:10 am »
1. I have a voltage range of 40V-100Vdc & have to make 5vdc from it and power a microcontroller with it. Max current is 700ma.
2. Since have to measure analog so I want to first make a voltage of around 8-12Vdc then use a linear regulator like LM7805 to make 5Vdc.
3. I need module only. SO I checked for dc-dc buck. they are very costly >$100.
4. For lost cost option I see some people use a resistor & zener first to drop the voltage but I didnt find this good solution.
5. Ground of 40V-100Vdc should be same as of 5vdc & system should be non-isolated.
Any low cost solution for this.  I want module based system in this.
 

Offline lilshawn

  • Regular Contributor
  • *
  • Posts: 70
  • Country: ca
  • I break stuff...then fix it...sometimes
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #1 on: February 13, 2017, 03:16:28 am »
problem with using an LDO regulator on a voltage that high is you have to drive it so far down you waste a lot of energy.

you could do a 7824 which has a VIN of 40 volts max and use the 24v out to drive a 7805 not ideal, but it would work.

what about one of these?

http://www.ebay.ca/itm/Buck-Step-down-LM2596-Power-Converter-Module-DC-4-0-40-to-1-3-37V-LED-Voltmeter-/161476280982?hash=item2598bc8296:g:-kcAAOSwyDxXhIGH
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #2 on: February 13, 2017, 04:27:43 am »
You'll need the HV version for 40V input.

http://www.ebay.ca/itm/LM2596HVS-LM2596HV-DC-DC-Adjustable-Step-Down-Buck-Converter-Power-Supply-Module-/262136732980?

I've used a bunch of these for various stuff, they work great.
 

Offline Vindhyachal.taknikiTopic starter

  • Frequent Contributor
  • **
  • Posts: 487
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #3 on: February 13, 2017, 07:06:30 am »
One I found here is:
http://www.ti.com/tool/lm5008eval
current is 300mA only.
 

Offline samofab

  • Regular Contributor
  • *
  • Posts: 148
  • Country: si
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #4 on: February 13, 2017, 12:25:48 pm »
perhaps this helps:
https://github.com/samo4/LM5017-step-down-converter

max current is 650mA, I think
 

Online Ian.M

  • Super Contributor
  • ***
  • Posts: 12860
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #5 on: February 13, 2017, 01:07:30 pm »
If the chopper transistor of a simple buck converter fails it *WILL* take out your load.
If its got to tolerate 100V in, you'll need something with significantly over a 100V max rating.

I'd look as single chip flyback SMPSU controllers with integrated chopper transistors.  As long as the minimum UVLO threshold is under 40V and you derate the output power according to the ratio of the actual input voltage to the normal application supply voltage, it should work out OK.   It will require a custom wound transformer though, with windings for the 5v supply and whatever you need for the analog stuff.   
 

Offline Kjelt

  • Super Contributor
  • ***
  • Posts: 6460
  • Country: nl
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #6 on: February 13, 2017, 01:48:31 pm »
$100 ? I think you should look better, a quick search at tme revealed already two suitable candidates for $20 (see picture).
I don't know what your target price is or how many you need ?

Iam.M has a good point though if the converter fails your load is toast, so add a simple crowbar with fuse in series.
« Last Edit: February 13, 2017, 01:50:51 pm by Kjelt »
 

Offline Vindhyachal.taknikiTopic starter

  • Frequent Contributor
  • **
  • Posts: 487
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #7 on: February 14, 2017, 02:53:36 am »
1. Source of DC: Either a 20S LFP battery 50V-72V or 20S Li-Ion battery 60-84V.
10V margin I want to keep on both sides. Since battery is used in automotive application.
2. Is this margin ok for automotive application , it is used in E-auto or E-bike.
3. For me price above $50 is high.
4. In zener based, I have to use very high wattage resistor, since current required is 500mA, that why I dont want to use it.
5. I found these ok:
http://www.digikey.com/product-detail/en/texas-instruments/LM5017EVAL-NOPB/296-37050-ND/3640503
http://www.digikey.com/product-detail/en/xp-power/RDD08110S12/1470-3083-5-ND/5726803 

6. Can I use Xp-power by shorting both the grounds, since I dont want this in isolated system, both 84V ground & MCU ground should be same.
7. Which one should I prefer for E-auto or E-bike system where transient due to motor occur
 

Offline samofab

  • Regular Contributor
  • *
  • Posts: 148
  • Country: si
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #8 on: February 14, 2017, 06:06:28 pm »
LM5017 is a great chip and fits perfectly with your requirements. Costs about 3.5 EUR in single quantity..
The passives add a few EUR and you can have a board for a few EUR, too (see my post above for the PCB layout - I can upload gerbers if you want, too).
Also, TI has a nice samples program (works if you use company email).
 

Offline Vindhyachal.taknikiTopic starter

  • Frequent Contributor
  • **
  • Posts: 487
Re: From 40V-100Vdc to 8V-12Vdc to 5Vdc
« Reply #9 on: February 16, 2017, 04:05:16 pm »
Thanks for your response.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf