hcilab / MyoStream

A reusable tool for Processing allowing the streaming of EMG data directly from the Myo armband through Bluetooth Low Energy
4 stars 2 forks source link

Compatibility with Windows / Mac #1

Open aarontabor opened 7 years ago

aarontabor commented 7 years ago

Currently, I've only tested this project on Linux. This issue will be a place to post results from testing on Windows and Mac computers.

note: In Linux, I need to run the program as root, since I'm accessing an arbitrary hardware device. Does the program need to be run as an administrative user on Windows and Mac?

Results

MThogersen commented 6 years ago

I can confirm that the code works for windows as well 👍 good job. The "disable sleep mode" was what I missed from the official SDK and here it is!

aarontabor commented 6 years ago

Awesome, thanks for your help!