Hi all,
Here is a simple mod of the excellent @wonder Generic Gamepad Support.
It offers the possibility to convert a DJI motion controller (used for my Avata drone) into a "regular joystick"
Difficulty was only to convert the "raw" controller's values into a regular yaw/pitch/roll control.
See all the story here : DJI motion controller used as a regular joystick
Now what I am looking for is a way to embed the same code into an ESP32-S3 device acting with USB host capacbilities (currently the HID library crashes when connecting the motion controller)
To test my joystick "outside the Android phone", I wondered if it would be possible, using B4A to expose a BLE joystick ? I have searched the forum but didn't find such a program.
Here is a simple mod of the excellent @wonder Generic Gamepad Support.
It offers the possibility to convert a DJI motion controller (used for my Avata drone) into a "regular joystick"
Difficulty was only to convert the "raw" controller's values into a regular yaw/pitch/roll control.
See all the story here : DJI motion controller used as a regular joystick
Now what I am looking for is a way to embed the same code into an ESP32-S3 device acting with USB host capacbilities (currently the HID library crashes when connecting the motion controller)
To test my joystick "outside the Android phone", I wondered if it would be possible, using B4A to expose a BLE joystick ? I have searched the forum but didn't find such a program.