Wifi drone and esp8266 whit nrf2l01

I want to connect a drone by wifi to esp8266 and send the data by nrf24l01 module to another.

And the reciver with another esp can make a ap signal, connect to my phone and transmite the video stream of the drone

I see how to create a wifi repeater in some tutorials and works fine but i cant get link whit nrf module

Also i find a code of repeater and i modificate but dont work

INTENTO1.ino (1.95 KB)

This Simple nRF24L01+ Tutorial may help. However I have never tried an nRF24 with an ESP8266.

You will probably need to ensure the nRF24 and the ESP8266 use different frequencies (channels in nRF24-speak). I have no idea what frequencies within the 2.4GHz band the ESP8266 uses.

...R

I doubt that it is possible to transfer a live video in an usable quality via NRF's.

Whandall:
I doubt that it is possible to transfer a live video in an usable quality via NRF's.

I agree. I had not realized that was what the OP wants to do.

...R

All of the drones I have with WiFi video allow the phone to connect directly to the drone.
You could do all of the flight control work you desire, with zero interaction with the video streaming system.

Just a note, using WiFi streamed video to fly FPV sucks. There is enough lag that it is almost unworkable. Great way to sell toy-level drones to the masses. But if you are looking to fly by watching video rather than directly watching the drone in flight, then you need a better video feed. Look at the current Fat Shark 5.8ghz equipment to see what is used by people who want to fly by seeing what the drone sees.

But if you are looking to fly by watching video rather than directly watching the drone in flight, then you need a better video feed.

In many places, flying drones by other than visual observation of the drone is illegal.

Good point. I am in the USA. Admittedly, I have little actual knowledge of the law.
I am a member of the AMA and do my best to follow their guidelines.
All of the FPV flying I have done with my toy quads is indoor or in my back yard.
I have several friends that fly sport and professional level quads.
Most fly at FPV racing events with no visual observation.
The guy who do professional photography took tests to get some certification. He maintains line of sight and uses the ground displays to help frame the scene.

Edit: To stay on topic, trigopatata, the Arduino is poorly suited to handle video data streams.