Hi All,
I am using an IMU sensor that has a built-in BlueTooth module. I am able to read data from the device via classic Bluetooth. My output and my sensor are in the following picture
As you can see it starts with 58 which is hexadecimal format. And I need to read 7-10 or 11-14 ..... indexes separately because let's say indexes 7-10 is represents Float32. There is almost 26 float 32 or int16 data type in this Byte Array. My question is
How can I obtain 7-10 indexes into a new list and how could I read 4 bytes as a float 32.
BT_Basic_Setup_Receive.aia (7.2 KB)