Andrey1994
Andrey1994
About
- Username
- Andrey1994
- Location
- Moscow
- Joined
- Visits
- 70
- Last Active
- Roles
- Member
- Location
- Moscow
Comments
-
Hi, you can use matlab binding for brainflow. To configure board use config_board method, to determine exact commands use this link https://docs.openbci.com/docs/02Cyton/CytonSDK For matlab and brainflow setup and examples use these links https://…
-
Another nice feature of brainflow - streaming board, it allows you to start streaming on jetson and stream data from jetson via multicast socket to another process on your PC, so in theory you can use streaming board on your desktop with mne scan or…
-
In GUI 5.0 and I think it will be released soon, more likely smth like ~month. If you need smth like visualizer right now maybe one of these 2 apps will do the trick on jetson https://brainflow.readthedocs.io/en/stable/Gallery.html
-
and I wanna use jetson nano for my own projects with brainflow too, so feel free to ask or share you results
-
glad to heat that it just works, btw @wjcroft if you know any CI systems like travis,appveyour, circle ci which are free for open souce projects and supports ARM we can set up automatic tests for ARM too
-
after compilation you will need to reinstall python package using cd python-package python -m pip install -e . dont install it from PYPI
-
First of all as @wjcroft mentioned COM8 is definitely wrong serial port and you need to find a correct one using ls -l /dev/ and add user to dialout group if you want to run it without sudo. For BrainFlow I dont provide compiled libraries for ARM i…
-
Fixed all issues on unix and created new release
-
Docs generated from master branch has matlab code samples https://brainflow.readthedocs.io/en/master/Examples.html#matlab but I just realized that there is one issue on unix which should be fixed. On Windows should work right now
-
@TonyyTiger said: Thanks for the quick reply. I think I'll have to stick with the LSL stream on the GUI for now then. Thanks for all the help Its up to you, also you can check currently supported languages and maybe one of them will be go…
-
If there are many requests for Matlab binding and somebody give me a license for it I can give it another try. Another option - somebody from community can send PR to add Matlab, old code for Matlab can be found here https://github.com/Andrey1994/b…
-
We used to have matlab binding for brainflow and it was a source of issues all the time, first of all since matlab is paid its almost impossible to add it to CI\CD system. Moreover I dont have a license for it, so I downloaded it from torrents and r…
-
MNE_Scan is written using QT and it requires some programming experience to develop plugins for it. Timeflux https://timeflux.io/ is python based and a little easier to get started. But I would develop it from the scratch using only libraries witho…
-
We dont have an SDK for Matlab as well as many other vendors. I think Matlab makes sense only for offline data processing. Solutions like "lets stream data via LSL to Matlab" are not good in my opinion. First of all you will need to run several pro…
-
I am not an expert in OpenBCI GUI, so I can comment only about this pipeline in general. * Record and segment data * Convert data from uV to V * Bandpass Filter: (1-51 Hz, 3rd order) * Bandstop Filter: (59.5-60.5 Hz, 4th order) * Denoising …