Projekt

Allgemein

Profil

Feature #646

Ring buffer

Von Maximilian Seesslen vor 23 Tagen hinzugefügt. Vor 9 Tagen aktualisiert.

Status:
Neu
Priorität:
Normal
Zugewiesen an:
-
Zielversion:
-
Beginn:
28.04.2025
Abgabedatum:
% erledigt:

0%

Geschätzter Aufwand:
CS Zielversion:

Beschreibung

Overwrite old data when card is full.
Simplest solution is to handle the start block.

Keep a distance to have it a bit fail-prove (current block may not overtake start block due to power losses).
The whole sd card size may be limited manually to a copy can be taken on PC.

The "middle" of start/end has to be calculated different.
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9]
S E
M=(S+E)/2)=4.5

[0] [1] [2] [3] [4] [5] [6] [7] [8] [9]
E S
M=(S+E+10)/2=15/2=7.5

[0] [1] [2] [3] [4] [5] [6] [7] [8] [9]
E S
M=(S+E+10)/2=15/2=7.5

Historie

#1

Von Maximilian Seesslen vor 23 Tagen aktualisiert

  • Beschreibung aktualisiert (diff)
#2

Von Maximilian Seesslen vor 9 Tagen aktualisiert

  • Beschreibung aktualisiert (diff)

Auch abrufbar als: Atom PDF