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

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
Ligne 5 : Ligne 5 :
 
This project implements a basic temperature control system from a 3 modules MyDin made of:
 
This project implements a basic temperature control system from a 3 modules MyDin made of:
 
* {{pl|2807|DINCASE-MB3PICO}} : controler based on Raspberry-Pi Pico
 
* {{pl|2807|DINCASE-MB3PICO}} : controler based on Raspberry-Pi Pico
* {{pl|2737|DINCASE-2R-BP3MOD}} : 2 relays backplane
+
* {{pl|2737|DINCASE-2R-BP3MOD}} : 2 relays backplane
 +
* {{pl|151|TMP-DS18B20-WP}} : a DS18B20 OneWire temperature sensor.
  
 
[[Fichier:MyDin-3modules.jpg|640px]]
 
[[Fichier:MyDin-3modules.jpg|640px]]
 +
 +
The temperature sensor takes the room temperature and the heater is controled by the relay 1.
 +
 +
#  * DS18B20 is connected to 1Wire port
 +
#  * Rel 1 control the Heater
 +
#  * LED 1 reflect the Rel 1 state.
 +
#
 +
#  * Button 1 invert (force) the state of the relay.
 +
#  * Forced state is canceled with the thermostat state reach the forced state
 +
#  * Forced state is canceled when the button 2 is pressed.
 +
#  * LED2 is lit while a forced state do applies
 +
#  * button 3 will decrease the setpoint T°. Led 3 will blick once to acknowledge.
 +
#  * button 4 will increase the setpoint T°. Led 4 will blink once to acknowledge.

Version du 30 avril 2025 à 16:58

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.

  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.