09-20-2022 03:02 AM
hi all, i got an assignment to process EEG signals using LabView, the challenge i got was to collect EEG signal data using a cyton board from OpenBCI then i will process the signal using labView later the processed signal will be used as a wheelchair control. can anyone help me to provide a solution how to read EEG signal data to LabView in realtime?
09-20-2022 03:30 PM
Sounds like you need to hire one or more LabVIEW experts, preferably with some background in Biomedical Engineering.
Bob Schor
09-21-2022 11:25 PM
right, have you ever used it? how to connect openbci with labview so that it can be used in real time?
09-21-2022 11:30 PM
My understanding of @Bob's suggestion is that your question is so niche that you may not find many responses in the forum and it would be better to hire a LabVIEW expert to do the feasibility study and help/do the work for you.
09-22-2022 12:47 AM - edited 09-22-2022 12:52 AM
Have ypu done a search? Did you investigate this: https://forums.ni.com/t5/Example-Code/LabVIEW-OpenBCI-Toolkit/ta-p/3495333 ?
It seems that this is related to above link and there seems some activity on that repository until 2020: https://github.com/rcassani/OpenBCI-Toolkit-LabVIEW
But unless you are prepared to thinker a bit with the library, I would echo the comments of the other two posters.
Any library you can find will be a starting point developed for whatever test board (and firmware revision) the developer had available. It can and quite often does differ with the hardware you want to interface to. The fact that OpenBCI is a sort of standard does not automatically mean that any library that can communicate with hardware X also simply will work with hardware Y. For that kind of guarantees you would need at least an (expensive) certification program.
And yes the niche is small and aside from this (8 year old) toolkit, there seems not much else available out there and the only reaction on that thread isn’t about a success message or feedback for how to improve the library, so if you are not a seasoned LabVIEW programmer, you may want to consider to hire one to assist you in getting this to work.
09-22-2022 05:34 AM
thanks for the response, I've seen this too but haven't tried it yet,
to find an expert technician do you have any such recommendations?
09-22-2022 07:48 PM - edited 09-22-2022 07:50 PM
@frhnnmhd wrote:
thanks for the response, I've seen this too but haven't tried it yet,
to find an expert technician do you have any such recommendations?
Here are some options,
Note: LabVIEW experts do not come cheap.
09-25-2022 12:33 PM
thank you for the recommendation, sorry I just answered, college activities make me tired and I don't have time to open this forum. it's true I'm new to Labview so I'm still having a hard time.
thank you so much
10-17-2022 02:26 AM
Might want to choose your data protocol (file format) first, e.g. TDMS, EDF, etc.
Not specific to OpenBCI but I have some EEG processing examples on IEEG_2 (bionichaos.com), all done in Labview. let know if any questions.