For a guide, see this wiki page
Repo for McMaster Baja Racing's data aquisition box.
───DAQ_box
│ LICENSE
│ README.md
│
├───daq_system
│ ├───daq_system_DEBUG
│ │ daq_system_DEBUG.ino
│ │
│ └───daq_system_RELEASE
│ daq_system_RELEASE.ino
│
├───HUD
│ ├───HUD_10LED_RPM
│ │ HUD_10LED_RPM.ino
│ │
│ └───neopixel_colour_tuning
│ neopixel_colour_tuning.ino
│
└───IMU
└───restore_offsets
restore_offsets.ino
- Arduino
- Python
Demo coming soon
The following will be required
- git
- Arduino or or
platformIOfor VSCode (something that can compile and flash arduino code) - python3
- Install
gitusing instructions found here. - Install
ArduinoorplatformIOfor VSCode (something that can compile and flash arduino code). - Clone this repo by running
git clone https://github.com/McMaster-Baja-Racing/DAQ_box.git
No unit or integration tests yet.
The usual arduino deployment. Instructions found here.