/gps-neo6mv2

POC intended to test capabilities of the GPS module NEO-6M, responsible to get current location coordinates.

Primary LanguageC++

POC for GPS module NEO-6M

This POC is intended to test capabilities of the GPS module NEO-6M, responsible to get current location coordinates.

Running

This sample code was ran using Arduino 1.8.7.

Libraries to be referenced:

  • SoftwareSerial to connect to the serial port and print output
  • TinyGPSPlus to parse NMEA string generated by the GPS module

Circuit Schema

This is the circuit Schema using Arduino UNO.

Circuit Schema