this post was submitted on 08 Nov 2024
17 points (90.5% liked)
ESP32
249 readers
2 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have built incubators for several different projects (seedlings, mushrooms, tempeh, fermentation, etc...). Learning how to control a heat distribution in a safe and efficient manner has been a bit of a journey for me. Just recently I begun experimenting with positive temperature coefficient (PTC) heaters and I am very happy with them as I feel much safer running these than ceramic/IR heat lamps and regular heating elements.
At the moment I am heating an incubator for petri dishes using a 12V/100W PTC heater with a fan hooked up to an stc-3008 thermostat. The PTC undergoes on/off cycles that keep the temperature near 26 C, but, even when setting the upper and lower control limits quite tight, the temperature still oscillates up to +/- 2 C during these cycles.
I have been studying how to implement a proportional–integral–derivative (PID) controller to avoid the on/off cycles. My next experiment is to try to control the power of the PTC with a Mean Well HLG-120H-12AB LED-driver in constant-voltage mode and the ESP32 as the PID controller.
that's so interesting, are you doing this at work or are you an avid gardener?
It's for hobby!
But I did work with cell cultures (with lab-grade incubators) in the past, and I am currently working with a company developing sensors for industrial systems. So, the concept of PID I learned at work recently. And at work I also write some firmware for interfacing sensors with micro-controllers.