Searching \ for '[EE] DC-DC Converter - Critique needed' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: massmind.org/techref/index.htm?key=converter+critique
Search entire site for: 'DC-DC Converter - Critique needed'.

Exact match. Not showing close matches.
PICList Thread
'[EE] DC-DC Converter - Critique needed'
2007\08\03@112844 by Mohit Mahajan

picon face
Hello,

So far I've been working on circuits that don't need more than an ampere
or so. Now I need a variable DC power supply (for a peltier cooler) 4V -
12V / 10A.

This is my first attempt at a buck DC-DC converter and is based on an
SMPS design published by Microchip (dsPICDEM SMPS Synchronous Buck
Converter Development board, DS70181A).

The design is here:
picasaweb.google.com/schouse/Electronics/photo#5094485161260312626
or
http://tinyurl.com/39jbaz

Please be kind enough to go through it...

1. The input supply is from a commercial SMPS rated 14V/20A.

2. The two PWM signals are complementary with a dead band in between,
i.e. when P1A is high, P1B is low and vice versa. Both MOSFETs are
mounted on biggish heat sinks.

3. So when P1A is high, it turns ON T3 (NPN, 10mA, 100MHz switching
speed). An ON T3 will pull gate of T1 (p-channel MOSFET) to ground
turning it ON. At the same time P1B is low, which will turn OFF T5. This
causes 14V at the base of T2 (PNP) and turns it OFF, which pulls the
gate of T4 (n-channel MOSFET) to ground, turning it OFF.

4. And when P1A is low, T3 is OFF, T1 gate is at 14V so its also OFF. As
P1B is high, T5 is ON. Base of T2 is at ground and so T2 is ON, pulling
up T4's gate to 14V, turning it ON.

My queries:
A ripple of about 0.5V is okay at the output. My calculations show that
at 80kHz PWM frequency, I need less than 20uH and about 2000-2500uF as
at output LC filter. I've gone with much higher values for these. Are
there any caveats in doing so?

Most DC-DC converter schematics show a fast switching diode where I've
put T4. Even the Microchip development board I've mentioned above has a
schottky diode in parallel with the n-channel MOSFET. Is it really
necessary  in my design here? Actually I don't have easy access to a
high current diodes. All I have are schottky diodes up to 8A.

Please be kind enough to comment on my design and queries.

My regards,
Mohit Mahajan.

2007\08\03@115500 by Bob Blick

face picon face

> The design is here:
>
http://picasaweb.google.com/schouse/Electronics/photo#5094485161260312626

Hi Mohit,

I doubt very much this circuit will work at 80KHz.
You'll need much stronger turnoff than a 10K resistor
on the gates of the MOSFETs.

Also I question your use of the entire N-channel part
of the circuit - throw it out and use a single
schottky rectifier there.

Next is your output filter - there's way too much
capacitance. You may not need very quick reaction
time, but it's a waste either way. Try 22 uH and 2.2
uF. Then you can use a ceramic capacitor. Your ripple
will be low enough. Use a bobbin ferrite inductor -
shielded preferably.

Use a P-channel MOSFET with lower resistance. You
don't need the 100 volt rating of the IRF9540n.

Cheerful regards,

Bob

2007\08\03@125316 by Mohit Mahajan

picon face
Thanks Bob, for the reply.
> I doubt very much this circuit will work at 80KHz.
> You'll need much stronger turnoff than a 10K resistor
> on the gates of the MOSFETs.
What do you suggest? Should I be opting for dedicated MOSFET drivers?

> Also I question your use of the entire N-channel part
> of the circuit - throw it out and use a single
> schottky rectifier there.
Its a bit difficult for me to get a high current (>10A) schottky diode.
The max I can get is an MBR745, rated for 7.5A.

> Next is your output filter - there's way too much
> capacitance. You may not need very quick reaction
> time, but it's a waste either way. Try 22 uH and 2.2
> uF. Then you can use a ceramic capacitor. Your ripple
> will be low enough. Use a bobbin ferrite inductor -
> shielded preferably.
Will do.

> Use a P-channel MOSFET with lower resistance. You
> don't need the 100 volt rating of the IRF9540n.
Actually its the 23A rating that I like. Also, its the best I can get.
Most of the other P-channel MOSFETs I can source easily, with such a
current rating are either too expensive or have larger Rdson.

Thanks once again,
Mohit.


Bob Blick wrote:
{Quote hidden}

2007\08\03@133006 by Cedric Chang

flavicon
face
Driving a Peltier cooler which I thought could be treated as a  
current sensitive process ?
Why does ripple matter ?  In fact, why not have just one switch and  
and a method to
measure total current flow ?  The commercial SMPS is perhaps overkill  
in terms of cost.

Cedric

On Aug 3, 2007, at 9:49 AM, Bob Blick wrote:


> The design is here:
>
http://picasaweb.google.com/schouse/Electronics/
photo#5094485161260312626

Hi Mohit,

I doubt very much this circuit will work at 80KHz.
You'll need much stronger turnoff than a 10K resistor
on the gates of the MOSFETs.

Also I question your use of the entire N-channel part
of the circuit - throw it out and use a single
schottky rectifier there.

Next is your output filter - there's way too much
capacitance. You may not need very quick reaction
time, but it's a waste either way. Try 22 uH and 2.2
uF. Then you can use a ceramic capacitor. Your ripple
will be low enough. Use a bobbin ferrite inductor -
shielded preferably.

Use a P-channel MOSFET with lower resistance. You
don't need the 100 volt rating of the IRF9540n.

Cheerful regards,

Bob

2007\08\03@133612 by Herbert Graf

flavicon
face
On Fri, 2007-08-03 at 20:57 +0530, Mohit Mahajan wrote:
> My queries:
> A ripple of about 0.5V is okay at the output. My calculations show that
> at 80kHz PWM frequency, I need less than 20uH and about 2000-2500uF as
> at output LC filter. I've gone with much higher values for these. Are
> there any caveats in doing so?

Depends on your controller scheme. You can get into trouble if the
control expects discontinuous mode, and you design it such that
continuous mode is more likely.

> Most DC-DC converter schematics show a fast switching diode where I've
> put T4. Even the Microchip development board I've mentioned above has a
> schottky diode in parallel with the n-channel MOSFET. Is it really
> necessary  in my design here?

100% necessary IMHO. What you are doing is called synchronous
rectification. It can result in quite an improvement on efficiency,
especially as switching frequecies are increased.

However, consider this, your controller "hiccups" for whatever reason,
resulting in both transistors turning off, what happens? (hint, the
inductor has current flowing through it, with T1 and T4 off what path
does that current have? The answer is the inductor will ramp up the
voltage across it until the current finds a way to flow, usually that
means lots of smoke). There is also a small efficiency benefit of adding
the diode. Having synchronous rectification is good, but not adding the
diode in parallel is something I would not recommend.

With regards to the diodes you have is that 8A the continuous current
rating? What you need is the "pulse" rating (since that diode won't be
conducting current 100% of the time, in fact, during normal operation,
it will be conducting for only the amount of time it takes T4 to turn
on), which might be high enough for your purposes depending on your duty
cycle.

TTYL

2007\08\03@133956 by Herbert Graf

flavicon
face
On Fri, 2007-08-03 at 22:22 +0530, Mohit Mahajan wrote:
> Thanks Bob, for the reply.
>  > I doubt very much this circuit will work at 80KHz.
>  > You'll need much stronger turnoff than a 10K resistor
>  > on the gates of the MOSFETs.
> What do you suggest? Should I be opting for dedicated MOSFET drivers?

That's certainly the easier solution. Otherwise, you need some sort of
push pull discrete driver.

>  > Also I question your use of the entire N-channel part
>  > of the circuit - throw it out and use a single
>  > schottky rectifier there.
> Its a bit difficult for me to get a high current (>10A) schottky diode.
> The max I can get is an MBR745, rated for 7.5A.

Again, is that the continuous rating or the "pulse" rating, you aren't
using that diode 100% of the time (note though that the current through
the diode during T1off is LARGER then the 10A supply current, depending
on your duty cycle and mode it can be MUCH larger).

TTYL

2007\08\03@134041 by Herbert Graf

flavicon
face
On Fri, 2007-08-03 at 11:13 -0600, Cedric Chang wrote:
> Driving a Peltier cooler which I thought could be treated as a  
> current sensitive process ?
> Why does ripple matter ?  In fact, why not have just one switch and  

Peltier's don't like ripple, too much ripple reduces efficiency and I
believe (please correct me if I'm wrong) reduce the life of the
junction. TTYL

2007\08\03@140304 by Mohit Mahajan

picon face
> Driving a Peltier cooler which I thought could be treated as a
> current sensitive process ?
I may be wrong, as I'm still reading literature on peltiers... But from
what I've understood so far, PWM followed by filtering (to reduce
ripple) is the method of choice for controlling them.

> Why does ripple matter ?
Almost all manufacturers state that peltiers don't like ripples in their
supply.

Regards,
Mohit Mahajan.



Cedric Chang wrote:
{Quote hidden}

2007\08\03@142259 by Spehro Pefhany

flavicon
face
Quoting Cedric Chang <spam_OUTccTakeThisOuTspamnope9.com>:

> Driving a Peltier cooler which I thought could be treated as a
> current sensitive process ?
> Why does ripple matter ?

Because it GREATLY reduces the (already miserable) efficiency of
the TEC. More than 5%-10% ripple is not recommended. The available
delta-T is reduced by a factor of:

1/(1+(ripple_current/dc_current)^2)

Of course if the inductor is big enough you don't need an output
cap at all, but an inductor that won't saturate or overheat at
10A DC will start to get large/expensive at higher inductances.

Best regards,
Spehro Pefhany


2007\08\03@142711 by David VanHorn

picon face
>  > Why does ripple matter ?
> Almost all manufacturers state that peltiers don't like ripples in their
> supply.

60 hz ripple, as in transformer and diode, on half the time, or 100kHz
switcher ripple, a few 10's of mA on the output current?

2007\08\03@150626 by Mohit Mahajan

picon face
> 60 hz ripple, as in transformer and diode, on half the time, or 100kHz
> switcher ripple, a few 10's of mA on the output current?
"Unfiltered full-rectified AC voltage has a ripple factor of
approximately 48% which can decrease the performance of the TEC by as
much as 23%."

Straight from the horse's mouth:
http://www.marlow.com/TechnicalInfo/power_supplies.htm

Regards,
Mohit Mahajan.
David VanHorn wrote:
>>  > Why does ripple matter ?
>> Almost all manufacturers state that peltiers don't like ripples in their
>> supply.
>
> 60 hz ripple, as in transformer and diode, on half the time, or 100kHz
> switcher ripple, a few 10's of mA on the output current?

2007\08\03@152459 by Bob Blick

face picon face

--- Mohit Mahajan <.....mohit.listsKILLspamspam@spam@gmail.com> wrote:

> Thanks Bob, for the reply.
>  > I doubt very much this circuit will work at
> 80KHz.
>  > You'll need much stronger turnoff than a 10K
> resistor
>  > on the gates of the MOSFETs.
> What do you suggest? Should I be opting for
> dedicated MOSFET drivers?

Either a much lower resistance(470 ohms), a push-pull
circuit, or a driver IC.


>  > Also I question your use of the entire N-channel
> part
>  > of the circuit - throw it out and use a single
>  > schottky rectifier there.
> Its a bit difficult for me to get a high current
> (>10A) schottky diode.
> The max I can get is an MBR745, rated for 7.5A.

Of course I don't know where you are sourcing your
parts, but there are plenty of schottkys with higher
ratings.

>  > Use a P-channel MOSFET with lower resistance. You
>  > don't need the 100 volt rating of the IRF9540n.
> Actually its the 23A rating that I like. Also, its
> the best I can get.
> Most of the other P-channel MOSFETs I can source
> easily, with such a
> current rating are either too expensive or have
> larger Rdson.

The 23 amp rating is of course an unattainable
manufacturer's spec, I have yet to find a fastener
that will attach a TO220 package directly to a block
of ice :)

But the IRF9540n(0.117 ohm, 23 Amp) is 20% more
expensive than the IRF5305(0.06 ohm, 31 Amp).

I've built a lot of Peltier drivers and switching
supplies, and your best performance/cost/bulletproof
method is with fast drivers, low resistance mosfets,
and schottky rectifiers. Also make sure your inductor
is rated for the current you're driving. At 10 amps
it'll need to be a biggish part.

Cheerful regards,

Bob

2007\08\03@153150 by David VanHorn

picon face
On 8/3/07, Mohit Mahajan <mohit.listsspamKILLspamgmail.com> wrote:
>  > 60 hz ripple, as in transformer and diode, on half the time, or 100kHz
>  > switcher ripple, a few 10's of mA on the output current?
> "Unfiltered full-rectified AC voltage has a ripple factor of
> approximately 48% which can decrease the performance of the TEC by as
> much as 23%."


Ok, so the little bit of ripple on any reasonably designed SMPS output
won't be a factor.

That's what I thought.

2007\08\03@162202 by Bob Blick

face picon face
--- Mohit Mahajan <.....mohit.listsKILLspamspam.....gmail.com> wrote:
picasaweb.google.com/schouse/Electronics/photo#5094485161260312626
> or
> http://tinyurl.com/39jbaz

BTW, it looks like you have drawn the IRF9540n with
drain and source reversed.

-Bob

2007\08\04@045523 by Russell McMahon

face
flavicon
face
>> http://tinyurl.com/39jbaz

> BTW, it looks like you have drawn the IRF9540n with
> drain and source reversed.

Yes - you've used a hybrid symbol that is clearly meant to be a P
Channel FET but which implies a rather interesting FET architecture
with the gate referenced to the Drain. I could use some of those :-)

The gate connection should always be at the source "end" of the
transistor and the central arrow is connected to the source.
As shown it is obvious that you intend it to be a P Channel FET (which
the device indeed is) but the source should connect to I/P Hi and not
the 100 uH as shown.

Circuit comments in next email.


       Russell



2007\08\04@045526 by Russell McMahon

face
flavicon
face
part 1 8169 bytes content-type:text/plain; format=flowed; charset="iso-8859-1"; (decoded 7bit)

I agree with Bob's comments here and in his next related email
(wonders never cease :-).

I'd like to add a little more.
I may add a few parts from Bob/Mohit's next interchange.

IF you don't need the Peltier to be electrically grounded then you can
use an N Channel "low side" FET switch which generally gives you
better specs (especially Rdson) per $.

> I doubt very much this circuit will work at 80KHz.
> You'll need much stronger turnoff than a 10K resistor
> on the gates of the MOSFETs.

>> What do you suggest? Should I be opting for
>> dedicated MOSFET drivers?
>
> Either a much lower resistance(470 ohms), a push-pull
> circuit, or a driver IC.

Even 470 ohms is a bit high if you were using a resistive only drive.
Without looking up FET spec, gate capacitance is liable to be in the
nF range so the gate time constant per nanofarad would be about 0.5 uS
meaning actual switching time could be 1 uS + per nF. This is too much
to degrade the circuit by when there are other problems which are
harder to address.

A very simple and cheap gate driver is as per attached gif.
This shows an N Channel low side drive but would be OK for the P
Channel circuit you are using. The high side drive is via an emitter
follower that does not saturate and low side drive is via a saturating
open collector with less pull down (here = turn on). For more low side
drive D1 can be replaced by a PNP transistor with base to Q8 base,
emitter to Q8 emitter and collector to ground. A very low cost, mind
bogglingly simple but effective circuit.

The gate-source zener diode shown here is very highly recommended in
real world designs (although some competent designers will swear they
are unneeded and others will tell you that they can cause oscillation
problems. I have had total success using them. Locate very close to
FET with as short a lead length as possible.

> Also I question your use of the entire N-channel part
> of the circuit - throw it out and use a single
> schottky rectifier there.

I agree.
For REALLY high current systems - say 100A up, a synchronous FET as
shown here will outperform a Schottky if you are willing to spend the
effort of designing it to do so. For currents around 20A you need a
really good FET to do better than the Schottky AND you must pay
exquisite care to your drive timings and levels so that it's a diode
when you want it to be and not one when you don't. The saving grace is
(or may be) the FET body diode which "steps in" if you get it wrong,
or id switching fails for any reason, but with much higher losses both
due to voltage drop and charge storage issues during switching.

In most real world situations up to tens of amps a TO220 Schottky
diode of appropriate rating is liable to be cost competitive with a
FET of equivalent capability and have none of the switching and
control issues.

If you do insist on using a synchronous FET rectifier as shown then
the gate drive circuit will need much improvement. It is essential
that the FET is turned on and off reasonably precisely. Unless you
went severely out of your way to non-overlap the switching waveforms
the 10k pulldown shown here would leave your FET on or partially on
when your pass FET is turned on and magic smoke can be expected to be
released.

Using a copy of the attached gate driver circuit here also would work
wonders. Cost is very very low.

If you must go to 80 kHz or above (and I'm not sure why you'd need to)
watch skin depth in the inductor winding. Use of a "Litz wire" winding
(simply multiple turn s in parallel) will help deal with skin effect
and make winding easier. Even copper crow bars are quite hard to wind
coils with :-).

You mention difficulties sourcing parts. From your ad I assume that
you are in India. Digikey has reasonable prices for high capacity
Schottky diodes and other FETs but importing these may be problematic.
Digikey purport to operate an Indian front end
http://www.digikey.co.in/ but I suspect this may be about as real as
their Taiwanese equivalent :-(. Certainly, any component searching
takes you directly to a suspiciously US looking page in $US.

If you do find it advantageous to pursue a synchronous rectifier then
you will need a superior driver plus having a lower rated Schottky
there as well (as I think someone else suggested) to handle the
switching edges if you don't get things quite right. This almost
constitutes diode abuse :-) (thump the Schottky solidly at each
switching edge, let it recover for the majority of each cycle) but
seems to be what other people do. [I have a cheapo Chinese sourced
laptop 12V-16V converter and that's what they do too][It died, but not
the diode].

Core selection and inductor design is a far blacker art than may be
apparent if you want to do it efficiently. The alternative is to use a
far larger than needed core that always runs cool with large diameter
wire. If you want an optimally sized and priced core it's not quite so
easy unless you know secret short cuts. Such as ...

I recommend that you look at the Micrometals website
http://www.micrometals.com and download their core calculator. It deals with
nice things like partial core DC saturation effects on inductance,
core thermal lifetimes (a non trivial matter), skin effect, core
materials and size and more. You can arrive at some quite sobering
realisations using this calculator. Designing a semi saturated core,
as most buck regulators will have, is a far less trivial task than
might be expected, except when you use this calculator :-).
Micrometals cores are amazingly cheap for what you get and have
superior thermal performance to wannabe clones of theirs. uM have
trademarked the core colour codes but that just gives the Asian clone
makers something to make their products look more authentic :-). [[I
have no financial arrangements whatsoever with uM except as a happy
customer]]. Their cores are powdered iron (not ferrite) and have some
amazingly good characteristics per dollar and per size compared to
what one may expect from ferrite in many cases. [[One day I hope to
make some of my own using local beach ironsand "just for fun", but
until then I'm very happy with their products.]]

> Next is your output filter - there's way too much
> capacitance. You may not need very quick reaction
> time, but it's a waste either way. Try 22 uH and 2.2
> uF. Then you can use a ceramic capacitor. Your ripple
> will be low enough. Use a bobbin ferrite inductor -
> shielded preferably.

I imagine the over filtering may be aimed at a low ripple for the
Peltier. If you care muchly then a multistage filter may help. Again,
a micrometals (or other) powdered iron core can do this well AND the
toroidal core is inherently shielded (although perhaps not quite as
well as a homogeneous ferrite core is for low mu cores).

> Use a P-channel MOSFET with lower resistance. You
> don't need the 100 volt rating of the IRF9540n.

Agree.
But, as above, if you can run the Peltier above ground an N Channel
device will be even better.

I believe (and may be wrong) that the main reason for running Peltiers
on low ripple is that the device is effectively thermally cycled at
each current cycle and the thermal stresses lead to degradation of the
material. If this is so, then it follows that a ripple frequency well
above any thermal response frequency, may be OK. But, don't take my
word for it.

Ripple can be greatly reduced at a small cost in efficiency and $ by
running a tracking linear regulator on the buck regulator output. This
can be as simple as a FET and probably a very cheap opamp which
derives a reference point just below the lowest ripple voltage and
removes any voltage input above that point. Half an LM358 and a
suitably current rated FET with low Vdsmax should do. (The FET floats
and never "knows" what the actual supply voltage is. Having enough
gate drive voltage may be an issue if Vout is close to Vin.

Enough for now :-)



       Russell



part 2 3085 bytes content-type:image/gif; (decode)


part 3 35 bytes content-type:text/plain; charset="us-ascii"
(decoded 7bit)

2007\08\04@051916 by Mohit Mahajan

picon face
Russell,

Thanks a lot! It'll take me more than a day to fully digest what you've
written.

Gratefully,
Mohit.

Russell McMahon wrote:
{Quote hidden}

2007\08\04@221742 by Xiaofan Chen

face picon face
On 8/3/07, Mohit Mahajan <EraseMEmohit.listsspam_OUTspamTakeThisOuTgmail.com> wrote:
> The design is here:
> http://tinyurl.com/39jbaz
>

Bob Blick, Russell and others have give good comments. Let
me add some different perspectives.

1) Where is the feedback loop? That is an important part of
the circuits.

2) Why do you use a PIC to control the circuit? Why not use
a PWM controller which may take care of protection, softstart
and even gate drive for you. What is the value added by the PIC?


Xiaofan

2007\08\04@233045 by Mohit Mahajan

picon face
Xiaofan Chen wrote:
> 1) Where is the feedback loop? That is an important part of
> the circuits.
This is a 'dumb' converter. The feedback comes from the hot/cold plate
that the peltier heats/cools.

> 2) Why do you use a PIC to control the circuit? Why not use
> a PWM controller which may take care of protection, softstart
> and even gate drive for you. What is the value added by the PIC?
Because its already there in the design doing a lot of other things.

Thanks,
Mohit.

2007\08\05@111900 by Mohit Mahajan

picon face
Russell McMahon wrote:
> IF you don't need the Peltier to be electrically grounded then you can
> use an N Channel "low side" FET switch which generally gives you
> better specs (especially Rdson) per $.
Actually the peltiers are driven by an H-bridge, so that they can cool
or heat (user menu driven). The DC-DC converter I'm trying to build will
power the H-bridge. The H-bridge will only reverse the voltage across
the peltiers. No PWM here. Because if there was PWM in the H-bridge I'd
have to do the filtering there, with capacitors across peltier and to
ground that could take voltage both ways. I'm really not able to
(easily/cheaply) find large value ceramic capacitors suitable for such a
filter. I'm also not comfortable with reversing voltage across
capacitors even if they were ceramics.

So I decided to have a controllable filtered DC source elsewhere
powering the H-bridge that's there to reverse voltage across peltier.

> A very simple and cheap gate driver is as per attached gif.
Although I've decided to go with a MOSFET driver (Microchip TC4420),
I've filed away your gate driver circuit for later use. I'll still
request an explanation from you how this circuit works as I'm not great
with analog circuits. This is how I see it...

1. A 5V high on left-hand side (LHS) of R5 turns on Q6 which pulls the
base of Q8 to ground. This switches off Q8. D1 helps in pulling down
gate of the FET to ground (actually, there is 0.7V on the LHS of R4).
Being lesser than the threshold voltage of the FET, this turns it off.

2. A low on LHS of R5 turns off Q6. This applies 12V (or
whatever voltage) at the base of Q8 turning it on. So a 12V on LHS of R4
turning FET ON.

Am I right on these two counts?

> The gate-source zener diode shown here is very highly recommended
This zener prevents the gate-source junction from exceeding its maximum
rating. Is this right?

> If you must go to 80 kHz or above
That was to help reduce the LC component sizes. So is frequency in the
20-40kHz range doable then?


Many thanks,
Mohit.

2007\08\05@123412 by Bob Blick

face picon face
Mohit Mahajan wrote:
.
> Actually the peltiers are driven by an H-bridge, so that they can cool
> or heat (user menu driven). The DC-DC converter I'm trying to build will
> power the H-bridge. The H-bridge will only reverse the voltage across
> the peltiers. No PWM here. Because if there was PWM in the H-bridge I'd
> have to do the filtering there, with capacitors across peltier and to
> ground that could take voltage both ways. I'm really not able to
> (easily/cheaply) find large value ceramic capacitors suitable for such a
> filter. I'm also not comfortable with reversing voltage across
> capacitors even if they were ceramics.

You should really look at how other people do it, and not reinvent the
wheel. Doing PWM with the H-bridge is the right way. After the H-bridge,
use two inductors(or a dual inductor) and two capacitors. Each capacitor
returns to ground, so it does not need to be bipolar.

You mentioned the TC4420 driver, those are good. If you get the one with
both input polarities it's easy to wire them to logically prevent
"both-on" situations.

I think either Maxim or LT have documents about Peltier drivers to
support their specialized parts. Although I am not recommending their
parts, I do recommend you read their documentation and look at their
component and topology choices.

Cheerful regards,

Bob

2007\08\05@213249 by Xiaofan Chen

face picon face
On 8/6/07, Bob Blick <bbblickspamspam_OUTsbcglobal.net> wrote:
{Quote hidden}

I just read the Maxim AN3318 and I think the OP's topology
is very strange.

commercial SMPS rated 14V/20A --> PIC controlled
Synchronous Buck --> H-Bridge without PWM

Seems to be overly complicated.

Quoted from Maxim AN3318.
http://pdfserv.maxim-ic.com/en/an/AN3318.pdf

"Abstract: The Thermo-Electric Cooler (TEC) is found in many
applications that require precision temperature control. The
small size of the TEC allows precision thermal control of individual
components such as fiber optic laser drivers, precision voltage references,
or any other temperature critical device. The temperature-critical
components are integrated with a TEC and a temperature monitor
into a single thermally-engineered module. An added bonus
with TECs is the ability to heat, by reversing the current.

TEC control requires a reversible power source capable of providing
positive and negative voltages. To accomplish this from a single
supply, an H-bridge circuit can be used. While linear supplies offer
low noise, their poor efficiency requires large components and added
thermal insulation to prevent the regulator waste heat from loading the
cooler. Alternatively, two synchronous buck circuits with complementary
drivers provide a higher efficiency supply that can deliver bipolar power
from a single positive supply. Forced pulse-width-modulation control
of the two output voltages allows current to be sourced and sinked.
During current sinking, power is recovered and sent back to the
supply line. The MAX1968 is a highly integrated H-bridge PWM
switch-mode driver designed for Peltier thermoelectric coolers
(TEC) modules."

Regards,
Xiaofan

2007\08\05@235057 by Mohit Mahajan

picon face
Hi Bob,

> Doing PWM with the H-bridge is the right way. After the
> H-bridge,use two inductors(or a dual inductor) and two capacitors.
> Each capacitor returns to ground, so it does not need to be bipolar.
I just checked this:
http://www.ti.com/litv/pdf/slua202a
You mean something like figure 3 on page 4?

> You mentioned the TC4420 driver, those are good. If you get the
> one with both input polarities it's easy to wire them to
> logically prevent "both-on" situations.
The PIC takes care of this. It has the Extended CCP with a half-bridge
output that could be used to drive a full-bridge circuit with
programmable dead band between the switching.

Thanks,
Mohit.

2007\08\06@003627 by Bob Blick

face picon face


Mohit Mahajan wrote:
> Hi Bob,
>
>  > Doing PWM with the H-bridge is the right way. After the
>  > H-bridge,use two inductors(or a dual inductor) and two capacitors.
>  > Each capacitor returns to ground, so it does not need to be bipolar.
> I just checked this:
> http://www.ti.com/litv/pdf/slua202a
> You mean something like figure 3 on page 4?

Yes.

>  > You mentioned the TC4420 driver, those are good. If you get the
>  > one with both input polarities it's easy to wire them to
>  > logically prevent "both-on" situations.
> The PIC takes care of this. It has the Extended CCP with a half-bridge
> output that could be used to drive a full-bridge circuit with
> programmable dead band between the switching.

Sure, still no reason not to have short-circuits impossible - it costs
you no extra parts. You'll be glad you did it when you make a
programming error during a debug session.

Cheers,

Bob

2007\08\06@012330 by Mohit Mahajan
picon face
>> The PIC takes care of this. It has the Extended CCP with a
>> half-bridge output that could be used to drive a full-bridge
>> circuit with programmable dead band between the switching.
> Sure, still no reason not to have short-circuits impossible - it costs
> you no extra parts. You'll be glad you did it when you make a
> programming error during a debug session.
Okay will consider this in the design as well.

Many thanks for your time and help,
Mohit.


Bob Blick wrote:
{Quote hidden}

2007\08\06@045208 by Alan B. Pearce

face picon face
>A very simple and cheap gate driver is as per attached gif.

I would be very tempted to use Microchips gate drive chips.

MCP1401/2 inverting/non-inverting gate driver in SOT23-5 package
500mA drive capability.
logic level input.
output supply range 4.5-18V
high capacitive load drive capability - 470pF in 19nS, 1000pF in 34nS (typ)
matched rise and fall times.
latch-up protected, will withstand 500mA reverse current on output.
logic input will withstand negative swing to -5V

2007\08\06@053514 by Russell McMahon

face
flavicon
face
> >A very simple and cheap gate driver is as per attached gif.

> I would be very tempted to use Microchips gate drive chips.
> MCP1401/2 inverting/non-inverting gate driver in SOT23-5 package
> 500mA drive capability.

The temptation may be easy to resist :-).
Digikey know not of the product, nor do the other 20 sellers at
http://www.findchips.com :-(

The products sound useful if minimum component count is desired but
performance wise they sound about as capable as the simple circuit I
posted. It's not "my circuit" -  it has been around auld lang syne and
it may even have been used by Noah for his FET drivers on the Ark's
ventillator motors (of which he probably had quite a few).

Microchip show samples (of the IC, not of Noah's cct) and you can
follow the "buy online now" link to a putative Indian seller, but if
you don't log in it's not obvious who the seller is.

Microchip show budgetary price as $US0.44 in volume and, as the
circuit as proposed would ideally have two of these that's probably
$US1 in moderate volumes for drivers alone.

Given Mahit's general comments about pricing and what he could obtain
where he lives, I suspect that my sub $US0.10 solution (possibly
little more than that for two of them) may prove attractive.

The discrete circuit does not have, as shown, some of the specs of the
uChip parts but it would be very satisfactory in this application.
I've used it as shown for 20 kHz 8 bit PWM Addition of a speedup
capacitor alone increases bandwidth into the low MHz region. Output
voltage range is limited only by the transistors used and drive
current capability can be "butal" if you want it to be. (For "brutal"
you'll need to up the transistors from the BC337/BC327 I usually use).
As is 500 mA is easy. Input levels are by design. Logic input will
withstand whatever voltage the diode is rated at that you put on the
input if you choose to put one there :-). Otherwise still quite a lot.

The capacitive drive rise times are essentially another way of stating
the current drive capabilities and 34nS to raise 1000 pF to 10V say is
equivalent to about 340 mA constant current so is consistent with the
500 mA drive claim.


       Russell


> MCP1401/2 inverting/non-inverting gate driver in SOT23-5 package
> 500mA drive capability.
> logic level input.
> output supply range 4.5-18V
> high capacitive load drive capability - 470pF in 19nS, 1000pF in
> 34nS (typ)
> matched rise and fall times.
> latch-up protected, will withstand 500mA reverse current on output.
> logic input will withstand negative swing to -5V

2007\08\06@062223 by Mohit Mahajan

picon face
> Microchip show samples (of the IC, not of Noah's cct) and you can
> follow the "buy online now" link to a putative Indian seller, but if
> you don't log in it's not obvious who the seller is.
I buy from Microchip Direct. Its painless and easy. They ship by FedEx
and charge duty (@ 22%) plus freight right there in the invoice. You pay
once by credit card and it arrives customs cleared and duty paid within
4 days. Even after factoring in duty and FedEx freight, I've found
Microchip Direct to be cheaper than three major component sellers here
in India for Microchip parts. And I don't buy bulk. Usually 50-200 pcs.
per part.

I just wish Farnell or RS comes up with prices on their Indian website
that are realistic and not over-inflated under the excuse of customs
duty and freight charges.
F.e.:
IRF9540 is about Rs. 35 (~$0.85) from component sellers in India in
single quantity. RS India sells single pieces for Rs. 321 ($7.65). Even
in quantities of 100 it is Rs. 233 ($5.55) each.

Regards,
Mohit.



Russell McMahon wrote:
{Quote hidden}

2007\08\06@080654 by Xiaofan Chen

face picon face
On 8/6/07, Russell McMahon <@spam@apptechKILLspamspamparadise.net.nz> wrote:
> Given Mahit's general comments about pricing and what he could obtain
> where he lives, I suspect that my sub $US0.10 solution (possibly
> little more than that for two of them) may prove attractive.
>

However his configuration is not cheap at all.

commercial SMPS rated 14V/20A --> PIC controlled
Synchronous Buck --> H-Bridge without PWM

To strive for low cost, the first thing may be to change
the configuration.

Regards,
Xiaofan

2007\08\06@090659 by Russell McMahon

face
flavicon
face
> I buy from Microchip Direct. Its painless and easy. They ship by
> FedEx
> and charge duty (@ 22%) plus freight right there in the invoice. You
> pay
> once by credit card and it arrives customs cleared and duty paid
> within
> 4 days. Even after factoring in duty and FedEx freight, I've found
> Microchip Direct to be cheaper than three major component sellers
> here
> in India for Microchip parts. And I don't buy bulk. Usually 50-200
> pcs.
> per part.

Hopefully that means you can also buy from Digikey and use some of the
parts that have been mentioned recently.
eg using a suitably rated Schottky diode in place of the synchronous
FET is going to work as well and save you many design and development
problems. A Schottky will "just work" where you can anticipate a
number of dead FETs before you got it right.

I'm doing an almost parallel development at present although mine
involves a boost converter. I started  off thinking that a synchronous
FET rectifier would be the best solution but a Schottky diode produces
as good results with fewer problems.



       Russell


2007\08\06@094553 by Alan B. Pearce

face picon face
>I'm doing an almost parallel development at present although mine
>involves a boost converter. I started  off thinking that a synchronous
>FET rectifier would be the best solution but a Schottky diode produces
>as good results with fewer problems.

Guess that depends what you are doing. I needed to provide a 1.5V supply for
a peltier cooler recently, and used a synchronous rectifier, and it gives
enough extra efficiency to be worth it for us - despite the extra components
required (and there are a few). The FET does have the schottky in parallel
with it still though, as this does slightly loosen the requirements for the
rectifying FET to turn on.

More... (looser matching)
- Last day of these posts
- In 2007 , 2008 only
- Today
- New search...