Skip to content

pham-tuan-binh/duck-hunt-neural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMG and IMU Mouse Control

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.

Installation

Requirements

  • Python 3.8 or higher
  • Poetry
  • NumPy
  • Mindrove
  • PyAutoGUI
  • Matplotlib

Setup

  1. Install Poetry:
    pip install poetry
  2. Install Dependencies:
    poetry install

Running the Script

To start the EMG-based mouse control:

poetry run python -m mindrove_armband

Credits

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.

About

Control a mouse using an EMG + IMU armband

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages