Environment
- BrainFlow: 5.22.1
- Python: 3.11
- OS: Windows 11 Home build 26200
- Bluetooth adapter: TP-Link UB500 (Bluetooth 5.4)
- Intel Bluetooth disabled
- Device: Muse S Athena
- Device name: MuseS-0B12
- MAC: 00:55:da:ba:0b:12
Code
import time
from brainflow.board_shim import BoardShim, BrainFlowInputParams, BoardIds
BoardShim.enable_dev_board_logger()
params = BrainFlowInputParams()
params.mac_address = "00:55:da:ba:0b:12"
params.timeout = 15
board = BoardShim(BoardIds.MUSE_S_ATHENA_BOARD.value, params)
print("Preparing session...")
board.prepare_session()
Observed behavior
BrainFlow discovers and connects to the device successfully but fails during prepare_session().
Logs
Found MuseAthena device
Connected to MuseAthena Device
found control characteristic 273e0001-4c4d-454d-96be-f03bac821358
found characteristic 273e0013-4c4d-454d-96be-f03bac821358
found characteristic 273e0014-4c4d-454d-96be-f03bac821358
Failed to notify for
0000fe8d-0000-1000-8000-00805f9b34fb
273e0014-4c4d-454d-96be-f03bac821358
BrainFlowError:
GENERAL_ERROR:17 unable to prepare streaming session
Additional notes
- Muse connects normally to phone app.
- BlueMuse also discovers the device but fails to stream.
- Problem appears related to BLE notify subscription on characteristic
273e0014.
Environment
Code
Observed behavior
BrainFlow discovers and connects to the device successfully but fails during
prepare_session().Logs
Additional notes
273e0014.