Unit measure temperature, relative humidity and atmospheric pressure. Values is sent every 15 minutes over LoRaWAN. Values are the arithmetic mean of the measured values since the last send.
Measure interval is 30s.
big endian
| Byte | Name | Type | multiple | unit |
|---|---|---|---|---|
| 0 | HEADER | uint8 | ||
| 1 - 2 | TEMPERATURE | int16 | 10 | °C |
| 3 | HUMIDITY | uint8 | 2 | % |
| 4 - 5 | PRESSURE | uint16 | 0.5 | Pa |
- 0 - bool
- 1 - update
- 2 - button click
- 3 - button hold
picocom -b 115200 --omap crcrlf --echo /dev/ttyUSB0This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤ by HARDWARIO a.s. in the heart of Europe.