STM32F103C8T6_WIFI_Heating_system

Dependencies:   mbed mbed-STM32F103C8T6 eeprom_flash Watchdog PinDetect DS1820

  1. Bluepill STM32F103C8T6 Heating system
    1. _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)

Revision:
55:3378972851fd
Parent:
52:20d6bf661fd6
Child:
58:70930f201f97
diff -r 61ccc1036944 -r 3378972851fd temp_controller/temp_controller.cpp
--- 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