Hello Everyone,
I am new to nrf51822 (using S130). I made some custom service that accepts float numbers. This might be noob question: I want to send float values from nrfconnect android mobile app which accepts float value as Exponent and fraction. I followed this link: www.h-schmidt.net/.../IEEE754.html to get exponent and fraction but its not working.
Then I came across this link (github.com/.../32) which mentions that "BLE it is IEEE-11073 32-bit FLOAT standard used for sending Float values". Can anyone help me with how do I convert the float values? For example: If I want to send 0.402 and 0.09 from nrfconnect mobile app, what should be exponent and fraction.
Thanks,