Skip to content

A project that controls a stepper motor/gauge receiving its value from the CAN bus

License

Notifications You must be signed in to change notification settings

Pespiri/ProjectGauge

Repository files navigation

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

About

A project that controls a stepper motor/gauge receiving its value from the CAN bus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published