markszabo / drone-hacking

This is the write-up of my research presented at the Ethical Hacking Conference Budapest in May 2016
110 stars 28 forks source link

Discover how to control my UdiRc Drone #3

Closed wemgiraldo closed 4 years ago

wemgiraldo commented 5 years ago

Hi Mark,

I'm trying to find out how to control my RC Drone that i have. At this moment i sniffed some packets between the communication from the phone to the drone and this is: 2018_11_27_194717.zip

I found that the packet 0x66, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x04, 0x84, 0x99 or in other format 66:80:80:80:80:80:80:80:04:84:99 is the one that permit to pair with the drone . i done a script in js for send it and it works.

Now what i want to understand is which packet and how i have to send the packet for control the various axis and throttle.

Thanks