I recently purchased the GPS breakout ZOE-M8Q (qwiic), U.Fl antenna (https://www.sparkfun.com/products/15246), and a Redboard (Qwiic). I’m using the Arduino library and examples provided on the Sparkfun ZOE-M8Q website but am not getting any info from any GNSS system. I’m programming the Arduino/Redboard on a Win10 machine w/ Arduino IDE 1.8.15.
Troubleshooting thus far:
-
Redboard works with separate PHT Qwiic sensor board. Sending info back to the serial monitor.
-
The red power led on the ZOE-M8Q is illuminated. when connected via Qwiic to the Redboard. The Redboard’s TX pin is flashing green indicating transmission. The green power led is illuminated.
-
The U.Fl antenna seems to be properly connected to the ZOE-M8Q.
-
I have the SparkFun_u-blox_GNSS_Arduino_Library properly installed.
-
uploading Example2_NMEAParsing to the Redboard results in no errors when compiling. When I view on the serial monitor it is continuously outputting “Waiting for fresh data” implying that nmea.isValid() is false. It does not acquire any satellites after running several minutes.
-
I found this recent post(viewtopic.php?f=116&t=55610) to check the PPS pin. I hooked my multimeter up to PPS (and connected COM to the Arduino GND pin). No cycling of high/low signals observed.
What other troubleshooting things can I try or do I have a bad board?