lihas / NeuroPy

NeuroPy library written in python to connect, interact and get data from neurosky's MindWave EEG headset.
88 stars 54 forks source link

Add support for RF mindwave variant #9

Closed nekromant closed 6 years ago

nekromant commented 6 years ago

Hi! Thanks a lot for your work on this tool.

These patches add support for RF mindwave variant (hopefully) without breaking compatibility with bluetooth headset variant.

P.S. Have you considered the python3 port?

lihas commented 6 years ago

Python3 port - not yet. Any advantage that it will offer?

nekromant commented 6 years ago

I thought of making a gui with pyqt5 and PyQtChart (even made a draft version of it, before noticed it's all python3 mostly;) ). The biggest PITA is missing .decode('hex') in python3, the rest should be simple enough.