STM32F103C8T6_WIFI_Heating_system
Dependencies: mbed mbed-STM32F103C8T6 eeprom_flash Watchdog PinDetect DS1820
- Bluepill STM32F103C8T6 Heating system
- _This project is core part of bigger heating system project!_
Features
- Reading temperature from four DS18B20 sensors
- Making a decision about switching on/off heater and pomp
- Executing simple user commands from UART
- Storing state parameters to program memory (EEPROM emulation)
Diff: temp_controller/temp_controller.cpp
- Revision:
- 55:3378972851fd
- Parent:
- 52:20d6bf661fd6
- Child:
- 58:70930f201f97
--- a/temp_controller/temp_controller.cpp Sat Sep 29 23:54:21 2018 +0000 +++ b/temp_controller/temp_controller.cpp Sat Oct 06 09:16:46 2018 +0000 @@ -135,7 +135,8 @@ error_count++; if ( error_count > 10 ) { // if sensor reading error repeats more than 10 times - EMERGENCY MODE - working_mode = 6; + //============================================================================================DEVELOPMENT + //working_mode = 6; }; } else if ( error_flag == 0 ) { // if all sensors are readable set no errors