-
Device capable of alpha theta neurofeedback / meditation?
by bfranz ·compatible with the new Ganglion? Do you know if BrainBay would support this protocol? -
Device capable of alpha theta neurofeedback / meditation?
by wjcroft ·The current OpenBCI and new Ganglion will be supported by programs such as neuromore, BrainBay, BioEra, etc. All of these are what are called VPL's, Visual Programming Languages. Which let you setup c -
Send less than 8 channels data
by wjcroft ·Are you using OpenBCI_GUI or some other program? For example with the GUI CSV file, it's easy to discard columns that are unused. Another example with neuromore or BrainBay, you just do not wire up th -
OpenBCI AlphaWave (Bluetooth LE Enabled, no dongle!)
by wjcroft ·Bear in mind that if you are using a framework such as OpenViBE, neuromore, BrainBay, etc. which consumes the raw EEG data via the dongle -- then it is usually much easier to do your filtering and sig -
Monitoring and recording main physiological parameters with OBCI
by wjcroft ·And if you wanted to avoid the chest strap, you could still adapt Isa @brain 's BrainBay tutorial to neuromore. -
Monitoring and recording main physiological parameters with OBCI
by wjcroft ·https://neurobb.com/t/heart-rate-detection-in-brainbay/28 -
Monitoring and recording main physiological parameters with OBCI
by HPPD ·* 3) What kind of software can be used to have all those parameters in one place? (OpenVibe, BrainBay?) -
Ultracortex not seeing alpha waves at O1 O2
by wjcroft ·https://sites.google.com/site/biofeedbackpages/brainbay-openbci -
books, tutorials, on EEG / BCI / Signal Processing?
by wjcroft ·The VPL's such as BrainBay, neuromore, OpenViBE, BioEra, etc., can do a lot of the filtering and signal processing for you, without dipping into source code. -
LabStreamingLayer (LSL) stream from OpenBCI - Here's how
by wjcroft ·Hi, AJ, take a look at the BrainBay data stream parsing state machne, -
parsing OpenBCI data stream using C++
by wjcroft ·Take a look at the C++ packet parser in BrainBay, at around line 750 in this file, -
question about the code that i can upload in the board
by wjcroft ·(1) have you considered using a VPL such as neuromore, BrainBay, or OpenViBE to create your filters and threshold detector? No firmware changes are needed for doing any arbitrary signal processing in -
Recorded File different from the GUI screen
by wjcroft ·Use the search box at right to lookup: neuromore, BrainBay and OpenViBE. These are all VPL, visual programming languages that allow you to do signal processing without programming. -
BCI exploration thread with NBorgaGonzalez
by wjcroft ·https://github.com/ChrisVeigl/BrainBay/blob/master/src/ob_eeg.cpp -
BCI exploration thread with NBorgaGonzalez
by wjcroft ·If you look at the BrainBay neurofeedback tutorial example I've mentioned previously, it shows several graph subwindows, each with their own graph scale. The RAW EEG is plotted on a large scale, say + -
BCI exploration thread with NBorgaGonzalez
by wjcroft ·Both using OpenViBE. The reason I mentioned BrainBay and neuromore (both free, as is OpenViBE), is that they will be easier to start with and understand than jumping right into ERPs. If you look throu -
BCI exploration thread with NBorgaGonzalez
by nborgagonzalez ·I gave the BrainBay user manual a readover, but found it glosses over a lot of concepts that might make sense to an EEG-veteran, but that are completely lost to a newbie like myself. Also, I can't see -
BCI exploration thread with NBorgaGonzalez
by nborgagonzalez ·Awesome, awesome answer @wjcroft - I will definitely have a look at the BrainBay tutorials as well as that blog. -
BCI exploration thread with NBorgaGonzalez
by wjcroft ·I suggest you look over this neurofeedback tutorial using BrainBay. It will give you some ideas about how the filters are used and measured. The EEG bands can be derived either from an FFT or from a d -
Reading Channel Data: Fast Fourier Transforms, Sample Rate and Scale Factor
by wjcroft ·Here's some comment lines in the BrainBay driver that I inserted during our mods,