Uranium
0
- Joined
- May 24, 2010
- Messages
- 460
- Points
- 0
BB would This work?
Try these, i personally love them. They can handle so much power.
http://laserpointerforums.com/f60/check-out-these-mosfets-51381.html
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
BB would This work?
I like your PCB design...
For my testing station, I'm just going to include a current regulated and monitored power supply on board, and I'm just going to monitor the heatsink temp near the diode using a thermometer with a display. I'll then use an external trim pot to adjust peltier current by hand as needed.
This is something you might consider as well, I'm all about keeping things controllable, and simple.
DDL for the diode.
DDL for the peltier.
Power for the fan, and displays as needed.
Nothing fancy here!
DDL for the peltier won't work, LM317 only does 1.5 Amps. Need 5Amps!
Try these, i personally love them. They can handle so much power.
http://laserpointerforums.com/f60/check-out-these-mosfets-51381.html
Ha! Forgot to mention that my peltier is considerably smaller... It gets HOT at 800mA!
About the peltier control, I believe that peltiers are strictly current controlled. The PWM may be what you're using to control duty cycle. By controlling how long the thing is on/off, you can effectively determine how hot/cold the thing gets.
Or am I totally missing what you're trying to do? I'm trying to follow this thread, but I had to skip past all that arduino stuff..
Hey go to the TEMPERATURE CONTROL section of this website, I found a VERY simple and easy way to maintain a set temp.
Put a couple of these circuits in, with rectifier diodes on the outputs of each, and you can have one put +current through the peltier at a set temp, and the other can be set to put -current through the peltier at a slightly different temp.
The Heatsink Guide - Peltier cooler information
Sorry, I out for some time and didn't notice this thread. The 0.56-0.58V to 0.7V represents the linear voltage region for those BJT transistors. BJTs allow current to flow from the emitter to the collector based on if there's current going into the base of the BJT. They also need 0.7V from the emitter to base to turn fully on. That's what he's talking about with the 0.56-0.58V, and the resulting resistor needed at R2.
So say you need 5A regulation:
R2 = 0.58VDC / 5 = 0.116 ohm
Yes, it will need to dissipate up to 3W of power.
The 0.58V value will depend on the curves for your NPN transistor, but is probably right.
Another thing to try is to simply treat the TEC as a motor (as they're current-driven devices), and use, or make, an H-bridge (another example for an actual TEC) to control them. Here's a 9A pre-made one from Sparkfun, but they're not too hard to make with four power mosfets. For example, these are pretty cheap.
Since you already have/will have the Arduino, you can use it to do all the PWMing for the H-bridge.
The main source of heat on your mosfets used for an H-bridge will be from the switching. If they're in the full-on or full-off state they use virtually no power, but it's the transition period that they use the power. I think you'll be PWMing at a few Khz for the longevity of the peltier.