-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UWP USB with Ronin-S #1
Comments
Hi @Noemata |
RS2 CAN interface is public. What kind of collaboration you are looking for? |
Debugging or reverse engineering is your only way AFAIK. |
The documentation is public, but so far, I couldn't find anyone who had successfully integrated it in a project. I'm working on creating a ROS interface for it to use the RS2 in robotics research. |
I was hoping there would be overlap between how RS2 CAN works and the WiFi side of things, but given the very different nature of the two, clearly there is none. I'd like to be able to duplicate what the DJI apps do over WiFi. I've looked into WiFi sniffers; not in my budget. It's so unfortunate to have gear like this locked behind proprietary source code and few options to unravel the interfaces at play. Or do the apps use Bluetooth exclusively, which is cheaper to snoop? Any ideas? |
yeah, a mobile SDK for the Ronin Gimbals was a discussion point on the dji forums for years. unfortunate that nothing has happened in that realm since then. Could you run Android and the DJI App in a VM and try to sniff the network traffic going in and out of the vm to the gimbal? Just as a thought. |
@ceinem , agreed. Trouble is, the Ronin series of Gimbals are top notch. That's an interesting idea I hadn't considered, using a VM. |
Perhaps we can help each other. I'd like to build a UWP app that controls the device. I'm open to suggestions on how to get protocol details.
The text was updated successfully, but these errors were encountered: