![]() |
Paparazzi UAS
v6.3_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Interface for electrical status: supply voltage, current, battery status, etc. More...
#include "std.h"
#include "generated/airframe.h"
Go to the source code of this file.
Data Structures | |
struct | Electrical |
Macros | |
#define | LOW_BAT_LEVEL 10.5 |
low battery level in Volts (for 3S LiPo) More... | |
#define | CRITIC_BAT_LEVEL 9.8 |
critical battery level in Volts (for 3S LiPo) More... | |
Functions | |
void | electrical_init (void) |
void | electrical_periodic (void) |
Variables | |
struct Electrical | electrical |
Interface for electrical status: supply voltage, current, battery status, etc.
Definition in file electrical.h.
struct Electrical |
Definition at line 44 of file electrical.h.
#define CRITIC_BAT_LEVEL 9.8 |
critical battery level in Volts (for 3S LiPo)
Definition at line 41 of file electrical.h.
#define LOW_BAT_LEVEL 10.5 |
low battery level in Volts (for 3S LiPo)
Definition at line 36 of file electrical.h.
void electrical_init | ( | void | ) |
Definition at line 100 of file electrical.c.
References adc_buf_channel(), ADC_CHANNEL_CURRENT, ADC_CHANNEL_VSUPPLY, Electrical::bat_critical, Electrical::bat_low, Electrical::charge, Electrical::current, CURRENT_ESTIMATION_NONLINEARITY, DEFAULT_AV_NB_SAMPLE, electrical, Electrical::energy, and Electrical::vsupply.
Referenced by main_recovery_init().
void electrical_periodic | ( | void | ) |
Definition at line 123 of file electrical.c.
References autopilot_throttle_killed(), BAT_CHECKER_DELAY, Electrical::bat_critical, Electrical::bat_low, Electrical::charge, commands, CRITIC_BAT_LEVEL, Electrical::current, electrical, ELECTRICAL_PERIODIC_FREQ, Electrical::energy, LOW_BAT_LEVEL, MAX_PPRZ, MilliAmpereOfAdc, MIN_BAT_LEVEL, period_to_hour, VoltageOfAdc, and Electrical::vsupply.
Referenced by main_fbw_periodic(), and main_recovery_periodic().
|
extern |
Definition at line 56 of file electrical.c.
Referenced by actuators_bebop_commit(), actuators_disco_commit(), actuators_uavcan_esc_status_cb(), actuators_uavcan_send_esc(), attitude_loop(), autopilot_failsafe_checks(), bat_checker_periodic(), bat_voltage_ardrone2_periodic(), battery_monitor_read_bus(), bf_adcGetChannel(), bf_getAmperage(), bf_getBatteryVoltage(), bf_getLegacyBatteryVoltage(), bf_getMAhDrawn(), calc_flight_time_left(), draw_osd(), electrical_init(), electrical_periodic(), esc_msg_send(), ezcurrent_read_event(), generic_com_periodic(), gsm_send_report_continue(), guidance_h_module_run(), guidance_v_module_run(), handle_battery(), hott_update_eam_msg(), imu_mag_raw_cb(), intermcu_parse_IMCU_FBW_STATUS(), intermcu_send_status(), mavlink_send_battery_status(), mavlink_send_sys_status(), monitor_task(), nps_electrical_run_step(), rpm_sensor_send_motor(), send_energy(), send_fbw_status(), send_minimal_com(), send_status(), send_windtunnel_meas(), update_bat(), and v_ctl_guidance_loop().