Project:Gauge
is an Arduino based CAN bus project using an ATmega328P to drive an automotive gauge stepper motor.
- Arduino Uno
- MCP2515 CAN bus controller (the 16MHz version)
- x27.168 (Automotive Gauge Stepper Motor)
- Install Visual Studio Code and launch the editor
- Install the PlatformIO extension
- Go to 'PlatformIO->Platforms' and install
Atmel AVR
- Go to the PlatformIO Home Screen and select
Open Project
- Open a new terminal or git bash from the project folder and run the following commands:
git submodule init
git submodule sync
git submodule update