Saving to SD takes much time, leading to missed sensor samples.
Quick fix: Increase the saving interval.
Two possible strategies:
- Make saving faster by keeping everything mounted (currently, it runs the full cycle)
- Using the second core on RP2040 to split the tasks on two cores. Requires multi-threaded computing.
Saving to SD takes much time, leading to missed sensor samples.
Quick fix: Increase the saving interval.
Two possible strategies: