How to use DJI FPV remote control for Bee25 Drone
1.Please first ensure that the goggles, Air Unit, and remote controller have all completed Bound.
2.Connect to the Betaflight Configurator or App, open the port page, Disable the UART 6 serial receiver option, enable the UART 2 serial receiver option, click Save and restart(You can refer to the settings in the figure below).

3. Open the receiver page and change the CRSF protocol to the SBUS protocol.

4. Confirm the SBUS protocol option value in the Goggles.
The options for Protocol are Sbus Baud Fast and Normal.
For the DJI FPV Goggles 2:
Enter the menu, go to Settings > Control > Protocol, and it is recommended to set it to Sbus Baud Fast.

For the previous generation of DJI FPV Goggles,
The settings menu is as follows:

It is also recommended to set it to 'Sbus Baud Fast'.
- Setting the Flight Controller CLI Command Line:
Please connect to the Betaflight configurator or SpeedyBee app, and enter the CLI command line interface to set the corresponding sbus baud fast parameter.
Note: The parameter in the goggles must be consistent with the one set on the flight controller. That is to say, if 'Sbus Baud Fast' is set in the goggles, then the following command should be set in the flight controller CLI interface:
set sbus_baud_fast = ON
save
If "Standard" is set in the goggles, then the following command should be set in the flight controller CLI interface:
set sbus_baud_fast = OFF
save
