-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hi,
I have an EMOTIV Insight headset (first model in white colour) and i would like to access the data by using CyKIT and connecting via BT (since my device doesn't include any USB dongle). However, after installing CyKIT for Windows and executing the command python cykit.py 127.0.0.1 54123 4 info+verbose+bluetooth=XXXXXXXX (with XXXXXXXX the bluetooth id for the headset), the following error was reported:
After looking at the code for file eeg.py, i found that the error was at line 150, so i modify the code from:
to:
So, after that modification, the command ran with any other error:
However, after opening file Web\CyKIT.html from Firefox, and connecting to the headset, none the EEG nor Gyro displayed data make sense.
I would appreciate any help in order to try solving this issue. Thanks.





