simegeorge / datalogger

A prototype datalogger for collecting data in track-day driving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datalogger Readme

This project is a prototype data logger for track-day driving. The idea is to collect various information as a car is being driven around a racetrack, including its position, speed, acceleration (lateral and longitudinal) together with engine parameters such as RPM and throttle position, The collected data can then be analysed later to identify consistency and areas to improve on.

The hardware platform consists of a Netduino board connected to a 3-axis accelerometer and GPS sensor, with data captured to an SD card. I designed, and had manufactured, an accompanying PCB shield to interface to the car's ECU using the standard OBD protocol. The software is written in C# using the .Net micro framework

Prototype hardware

Datalogger

Datalogger showing OBD shield

OBD shield

PCB

Eagle screenshot

About

A prototype datalogger for collecting data in track-day driving


Languages

Language:C# 99.0%Language:Prolog 1.0%