NeuroPy icon indicating copy to clipboard operation
NeuroPy copied to clipboard

NeuroPy library written in python to connect, interact and get data from neurosky's MindWave EEG headset.

Results 13 NeuroPy issues
Sort by recently updated
recently updated
newest added

I'm getting only raw data while calling back attention data, does anyone know how to solve it? this my code : from NeuroPy.NeuroPy import NeuroPy from time import sleep abc...

We are trying to connect the headset but in your code there is no line in which you call the connect function. So. how can we connect your code with...

Hi, when I ran the code: ``` from NeuroPy import NeuroPy from time import sleep neuropy = NeuroPy() def attention_callback(attention_value): """this function will be called everytime NeuroPy has a new...

I am getting the following error after running the script Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 505, in run self.__target(*self.__args, **self.__kwargs)...

It seems this library is not updated to work with Python3. Could I fork it and make some updates? I am working on a group project that uses MindWave Mobile...

I read on Neurosky page that : """This data value is currently unavailable via the ThinkGear Serial Stream APIs. It is not directly available as output from any current ThinkGear...

this version works with python 3 and mindwave mobile 2

Traceback (most recent call last): File "trialNy.py", line 4, in neuropy = NeuroPy() TypeError: 'module' object is not callable