Skip to content

Arduino Mega based datalogger for use in video on screen display

License

Notifications You must be signed in to change notification settings

manosv/Stat_Cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stat Cache -- A black box datalogger for On Screen Display

What does this code do?

The code runs on a sensor equipped Arduino Mega and writes data to an SD card. The code also controls an led light to aid in video sync.

The intention is to sync the data captured by this device with video for the purpose of adding a HUD dashboard effect to motion sports videos.

This project code is for use with Arduino Mega, Adafruit Ultimate GPS Logging Shield, Adafruit 10 DOF Accelerometer Gyro Magnetometer Temperature and Barometric Pressure, Adafruit Neopixel Jewel, Analog Potentiometer, Analog Button.

----> http://www.instructables.com/id/Build-a-blackbox-datalogger-for-adding-on-screen-d/

Check out the link above for hardware tutorial and wiring diagram

This repository contains most dependent libraries as these have been modified from their original versions. However you WILL have to download and add these 2 libraries to the Stat Cache libraries folder in order for it to compile:##

https://github.com/adafruit/Adafruit-GPS-Library https://github.com/adafruit/Adafruit_LSM303DLHC

Calibrate using instructions in the calibration folders.

About this Project

Written by Frank Appio.
BSD license, all text above must be included in any redistribution

To download. click the Download ZIP in the right-hand column.

About

Arduino Mega based datalogger for use in video on screen display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.4%
  • C 14.5%
  • Other 14.1%