-
Notifications
You must be signed in to change notification settings - Fork 6
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
Low Energy Bluetooth Problem #21
Comments
Hi Andira, Muse is not using BLE. To find it, use bluetoothctl->scan on. (My muse date back to a few years, I don't know if it changed since) To pair with the device, install and start blueman (bluetooth manager). This program will handle the authentication step required to pair with the Muse. When blueman pop-up a dialog window, simply click on confirm. Configs I had to change:
As you guessed, to start the BrainTone example run ./launch_braintone_x86 start This sequence: Tells you that IntelliPi is in pairing mode and looking for hardware. Now braintone is designed to run with a piezobuzzer hooked to a GPIO. It display the frequency because if you don't have a Piezo connected, then nothing would happen. (circuit schematics: Braintone Tutorial ) With the fixes in the config file and blueman running, IntelliPi should find your muse connect to it and begin the training as part of the braintone program. You can look into the source code for Braintone, main.c and feature_processing.c will show you how it's done. Let me know how that goes |
@Fred-Simard thank you for your reply. I read the new Muse 2016 is BLE from this data http://developer.choosemuse.com/hardware-firmware/bluetooth-connectivity I just bought muse for a week and I think I got the 2016 version. I'll try your tips. thank you |
This guy developed a python API for the Muse 2016, I suggest you check it out: |
@Fred-Simard |
If the Muse 2016 is using BLE, then the IntelliPi won't work. Before 2016, the muse was connecting of RFCOMM. I think the 2016 connects over GATT (SPP over gatt, maybe), and I'm not sure this is compatible with how we did it. |
I have a problem connecting raspberry pi bluetooth to Muse EEG headband. it won't detect the headband bluetooth using
hcitool scan
But I can scan using the low energy scanninghcitool lescan
. I've obtained the mac address of the headband and insert it to the<remote addr>
tag in the file data_config.xml, I started the program but it only showedfreq:0 freq:750 freq:0 freq:750 freq:0 freq:750 freq:0 freq:750 freq:0 freq:750 freq:0 freq:750 Data interface->Searching for hardware...
and so on nonstop.
I can connect to muse eeg using
bluetoothctl
command and tried to run the program when connected to the headband but the same thing happened.Thank you in advance.
The text was updated successfully, but these errors were encountered: