SheffieldEcoMotorsports / GPS-arduino

GPS geolocation using TinyGPS in Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPS geolocation using TinyGPS

Code to interface with the GPS module and extract geolocation information (latitude and longitude) if sufficient satellites are available. Please do not test indoors as the GPS may not detect any satellites, thus no geolocation information will be printed.

Code devloped by Sheffield Eco Motorsports.

Wiring

  • Arduino 5V to GPS VDD
  • Arduino GND to GPS GND
  • Arduino digital pin 3 to GPS TX
  • Arduino digital pin 4 to GPS RX

Required libraries

  • SoftwareSerial
  • TinyGPS

These libraries are included in the repository.

Additional resources

About

GPS geolocation using TinyGPS in Arduino


Languages

Language:C++ 100.0%