In this project, we are going to :
- Upload GPS data from ESP12E NodeMCU on thingspeak
- Show that data in google maps using HTML and Javascript.
This hackaday contains:
- Step wise instructions of setting up GPS with ESP12E NodeMCU on breadboard
- Step wise instructions of creating thingspeak channel and connecting ESP12E NodeMCU to the channel and uploading the GPS data.
- Step wise instructions to get that data in a map using HTML and javascript and complete explanation of the same.
- Arduino Source code of ESP12E NodeMCU
- HTML and javascript source code for showing thingspeak data on the map.