Skip to content

Commit f0c465f

Browse files
committed
more detailed code description
1 parent 2f7c266 commit f0c465f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ The code collects data from the following sensors:
1414
1. Pulse-oximeter sensor _Maxim MAX30102_ (captures oxygen saturation level).
1515
1. Keyboard and mouse activity.
1616

17+
18+
The code organized into directories as follows:
19+
20+
21+
* `FLIROneSDKBundle` — Android app for data collection from infrared camera.
22+
* `ArduinoCode` — C/C++ libraries for data collection from Arduino board (16 devices recorded simultaneously).
23+
* `PolarDataCollection` — code for data collection from Polar OH 1 heart rate monitors.
24+
* `InputLogger` — code for data collection from mouse/keyboard.
25+
* `EEG` — code for async data collection from EEG headsets with Bluetooth and Emotiv API.
26+
* `Server` — GUI program for server for data collection.
27+
* `Analysis` — scripts for analysis of experimental results.
28+
* `ExperimentalProtocol` — a protocol describing data collection process.
29+
* `Misc` — auxiliary ad-hoc code.
30+
31+
32+
1733
The dataset collected using this code is described in [this paper](https://arxiv.org/abs/2011.00958).
1834
If you find the code or the paper interesting, please feel free to cite it as:
1935

0 commit comments

Comments
 (0)