rbaron / b-parasite

🌱💧 An open source DIY soil moisture sensor
1.93k stars 149 forks source link

Implements BLE protocol v2 #30

Closed rbaron closed 2 years ago

rbaron commented 2 years ago

The only change from v1 is how the temperature is encoded. In v2, two bytes at offset 4 and 5 represent a 16-bit signed int (in big-endian). It contains the temperature in degrees Celsius * 100.

Fixes #29