This script probably works with a huge range of very similar drones. For example this is the one i own:
But if your drone is controllable by connecting to a wifi network with an SSID that starts with "RC Leading" this script should be able to control/hijack it.
Sidenote: If your drone can be controlled by an android app created by MARK mai but has a different wifi AP name, this script will probably still work. You can either try to bypass the wifi connection part of the script or open an issue.
- Clone this repo
git clone https://github.com/Boltgolt/rcl-rc127.git
. - Install required node modules
npm install
. - Turn on your done and wait for at least 15 to 30 seconds to allow your PC to pick up the new wifi AP.
- Run
node index.js
to launch the script.
The drone is controlled using the numpad:
Key | Number | Action |
---|---|---|
Up | 8 | Forward |
Down | 2 | Backward |
Left | 4 | Left |
Right | 6 | Right |
Home | 7 | Throttle up |
End | 1 | Throttle down |
None | 5 | Reset |
Q / Esc | Quit script |