Project Overview
"Thermal-Limit" is a rigorous implementation of Thermodynamic Safety Forensics and Asynchronous Pulse-Inhibit Orchestration. Designed for tankless water heaters, the system prevents "Cold-Shock" events caused by Bimetal limit-switch triggering during low-flow scenarios. The project explores the deterministic use of DS18B20 1-Wire sensors for millidegree-resolution telemetry and implements a Predictive Curve-Fitting Heuristic to anticipate thermal runaway. The build emphasizes signal-spoofing forensics, 1-Wire bus diagnostics, and industrial-grade high-voltage isolation.
Technical Deep-Dive
- 1-Wire Thermal-Diagnostics & Temporal Forensics:
- The DS18B20 Logic-Hub: The system utilizes the 1-Wire protocol for digital temperature telemetry. Forensics involve the measurement of the $750\text{ms}$ conversion-latency inherent in 12-bit resolution mode. The diagnostics focus on "Thermal-Jitter Mitigation"; utilizing an $O(n)$ moving-average filter to provide a stable heat-gradient datastream.
- Predictive Curve-Fitting Heuristics: Forensics involve the extrapolation of the temperature-gradient $(\Delta T/\Delta t)$. By calculating the $2nd$-derivative of the thermal-curve, the Arduino can predict a limit-switch breach seconds before it occurs, initiating a "Burner-Inhibit" cycle to shed thermal energy.
- Pulse-Inhibit Flow Forensics & Signal-Spoofing:
- The Hall-Effect Flow Transducer: Tankless controllers monitor a square-wave frequency from the flow-sensor $(f \propto \text{Flow})$. Forensics involve the "Man-in-the-Middle" orchestration of this signal.
- Inhibit Logic Harmonics: To shut down the burner without triggering a controller-error, the Arduino spoof-generates a $V_{low}$ or $0\text{Hz}$ signal, deceiving the OEM controller into believing the water flow has ceased. This triggers a safe burner-quench while keeping the mechatronic logic-power $D\text{-cells}$ or DC-bridge active.
- Solenoid-Actuation Analytics: Forensics involve the monitoring of the dual-coil solenoid $(\text{High-Current Start / Low-Current Hold})$. The diagnostics ensure that rapid cycle-forensics don't exceed the thermal-thresholds of the solenoid-windings.
Engineering & Implementation
- Safety-Protocol Hardware-Hardening & Electrical Forensics:
- Inductive-Isolation Diagnostics: High-voltage ignition-sparks $(\text{Spark-Ionization Plasma})$ induce significant EMI forensics. Forensics include the use of opto-isolators to decouple the Arduino logic-plane from the $12\text{V}$ solenoid and flow-sensor rails.
- Power-Bridge Analytics: Replacing D-cell batteries with a regulated PWM power supply. Forensics ensure that the $3\text{V}$ rail stability is maintained during peak ignition-draws, preventing MCU brown-out forensics.
- Thermodynamic-Stability Hysteresis:
- The implementation focuses on "Thermal-Inertia Compensation." Forensics involve the placement of the DS18B20 probe on the heat-exchanger exit. The diagnostics ensure that the control-loop provides a comfortable shower-temperature $(42^\circ\text{C}-45^\circ\text{C})$ while keeping the internal copper-core below the $80^\circ\text{C}$ safety-limit switch.
Conclusion
Thermal-Limit represents the pinnacle of Asynchronous Thermofluidic Diagnostics. By mastering Pulse-Orchestration Forensics and 1-Wire Thermal Heuristics, ugokanain has delivered a robust, professional-grade safety ecosystem that provides absolute thermodynamic clarity through sophisticated mechatronic diagnostics.