This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Description
Subject of the issue
Describe your issue here. If you reference a datasheet please specify which one and in which section (ie, the protocol manual, section 5.1.2). Additionally, screenshots are easy to paste into github.
Your workbench
- What development board or microcontroller are you using?
- due
- What version of hardware or breakout board are you using?
- sparkfun m8u
- How is the breakout board wired to your microcontroller?
- Serial3
- How is everything being powered?
- Due on board 5v ps
- Are there any additional details that may help us help you?
Steps to reproduce
Tell us how to reproduce this issue. Please post stripped down example code demonstrating your issue.
Serial<<myGPS.hnrPVT.nano<<"\n";
hnrPVT always returns -1 for nano
Expected behavior
Tell us what should happen
nano should have a real varying value
Actual behavior
Tell us what happens instead
hnrPVT always returns -1 for nano