Skip to content

In this repository you can find examples of code that show how to use "neo-6m" GPS module with boards from esp8266 family.

Notifications You must be signed in to change notification settings

sophiessa/gps-navigation-esp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

In this project you can find how to make your own GPS tracker that can be monitored over the internet

Languages used

Other things used

OSC server side

We need to install node-osc library for nodejs using npm. For that run npm install node-osc in your terminal, or go to osc folder and run npm install.

Open osc/osc-server.js to see a basic example code.

Telnet server side

We need to install telnetserver library for python using pip. For that run pip install telnetserver in your terminal, or go to telnet folder and run pip install -r requirements.txt.

Open telnet/telnet-server.py to see a basic example code.

Device side

Hardware

  • ESP8266 WeMos D1 Mini
  • NEO-6M

Software

  • Arduino IDE
  • UART

About

In this repository you can find examples of code that show how to use "neo-6m" GPS module with boards from esp8266 family.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published