简体   繁体   中英

Sigfox data decode in c#

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM