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