Install - Nana-Kusa/can-invader-protection GitHub Wiki
Install
This page describes how to set up the CAN Invader Protection system on your vehicle.
Requirements
- ESP32 development board
- MCP2515 CAN transceiver module
- OBD-II splitter cable or direct access to CAN wires
- 12V to 5V DC-DC step-down converter
- Arduino IDE installed on your PC
Steps
- Connect the MCP2515 module to ESP32 as shown here.
- Clone the repository and open the sketch in Arduino IDE.
- Install the required libraries (
mcp_can
,SPI
, etc.). - Select your ESP32 board and upload the code.
- Connect the system to your vehicle's CAN line via the OBD-II port or direct wiring.
- Confirm the device boots and enters monitoring mode.