Files
AI-on-the-edge-device-docs/docs/data-logging.md
Adriaan Van Niekerk 0cd98c67e2 Add Makefile and Markdown linter (#73)
* Add Makefile

* Update .gitignore to exclude venv

* Add requirements.txt for venv

* Add pymarkdown lint Github action

* Update .md from lint tool

* Update README with make commands

* Add linter config
2025-10-31 00:06:36 +01:00

11 lines
446 B
Markdown

# Data Logging
When Data Logging is enabled (See parameter [`DataLogActive`](Parameters.md/#parameter-datalogactive)),
the results of every round gets written to the SD-Card.
The data files are stored in `/log/data` on the SD-Card.
## Data Format
The data is stored as CSV with the following columns:
`time`, `name-of-number`, `raw-value`, `return-value`, `pre-value`, `change-rate`, `change-absolute`, `error-text`, `cnn-digit`, `cnn-analog`