As we are heading towards modern technology in daily use, IoT has been playing a major vital role in it. Vehicle Tracking Device is such a device that tracks gps location of a vehicle in which it is mounted in. It has 2 main hardware components are NodeMCU ESP8266 and NEO 6M GPS module. Nodemcu acts as the brain of the device and must have wifi connectivity in order to display results on phone. Neo 6M gps is a sensor module that detects its own location. Another major component of device is blynk android app wherein we will get results.
Code setup
- Add necessary details such as ssid, password and blynk app project details in code.
- You're good to go.