img avatar
 
× You must be logged in to change this data. If you don't have an account, please join.

Settings : Manage Projects

  Name I Use This Lines of Code   Current Committers Community Rating Reviews Description  
OpenXC Rain Monitor 0 420
0 none 0 Android application to provide rain detection information to Weather Underground This is a dirt simple OpenXC application to detect a change in windshield wiper status and upload it to remote web server.
OpenXC MPG 0 1464
0 none 0 This program is meant to show off (a possibility of) the OpenXC project. It's awfully rough. This ... [More] application uses OpenXC and AChartEngine for its main functionality. It takes in information such as trip distance, trip length, gas consumption and vehicle speed to determine your current fuel usage and fuel usage over a drive. After a drive is completed your fuel consumption/fuel efficiency is calculated and saved to a local SQLite database. [Less]
retro-gauge 0 0
0 none 0 The Retro Gauge is a mechanical vehicle gauge that outputs data from OpenXC via serial ... [More] communication. The purpose of this gauge is to display vehicle data in a traditional automotive fashion, a gauge! The design intent was to keep the gauge as open and accessible as possible so that the community could contribute and benefit from the design. [Less]
simple-hud 0 771
0 none 0 Firmware and Java connector for a Bluetooth-connected OpenXC module
openxc-python 0 6368
4 none 0 The OpenXC Python library (for Python 2.6 or higher) provides an alternative interface to vehicle ... [More] data from the OpenXC Platform. The primary platform for OpenXC applications is Android, but for prototyping and testing, often it is preferrable to use a low-overhead environment like Python when developing. In addition to a port of the Android library API, the package also contains a number of command-line tools for connecting to the CAN translator and manipulating previously recorded vehicle data. [Less]
openxc-android 1 32420
2 none 0 Android library for accessing vehicle data
OpenXC CAN Transl... 0 22985
3 none 0 The CAN translation module code runs on an Arduino-compatible microcontroller connected to one or more CAN buses. It receives either all CAN messages or a filtered subset, performs any unit conversion or factoring required and outputs a generic version to a USB interface.