0

I've got an Arduino Mega, an Arduino Nano, two NRF24L01 wireless modules and a old Multiplex Transmitter system.

I want to get the PWM signal and send it to the other arduino which should control the servos and the motor controller.

Is there a good instruction or know somebody how to do that easily?

I need it for a rc plane and the range should be 1km.

asked Aug 7, 2015 at 9:07
2
  • 1km is pretty much impossible with the NRF24L01 Commented Aug 7, 2015 at 13:20
  • Do you know another wireless modules?? Commented Aug 7, 2015 at 15:48

1 Answer 1

1

If you are controlling an RC plane, you should probably just buy a transmitter and receiver specifically designed for that. They are cheap and reliable and will generate PWM signals on their own.

If you must use an Arduino for some reason, NRF24L01 are not going to cut it as they are not powerful enough to reach 1 km. You should probably look into something like an XBee Series 1. With about 60 mW transmit power, its range is up to 1.6 km.

answered Aug 7, 2015 at 22:58

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.