Rai_sato
Rai_sato
About
- Username
- Rai_sato
- Location
- Rochester, NY
- Joined
- Visits
- 28
- Last Active
- Roles
- Member
- Location
- Rochester, NY
Comments
-
lsl_exampllsl_example_analogBoardMode.py from pyOpenBCI import OpenBCICyton from pylsl import StreamInfo, StreamOutlet import numpy as np SCALE_FACTOR_EEG = (4500000)/24/(2**23-1) #uV/count SCALE_FACTOR_AUX = 0.002 / (2**4) print("Creating LSL…
-
@wjcroft, Thank you for answering. I could correctly get the AUX signals using the python method. The sampling rate of AUX was also same as EEG signals. We are looking forward you to fixing the GUI issue.
-
@wjcroft, I am sorry for the late reply. I could not do it in these 3 days. Still, I could not solve this problem because it seems I could not change the value properly. I first changed the board mode using a 'screen' command on command prompt an…
-
@wjcroft said: You appear to be sending the 'command' to Python. You need to send the SDK string directly to the Cyton serial port. Thank you. I set up analog mode correctly I guess, but I could not start LSL stream because command line s…
-
Hi William, thank you. I tried to change the board mode, but I could not do it because commando line said that command not recognized. ------------user.py------------- Board type: OpenBCI Cyton (v3 API) Port: /dev/cu.usbserial-DM00PUPR -------…
-
Thank you William and Richard, I have already tried python version LSL sending system. These are the codes I used. I send the EEG sig and AUX from python side and receive them by Matlab. I used the Cython board and I did not connect any external pi…