Hi,
I have been working in kivy app repo. I have successfully run it on an Amiga we have in UC Davis lab, cameras, and gps worked as expected. However, when I tested in another Amiga in Napa, I wasn’t able to receive messages from the GPS. The device was found, the connection was correctly establish with self.gps = UbloxGps(self.gps_port)
, but when debugging I wasn’t able to receive the self.gps.geo_coords()
. I would understand that since the connection was established with the device, it is not an internal problem of the Amiga Brain, and rather something with poor signal of GPS or hardware issue with the Antenna. How would you recommend me to proceed with this? Also, is there any support GPS service that you can provide at this point?
Thank in advance for your time.
Best,
Dario