Skip to content

merkur2k/MSGauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MegaSquirt CANbus gauge

This is a simple single gauge for the MegaSquirt Engine Controller. It connects via CANbus and can output either via a 1.3" OLED display or a small Switec X25 series stepper motor gauge needle driver.

It is built using the ARM mbed platform, or more specicically a port of it to GCC - gcc4mbed.

Quick start:

git clone https://github.com/merkur2k/MSGauge.git
cd MSGauge
git clone https://github.com/adamgreen/gcc4mbed.git

Follow the instructions at https://github.com/adamgreen/gcc4mbed/ to build gcc4mbed for your platform. Build one of the gauge types:

cd MSGauge_OLED
make

or

cd MSGauge_Stepper
make

Use an ISP utility such as flash Magic (Windows) or lpc21isp (Linux) to flash the .bin or .hex in the LPC11C24 folder.

About

A simple and low cost gauge for Megasquirt based around the NXP LPC11C24 MCU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published