[[searchwing-ardupilot-parameters]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
searchwing-ardupilot-parameters [2021/03/15 19:03]
wf68spef [RPM]
searchwing-ardupilot-parameters [2021/05/28 23:42]
wf68spef
Line 71: Line 71:
 |SR2_PARAMS ​      ​|0 ​          |0 Hz |  | |SR2_PARAMS ​      ​|0 ​          |0 Hz |  |
 |SR2_ADSB ​        ​|0 ​          |0 Hz | | |SR2_ADSB ​        ​|0 ​          |0 Hz | |
 +
 +
 +===== Logging =====
 +
 +Several bits can be set for logging of different informations:​ [[https://​ardupilot.org/​plane/​docs/​parameters.html#​log-bitmask-log-bitmask|Log Bitmask Description]]
 +
 +Enabled all (''​==65535''​) results in following per message data sum in bytes for a 20 minute flight:
 +
 +{{ ::​average_log_msg_sizes.png?​1400 |}}
 +
 +The PID, NKF(EKF) and IMU take a lot of space. ​
 +
 +The PID and EKF is saved using the "​attitude"​ bit in the logging parameter setting (see [[https://​github.com/​ArduPilot/​ardupilot/​blob/​6af0f460afa6f51c41056cd25fe2c70164d9d460/​ArduPlane/​Log.cpp#​L39|Code]]. For the attitude two settings are available: Fast (50Hz), Medium(10Hz) according to [[https://​github.com/​ArduPilot/​ardupilot_wiki/​blob/​6c81c28126e6cb2bdbb9cb58291342ca3ade96a0/​dev/​source/​docs/​using-the-command-line-interpreter-to-configure-apmcopter.rst#​reading-logs-through-the-cli|LINK]]. ​
 +
 +
 +
 +
 +
 +
 +^Parametername ​     ^Value ​      ​^Description ​                ​^Remark ​ ^
 +|SERIAL5_BAUD ​      ​|921 ​          ​|921600 Baud |  |
 +|SERIAL5_PROTOCOL ​  ​|2 ​          ​|MAVLink2 |   |
  
  
  • searchwing-ardupilot-parameters.txt
  • Last modified: 2022/05/23 14:30
  • by wf68spef