You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Answers checklist.
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.
The text was updated successfully, but these errors were encountered: