openbci-observable icon indicating copy to clipboard operation
openbci-observable copied to clipboard

Making OpenBCI for Node Reactive

Results 15 openbci-observable issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to install openbci-observable by running the command npm --save openbci-observable and getting the following error: ![Screen Shot 2020-02-05 at 12 32 01 PM](https://user-images.githubusercontent.com/47463934/73880563-861f5400-4813-11ea-92d7-9cd7137f8e22.png) Could it be...

I'm trying to run the Cyton example code and I'm getting a "No path specified" exception Here's the code that I'm using: ``` const { Cyton } = require('openbci-observable'); async...

Unfortunately, I can't seem to make it work in react native as some modules are native, and react native doesn't support those modules? Is there any other solution?

https://github.com/aj-ptw/OpenBCI_NodeJS/blob/wifi/examples/getStreamingWifi/getStreamingWifi.js cc @aj-ptw

We need a way to buffer up to X count and window by Y count every Y. For example: Let's say we have 512 bins (an array with 512 items)...