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)
Revision 60:7ae1d3b965ae, committed 2021-03-28
- Comitter:
- andrewklmn
- Date:
- Sun Mar 28 09:34:51 2021 +0000
- Parent:
- 59:0c6f3541beda
- Commit message:
- Add: readme.md
Changed in this revision
README.md | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Sun Mar 28 09:34:51 2021 +0000 @@ -0,0 +1,9 @@ +# 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) +