Arduino-based vehicle tracking system using global positioning system (GPS) and global system using GSM modules. GSM modem with a SIM card used here uses for the communication technique. The system can be installed or hidden in your vehicle. After installing this circuit, you can easily track your stolen vehicle using a mobile phone. you can also use this application to track the school/college bus.
Step 1: Connect the TX and RX Pin of the GPS to D3 and D4I have used software serial for communicating with GPS. so connect the connect the TX of the gps to D4 of the arduino board. RX to D3 of the arduino board.
Connect the TX and RX of the GSM module to the RX and TX of the arduino board
Step 2: Connect the LCD to the D8 to D13 of the Arduino BoardI strongly recommend to buy a LCD breakout board to connect the LCD.
LCD - Arduino
RS - D13,
EN - D12,
D4 - D11,
D5 - D10,
D6 - D9,
D7 - D8
Step 3: Add Tiny GPS LibraryAdd tiny gps library before making the code.
download the library from the website, add through add zip to library, browse it and add it.
Step 4: Download the Arduino Code From the AttachmentNote: before downloading, change the mobile number to receive the SMS.
Step 5: Type "TRACK VEHICLE" to the Sim on the Sim ModuleSwitch ON the hardware. Download the code. check the Network range on the GSM module with the blinking of the network led.
Type "TRACK VEHICLE" as SMS and send to the sim module in the GSM Modem.
Step 6: You Can Receive the Response SMS From GSM ModuleNow you can receive the GPS co-ordinates as SMS. The sms consist of web link which will redirect to the GOOGLE MAP
Step 7: Click the Weblink to Track the VehicleFinally you can track the vehicle in the google map.. Enjoy... for queries.. comment
Comments