FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE
Ask a question

4121 questions

4654 answers

3413 comments

379886 members

Ask a question
0 votes
276 views
in Vehicle tracking by

I am starting a project and the first step is to receive data from the Teltonika FMB 640 GPS Tracking Device. How can I do this in Laravel Web Application? Like how to configure the ports and all and then decode the data and store it in database?

3 Answers

0 votes
by

Hi,

The first Step is to configure the APN of your device.

Second is to configure the Port number and the IP address of your device 

FMB640 GPRS settings - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

Enable the IO set it to low, high or panic as a priority

FMB640 Configuration - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

FMB640 I/O settings - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

Integrate the Codec protocol to your server --- We are using codec 8 and codec 8 extended for data sending and codec 12 for GPRS commands

Codec - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

You also need to check the AVL ID for FMX640

Codec - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

Check the link provided for your reference.

Best Regards

Maynard

0 votes
by

I am starting a project and the first step is to receive data from the Teltonika FMB 640 GPS Tracking Device. How can I do this in Laravel? Like how to configure the ports and all and then decode the data and store it in database? vidmate.app  saveinsta

0 votes
by
Hello my friend, did you find the solution?