Différences entre versions de « Mydin-UseCase-Basic-Thermostat »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
Ligne 11 : Ligne 11 :
  
 
The temperature sensor takes the room temperature and the heater is controled by the relay 1.
 
The temperature sensor takes the room temperature and the heater is controled by the relay 1.
 +
 +
[[Fichier:MyDin-3modules-usage.jpg]]
  
 
#  * DS18B20 is connected to 1Wire port
 
#  * DS18B20 is connected to 1Wire port

Version du 30 avril 2025 à 19:18

Basic Thermostat

This project implements a basic temperature control system from a 3 modules MyDin made of:

MyDin-3modules.jpg

The temperature sensor takes the room temperature and the heater is controled by the relay 1.

MyDin-3modules-usage.jpg

  1. * DS18B20 is connected to 1Wire port
  2. * Rel 1 control the Heater
  3. * LED 1 reflect the Rel 1 state.
  4. * Button 1 invert (force) the state of the relay.
  5. * Forced state is canceled with the thermostat state reach the forced state
  6. * Forced state is canceled when the button 2 is pressed.
  7. * LED2 is lit while a forced state do applies
  8. * button 3 will decrease the setpoint T°. Led 3 will blick once to acknowledge.
  9. * button 4 will increase the setpoint T°. Led 4 will blink once to acknowledge.