Skip to content
Discussion options

You must be logged in to vote

Hi @Nilles3D

I would STRONGLY recommend you take another look at the README and maybe some of the examples in the \examples folder, as your script is pretty wide of the mark. Some immediate observations...

  1. u-blox receivers like the ZED-F9* series only output NMEA sentences by default - if you want UBX messages you have to explicitly enable these on the relevant port(s). pyubx2 will happily parse NMEA, UBX and RTCM data, so it can handle anything the ZED-F9* can output, but you need to configure the ZED-F9* appropriately first.
  2. the default navigation interval is 1 second (1 Hz), so setting a serial timeout of 1 second probably isn't going to cut it - try raising this to, say, 3 seconds.
  3. s…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Nilles3D
Comment options

Answer selected by Nilles3D
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants