JM123
JM123
About
- Username
- JM123
- Location
- Slovakia
- Joined
- Visits
- 169
- Last Active
- Roles
- Member
- Location
- Slovakia
Comments
-
Hi, check out this: https://drive.google.com/file/d/0B00dXyTsmvN9N2tGajY2LWFNeG8/view and his blog: http://neuroinf.blogspot.com/ JM
-
In some way you are right. These softwares connects your computer /Rpi to OpenBCI device and they process arriving data. But it is also possible to programm your own software for this purpose.
-
SOLUTION !!! CSR 4.0 dongle wasn't working properly (it should be blinking while using and it doesn't), I solved it by: * sudo rmmod btusb which removes btusb, which is kernel module - bluetooth driver * sudo modprobe btusb which add btus…
-
Hi, are you interested in how hardware works (in depth) ? Me too, and I can't help you for now, but if you are interested in software - BCI there is a good course : https://www.youtube.com/playlist?list=PLbbCsk7MUIGcO_lZMbyymWU2UezVHNaMq . Because I…
-
Hi, Bandpass is combination of lowpass and highpass. I'm successfully filtering eeg data with bandpass and notch, you can find filters here: https://github.com/J77M/openbciGui_filter_test/blob/master/gui_saved_data_filter.ipynb
-
ok, thanks. I'll use virtual machine for now, but in long term I would like to implement BLED112 dongle support. (I'm technically limited and it will let me to connect also over windows )
-
hello again, I tried to run my python code on my laptop - lenovo 20C6003QXS (in VirtualBox - Ubuntu) with CSR dongle. result : 0 dropped packets in 500 seconds. It seems to me, that of openbci_python library is receiving data and parsing data in on…
-
thanks, it looks useful, i'll try to implement it
-
hi William, thanks for your reply. Idea to use BLED112 looks interesting. I would like to try to write something with it in python. I already tried improving bluetooth connection by testing many combinations of conn_min_interval and conn_max_interva…