-
Notifications
You must be signed in to change notification settings - Fork 167
User Guide: Battery Configuration
Carsten Giesen edited this page Dec 18, 2013
·
16 revisions
Most boards CANNOT tolerate more than 3.3V brought into them. Make sure you are using an appropriate sensor for your board, such as this one
- Enable the Battery module using the Modules - Enable page.
- Configure the ADCRouting to indicate what the channels are. This is done by setting ADCRouting->ChannelMap[ADC#] to either Disabled, BatteryVoltage, BatteryCurrent, AnalogAirspeed or Generic. Make sure that you only try and use ADC# that are valid for the board you are using. REBOOT Otherwise the flowing page is not enabled!
- If you are using the battery module, then make sure the values in FlightBatterySettings are appropriate for your battery type and sensor. The gains you should use in the SensorCalibration should match your sensor (see table below).
- Reboot the board.
TODO: fill this out more
Sensor | VoltageFactor | CurrentFactor |
---|---|---|
AttoPilot 90A | ? | ? |
AttoPilot 180A | 0.012862 | ~0.11 |
RCTimer 90 A | 0.012540 | 0.01 |
Optionally you can enable the MAVLinkRelay module to send this information to your OSD.