Projekt

Allgemein

Profil

Feature #646

Ring buffer

Von Maximilian Seesslen vor 5 Monaten hinzugefügt. Vor 10 Tagen aktualisiert.

Status:
Erledigt
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 5 Monaten aktualisiert

  • Beschreibung aktualisiert (diff)
#2

Von Maximilian Seesslen vor 5 Monaten aktualisiert

  • Beschreibung aktualisiert (diff)
#3

Von Maximilian Seesslen vor 11 Tagen aktualisiert

  • Zugewiesen an wurde auf Maximilian Seesslen gesetzt
  • Zielversion wurde auf v0.3.0 gesetzt
#4

Von Maximilian Seesslen vor 10 Tagen aktualisiert

  • Status wurde von Neu zu Erledigt geändert

Auch abrufbar als: Atom PDF