This POC is intended to test capabilities of the GPS module NEO-6M, responsible to get current location coordinates.
This sample code was ran using Arduino 1.8.7.
Libraries to be referenced:
SoftwareSerial
to connect to the serial port and print outputTinyGPSPlus
to parse NMEA string generated by the GPS module
This is the circuit Schema using Arduino UNO.