Skip to content

A python library that allows interaction with a Myo Armband without the usb bluetooth receiver (dongle).

Notifications You must be signed in to change notification settings

madwilliam/MyoInterface

Repository files navigation

MyoInterface

A way to connect and control Myo Armband without the bluetooth dongle.

This is a python library built on bleak and uses the published bluetooth protocol.

Based on BLE protocals published by Thalmic Labs: https://github.com/thalmiclabs/myo-bluetooth

work done by PerlinWarp : https://github.com/PerlinWarp/pyomyo

Open-Myo: https://github.com/Alvipe/Open-Myo

and FreeMyo.py https://github.com/jshahbazi/FreeMyo.py

This library is very similar to FreeMyo.py, but with more modular functions that offers flexibility to shape the tool towards different purposes.

setup:

dopip install -r req.txt

use Scanning_for_mac_address.py to scan for myoband mac address, mine showed up as DIUxMyo

change the default address in MyoInterface

Examples:

Live EMG visualization

Printing EMG reading

recording Emg data

About

A python library that allows interaction with a Myo Armband without the usb bluetooth receiver (dongle).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published