Skip to content
MarcusJones edited this page Jun 24, 2018 · 3 revisions

Tutorial 1

Following https://learn.adafruit.com/adafruit-ultimate-gps/direct-computer-wiring

$GPRMC,083814.000,A,5230.7654,N,01328.3021,E,0.39,214.47,240618,,,A*63
$GPVTG,214.47,T,,M,0.39,N,0.72,K,A*36
$GPGGA,083815.000,5230.7653,N,01328.3019,E,1,05,1.93,44.2,M,44.6,M,,*51
$GPGSA,A,3,24,25,14,32,29,,,,,,,,2.15,1.93,0.96*0E
$GPGSV,3,1,09,12,69,073,,25,62,278,35,24,35,152,30,32,33,269,34*7C
$GPGSV,3,2,09,14,30,302,26,06,29,059,,29,26,210,29,31,17,309,*7A
$GPGSV,3,3,09,36,,,*75
$GPRMC,083815.000,A,5230.7653,N,01328.3019,E,0.34,216.02,240618,,,A*60
$GPVTG,216.02,T,,M,0.34,N,0.64,K,A*3F
$GPGGA,083816.000,5230.7650,N,01328.3019,E,1,05,1.93,44.2,M,44.6,M,,*51
$GPGSA,A,3,24,25,14,32,29,,,,,,,,2.15,1.93,0.96*0E
$GPRMC,083816.000,A,5230.7650,N,01328.3019,E,0.37,209.87,240618,,,A*60
$GPVTG,209.87,T,,M,0.37,N,0.68,K,A*33
$GPGGA,083817.000,5230.7647,N,01328.3020,E,1,05,1.93,44.2,M,44.6,M,,*5C
$GPGSA,A,3,24,25,14,32,29,,,,,,,,2.16,1.93,0.96*0D
$GPRMC,083817.000,A,5230.7647,N,01328.3020,E,0.50,182.46,240618,,,A*61
$GPVTG,182.46,T,,M,0.50,N,0.93,K,A*3B
$GPGGA,083818.000,5230.7646,N,01328.3020,E,1,05,1.93,44.2,M,44.6,M,,*52
$GPGSA,A,3,24,25,14,32,29,,,,,,,,2.15,1.93,0.96*0E
$GPRMC,083818.000,A,5230.7646,N,01328.3020,E,0.49,177.15,240618,,,A*6B
$GPVTG,177.15,T,,M,0.49,N,0.90,K,A*3C
$GPRMC,
083817.000, 	# Current time GMT
A,				# Status: Void, Active
5230.7647,N,	# Latitude: 52°30.7647' 
01328.3020,E, 	# Longitude: 013°28.3020'
0.50, 			# Ground speed, Knots
182.46, 		# Tracking angle, Degrees
240618, 		# Current date
,
,
A*61

52°30.7647' 013°28.3020' - Works

Tutorial 2

https://learn.adafruit.com/adafruit-ultimate-gps/arduino-wiring

Move Adafruit GPS library into Library folder; /home/user/sketchbook/libraries

Does not work if running gksudo Arduino, since it will look in root. Therefore, go to add library - import library works

Clone this wiki locally