🤖 Temperature Monitor and Cooling Controller
- 📝 Table of Contents
- 🧐 About
- 🎥 Demo / Working
- 🏁 Current state
- ⛏️ Built Using
- ✍️ Authors
- 🎉 Acknowledgements
This desigh applys temperature monitoring and contolling on both cool side and hot side of TEC water cooling system.
When water cooling the CPU, GPU, south bridge, it might be an efficient way to cool the water using TEC (thermo-electric cooler or Peltier element) to exchange heat to the fans. but TEC is easy to burn if the temperature of the hot side rise to high. That is why it need both side monitorring。
Legend:
✔️ = working
❌ = not working at all
Name | Works? | Notes |
---|---|---|
ntc sensor | ✔️ | Tested on NTC 10K 3950 |
display | ✔️ | Tested on SSD1306 I2C 128x32 OLED |
temperature controlling | ⛏️ |
- ArduinoCore-GD32 - GD32 arduino framework
- platform-gd32 - PlatformIO platform for ARM-based GD32{F,E,L,W} chips.
- platformio - PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
- easyeda or lceda - An Easier and Powerful Online PCB Design Tool
- @arcayi - Idea & Initial work
See also the list of contributors who participated in this project.