SD logging was introduced first in firmware version 202201
and officially supports Teensy based units only (Eg Dropbear). Support for additional logging options is intended to be added in future firmware releases.
Whilst not required, logging can be combined with a Real Time Clock (RTC)
The size of the log file will depend on the duration and the logging speed that is selected. The table below gives an approximation of the filesize that can be expected for various scenarios
Note that logs are split into 10MB files. Once the log file reaches 10MB, a new file will be created and the logging continued. Currently the firmware is limited to producing 9999 files on an SD card. Beyond this point the 1st log file will be overwritten.
1 min | 10 min | 30 Min | |
---|---|---|---|
1Hz | 12.3KB | 123KB | 1.23MB |
4Hz | 51KB | 510KB | 1.52MB |
10Hz | 127KB | 1.27MB | 3.8MB |
30Hz | 380KB | 3.7MB | 11.1MB |