Open-sourced edge compputing hearable platform from Pervasive Interaction Lab of Tsinghua University.
- Install the "Scheduler" library to your Arduino IDE.
- Get the "Arduino Due" in the board management tool.
- Install the "Adafruit MPU6050" library to your Arduino IDE.
-
Connect Zoom H6 and Arduino Mega 2560 to the PC.
-
Check the port of Arduino Mega 2560 -> Change Config.ser.port. (using --imu_port on command)
-
Run datalogger.py -> Get Zoom H6 device ID -> Change Config.input_device_id. (using --input_device_id on command)
-
Run datalogger.py -> Get the TK UI to freely start and stop your recording. (Don't forget to set save directory using --save_dir on command)
-
Example: python datalogger.py --save_dir ../logs1/ --input_device_id 2 --imu_port COM5
- Connect two (ZOOM-H6 + Arduino Mega 2560) successively, Find the Arduino port and H6 device pairs.
- Create two cmd, Using --input_device_id and --imu_port and --save_dir to seperate two toolkit.