FMB device with minew E9 sensor

Hello I try to recive the data from E9 minew sensor. I need to get only the X Y Z data.

I tried everything, but I can’t get any data, although I can see that the sensor successfully sends packets. Can you help me fill out the table?
0x0201060303E1FF1216E1FFA10364FF00FFE90007AA5CAF3F23AC000000000000000000000000000000000000000000000000000000000000000000000000

What exactly did you try? You’re not very generous with details…

Check the table below and pic one parameter you want and play around with the given info until you extract the correct data. In your case maybe pick X-axis. Fill out the table above. Set offset of 14 to 14. Set data length of 2 to data size 2…

As a free hint: ChatGPT is very good in this stuff! It might also help you to convert hex to 8.8 fixed-point. :wink:

Hello,

Please follow the below steps

Step 1 : Extract Raw data packet from sensor

Follow the link for details Making Custom BLE Sensor configuration and preset - Wiki Knowledge Base | Teltonika GPS

Step 2 :The extracted data packet needs to be parsed according to the protocol document shared by the manufacturer, and then create a preset
You can check the example from link Making Custom BLE Sensor configuration and preset - Wiki Knowledge Base | Teltonika GPS

Regards
Maryam

This topic was automatically closed after 14 days. New replies are no longer allowed.