Help needed for project related to RC Drone and SBUS

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:

  1. 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).
  1. 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 :slight_smile:

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:

  1. 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).
  1. 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 :slight_smile:

You can download the RF24 library there are many examples in the library

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.