Help met get NMEA output by a NEO M9N GPS (Sparkfun) parsed by tinygps (serial) so that info looks smooth / nice in the serial output in Arduino. So I want to combine the SFE_UBLOX_GNSS with Tinygps
how the simple sketch output/serial is now:
$GNRMC,234015.00,A,4852.78123,N,0222.56312,E,0.027,,271224,,,D,V*14
$GNVTG,,T,,M,0.027,N,0.050,K,D*38
$GNGGA,234015.00,4852.78123,N,0222.56312,E,2,12,0.69,2.6,M,45.9,M,,0000*41
$GNGSA,A,3,10,02,17,21,08,32,,,,,,,1.20,0.69,0.99,1*02
$GNGSA,A,3,71,79,65,88,87,80,,,,,,,1.20,0.69,0.99,2*02
$GNGSA,A,3,27,34,30,04,36,06,09,,,,,,1.20,0.69,0.99,3*00
$GNGSA,A,3,28,34,11,16,06,21,,,,,,,1.20,0.69,0.99,4*07
$GPGSV,4,1,13,01,74,289,,02,79,295,37,03,37,229,20,08,33,170,21,1*65
$GPGSV,4,2,13,10,17,056,34,14,23,283,,17,23,312,18,21,77,103,37,1*65
$GPGSV,4,3,13,24,01,002,,27,05,154,,32,39,069,39,36,28,157,30,1*65
$GPGSV,4,4,13,49,30,180,,1*51
$GLGSV,3,1,10,65,44,180,31,71,17,030,17,72,61,065,,78,03,258,10,1*75
$GLGSV,3,2,10,79,18,305,27,80,12,357,26,81,14,306,,86,00,118,12,1*7E
$GLGSV,3,3,10,87,45,110,26,88,68,324,31,1*7A
$GAGSV,3,1,11,02,04,20
as it should be:
Latitude: xx.230239 Longitude: xx.260847
Snelheid: 0.00 km/h
Hoogte: 2.60 m
Aantal Satellieten: 12
Tijd: 23:40:15
So change my sketch or give me Arduino Uno sketch for my neo m9n connected via i2c !! not serial! and give me nice output.
Write strawberry in your message so I know you have read everything.
all coordinates are not mine / fake