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:
51:881a30217532
Parent:
50:94730b99ea41
Child:
53:b9620bb0608e
--- a/main.cpp	Mon Sep 24 13:47:03 2018 +0000
+++ b/main.cpp	Mon Sep 24 14:57:38 2018 +0000
@@ -185,7 +185,7 @@
     pb.setSampleFrequency();
     
     pc.attach(&rxCallback, Serial::RxIrq);
-    pc.baud(115200);  
+    pc.baud(19200);  
     pc.printf("\r\nNaumovich 2.0\r\n"); 
     
     blink_myled(3);