Closed OilSlick closed 4 years ago
After moving the decimal place of the float, the number becomes too large for a word. Will likely need to convert the float to four bytes:
Using a union to convert float to bytes did the trick. Now sending four bytes per float value.
It could be a problem between float values, word values, bytes, etc.
https://www.thethingsnetwork.org/docs/devices/bytes.html