aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander_helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* commander: Add missing parameter definitionLorenz Meier2014-07-201-1/+1
|
* Fixed load voltage calculationLorenz Meier2014-07-201-1/+2
|
* Set full voltage correctly to ensure percentage range fits. Force all users ↵Lorenz Meier2014-07-201-3/+3
| | | | to new value by param renaming. Since this will tend to show batteries as more drained than before, this is a change in a safe direction and will not trigger unnoticed discharges.
* Consider the throttle load for battery voltage calculationLorenz Meier2014-07-191-3/+7
|
* commander: More docs-only changes in headers.Lorenz Meier2014-07-131-4/+6
|
* commander: Default all leds to offLorenz Meier2014-06-241-0/+6
|
* Add Gumstix AeroCore deviceAsh Charles2014-05-131-1/+1
| | | | | | | | | | | Based on the work of Andrew Smith [1], add board configuration and device drivers to support the Gumstix AeroCore (previously Aerodroid) board [2]. The AeroCore is an autopilot board based on a STM32F427 similar to the FMUv2. [1] https://github.com/smithandrewc/Firmware [2] https://store.gumstix.com/index.php/products/585/ Signed-off-by: Ash Charles <ashcharles@gmail.com>
* sensors, commander: code style fixedAnton Babushkin2014-05-111-4/+16
|
* commander: Stop mixing board support and high level code - just accept that ↵Lorenz Meier2014-04-301-13/+3
| | | | non-mandatory leds may or may not be there
* commander: tunes cleanup and fixesAnton Babushkin2014-02-111-17/+15
|
* commander: beeps and blinks cleanupAnton Babushkin2014-02-111-35/+51
|
* commander: reset blink_msg_end when blink message completed to set normal ↵Anton Babushkin2014-02-111-0/+1
| | | | LED status immediately
* Improved RC calibration behaviour, fully supported setting trim offsetsLorenz Meier2014-02-011-1/+6
|
* Track raw battery voltage and filtered battery voltage separately. Estimate ↵Anton Babushkin2013-11-111-3/+7
| | | | remaining battery as min(voltage_estimate, discharged_estimate). Battery voltage LPF time increased.
* Use discharged current to estimate remaining battery charge if capacity is knownAnton Babushkin2013-11-081-16/+24
|
* commander: state indication changed, 3 green blinks = succsess, 3 white ↵Anton Babushkin2013-09-191-10/+40
| | | | blinks = neutral, 3 red blinks = reject
* tone_alarm: more device paths replaced with #defineRandy Mackay2013-09-161-1/+1
|
* Remove unused tones and save about 6K flash spaceJean Cyr2013-08-301-8/+8
| | | | | - Comment out unused tones - Create symbolic tone numbers rather than hardcoded
* Added part of RGBLED stuff to commanderJulian Oes2013-08-161-6/+21
|
* Try to open RGBLEDs in commander (WIP)Julian Oes2013-08-151-10/+35
|
* commander rewrite almost completed, WIPAnton Babushkin2013-07-311-3/+3
|
* moved commander to C++, preparation for better gyro scale calibration ↵Lorenz Meier2013-07-201-0/+219
respecting the current attitude for more accurate results