Mobula8 DJI O3 version dump file for betaflight 4.3.2
Mobula8 DJI O3 version dump file for Betaflight 4.4.2
Mobula8 Walksnail version dump file for Betaflight 4.3.2
Mobula8 Walksnail version dump file for Betaflight 4.4.2
Mobula8 HDZERO version dump file for Betaflight 4.3.2
Mobula8 HDZERO version dump file for Betaflight 4.4.2
For original factory 4.3.2 version firmware, if you want to use BMP280 barometer, please connect to betaflight configurator and then move to CLI command, then type the following command:
resource I2C_SCL 2 B10
resource I2C_SDA 2 B11
set baro_bustype = I2C
set baro_i2c_device = 2
resource I2C_SDA 2 B11
set baro_bustype = I2C
set baro_i2c_device = 2
save
If you upgrade the firmware to 4.4.2 and want to use BMP280 barometer, please add BPM280 support to custom defines, following the procedure:
1. Enable expert mode on firmware flasher tab
2. Add BARO_BMP280 to custom defines
3. Flash the board
4.Configure resources for external BARO device for the flight controller in CLl:
2. Add BARO_BMP280 to custom defines
3. Flash the board
4.Configure resources for external BARO device for the flight controller in CLl:
resource I2C_SCL 2 B10
resource I2C_SDA 2 B11
set baro_bustype = I2C
set baro_i2c_device = 2
resource I2C_SDA 2 B11
set baro_bustype = I2C
set baro_i2c_device = 2
save