Hi,
I’ve been working on the Dead Reckoning raspberry pi 4 HAT for a couple days now using the python library found on Github (“Qwicc_Ublox_Gps_Py”). My goal is for as precise time synchronization as possible, as so I wish to edit the configuration settings. When following the example 5, “modifying_configuration_settings_ex5.py ,” I receive an error that the ‘ubx_get_set_del’ function does not exist. When looking at the python library included in the Github repository, I see that it does not include the function from example 5. So instead I’m trying to use the ‘ubx_get_val’ or ‘send_message’ functions, with still no success since I don’t have an example to work off.
Is there an example using ‘ubx_get_val’/‘send message’ functions, or where I can find the ‘ubx_get_set_del’ function? Also, there’s another “issue” request on the Github repository from January 2021 with the same question, so I’m hoping we can figure this out.
Thanks