Différences entre versions de « SBK-DataLogger »
Ligne 17 : | Ligne 17 : | ||
The columns displays: | The columns displays: | ||
− | * Sensor | + | * Sensor identification |
* Measurement short name | * Measurement short name | ||
* last sampled data | * last sampled data | ||
* physical unit | * physical unit | ||
+ | |||
+ | === Data recording === | ||
The user interface would allow to selects the data to be captured as well as the sample frequency. | The user interface would allow to selects the data to be captured as well as the sample frequency. | ||
Ligne 29 : | Ligne 31 : | ||
# the data is stored inside internal memory storage. | # the data is stored inside internal memory storage. | ||
− | + | Each new data recording will create a distinct data collection file in the internal memory storage. | |
− | |||
− | |||
− | + | The data collections are available for further extraction to a SD card under CSV file format. | |
+ | === Data bus === | ||
− | + | While recording the data, the measurement are actively sent over the Data Bus allowing other extension devices to perform treatments based on the collected data. | |
− | |||
− | |||
− | |||
== Ressources == | == Ressources == |
Version du 3 mai 2024 à 23:33
What is the SBK-DataLogger ?
The SBK Data Logger is the earth of the "STEM Belgian Knife" project. The SBK Data Logger is designed to ease STEM activities and technical training (FMTTN).
SBK-DataLogger is a Smart Data Logger capable of capturing physical quantity data (atmospheric pressure, luminosity, wind speed, acceleration, etc).
Very simple to use, the DataLogger automagically detects the connected sensor and identifies the data collection available.
Thanks to its display, the user can immediately preview the data.
The columns displays:
- Sensor identification
- Measurement short name
- last sampled data
- physical unit
Data recording
The user interface would allow to selects the data to be captured as well as the sample frequency.
Once the data logging started by the user:
- the data are collected from sensor,
- the data is stamped with a timestamp,
- the data is stored inside internal memory storage.
Each new data recording will create a distinct data collection file in the internal memory storage.
The data collections are available for further extraction to a SD card under CSV file format.
Data bus
While recording the data, the measurement are actively sent over the Data Bus allowing other extension devices to perform treatments based on the collected data.
Ressources
Written by Meurisse D. for MCHobby