BNF notes

When you turn it on the first time the model is in Binding state. If the first time binding fails, it should be activate again with a simple procedure: connect the board to the pc through USB port, open Cleanflight chrome app (download Cleanflight here https://chrome.google.com/webstore/detail/cleanflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb ), connect the board, go to the CLI tab and type:
 
set spektrum_sat_bind=3          (type 5 if in config tab you are using “spektrum2048”, type 7 with DSMX satellites)
save
 
The board should reboot, then disconnect the usb cable from the board
Now connect the battery and the red led on the satellite should flash
It’s in binding mode, so you can turn on the radio keeping pressed the push button in the back of the module.
It the led on the satellite is steady red, binding has been succesfull.
The board has been flashed with the last available Betaflight firmware (https://github.com/betaflight/betaflight/releases)
Motor Arm is configured on CH6 , set a 2 pos  radio switch on this channel)
3 flight mode are configured on CH5, set a 3 pos switch to have in order: Angle, Horizon and Manual flight modes
Air mode is activated when in Horizon and Manual flight modes
You can check the radio configuration in the “Receiver” tab and the “Modes” tab of cleanflight configurator. 
On the Taranis and other radios with DSM2 modules, you may need to change the range of the stick (setting subtrim, endpoints,..)
The range should be set from 1000 to 2000 (check it in the Receiver tab of Cleanflight)
To bind FRSKY receivers:
In the Taranis, go to MODE SETUP (page 2) in the model configuration.
Go to Mode inside Internal RF and select D8.
Press and hold the receiver bind button and plug your battery in to turn the receiver on.
Release the button. A green LED lights up in the receiver.
Going back to the Taranis; we press BIND. The transmitter beeps, indicating it’s in bind mode.
Wait for the green LED on the receiver to turn off. The binding procedure has finished.
Exit the BIND mode in the Taranis.
Unplug the battery to turn off the receiver.
Note for DSM/DSMX bind with Omnibus boards (BF3.17)
Into CLI type:
set spektrum_sat_bind_autorst = 0
set spektrum_sat_bind=7
save
The board should reboot, then disconnect the usb cable from the board
Now connect the battery and the red led on the satellite should flash
Bind with the radio, then in CLI type:
set spektrum_sat_bind_autorst = 1
save