You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
thanks for providing us this starting point. The first question is whether the development of this project is still active. I am trying to make it work against the "Emotive Flex" device over Python 3.12 in Ubuntu.
The first thing I found is that hidapi does not work in Python 3.12. I made a few changes to use the hid library, and it seems to work. However, it does not recognize the dongler (which has idVendor:idProduct=1915:c00a)
Bus 003 Device 005: ID 1915:c00a Nordic Semiconductor ASA nRF52 Connectivity
Also, it seems that the epoc.rules depends on a decrypt_emotiv.sh which is not in the project. Is it something I should write by myself? or is something that was unintentionally not packed here?
I attach here the outputs I get from example.py and hdi_info.py