Skip to content

hananabilabd/EMG-Computer-Vision-Classification-using-MYO-ArmBand-Camera-Raspberry-Pi

Repository files navigation

This Project is Created on Raspberry-Pi Using MYO ArmBand with Open-Myo

Python module to get data from a Myo armband using a generic Bluetooth LE interface.

Installation and usage of Open-MYO

This module works with generic Bluetooth LE antennas (e.g. CSR V4.0, Cambridge Silicon Radio or the Bluetooth interface integrated in the Raspberry Pi 3/Raspberry Pi Zero W). This module does not work with the Bluetooth antenna included with the Myo armband because it uses a propietary protocol from Bluegiga.

This module requires the bluepy Python module to work. To install it, run:

$ sudo pip install bluepy

All code using the bluepy module must run with root permissions. To run the example code, execute:

$ sudo python GP.py

The Open Myo module only works on Linux, as the bluepy module is only available for Linux.

Installation PyQt4

$ sudo apt update
$ sudo apt install pyqt4-dev-tools
( to install PyQt4 for Python3 $ sudo apt-get install python3-pyqt4 ))

YouTube Video

Video

Screenshots

EMG Plot Graph1: GitHub Logo

EMG Plot Graph2:

EMG Training: alt text

EMG Testing: alt text

Computer Vision & EMG system Test Semi Real-Time System: alt text

Computer Vision & EMG system Real-Time System: alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages