You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that there is a working android monitor mode driver, it would be great to be able to use any decent android phone/tabelt as a ruby controller, hopefully with full support for gamepads and Bluetooth joysticks, and video decoding.
The text was updated successfully, but these errors were encountered:
Now that there is a working android monitor mode driver, it would be great to be able to use any decent android phone/tabelt as a ruby controller, hopefully with full support for gamepads and Bluetooth joysticks, and video decoding.
That android user space driver has only RX path written. Means that driver can only receive broadcast data on channel and cannot inject packets. However ruby controller requires bidirectional data transfer support. Using that driver most ruby can implement is spectator mode to display video and telemetry.
Now that there is a working android monitor mode driver, it would be great to be able to use any decent android phone/tabelt as a ruby controller, hopefully with full support for gamepads and Bluetooth joysticks, and video decoding.
The text was updated successfully, but these errors were encountered: