PerlinWarp / pyomyo

PyoMyo - Python Opensource Myo armband library
MIT License
135 stars 29 forks source link

Add bleak backend to allow people without dongles to use pyomyo #6

Open PerlinWarp opened 3 years ago

PerlinWarp commented 3 years ago

The BLED112 dongle allows the Myo to work on any operating system as it acts as a COM port that forwards serial commands send to it over Bluetooth.

One reason why it's worth doing this is due to the poor cross platform BLE support, however bleak (Bluetooth Low Energy platform Agnostic Klient) may solve this and allow people without a dongle to use pyomyo.

This feature would also act as a stepping stone for makers of open source BLE EMGs to add support for their hardware to pyomyo.

Thankfully, Thalmic Labs released (most of the) the specification here.