NMEA 0183 parser not printing GPS data

Hendraze
Posts: 1
Joined: Wed Oct 23, 2024 8:18 am

NMEA 0183 parser not printing GPS data

Postby Hendraze » Wed Oct 23, 2024 8:31 am

I am attempting to run the NMEA 0183 parser example however it is not functioning as expected? I have everything setup as the example describes and have selected the sentence types my gps module can output in menuconfig, however all I receive on my monitor is:

I (342) nmea_parser: NMEA Parser init OK

and then...

W (10552) nmea_parser: Ring Buffer Full
W (20612) nmea_parser: Ring Buffer Full
W (29112) nmea_parser: Ring Buffer Full
W (38392) nmea_parser: Ring Buffer Full

I have increased the ring buffer size to the maximum in menuconfig and also tried increasing the stack size however neither seem to fix the issue.

I am very much a beginner to all this so appreciate the answer is most likely very obvious, so apologies in advance!

I am using the adafruit esp32 feather v2 and the adafruit ultimate GPS v3.

ESP_Sprite
Posts: 9757
Joined: Thu Nov 26, 2015 4:08 am

Re: NMEA 0183 parser not printing GPS data

Postby ESP_Sprite » Thu Oct 24, 2024 1:33 am

Are you sure your GPS actually outputs NMEA messages? NMEA messages are supposed to end in a newline, and that error likely means the code received a lot of data without seeing any newlines.

Who is online

Users browsing this forum: Bing [Bot] and 213 guests