1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Add new supported fields to the docs: BARO, MAG, VBAT

This commit is contained in:
Nicholas Sherlock 2015-01-07 20:02:13 +13:00
parent 33dc279bbb
commit c634af508d

View file

@ -16,9 +16,9 @@ https://github.com/cleanflight/blackbox-tools
## Logged data ## Logged data
The blackbox records flight data on every iteration of the flight control loop. It records the current time in The blackbox records flight data on every iteration of the flight control loop. It records the current time in
microseconds, P, I and D corrections for each axis, your RC command stick positions (after applying expo curves), microseconds, P, I and D corrections for each axis, your RC command stick positions (after applying expo curves),
gyroscope data, accelerometer data (after your configured low-pass filtering), and the command being sent to each motor gyroscope data, accelerometer data (after your configured low-pass filtering), barometer readings, 3-axis magnetometer
speed controller. This is all stored without any approximation or loss of precision, so even quite subtle problems readings, raw VBAT measurements, and the command being sent to each motor speed controller. This is all stored without
should be detectable from the fight data log. any approximation or loss of precision, so even quite subtle problems should be detectable from the fight data log.
Currently, the blackbox attempts to log GPS data whenever new GPS data is available, but this has not been tested yet. Currently, the blackbox attempts to log GPS data whenever new GPS data is available, but this has not been tested yet.
The CSV decoder and video renderer do not yet show any of the GPS data (though this will be added). If you have a working The CSV decoder and video renderer do not yet show any of the GPS data (though this will be added). If you have a working