Hi,
I’m trying to use pymindwave2 on Windows 10 with a MindWave Mobile headset.
Bluetooth pairing works and Windows detects the COM ports:
COM8 (Incoming)
COM9 (Outgoing)
ThinkGear Connector shows both ports in the dropdown, but it never connects, it stays on “Scanning…” forever.
Screenshot:
When I run the sample Python code:
mw = MindWaveMobile2()
mw.start()
I always get:
Failed to connect. Maximum number of retries reached.
Log details:
UnicodeDecodeError ... {"status":"scanning"}
Connection timed out. Retrying...
Failed to connect to MindWaveMobile2 device!
Python environment:
Windows 10
Python 3.11
pymindwave2 latest from GitHub
Questions:
Does ThinkGear Connector still support MindWave Mobile on Windows 10/11?
Does pymindwave2 require TGC to successfully connect to the headset?
Is there a way to bypass TGC and connect directly to the COM port?
Thanks!
Hi,
I’m trying to use pymindwave2 on Windows 10 with a MindWave Mobile headset.
Bluetooth pairing works and Windows detects the COM ports:
COM8 (Incoming)
COM9 (Outgoing)
ThinkGear Connector shows both ports in the dropdown, but it never connects, it stays on “Scanning…” forever.
Screenshot:
When I run the sample Python code:
mw = MindWaveMobile2()
mw.start()
I always get:
Failed to connect. Maximum number of retries reached.
Log details:
UnicodeDecodeError ... {"status":"scanning"}
Connection timed out. Retrying...
Failed to connect to MindWaveMobile2 device!
Python environment:
Windows 10
Python 3.11
pymindwave2 latest from GitHub
Questions:
Does ThinkGear Connector still support MindWave Mobile on Windows 10/11?
Does pymindwave2 require TGC to successfully connect to the headset?
Is there a way to bypass TGC and connect directly to the COM port?
Thanks!