Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NMEA parser not printing GPS data (IDFGH-13926) #14765

Open
3 tasks done
hendraze opened this issue Oct 22, 2024 · 1 comment
Open
3 tasks done

NMEA parser not printing GPS data (IDFGH-13926) #14765

hendraze opened this issue Oct 22, 2024 · 1 comment
Labels
Status: Opened Issue is new

Comments

@hendraze
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

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.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Oct 22, 2024
@github-actions github-actions bot changed the title NMEA parser not printing GPS data NMEA parser not printing GPS data (IDFGH-13926) Oct 22, 2024
@nopnop2002
Copy link

You can use this to check NMEA messages received from GPS.
https://github.com/espressif/esp-idf/tree/master/examples/peripherals/uart/uart_async_rxtxtasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants