8
Since a payload length of a Sigfox message is only up to 12 bytes. The measured values (i.e., temperature, pressure, photo,
acceleration) in the DEMO application are scaled and cast into a two-bytes integer.
To retrieve the original values, the received values from the Sigfox backend need to be rescaled as follows:
• Temperature is divided by 100.
• Pressure is multiplied by 3.
• Output voltage of the photovoltaic is divided by 1000.
• Acceleration in each dimension is divided by 250.
RUN THE DEMO APPLICATION
How To Understand Received Messages On Sigfox Backend