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.
- Arduino 5V to GPS
VDD
- Arduino GND to GPS
GND
- Arduino digital pin 3 to GPS
TX
- Arduino digital pin 4 to GPS
RX
SoftwareSerial
TinyGPS
These libraries are included in the repository.