Close

Measuring awareness times

A project log for Arduino, EEG, and Free Will

Using an open source platform to investigate the "readiness potential" and what it says about human free will

patrick-gloverPatrick Glover 08/01/2016 at 21:261 Comment

Libet had the subjects view an oscilloscope with a dot rotating periodically in a circle, and subjects were asked to retroactively report where the dot was when they first became aware that they were about to perform the voluntary task. He could then calculate the average latency between when the subject reported awareness and when the action actually occurred. I was able to replicate this setup in a more DIY manner.

I used a continuous rotating servo to turn a balsa wood arm with a period of 1.2s per rotation. Each time the arm of the clock passed over a photoresistor, a custom circuit I put together would return a digital low to the third channel of the arduino that's already recording EMG and EEG on channels 1 and 2. The drop in sample rate to 3333 Hz isn't an issue.

Unfortunately the clock needs an additional Arduino to drive the servo, since the data logging arduino can't put out enough power to do everything at once.

Here's the schematic.

Modifying the MATLAB code to detect the clock passing the 12:00 position was dead simple. The only inconvenient part of this new workflow is the researcher must manually write down all of the integer times reported (1-12) for each wrist flex and enter them one by one during the analysis. I'll work on streamlining it.

Here's the final result. Mean latency was 218 ms between awareness and action, with a significant RP showing up right as Libet documented at around 1 second before action. Monte Carlo (dotted blue) bars are 2SD from the mean signal (not plotted).

Discussions

PointyOintment wrote 10/05/2016 at 19:52 point

> Unfortunately the clock needs an additional Arduino to drive the servo, since the data logging arduino can't put out enough power to do everything at once.

I think this may be the most unnecessary use of an Arduino ever. If I understand the situation correctly, literally a single transistor could enable the first Arduino to drive the servo. Unfortunately, the servo doesn't seem to be in the schematic, so I can't be sure.

  Are you sure? yes | no