dronekit / dronekit-python

DroneKit-Python library for communicating with Drones via MAVLink.
https://readthedocs.org/projects/dronekit-python/
Apache License 2.0
1.62k stars 1.44k forks source link

Connect to Android via USB OTG #1102

Open pbwild opened 3 years ago

pbwild commented 3 years ago

I have successfully connected to my Pixracer with pydroid3 and dronekit-python via UDP, but need higher Mavlink datarates for my application. I have been experimenting with the https://github.com/jacklinquan/usbserial4a libraries for pydroid3 but have not had a breakthrough yet... Does anyone know how to connect dronekit-python to Android USB?

pbwild commented 3 years ago

Bump