add degrC calculation

This commit is contained in:
eddyem
2018-05-27 18:44:28 +03:00
parent 4e74e1121b
commit 32fef9cc9f
13 changed files with 5372 additions and 0 deletions

15
STM32/Tcalc/Readme.md Normal file
View File

@@ -0,0 +1,15 @@
# Check temperature on sensors pair and show values of T measured by USART.
USART speed 115200. Code for NUCLEO-042
### Serial interface commands (ends with '\n'):
- **C** show coefficients for both thermosensors
- **D** detect seosors (reseting them)
- **H** switch I2C to high speed (100kHz)
- **L** switch I2C to low speed (default, 10kHz)
- **R** reset both sensors
- **T** get temperature in degrC
### PINOUT
- I2C: PA9 (SCL) & PA10 (SDA)
- USART2: PA2 (Tx) & PA15 (Rx)