Skip to content

SheffieldEcoMotorsports/GPS-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages