FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
305 views
in Vehicle tracking by anonymous

Hi 

We have an app made to discover eye sensors. we are able to get Manufacturer data and Service data, but we are not sure how to use them to get temperature, humidity, movements, etc. Documentation doesn't seem detail enough for us to use the data to get enough informations, as we are completely new with these BLE devices.

We've discovered following 
Manufacturer Data

89A: [01, B7, 0A, 01, 2C, 0D, FA, C7, 00,  AC, 6B] 

Service Data

 0000FEAA-0000-1000-8000-00805F9B34FB:  [00, 02, 2E, 50, 80, 6A, A3, 82, 55, AA, D9, FA, 2A, 15, 4E, 2D, 00, 55, 00, 00]


How can we use to these data to retrieve data from these informations in Java (or in C#). 

Link to description https://wiki.teltonika-gps.com/view/EYE_SENSOR_/_BTSMP1 (Protocol Description section)


Thanks a lot.

1 Answer

0 votes
by anonymous
Hello.

Sensor values visibility depends on EYE Sensor Packet Setting:

https://wiki.teltonika-gps.com/view/EYE_SENSOR_/_BTSMP1#Teltonika_configurator_.28standard_functionality_.2F_advanced_mode.29

If "EYE Sensors" is selected, sensors values are included in Advertising Indication (Sensor advertising):

https://wiki.teltonika-gps.com/view/EYE_SENSOR_/_BTSMP1#EYE_Sensor_Protocol_overview

When Packet Settings is configured as "iBeacon and EYE Sensors" or "Eddystone and EYE Sensors", then sensor values are included in Scan response frame:

https://wiki.teltonika-gps.com/view/EYE_SENSOR_/_BTSMP1#EYE_Sensor_Protocol_overview (Beacon and Sensors data)

Regards