No GPS unit examples?
-
don't works...
-
what doesn't work?
-
this is the response:
$GNRMC,,V,,,,,,,,,,M4E
$GNVTG,,,,,,,,,M2D
$GNZDA,,,,,,56
$GPTXT,01,01,01,ANTENNA OPEN25
$GNGGA,,,,,,0,00,25.5,,,,,,64
$GNGLL,,,,,,V,M79
$GPGSA,A,1,,,,,,,,,,,,,25.5,25.5,25.502
$BDGSA,A,1,,,,,,,,,,,,,25.5,25.5,25.513
$GPGSV,1,1,0079
$BDGSV,1,1,0068
$GNRMC,,V,,,,,,,,,,M4E
$GNVTG,,,,,,,,,M2D
$GNZDA,,,,,,56
$GPTXT,01,01,01,ANTENNA OPEN25
$GNGGA,,,,,,0,00,25.5,,,,,,64
$GNGLL,,,,,,V,M79
$GPGSA,A,1,,,,,,,,,,,,,25.5,25.5,25.502
$BDGSA,A,1,,,,,,,,,,,,,25.5,25.5,25.513
$GPGSV,1,1,0079
$BDGSV,1,1,0068
$GNRMC,,V,,,,,,,,,,M4E
$GNVTG,,,,,,,,,M2D
$GNZDA,,,,,,56
$GPTXT,01,01,01,ANTENNA OPEN25 -
https://github.com/yellowelise/M5Stack-GPS-Unit
this code works!
config:
M5Stack Fire with PSRAM DISABLED (g17/g16 conflict)
AT6558 GPS Unit attached at PORT C -
@yellowelise
Hi, I guest you are indoors and GPS Unit Example prints raw data needed to be transfer to readable data. -
@ajb2k3 Guy, Thanks your reply!
-
I use tinygps++,
how can I change gps serial boud rate?
and how can I use 10hz sample rate? -
I think you need to reinitialize GPS Unit for changing baudrate.
-
Write a reinit() function for reinitialization.
-
@watson
No baud in HardwareSerial but Baud in GPS module config, what is the correct NMEA string to config Serial Baud rate communication from GPS to HOST and what is the correct sentence to ser 10hz frequency?
es. $GPTXT....... -
@yellowelise
Hope those will help you.
Comes from http://www.icofchina.com/d/file/xiazai/2018-05-23/2b29a8da746eec0ef1dcd9deae895298.zip -
GOOOOOOD!!!
Works fine for me!
tnx very much!