Skip to content

Help wanted: Cant get my neo-m8p to print out rtcm correction data #160

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

Closed
JacobWilkins opened this issue Oct 12, 2022 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@JacobWilkins
Copy link

I've been using the example 2 for the neo-m8p called Example2_StartRTCMBase. The example works fine except for the last function that is supposed to then print the RTCM data, it doesn't get called and I’m unable to figure out why.

I’m using the neo-m8p along with a sparkfun blackboard and I’m using an I2c cable to connect them.

I’m using a mac and a usb-c cable to power the blackboard and am using the arduino editor.

To reproduce this issue just open Example2_StartRTCMBase and run it with a neo-m8p and if its working the same as mine then the final function won't be getting called and wont print the RTCM data in the serial monitor as it is supposed to.

211A7FC9-1C1B-4C42-9D68-C3F479BDF67E_4_5005_c

@PaulZC
Copy link
Collaborator

PaulZC commented Oct 12, 2022

Hi @JacobWilkins ,

I don't have a NEO-M8P here to test... But looking at the example code, I think there's a bug in there...

Please try changing Line 49:

From:

myGNSS.setI2COutput(COM_TYPE_UBX); //Set the I2C port to output UBX only (turn off NMEA noise)

To:

myGNSS.setI2COutput( COM_TYPE_UBX | COM_TYPE_NMEA | COM_TYPE_RTCM3 ); //Set the I2C port to output UBX, NMEA and RTCM3

Do you see RTCM now?

Best wishes,
Paul

@JacobWilkins
Copy link
Author

Hi @PaulZC,

I changed line 49 and am now seeing the RTCM data, thank you for your help.

Jake

@PaulZC
Copy link
Collaborator

PaulZC commented Oct 14, 2022

Hi Jake (@JacobWilkins ),

Thanks for the update - I'm glad that's working for you!

Just re-opening this. It will be my reminder to update the examples!

Best wishes,
Paul

@PaulZC PaulZC reopened this Oct 14, 2022
@PaulZC PaulZC added the bug Something isn't working label Oct 14, 2022
@PaulZC
Copy link
Collaborator

PaulZC commented Oct 17, 2022

Hi Jake (@JacobWilkins ),

This has been resolved in release v2.2.17. There were five examples that needed updating...! Thanks again for the heads-up.

Best wishes,
Paul

@PaulZC PaulZC closed this as completed Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants