SUMMARY
The discussion centers on the use of PID control versus a relay for managing heating in a circulating shower system. The participant considers using the autopid Arduino library with PWM and a 50amp MOSFET to control a 24V heating element in a 3-liter tank. However, due to the variable heat loss from the water to users and drainage, the consensus leans towards using a simple relay and temperature switch instead of a PID controller, as the latter may be overkill for this application. The ATtiny85 is suggested as a viable microcontroller option for future modifications.
PREREQUISITES
- Understanding of PID control and its applications
- Familiarity with Arduino programming and libraries
- Knowledge of PWM (Pulse Width Modulation) techniques
- Basic electronics, specifically regarding MOSFETs and relays
NEXT STEPS
- Research the implementation of PID control using the autopid Arduino library
- Explore the design and functionality of relay circuits for heating applications
- Investigate the characteristics and programming of the ATtiny85 microcontroller
- Learn about the effects of water pollution on heating elements in recirculating systems
USEFUL FOR
Engineers, hobbyists, and developers involved in designing heating systems for showers, particularly those interested in optimizing control methods and understanding the implications of water quality on heating efficiency.