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
148 views
in Vehicle tracking by anonymous

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 anonymous

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 anonymous
Thank you for detailed informations. I could not find this information in Teltonika documentation. Is it there?