Added configuration options to trigger tACS devices connected via an Arduino board. The first drop down list determines the COM port the board is connected, the second drop down list sets the delay, in minutes. The first text box is the message it will send when eye movements are detected, and the second text box holds the message it will send after the delay has passed.
Let us pray that Jef doesn’t electrocute himself in his search for lucidity!
Tried EEG1.1.1 it on the arduino,but no luck. I guess error is something to do with the digitalWrite to pin 1 specifically instead of writing to the whole arduino itself
However, I got the whole contraption working using Processing 2.2.1. by modifying the code from :
http://bci.aliseckinkarayol.com/computer/processing-arduino-brainwave-visualization-sketch-005/
https://github.com/borg/ThinkGear-Java-socket
But, now I do not have the graphing/recording capability of Lucidscribe, since the Thinkgear connector only allows access from one program at a time
Thanks for your help, man. I will keep you posted as it goes. But I am beginning to realize that zapping the brain synchronizes it to the desired stimulated frequency (alpha, beta , delta etc.) much more powerfully than any sound and lights. Hope I don’t end up frying my brain
Don’t abandon hope yet: ThinkGear EEG 1.1.2. I modified the code to send the messages as integers instead of string… can you give that a try? And let me know if there are any error messages.