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)

Committer:
andrewklmn
Date:
Sun Mar 28 09:34:51 2021 +0000
Revision:
60:7ae1d3b965ae
Add: readme.md

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewklmn 60:7ae1d3b965ae 1 # Bluepill STM32F103C8T6 Heating system
andrewklmn 60:7ae1d3b965ae 2 ### _This project is core part of bigger heating system project!_
andrewklmn 60:7ae1d3b965ae 3
andrewklmn 60:7ae1d3b965ae 4 ## Features
andrewklmn 60:7ae1d3b965ae 5 - Reading temperature from four DS18B20 sensors
andrewklmn 60:7ae1d3b965ae 6 - Making a decision about switching on/off heater and pomp
andrewklmn 60:7ae1d3b965ae 7 - Executing simple user commands from UART
andrewklmn 60:7ae1d3b965ae 8 - Storing state parameters to program memory (EEPROM emulation)
andrewklmn 60:7ae1d3b965ae 9