FIRMWARES

A Flight Controller can be flashed with any of the supported firmwares and programmed with the configurators mentioned above

BRAHMA F7

Betaflight

Steps:

1. Install Betaflight Configurator


2. Flash the firmware: MAMBA F722 2022B
3. After Firmware Flashing is done paste the following code in CLI:

resource BEEPER 1 B02
resource MOTOR 1 C08
resource MOTOR 2 C09
resource MOTOR 3 A08
resource MOTOR 4 A09
resource MOTOR 5 B00
resource MOTOR 6 B01
resource MOTOR 7 A10
resource MOTOR 8 B04
resource LED_STRIP 1 B03
resource SERIAL_TX 1 B06
resource SERIAL_TX 2 A02
resource SERIAL_TX 3 B10
resource SERIAL_TX 4 A00
resource SERIAL_TX 5 C12
resource SERIAL_TX 6 C06
resource SERIAL_RX 1 B07
resource SERIAL_RX 2 A03
resource SERIAL_RX 3 B11
resource SERIAL_RX 4 A01
resource SERIAL_RX 5 D02
resource SERIAL_RX 6 C07
resource I2C_SCL 1 B08
resource I2C_SDA 1 B09
resource LED 1 C14
resource SPI_SCK 1 A05
resource SPI_SCK 2 B13
resource SPI_SCK 3 C10
resource SPI_MISO 1 A06
resource SPI_MISO 2 B14
resource SPI_MISO 3 C11
resource SPI_MOSI 1 A07
resource SPI_MOSI 2 B15
resource SPI_MOSI 3 B05
resource ADC_BATT 1 C01
resource ADC_RSSI 1 C02
resource ADC_CURR 1 C03
# resource PINIO 2 C00
resource FLASH_CS 1 A13
resource OSD_CS 1 B12
# resource GYRO_CS 1 A04
resource GYRO_CS 1 C13
resource GYRO_EXTI 1 C00
set baro_i2c_address = 119
set gyro_1_sensor_align = CW0
set vcd_video_system = AUTO
set osd_displayport_device = MAX7456
save


4. Press Enter on Keyboard and Enjoy :) [For any problems, ping us on whatsapp at +91-8017193277

CONFIGURATORS

These are the applications that will be used to program your UAV/Drone

Collapsible content

BetaFlight

BetaFlight is a powerful configurator software widely used by FPV drone enthusiasts to set up and fine-tune their flight controllers. It's known for its extensive features and user-friendly interface.

Download Link: BetaFlight Configurator

iNav

iNav is designed for advanced flight modes like GPS navigation and return to home, perfect for pilots who want more out of their drone than just racing.

Download Link: iNav Configurator

Ardupilot

ArduPilot is a comprehensive, open-source autopilot software suite for a variety of drones, from hobbyist quadcopters to professional-grade UAVs.

Download Link: ArduPilot Configurator

ExpressLRS (ELRS)

To fly our drones using ELRS we need to download the ELRS Configurator to flash/update the Tx/Rx and then bind the ELRS Tx with the ELRS Rx.

Links:

  1. Official Configurator Download Page
  2. Official Getting Started Page