Working RF24 Communication
For those who don’t know, me and my friend Matthew (an Aerospace Engineer) are creating an RC plane. I’m handling the electronics and Matthew is handling the plane and it’s dimensions. I recently purchased two nRF24L01 transmitter/receivers and decided to take on the controller aspect of the plane.
Above shows the results of the circuit and code I made. The transmitter side has an Arduino Uno, 2 potentiometers, and an RF24. The receiver side has an Arduino Mega 2560, 2 servos, and an RF24. The Uno is powered from my 9V battery while I powered the mega with a USB cable from my laptop to look at the data.