-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this be upgraded to wifi? #5
Comments
On it |
AJ, you rock. Let me know how I can help.
Of course, I will help with testing, but if there is something else simple,
please let me know
…On Sun, Nov 19, 2017 at 5:38 PM, AJ Keller ***@***.***> wrote:
On it
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOSh_zbqGwTjQOh7MklnK5xnlPMLSV48ks5s4K3zgaJpZM4QjkDY>
.
|
Hi I’m working on adding this example to the openbci_nodejs repo 3.0.0 release and will put the code in the example for WiFi too! |
AJ,
I am going to give it a try.
First, I should probably start by forking the version in aj-ptw as it is
the only version with 3.0.0 branch
Second, when I look at OpenBCI_NodeJS in the proposed branch all i see is
what looks like a javascript version of an include file. Which where does
it know what code to pull in for wifi?
This is what I will try. Let me know if I am going down the wrong path:
1. fork the OpenBCI_NodeJS_Wifi
2. create a new branch pyExample
3. copy in the python folder from OpenBCI_NodeJS_Cyton/examples into
/examples on my branch
4. make changes to index.js in /examples/python to wire it up to
openBCIWifi.js
(as opposed to openBCICyton,js
5. When (if?!?!) I get it working send you a pull request
Gerrie
…On Mon, Nov 20, 2017 at 8:47 AM, AJ Keller ***@***.***> wrote:
Hi I’m working on adding this example
<https://github.com/OpenBCI/OpenBCI_NodeJS_Cyton/tree/master/examples/python>
to the openbci_nodejs repo 3.0.0 release and will put the code in the
example for WiFi too!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOSh_2Ebeb9X9rI6ZL0oXojgBGyB2uAFks5s4YMNgaJpZM4QjkDY>
.
|
@gerrievanzyl the hope is to make the To provide a cross board support from there in a simple interface is the ultimate goal. Check out the example i just made for you for porting to python that has both cyton over serial and dongle support. example here |
I'm actually thinking or removing the examples from this repo and moving them all to the OpenBCI_NodeJS to unify the examples so we don't have some that work and others that don't! Thoughts? |
Sorry for late response - I totally agree. There are already so many
different repos and versions it takes quite a lot of effort to figure out
what is what. Now that you have written "the one ring that rules them all"
we should move the stuff there.
…On Wed, Nov 22, 2017 at 12:28 PM, AJ Keller ***@***.***> wrote:
I'm actually thinking or removing the examples from this repo and moving
them all to the OpenBCI_NodeJS to unify the examples so we don't have some
that work and others that don't!
Thoughts?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOSh_8KPooMcA4AcMnVhBM8p2d8BV01Qks5s5FmngaJpZM4QjkDY>
.
|
The python handoff.py is is a totally great interface between OpenBCI Node_JS for real-time BCI. However, it currently looks like it only supports BLE and not wifi. This is quite limiting under the BLE data bandwidth for 16 channels (128Hz)
Please can you bring in the wifi capabilities.
Thanks so much.
The text was updated successfully, but these errors were encountered: