This project is a snippet from my YouTube video on basic EMG development. By using this with a MindRove Arb device, you can control your mouse cursor using muscle contractions and perform left clicks by flexing your arm muscle.
This setup is perfect for demonstrating unique interactions, such as playing Duck Hunt or other simple mouse-controlled games. For advanced gesture recognition, consider exploring NaviFlame, which can detect up to seven distinct gestures.
- Python 3.8 or higher
- Poetry
- NumPy
- Mindrove
- PyAutoGUI
- Matplotlib
- Install Poetry:
pip install poetry
- Install Dependencies:
poetry install
To start the EMG-based mouse control:
poetry run python -m mindrove_armband
Special thanks to Daniel The Fox for creating Duck Hunt Remastered. This project was done with the thought that by a modernized Duck Hunt deserves an equally innovative control interface.