Hi there,
I've started developing a widget to remote control via BLE the Insta360 One R action camera.
https://apps.garmin.com/us-US/apps/bb53f4bb-6c8c-4369-bca9-84cc09b25526
I've already implement basic remote control functionality and now I'm in the phase of sending GPS Telemetry to the camera.
However the camera only wants 64bit double float GPS coordinates , speed, altitude, etc, values sent in HEX format that I handle through byteArrays, but the encodeNumber method only supports 32bit encoding.
Is there a way around this ?
Thanks for your help.
Greg