Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celer/arduino_racelogger
https://github.com/celer/arduino_racelogger
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/celer/arduino_racelogger
- Owner: celer
- Created: 2012-04-19T23:38:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-13T18:48:34.000Z (over 12 years ago)
- Last Synced: 2024-11-04T18:50:25.410Z (about 2 months ago)
- Language: C++
- Size: 289 KB
- Stars: 1
- Watchers: 2
- 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.