This repo contains demos for integration of OpenBCI boards to MNE libraries.
This integration in done using BrainFlow project.
MNE Scan is a part of MNE-CPP project. It's an application to visualize offline and online data. There is BrainFlow plugin which allows users to acquire data from all BrainFlow supported devices.
Instructions to build BrainFlow plugin
BrainFlow returns numpy arrays, all you need - convert numpy arrays to MNE objects.
BrainFlow and MNE both use reticulate package, which allows to call Python code from R, and provides seamless convertion between Python and R objects.
MIT