title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
SD Card logging |
true |
2023-11-14 21:23:20 UTC |
sd, logging, dropbear |
markdown |
2021-10-12 05:18:25 UTC |
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)
- Teensy based Speeduino ECU (Eg Dropbear)
- Note: There is some experimental support for SD logging on stm32 based boards however this is not officially supported.
- 4gb minimum SD card. 250mb must be free on this to begin a logging session
- SD card must be formatted with the ExFAT filesystem. Speeduino uses certain features of ExFAT that are not available on FAT16/32
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. {.is-info}
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 |