0

I have a sigfox device and am trying to get the device to send the temperature to the sigfox backend and then get sigfox to email me the temperature. Sigfox's webinar used the tempt::float:32:little-endian format, this however spits out the following result in my email:

"Temperature" : -2.3514473E-36,

Even when I try to convert this on an online hex decimal converter, I get an error saying I have an Invalid hexadecimal value.

I Would like to know what data type this is and/or which format to use.

Skuffd
  • 334
  • 1
  • 4
  • 16

1 Answers1

0

Try to convert it to Int32. I do not work with temperature, but in other dimensions SigFox sends data in minimum dimension

Milo
  • 3,365
  • 9
  • 30
  • 44
Zimnuk
  • 1
  • If you have a new question, please ask it by clicking the [Ask Question](https://stackoverflow.com/questions/ask) button. Include a link to this question if it helps provide context. - [From Review](/review/low-quality-posts/18544672) – Bassam Alugili Jan 17 '18 at 16:26