# esp32_obd2 **Repository Path**: scphbin/esp32_obd2 ## Basic Information - **Project Name**: esp32_obd2 - **Description**: No description available - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-09 - **Last Updated**: 2024-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Arduino ESP32 OBD2 An Arduino library for reading OBD-II data from your car over CAN bus. Rewritten from sandeepmistry/arduino-OBD2 to instead depend on the ESP32 CAN libraries https://github.com/collin80/esp32_can and https://github.com/collin80/can_common that support ESP32 with TWAI. This means it works with newer ESP32 variants like ESP32-S3, ESP32-C6 and so on. ## Install Download, unzip and place folder and contents in your Arduino libraries folder ![292323542-6e29e880-1655-4fed-8590-ffe28d65e589](https://github.com/MagnusThome/esp32_obd2/assets/32169384/db28d2df-a8ec-48a3-ac00-268de0b30e4d) ![194758017-36f51c68-5326-45f4-9183-615ad204baf5](https://github.com/MagnusThome/esp32_obd2/assets/32169384/d2e3e92a-8af4-44d4-a0dc-cb1f16ae2965) ![210176532-8d54fdb8-3f13-40ab-a625-1747000f7ba4](https://github.com/MagnusThome/esp32_obd2/assets/32169384/6106cc1f-b73c-4933-a545-ee5f98ee765e)