


This LCD is connected at 14-19 (A0-A5) Pins of Arduino. There is a 16×2 LCD optionally connected for displaying the status. I dont have any experience of another GPS, so I really like it. Bluetooth GPS data logger no screen, minimal indicator lights. Components Required:Ĭircuit for this ‘ Vehicle Tracking using Google Maps project’ is very simple and we mainly need an Arduino UNO, GPS Module and ESP8266 Wi-Fi module. Make Offer - GPS Bluetooth Adapter RoyalTek RBT-1100 Wireless BT module Palm OS Pocket PC XP Tell us what you think - opens in new window or tab Side Refine Panel. The whole process is properly shown in the Video at the end. Now by clicking this link user redirects to Google Maps with the coordinate and then he/she will get the Vehicle Current Location at the Red spot on the Google Maps. When user refreshes the webpage Arduino gets the GPS coordinates and sends the same to webpage (local server) over Wi-Fi, with some additional information and a Google maps link in it. Right now I am working on a project where I need to turn on four LEDs in sequence, 1100 before 12 am and 1010 after 12 am. That means, user needs to refresh webpage. After it Arduino initialize GPS for getting coordinates and the LCD shows a ‘Page Refresh message’. and off course set the input-pin in the code to match. And then Arduino extract the required data from received data by GPS.īefore this, Arduino sends command to Wi-Fi Module ESP8266 for configuring & connecting to the router and getting the IP address. GPS TX to arduino RX and arduino TX to GPS RX. Then we need to send these coordinates from GPS to our Arduino by using UART. GPS module communicates continuously with the satellite for getting coordinates.

To track the vehicle, we need to find the Coordinates of Vehicle by using GPS module.
