Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srenner/carfuino
[Arduino] Automotive performance computer with Megasquirt integration
https://github.com/srenner/carfuino
arduino can-bus megasquirt
Last synced: 23 days ago
JSON representation
[Arduino] Automotive performance computer with Megasquirt integration
- Host: GitHub
- URL: https://github.com/srenner/carfuino
- Owner: srenner
- License: apache-2.0
- Created: 2018-06-11T15:03:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T20:29:09.000Z (over 6 years ago)
- Last Synced: 2024-11-15T12:37:03.071Z (27 days ago)
- Topics: arduino, can-bus, megasquirt
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canbus - carfuino - Arduino based Automotive performance computer with Megasquirt integration. (Hardware / Arduino)
README
# carfuino
**CAR** + per**F**ormance + ard**UINO** = carfuino. Pronounced "car-fween-oh." Or however you want. I don't care. Vehicle performance monitor.
## Overview
* Provides a display of various performance metrics:
* Base view with trip info
* Realtime g-force
* 0-60 acceleration time
* 60-0 braking distance in feet
* 0-100-0 acceleration & braking time
* 1/4 mile time and speed
* Designed for a 1980s-1990s aesthetic## Hardware details
* [SparkFun AST-CAN485 Dev Board](https://www.sparkfun.com/products/14483)
* [ADXL335 3-axis accelerometer](https://www.sparkfun.com/products/9269)
* 16x2 character LCD
* RGB LED to show system status
* Button to switch between modes and view records## Extra Arduino dependencies
* TBD## Vehicle dependencies
* Speedometer input to carfuino via CAN bus
* VSS pulse count input to carfuino via CAN bus (used to measure distance traveled)