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.
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