Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PerlinWarp opened this issue Oct 26, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@PerlinWarp
Copy link
Owner

PerlinWarp commented Oct 26, 2021

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.

@PerlinWarp PerlinWarp added the enhancement New feature or request label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant