FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE
Ask a question

4111 questions

4651 answers

3412 comments

360198 members

Ask a question
0 votes
95 views
in Vehicle tracking by

There is a documentation how to parse IO 584 in Teltonika documentation page:
Link to documentation

However, we were unable to parse AVL 584 parameter value using this documentation. First byte already not matching the documentation.
Our AVL 584 value from  tracker FMC640 in HEX:
02cc067cd9f4174d590ab708f73403c800ffff71c0067cd9f415548602806b
Can you explain how this exact value should be parsed?
 

1 Answer

+2 votes
by

Hello.

In FMX640 devices AVL 548 schould be parsed this way:

02 - no of beacons
cc - first Beacon RSSI
06 - first Beacon ID length
7cd9f4174d59 - first Beacon ID
0a - first additional Data length
b708f73403c800ffff71 - first Beacon additional Data
c0 - second Beacon RSSI
06 - second Beacon ID length
7cd9f4155486 - second Beacon ID
02 - second beacon additional data length
806b - second beacon additional data

Regards

Best answer
by
Thank you for detailed informations. I could not find this information in Teltonika documentation. Is it there?