MITMotorsports / MY17_OneDayDAQ

Preliminary data logging and intelligent parsing software for MY17. Logger built in 6 hours.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1Day DAQ

Setup on the Raspberry Pi

  • Get a Raspbian Stretch Lite installation on the Pi
  • cd /home/pi
  • git clone --recursive https://github.com/MITMotorsports/MY17_OneDayDAQ.git .
  • mv -v scripts/* .
  • sudo ./setup.sh
  • Connect an LED to pin 3 (header 15) and ground (header 14)
  • Connect a shutdown button to pin 1 (header 12) and 3.3v (header 1)
  • Remap as needed in /home/pi/pins

About

Preliminary data logging and intelligent parsing software for MY17. Logger built in 6 hours.

License:MIT License


Languages

Language:Python 82.7%Language:Shell 13.5%Language:C++ 3.7%