You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory will contain all of the firmware for the SAMD21 microcontroller used in the sensor board, as well for any other general MCUs used throughout testing.
4
+
5
+
***
6
+
7
+
## Common
8
+
```
9
+
Includes code that will be common across multiple projects, like sensor drivers and other peripheral drivers
10
+
```
11
+
***
12
+
## Examples
13
+
```
14
+
Will include examples of applications of things like drivers and other pieces of firmware
15
+
```
16
+
***
17
+
### WindTunnel, DTS, Vacuum
18
+
```
19
+
Will include project specific code like the main for each project.
This directory contains all of the code that will run on the raspberry pi as well as all configuration for grafana and influxdb instances that will run on the pi.
4
+
5
+
***
6
+
7
+
## DataLogger
8
+
```
9
+
Generic name for python application that will log incoming data into influxdb
10
+
```
11
+
***
12
+
## DataShuttle
13
+
```
14
+
Generic name for python application that will recieve and parse incoming CAN messages
15
+
```
16
+
***
17
+
## Examples
18
+
```
19
+
Includes relevant examples for some python modules, influx, and grafana configuration
20
+
```
21
+
***
22
+
## Services
23
+
```
24
+
Includes the configuration and documentation for the grafana server and influxdb
0 commit comments