OpenBCI, LSL, and Matlab 2016b
Hi all,
Is anyone else unable to get OpenBCI data into Matlab 2016b? I'm running OpenBCI_Matlab
https://github.com/OpenBCI/OpenBCI_MATLAB
and can see the stream through the terminal, but picking up the stream in Matlab just leads to "Looking for a device with type='EEG' ..." I've tried both the master and devel branches of BCILAB as well (as recommended here: https://github.com/sccn/BCILAB/issues/11), and I've checked the StreamInfo() name matches (per the advice given here: http://openbci.com/index.php/forum/#/discussion/761/unable-to-input-openbci-lsl-stream-in-bcilab)
https://github.com/OpenBCI/OpenBCI_MATLAB
and can see the stream through the terminal, but picking up the stream in Matlab just leads to "Looking for a device with type='EEG' ..." I've tried both the master and devel branches of BCILAB as well (as recommended here: https://github.com/sccn/BCILAB/issues/11), and I've checked the StreamInfo() name matches (per the advice given here: http://openbci.com/index.php/forum/#/discussion/761/unable-to-input-openbci-lsl-stream-in-bcilab)
System:
MacBook Pro (Late 2013)
OS X Yosemite (10.10.5)
Matlab 2016b
Cyton board (not daisy-chained)
Thanks,
-Katherine
Comments
Mentioning @GabeIbagon, the author of that Github page.
There is also a forum for EEGLAB / BCILAB questions, have you tried there?
https://sccn.ucsd.edu/wiki/EEGLAB_mailing_lists
William
After running the openbci_lsl.py and obtaining the result further down, in order to confirm that the stream is well received in Python, do I run the
Thank you in advance for your help
Connecting to V3 at port /dev/pts/17
Serial established...
--------------------------------------
LSL Configuration:
Stream 1:
Name: openbci_eeg
Type: EEG
Channel Count: 8
Sampling Rate: 250.0
Channel Format: float32
Source Id: openbci_eeg_id99
Stream 2:
Name: openbci_aux
Type: AUX
Channel Count: 3
Sampling Rate: 250.0
Channel Format: float32
Source Id: openbci_aux_id99
Electrode Location Montage:
['Fp1', 'Fp2', 'C3', 'C4', 'T5', 'T6', 'O1', 'O2']
---------------------------------------
--------------INFO---------------
Commands:
Type "/start" to stream to LSL
Type "/stop" to stop stream.
Type "/exit" to disconnect the board.
Advanced command map available at http://docs.openbci.com
-------------BEGIN---------------
--> /start
Streaming data...
-->