A climate controller for a peltier cooled fruting chamber for mushrooms and other cultures.
This is a personal project so it is not as polished as it could be.
It is based on a Nucleo STM32 Nucleo L031-K6 development board (RS Components part# 9173781) Other suppliers can be found on octopart
The temperature and humidity sensor is an SHT10. I found that only the soil temperature and humidity sensors would handle the high humidity environment present inside the chamber. I got mine on ebay, similar to this one: Link to eBay page
The LCD is a Nokia 3310/5510 on a breakout board similar to this one: Link to eBay page
The PCB layout is done in Eagle. I have a newer version in KiCad in the works, but the firmware has not yet been altered to work with the new design.
The sofware is developed with System Workbench for STM32 (sw4stm32) you can use the on-board debugger on the Nucleo to program the firmware.