-
Notifications
You must be signed in to change notification settings - Fork 5
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
"TimeOut UBX packet!" from serial monitor with original arduino micro (also outdoor) #4
Comments
Hi @Antoine1111111, thanks for reaching out to us! The Can you copy-paste (or send a screenshot) of al of the messages appearing in the Serial Monitor before the |
@Antoine1111111 Thanks for the quick reply!
By connecting the GPS module to (for instance) pins 8 & 9 instead of pins 2 & 3, and changing line 31 of the example code to the following line fixed the issue: SoftwareSerial ss(8, 9); // RX, TX For this to work, connect RXD of the module to Pin 9, and TXD to Pin 8 Using this procedure I managed to get it to work, can you let us know if this solves the issue for you as well? |
Oh okay, I didn't think about that. |
No worries, thanks for bringing this issue to our attention. Ideally, this should have been mentioned in our README and/or code comments somewhere. We will add it asap so other people don't have to go through the trouble of finding this out by themselves. |
Great! |
Hello,
I always receive this message when running the serial monitor for my arduino micro:TimeOut UBX packet!
Even outdoor I have this problem.
Thank you in advance!
The text was updated successfully, but these errors were encountered: