Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

exporting data to csv throughout the entire experiment

edited May 2016 in OpenSesame

Hi guys,

I need to record GSR using an ardunio sensor throughout an experiment.
I have code that will run independent of opensesame but I need to include eventmarkers, thus the need to include the ardunio in the opensesame experiment. My question is : Is there any experiment variable which will allow me to do something like this -

while (#Experiment not finished):
     gsr.write(gsrvalue)

Thanks for an help in advance.

Comments

  • edited 1:33PM

    Hi Kenyan,

    As far as I know you should send event markers from OpenSesame to the data acquisition system (in this case the Arduino if I understand correctly). That is how setups like BioPac and BioSemi work. They use LPT printer port but the idea is the same; stimulus PC sends events markers to data acquisition PC/system upon the presentation of the stimuli.

    Maybe you can find some inspiration here http://osdoc.cogsci.nl/devices or search the forum for 'Arduino'.

    Best,
    Jarik

Sign In or Register to comment.