mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 02:47:35 +08:00
ae60c66613
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2.1 KiB
2.1 KiB
Rotoye Batmon
Rotoye Batmon is a kit for adding smart battery functionality to off-the-shelf Lithium-Ion and LiPo batteries. 독립형 장치로 또는 공장에서 조립된 스마트 배터리의 일부로 구입할 수 있습니다.
구매처
Rotoye Store: Batmon kits, custom smart-batteries, and accessories
Wiring/Connections
Rotoye Batmon 시스템은 I2C 핀이 있는 XT-90 배터리 커넥터와 광절연기 보드를 사용하여 데이터를 전송합니다.
More details can be found here
소프트웨어 설정
PX4 펌웨어 빌드
- Clone or download Rotoye's fork of PX4:
git clone https://github.com/rotoye/PX4-Autopilot.git cd PX4-Autopilot - Checkout the batmon_4.03 branch
git fetch origin batmon_4.03 git checkout batmon_4.03 - Build and upload the firmware for your target board
Configure Parameters
In QGroundControl:
- Set the following parameters:
BATx_SOURCEtoExternal,SENS_EN_BATtotrue,BAT_SMBUS_MODELto3:Rotoye
- Open the MAVLink Console
- Start the batt_smbus driver in the console.
예를 들어 동일한 버스에서 두 개의 BatMon을 실행하려면:
batt_smbus start -X -b 1 -a 11 # External bus 1, address 0x0b batt_smbus start -X -b 1 -a 12 # External bus 1, address 0x0c
추가 정보
Quick Start Guide (Rotoye)


