https://github.com/mhusinsky/vvvv-myo
Using the Myo device within VVVV
https://github.com/mhusinsky/vvvv-myo
c-sharp myo-device vvvv
Last synced: about 2 months ago
JSON representation
Using the Myo device within VVVV
- Host: GitHub
- URL: https://github.com/mhusinsky/vvvv-myo
- Owner: mhusinsky
- Created: 2016-10-23T08:44:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T13:21:15.000Z (over 8 years ago)
- Last Synced: 2025-02-02T14:41:39.729Z (4 months ago)
- Topics: c-sharp, myo-device, vvvv
- Language: C#
- Homepage:
- Size: 839 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vvvv-Myo
Introduction
------------
Node for using the Myo device in VVVV, built upon the MyoSharp wrapper by Nick Cosentino and Tayfun Uzun (https://github.com/tayfuzun/MyoSharp)Usage
-----
The Myo node exposes most of the functionality MyoSharp offers. This includes
* Receiving gesture data from Myo (rest, fist, wave-in, wave-out, spreaded fingers, double-tap)
* Receiving raw EMG data from Myos sensors
* Receiving gyro and accelerometer-data from Myo
* Sending vibration signals to Myo (short, medium, long)
* Unlocking Myo for enabling gestures
** timed: unlock for 2 seconds (value is fixed by Myo SDK and cannot be changed)
** hold: unlock until it Myo is locked again manually
* Request and recieve signal strength (RSSI)Also see the node's help file.
Limitations
-----------
For now this plugin can only use one Myo at a time (and there is no way of setting which Myo it is). I don't have a second Myo to improve and test on this issue so pull requests are welcome ;)Author
------
Matthias Husinsky, 2016License
-------
This software is distributed with the [CC Attribution-ShareAlike 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license.
