recording from Cyton with Python, values stuck at 8388607
Hello,
I have a Cython + Daisy Board. I want record channel data using Python. However my data stucks on those voltages. When I use the OpenBCI_GUI and turned on SRB, there is no railed or any problem.
How can I get over from this problem?
You can see in the below a sample from recieved data.
Thanks in advance.
131.000000
[-8388608, 8388607, -8388608, -8388608, -8388608, -8388608, -8388608, -8388608, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607]
[104, 3904, 880]
----------------
----------------
133.000000
[-8388608, 8388607, -8388608, -8388608, -8388608, -8388608, -8388608, -8388608, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607]
[0, 0, 0
----------------
----------------
135.000000
[-8388608, 8388607, -8388608, -8388608, -8388608, -8388608, -8388608, -8388608, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607, 8388607]
[0, 0, 0]
----------------
Comments
When I run the test.py without putting the headset to my head, it is working normal but when I put it on Result is 8388607
Thank you very much.