Skip to content

Do It Yourself GPS tracker with embedded analytics (UI) - ESP8266 / NEO6M / C++

Notifications You must be signed in to change notification settings

lucatoldo/GPStrackerDIY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPStracker-DIY

This is an GPStracker Do It Yourself. This means, this device not only tracks the position where it is carried around, but also store the tracks and visualise them through embedded UI.

Motivation

Several GPS trackers exist on the market. While their origin lies in the time when mobile phones and mobile apps (like RunKeeper) did not existed yet, the GPS trackers find a new use for reconstructing movements of un-attended things. For example, learn the path behavior of your own cat; or track the path that your car did (while you lended it to your chldrens), or track the path that the package you sent to your friend did, or many other applications where one is not expected of carrying an expensive mobile phone. Most of those devices however are rather expensive and include monthly fee since they require the use of SIM card. Furthermore most of them send the data (through the SIM card) to the provider through proprietary protocols and therefore if the provider no longer delivers the service, the (expensive) tracker cannot be used anymore. This his happened to me once with the Nabaztag ... once their provider left the market, while the source code of the server became available ... the device coould no longer be used end ended in trashcan (recyclable).

Objectives

  • IOT device
  • self-contained
  • measure GPS every 10 seconds
  • upon connection with WIFI provides embedded visualisation of the path it made
  • without use of G4E maps (to avoid fees)..

Solution

Demonstration photos

Top Back Inside UI

References:

https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/

About

Do It Yourself GPS tracker with embedded analytics (UI) - ESP8266 / NEO6M / C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages