注意:
此飛控不支援類比(模擬)圖傳。
電子商品 經過焊接後, 新品皆以原廠保固方式進行保固,如有需要寄回原廠,買家需自己付費!!!
專為Digital HD FPV開發的飛行控制器,內置Serial ELRS接收器和4-IN-1 Blheli_S 12A ESC,去掉類比OSD晶片7456,優化PCB佈局,支持1-2S Lipo/LiHV鋰電池,非常適合Digital HD Tinywhoop/Cinewhoop/Toothpick等小型FPV無人機。飛行控制器採用F405晶片,支援betflight /INAV固件,有3套完整的UARTs可選,並集成了BMP280氣壓計和8Mbp黑匣子,大大增強了飛行控制器的可玩性。
規格:
Flight controller
Onboard 4in1 ESC
Onboard UART ExpressLRS 2.4GHz Receiver
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
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:
resource I2C_SCL 2 B10
resource I2C_SDA 2 B11
set baro_bustype = I2C
set baro_i2c_device = 2
save