Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Code don't run in windows #39
Comments
|
Hello, Unfortunately at the moment bluepy, the python library used to to communicate through bluetooth (BLE) does not support windows. There are alternatives to bluepy, but none seem to support all three OS (linux, mac, windows). It seems that windows 10 is particularity difficult to handle, so you may be better off directly trying to use a Raspberry. As for your friend on linux, you must not pass a port as an option (as with the cyton), but the MAC address of the bluetooth dongle. Note also that it should be possible to auto-detect the MAC address if you don't specify any. Good luck! |
jfrey-xx
added the
enhancement
label
Apr 19, 2017
Danielherresan
commented
Apr 20, 2017
|
How do you auto-detect a MAC address? |
Danielherresan
commented
Apr 20, 2017
|
We're actually thankful for your previous answer, sorry for the impoliteness,but the question just popped out of nowhere |
|
No worry about "impoliteness", I do the same ;) The "auto-detect" feature is enabled by default, e.g. to print the values: I agree that the help could be reworked, I forgot to mention the MAC address, I will at least add that. |
jfrey-xx
added a commit
that referenced
this issue
Apr 20, 2017
|
|
jfrey-xx |
83c6d65
|
Danielherresan
commented
Apr 20, 2017
|
Thank you for your previous answer |
|
Did you install bluepy externally? You have to fetch the version that is comprised within this repository (clone with recursive option, compile, etc), see the "Ganglion Board" section in the Readme. Do no hesitate to comment if the help does not make sense or is not well phrased, we may try to improve that part thanks to your feedback ;) |
Danielherresan
commented
Apr 21, 2017
•
|
Thank you for your answer, |
Danielherresan commentedApr 19, 2017
•
edited
Please sorry my redaction, the english it's my second language.
I am trying to run this code in windows 10, after that i used Zadig tool for using my ganglion board, streaming the signal with OpenBCI GUI and this works fine.
My goal its run in python a algoritm of machine learning using a Rasphery like processing plataform. I am familiarizate with python then its very helpfull this code. I need Know how i can run it on Windows.
A friend have linux and in this enviroment install all requirements it's very easy, but dont found the ganglion board in the port 0,1,2,3...30. If you can help me i will be very glad.