med-material / ArduinoLogger

Source code for an Arduino Logger (Windows/Mac) used for the advanced human computer interaction (AMMI) course at AAU (Unity 2018.3.2f1)
MIT License
3 stars 2 forks source link

Standardize Arduino Serial Format and make ArduinoLogger Generally Usable #2

Closed bastianilso closed 5 years ago

bastianilso commented 5 years ago

Currently the RTII Arduino Logger only understands two very specific kinds of exercises (ReactionTimeTest and SynchExercise). It would be nice to generalize the functionality into a CSV logger.

bastianilso commented 5 years ago

Initially we could just create a unitypackage for connecting to arduino, in similar style to how Pupil Labs make their Eye Tracking Calibration scene.

bastianilso commented 5 years ago

Proposal for standardized Arduino output markers:

----- LOG BEGIN SYNC TEST (col=5,sep=tab) ----- ----- LOG END SYNC TEST (col=5,sep=tab)-----

bastianilso commented 5 years ago

All implemented through 570ea838a5601e2814a266a8eef77b7d7646ed02 Standalone file browser 9c7ac76da08fe6ed6b9c2593e6095e4c8380eb39 ConnecToArduino Redirect to data logging 9641cd122f0feeda571671a7004bb4220901d3b7 use Martin's Arduino implementation