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

  1. Connect the MCP2515 module to ESP32 as shown here.
  2. Clone the repository and open the sketch in Arduino IDE.
  3. Install the required libraries (mcp_can, SPI, etc.).
  4. Select your ESP32 board and upload the code.
  5. Connect the system to your vehicle's CAN line via the OBD-II port or direct wiring.
  6. Confirm the device boots and enters monitoring mode.