NRF24L01

Let me introduce my problem. Before a month ago i bought a Chinese drone, remotely controlled by: SM-217-BKT v5 controller which uses 2.4GCOB-1A transmitter. My idea was to drive a drone with its "memory", i mean: 1. start the drone and its controller 2. drive it and set it back to exactly same position as on start Than to read/decode commands and after that execute/transmit them back to the drone without my help.

By the moment i know: to transmit the commands i need to know the pipe to pair nrf24 with the receiver of the drone, to know the commands, again to know the pipe of the controlling transmitter.

I've got plan B. To connect arduino analog pins with controller's joysticks, to analogread them and than analogwrite them, but maybe this plan is not going ok.

Thanks for your time :slight_smile:

Why are you starting a new Thread for what seems to be the same project as your other Thread

Have you looked at the link I posted in the other Thread?

Assuming this is the same project please click Report to Moderator and ask to have the two Threads merged so we have all the info in one place.

...R
Simple nRF24L01+ Tutorial

I saw the link but it not helping me

tedo3637:
I saw the link but it not helping me

Well you need to be a bit more explicit than that. If you want to communicate with the SYMA wireless in your drone you need to figure out how to do that. What do you want to do that is not covered in that Thread?

Alternatively, if you want to replace the SYMA wireless in the drone with your own nRF24 module then study the tutorial I gave the link for.

...R