Hello,
I'm working on a personal project to make myself a drone.
The goal is to control the drone via Serial Monitor Control.
My current hardware setup is:
Transmitter:
Arduino UNO (connected to my laptop)
NRF24L01+
//I'm trying to preset numbers to different flight settings. (e.g. if level == 1; drone 100% throttle).
Receiver:
Arduino Nano (connected to the drone's flight controller)
NFR24L01+
KingKong PIKO BLX Micro F3 Flight Controller
//Trying to have Nano to receive command from UNO and send SBUS signal to the Flgith-Controller.
Is there an example of codes that could help me on this project?
Thank you for your time,
Jake
jaekangl:
Hello,
I'm working on a personal project to make myself a drone.
The goal is to control the drone via Serial Monitor Control.
My current hardware setup is:
Transmitter:
Arduino UNO (connected to my laptop)
NRF24L01+
//I'm trying to preset numbers to different flight settings. (e.g. if level == 1; drone 100% throttle).
Receiver:
Arduino Nano (connected to the drone's flight controller)
NFR24L01+
KingKong PIKO BLX Micro F3 Flight Controller
//Trying to have Nano to receive command from UNO and send SBUS signal to the Flgith-Controller.
Is there an example of codes that could help me on this project?
Thank you for your time,
Jake
You can download the RF24 library there are many examples in the library
Robin2
February 27, 2018, 8:07pm
3
This Simple nRF24L01+ Tutorial may be of interest.
NOTE that the link in Reply #1 is for the ManiacBug version of the RF24 library. The TMRh20 version (referenced in my Tutorial) is newer and better.
...R
Thank you for the examples!
I'll start there!
-Jake
hey jaekangl, this is exactly what I need for one of my projects too. Did you have any luck with this? I would like to learn from your experience as it might save me some time.