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

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 anonymous

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 anonymous

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 anonymous
Hello my friend, did you find the solution?