Replies: 2 comments 3 replies
-
|
HI @amirt23 , I have no particular experience with Jetson Orin NX or JetPack 6, but assuming it behaves much like any other Debian-based Linux distro in this context, you just need to work the issue methodically. Here are a few observations:
Try running gnssstreamer without the message filters and with maximum verbosity for a few seconds (having waited at least 15 mins for a fix) e.g. gnssstreamer -P /dev/ttyACM0 --baudrate 38400 --timeout 5 --verbosity 3 > capture.txtCut and paste the contents of |
Beta Was this translation helpful? Give feedback.
-
|
PS if anyone from Nvidia is listening and would care to disburse 0.00000002% of your current market cap to help a conscientious member of the open-source GNSS community test on a wider variety of platforms, your largess would be much appreciated 😗. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First, thank you again for maintaining and actively updating this package. I truly appreciate the work that goes into it.
I'm currently facing an issue where I'm unable to receive valid location data from my GNSS modules using the pygnssutils ecosystem packages. I'm unsure whether this is due to a misconfiguration, a software/firmware mismatch, or a hardware fault.
Problem Description:
running the following command:
gnssstreamer --port /dev/ttyACM0 --baudrate 9600 --timeout 5 --quitonerror 1 --protfilter 1 --msgfilter GNGGAresults in an "empty" NMEA message (see bellow), indicating that the antenna is not acquiring a fix. Similarly, using linux packages gpsd, and ubxtool coupled with and even a direct read via
sudo cat /dev/ttyACM0yields the same result.<NMEA(GNGGA, time=, lat=, NS=, lon=, EW=, quality=0, numSV=0, HDOP=99.99, alt=, altUnit=, sep=, sepUnit=, diffAge=, diffStation=)>Setup Details
Hardware:
Software Versions:
pygnssutils 1.1.20
pygpsclient 1.5.18
pynmeagps 1.0.55
pyqgc 0.1.2
pyrtcm 1.1.9
pysbf2 1.0.3
pyserial 3.5
pyspartn 1.0.8
pyubx2 1.2.59
pyubxutils 1.0.5
Firmware Info (via ubxtool -p MON-VER):
ZED-F9P:
swVersion: EXT CORE 1.00 (0fa0ae)
hwVersion: 00190000
FWVER: HPG 1.32
PROTVER: 27.31
GNSS: GPS;GLO;GAL;BDS;SBAS;QZSS
ZED-F9H:
swVersion: EXT CORE 1.00 (f10c36)
hwVersion: 00190000
FWVER: HDG 1.13
PROTVER: 31.12
GNSS: GPS;GLO;GAL;BDS;SBAS;QZSS
Both modules return UBX-NAV-RELPOSNED with all zero values and flags x0.
Additional Notes
sudo stty -F /dev/ttyACM0sane betweencatandgnssstreamercalls to release the serial port, otherwise it remained locked.Before concluding that this is a hardware fault (e.g., damaged antenna port or GNSS module), I’d like to rule out any software, firmware, or configuration issues. Has anyone encountered a similar issue?
Could this be related to:
Any insights or suggestions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions