After some advice please to decode the payload from the cubecell LoRaWan BMP280 example.
I have Chirpstack running on RakWireless Gateway. Within node-red I have extracted the payload data field, applied base64 decryption and have the hex output but can’t work out how to get the decimal results from this.
Battery level is the last two bytes, which are 0x10 and 0x60, this as 0x1060 is the correct voltage od 4.162 but this system does work for other values for example Pressure reading is 1004.57 hpa. These are the hex bytes for pressure 03 2c 7b 44 I don’t know how to get the correct result from this.
Any help appreciated.
Thanks
Craig