Skip to content

Using u-blox ZED F9-P for full raw data collection via Pygpsclient #147

Locked Answered by semuadmin
savioratharv asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @savioratharv

Yes, you can certainly do that. Just select the 'DataLogging' option in PyGPSClient with a format of 'binary' before you open the serial connection. You will be prompted to select the folder into which the log file will be saved. PyGPSClient will save the raw data from the receiver (NMEA, UBX or RTCM) to a timestamped binary file in that folder e.g. pygpsdata-20240816085025.log. If needs be, you can change the file suffix to *.ubx, but this doesn't affect the content at all.

You can then read back the contents of the file using the FILE input mode of PyGPSClient.

FYI you can also do the same thing with the gnssdump command line utility if you'd prefer not to use a GUI a…

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@gdt
Comment options

@savioratharv
Comment options

@semuadmin
Comment options

@gdt
Comment options

@semuadmin
Comment options

Answer selected by savioratharv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants