https://github.com/celer/arduino_racelogger
https://github.com/celer/arduino_racelogger
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/celer/arduino_racelogger
- Owner: celer
- Created: 2012-04-19T23:38:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-13T18:48:34.000Z (about 14 years ago)
- Last Synced: 2025-04-08T12:50:59.190Z (about 1 year ago)
- Language: C++
- Size: 289 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arduino Race Logger
===================
This is a basic data acquisition component for recording data related to motorsports, the goal is to build a simple and cheap logger that can be used to provide data for other software to analyze.
Our sensor of interest are:
- GPS @ 10HZ
- 3D Accelerometer at 10HZ
- Two pulse sensors (one for tachometer and one for speed sensor)
- One isolated A/D for throttle position sensor
- All data is recorded to an SD card
Current Status
==============
The software appears to work and an initial breadboard has been built and tested, prototype boards are in production.