matthias-bs / BresserWeatherSensorTTN

Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver based on ESP32 and RFM95W/SX1276 - sends data to a LoRaWAN Network (e.g. The Things Network)
MIT License
22 stars 9 forks source link

Add compile time option: transmit uplink payload only if sensor data valid #24

Closed matthias-bs closed 1 year ago

matthias-bs commented 1 year ago

Currently the uplink payload is sent regardless of the sensor data validation. This decision was made to be able to check if the node is working and if the uplink is reliable. However, depending on the application it could be desired to send only valid sensor data. Alternatively, a short status message (~1 byte) could be sent on a second FPort.