This project reads OBD-II and IMU data, processes it on an ESP32-S3, and displays it across 3 screens.
All libraries are auto-installed through PlatformIO.
- Install VS Code
- Install PlatformIO extension
- Clone this repo
- Open the folder in VS Code
- Click PlatformIO β Upload
Done. No manual library installation needed.
/src/main.cppβ firmware source/data/β files for SPIFFS/LittleFS/lib/β custom local libraries/include/β headers/configplatformio.iniβ manages dependencies