DIY Temperature Controlled Chamber Box With Peltier TEC Module

by RadioHobby in Circuits > Electronics

9572 Views, 32 Favorites, 0 Comments

DIY Temperature Controlled Chamber Box With Peltier TEC Module

IMG_1872.JPG
ctrl.JPG
current.jpg
drv-2.JPG

I have assembled Temperature Controlled Chamber Box for testing small electronic boards. In this tutorial I have shared my project including source files and link to Gerbers files to make the PCB.

I have used only cheap commonly available materials that where found in my stock. All electronic parts are DIP throughole for easy soldering.

The key of this project is controlling software that I still working on it. PIC controller uses PWM to control TEC current in cooling mode. You can see the graph of TEC current vs PWM dutycycle. Your setup maybe different.

To allow heating mode the circuit uses 2 high quality relays to reverse TEC polarity. Heating mode of the firmware currently works only as on/off mode that is not ideal for TEC lifetime, however since heating require less current and here in my location I not really need heating, I was less focused on heating mode programming.

Downloads

Heatsink Assembly

ac-acceleros1rev2-base.jpg
IMG_1859.JPG
IMG_1858.JPG
IMG_1848.JPG

Order and prepare parts and materials according the BOM.

1. Install MF40101VX-1000U-A99 fan on ATS-CPX060060025-132-C2-R0 heatsink with self tapping screws.

2. Peltier 12704 module is placed with thermal grease between Accelero S1 and ATS-CPX060060025-132-C2-R0 Heatsink. The heatsink fixed with 4pcs of 50M020040N016 screws, M3x6mm standoffs spacers and M2 nuts. Some Accelero revisions does not need the M2 nuts as M2 screws can be inserted directly into the stock holes. Check that Peltier is fixed properly and evenly. Hot side is toward Accelero S1.

3. Install EE80251S2-1000U-999 fans on hot heatsink. For hot side you can use cable ties.

4. Test that the assembly is working and generate heat and cold.

5. Make or find 2 Litre internal volume styrofoam box.

6. Make 6x6 cm hole in the box to install the heatsink assembly. The cold side heatsink have to be inserted properly into the internal space. Use Super 7 Hybrifix Sealant to insulate around the heatsink.

7. Insert Adafruit Waterproof DS18B20 into the box.

8. Add additional styrofoam layer to the box for better insulation.

Downloads

Making the Electronics

drv-2.JPG
current.jpg
ctrl.JPG
IMG_1869.JPG

1. Burn the TController.hex firmware into PIC16F628A

2. Solder controller and driver boards. On XL4005 module you need to wire FB pin to the FB marked pad on the PCB with small wire. See the photos.

3. In 12V 10A power supply adjust the output to 13V, it has small potentiometer close to the terminals. Connect 13V to the driver electronic boards. Connect 5V to the VCNTL terminal block connector input and set XL4005 poterntiometer to get about 2.00V on the TEC output.

4. Wire controller board with LCD. Remember to wire from the controller board to driver board RL1, RL2, VCTRL wires. Connect the TEC, electronics and fans to the 10A 13V power supply.

You can download PCB Gerber files here: https://yadi.sk/d/uATCx4014P8yqA

You can download the firmware source file here: https://yadi.sk/d/jFiXjt_-OIdHog

Testing Box and Adjusting Source File

IMG_1872.JPG
IMG_1869.JPG
IMG_1867.JPG
IMG_1865.JPG
IMG_1856.JPG
IMG_1854.JPG
IMG_1848.JPG
IMG_1846.JPG
IMG_1845.JPG

Test the thermobox default firmware. With 2 litre volume box you should be able to set from 0C to 60C. In heating mode you may need to keep the door open, depend on temperature, of course. In cooler mode check that the door is closed well.

Thermobox controller will be less stable on temperatures close to your room temperature because the fimware algorithm is far from being ideal. The code is open source, so you are welcome to modify it or to send me your suggestions.

You can modify and recompile the firmware with freeware demo version Mikroe MikroBasic IDE because the code is less than 4K. When you change temperature the box need setup time to reach the temperature value, it may overcold or overheat until it gets the correct levels, it normal!


Things to do:

- make the door with cable terminals for easy connection of the board under test to the external meters

- improve PIC controller algorithm

- add termistor probe for additional control / monitor

Adding Door With Cable for Connecting Board Under Test

IMG_1885.JPG
IMG_1890.JPG

Later I made the door with additional 10K termistor sensor and USB cable for connecting the board under test. The door internal terminal should enter the box tightly. I smeared hybrifix super-7 on the styrofoam part to make it stronger and less crumble.