Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 939 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 939 Bytes

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