Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.13 KB

Project:Gauge

format License: GPL v3

Project:Gauge is an Arduino based CAN bus project using an ATmega328P to drive an automotive gauge stepper motor.

Development

Hardware

  • Arduino Uno
  • MCP2515 CAN bus controller (the 16MHz version)
  • x27.168 (Automotive Gauge Stepper Motor)

Getting started

  1. Install Visual Studio Code and launch the editor
  2. Install the PlatformIO extension
  3. Go to 'PlatformIO->Platforms' and install Atmel AVR
  4. Go to the PlatformIO Home Screen and select Open Project
  5. 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