OpenBCI Ganglion
WebBluetooth client for the Ganglion EEG board by OpenBCI
Installation
npm install --save ganglion-ble
Usage
;{const ganglion = ;await ganglion;await ganglionstart;ganglionstream;};
A sample follows this data structure:
data: Number Number Number Numbertimestamp: Date;
For security reasons, Web Bluetooth must be started from user interaction. Add a connect button that would start the BLE connection. See ./examples/basic/index.js
Accelerometer data example
ganglionaccelData;
Demo
- Clone this repo
npm install
npm start
- Go to http://localhost:9000/examples/basic
License
MIT