From 65ea8ba27c23de64b3d78c388a18259431ec64fd Mon Sep 17 00:00:00 2001 From: David Madl Date: Fri, 6 Mar 2026 00:55:09 +0100 Subject: [PATCH] docs: update TODO.md --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e1e6ea1..34727a2 100644 --- a/TODO.md +++ b/TODO.md @@ -3,7 +3,11 @@ O> 16 KB paging for NDK libs * target SDK level 35 -* minimum amplitude for accelero +* record the accelero and check why repeated fast beats result in occasional detection outages + - guess: the threshold gets pushed so high that the later beats are not detected properly + - maybe we need the `*0.6` factor after all (but verify this!) + +* minimum amplitude for accelero (avoid detecting e.g. when phone is lying flat and you hammer on the table) * filter away bad SQI areas of the signal (do not detect steps if we have bad SQI) ## Nice-To