Downloading Logs¶
Log data is downloaded from the OnSpeed controller via WiFi.
Via WiFi Web Interface¶
- Connect to OnSpeed WiFi (
OnSpeed/angleofattack) - Navigate to
http://192.168.0.1/logs - The page lists all log files on the SD card with sizes
- Click a filename to download it
Logging pauses during download
SD card logging is temporarily paused while a file is being downloaded to prevent conflicts. It resumes automatically after the download completes.
Download Speed¶
WiFi transfers are not fast — the ESP32's WiFi bandwidth is limited. A large log file (50–100 MB) may take several minutes to download. Stay close to the controller for the best signal.
Managing Logs¶
Deleting Logs¶
Via the web interface:
- Navigate to
/logs - Click the delete button next to a log file
Via console:
Formatting the SD Card¶
To erase all data and start fresh:
- Via web interface:
/format - Via console:
FORMAT
FORMAT deletes everything
This permanently erases all log files and configuration on the SD card.