jlinnosa/arduino-lfs-outgauge-monitor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The goal of this project is to implement a functioning monitor for Live for Speed OutGauge on the Arduino microcontroller architecture. Possible uses could be - a simple LCD display with live game data (working! DisplayTest1) - a car gauge cluster with live game data (lights with RelayTest1) - ? - PROFIT My development environment -------------------------- - Crunchbang Waldorf (64-bit) - Arduino IDE 1.0.1 - Arduino Mega2560 - Ethernet Shield - Hitachi HD44780 compatible 20x4 LCD display - "8 Relay Module" from dx.com How to get it to work --------------------- Clone this project, run 'make install' and open a sketch in Arduino IDE. cd ~/src git clone git://github.com/jlinnosa/arduino-lfs-outgauge-monitor.git cd arduino-lfs-outgauge-monitor make install