Skip to content

Storage interrupts sampling #1

@schmettow

Description

@schmettow

Saving to SD takes much time, leading to missed sensor samples.

Quick fix: Increase the saving interval.

Two possible strategies:

  1. Make saving faster by keeping everything mounted (currently, it runs the full cycle)
  2. Using the second core on RP2040 to split the tasks on two cores. Requires multi-threaded computing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions