o-gs / dji-firmware-tools

Tools for handling firmwares of DJI products, with focus on quadcopters.
GNU General Public License v3.0
1.45k stars 405 forks source link

Added support for DJI Ronin to Bluetooth dissector #256

Closed franga2000 closed 2 years ago

franga2000 commented 2 years ago

The DJI Ronin SC (and probably other Ronin devices too) use the same packet structure and Bluetooth protocol as the Osmo series, but with the handles 0x10 (for opcode 0x1b) and 0x13 (for opcode 0x52).

Screenshots: ![image](https://user-images.githubusercontent.com/3891092/147979352-4958f432-81af-494c-8c6c-d07c53528922.png) ![image](https://user-images.githubusercontent.com/3891092/147980191-126f15bf-0136-4cca-ba7b-87e7c63ed28e.png)

(thanks for all the great work btw, it's been a great resource for reverse-engineering my gimbal!)