Hello,
This is my first go at EE and programming, and I'm working on a system to control fermentation temperature during beer brewing. I am doing this in a small space, so I am using Peltier TEC plates.
I found that I can program an Arduino to run PID temperature control and power the TEC with PWM. Although, I've read that PWM with a Peltier severely reduces efficiency, so I have attempted to design a power system that will take the PWM signal and supply a proportional smooth current/voltage to the TEC. Since this is my first attempt I am posting the schematic in hopes that anyone may provide input to help with the power part of the system.
R1, R2, and R3 are the Peltier plates. They are TEC1-12715, rated as 15A each, and are surrounded by a Buck converter system.
The MOSFETs are IRFB3207. I picked these because they are fast switching and have a high current limit.
The MOSFET driver is MCP1407. I am using this because the Arduino does not give out a nice square wave at high frequency, and thought it would cause problems driving multiple MOSFETs in parallel at the same time.
I've put decoupling capacitors between Vcc and GND on the driver, as per the data sheet. I've also added a pulldown resistor between the Arduino and and driver.
Resistors between the Arduino- driver, and driver- MOSFETs because I've seen it mentioned elsewhere. Likely to limit the current, at least for the Driver-Mosfet connection because that has a max current of 6A. Although I'm not sure if a resistor is necessary between the Arduino and driver.
Any help is appreciated!

This is my first go at EE and programming, and I'm working on a system to control fermentation temperature during beer brewing. I am doing this in a small space, so I am using Peltier TEC plates.
I found that I can program an Arduino to run PID temperature control and power the TEC with PWM. Although, I've read that PWM with a Peltier severely reduces efficiency, so I have attempted to design a power system that will take the PWM signal and supply a proportional smooth current/voltage to the TEC. Since this is my first attempt I am posting the schematic in hopes that anyone may provide input to help with the power part of the system.
R1, R2, and R3 are the Peltier plates. They are TEC1-12715, rated as 15A each, and are surrounded by a Buck converter system.
The MOSFETs are IRFB3207. I picked these because they are fast switching and have a high current limit.
The MOSFET driver is MCP1407. I am using this because the Arduino does not give out a nice square wave at high frequency, and thought it would cause problems driving multiple MOSFETs in parallel at the same time.
I've put decoupling capacitors between Vcc and GND on the driver, as per the data sheet. I've also added a pulldown resistor between the Arduino and and driver.
Resistors between the Arduino- driver, and driver- MOSFETs because I've seen it mentioned elsewhere. Likely to limit the current, at least for the Driver-Mosfet connection because that has a max current of 6A. Although I'm not sure if a resistor is necessary between the Arduino and driver.
Any help is appreciated!

Last edited: