Qwiic_Ublox_Gps_Py
Qwiic_Ublox_Gps_Py copied to clipboard
ubx_get_val exists in ublox_gps.py but not ubx_get_set_del. Would be helpful to have this example work, unless I'm doing something wrong...
I've tried to get SPI example 6 to work but it just gets stuck on Listening for UBX Messages. I would really like to use SPI but can't find any...
Hi everybody, just installed according to the procedure on Jetson Nano. Launching test_script.py (from folder in home-folder) produces the following error message. I appreciate your advice. Thanks, Sebastian jetson2@jetson2-desktop:~/UBLOX_M9N_GPS$ python3...
This pull request includes 3 distinct changes. 1. There does not appear to be a version of the `spidev` module that functions natively on Mac or Windows. I added code...
When attempting to use a spi port to run stream_nmea I get the following error AttributeError: 'sfeSpiWrapper' object has no attribute 'readline' Also noticed that when I run geo_coords() I...
The ubx_get_val method generate invalid UBX packages as it misses the "version", "layer" and "position" field in the request as specified in the ZED-F9P - Interface Description (p. 86). Thus...
Im seeing a ValueError raised in the `ublox_gps` module `UbloxGps` for "The payload length does not match the length implied by the message fields. Expected 32 actual 28". Any idea...