Even slower Blackbox logging rate for fixed wing & small dataflash chips #6776
-
I use a NOXE V1 FC with only 8MB of dataflash for the blackbox logging memory on a fixed wing. The plane is pretty stable, so I'm not looking to tune PIDs with the data in the logs. What is useful however is position, altitude, battery, current, etc for long-range (and long duration) flights. The configuration menu allows 1/32 as the slowest rate, at my loop frequency (1K) that equates to about 31 samples/second. I could live with a small fraction of that. Apparently on Betaflight you can set rate_denom with the CLI, but "set rate_denom = 200" for example is rejected (invalid name), even though "get rate_denom" returns a value (though it isn't the 32 I'd expect / hope for). What's involved in slowing things down ? Does it also impact consumers of the log data (like mwptools) ? -Russ |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
hello, I don't understand if you want to increase or decrease the recording speed of BlackBox, but the recording speed will never be greater than 1khz.See this PR for you to understand the reason >> #6127 |
Beta Was this translation helpful? Give feedback.
-
I'd like to keep my loop rate at 1KHz, but throw away most of the data and
log a small fraction of it. Today we can log *as little* as 1/32 of the
data. I'd like to (for example) only log 1/200th of the data for a sample
rate of about 5Hz. Nothing fancy like re-sampling the data to a lower
rate, I'm not worried about aliasing or anything like that.
…-Russ
On Thu, Apr 1, 2021 at 8:55 PM Julio Cesar Matias ***@***.***> wrote:
hello, I don't understand if you want to increase or decrease the
recording speed of BlackBox, but the recording speed will never be greater
than 1khz.See this PR for you to understand the reason >> #6127
<#6127>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6776 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJFJKVBJY5MOLPSW4SZJS3TGU545ANCNFSM42IF66DQ>
.
|
Beta Was this translation helpful? Give feedback.
-
use this >> set blackbox_rate_denom = 200 |
Beta Was this translation helpful? Give feedback.
-
Wonderful, thank you. I guess I was confused and was trying to adjust the
loop rate by mistake.
Thanks again for setting me straight !
…-Russ
On Thu, Apr 1, 2021 at 9:04 PM Julio Cesar Matias ***@***.***> wrote:
use this >> set blackbox_rate_denom = 200
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6776 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJFJKUU5VWJUD4T5BFKZGTTGU64FANCNFSM42IF66DQ>
.
|
Beta Was this translation helpful? Give feedback.
-
if resolved, put as "Answered" |
Beta Was this translation helpful? Give feedback.
if resolved, put as "Answered"