Questions tagged [myo]

The Myo armband measures electrical activity in muscles, as well as forearm motion, to wirelessly control computers, phones and other digital technologies using natural gestures. Use this tag for anything related to Myo development.

The armband measures electrical activity in muscles, as well as forearm motion, to wirelessly control computers, phones and other digital technologies using natural gestures. A list of available applications can be found here.

developers have access to an open SDK that includes complete documentation and sample applications. This tag should be used for all questions related to development.

Firmware

  • Myo Firmware 1.5.1970 (Oct 20, 2015)
  • Myo Alpha Firmware 1.1.5 (Dec 19, 2014)

SDK Versions:

  • Windows
    • Myo Connect for Windows 1.0.1 (Sep 18, 2015)
    • Windows SDK 0.9.0 (Jun 10, 2015)
  • Mac
    • Myo Connect for Mac 1.0.1 (Sep 18, 2015)
    • Mac SDK OS X 0.9.0 (Jun 10, 2015)
  • iOS
    • iOS SDK 0.5.2 (Jun 12, 2015)
  • Android
    • Android SDK 0.10.0 (Dec 19, 2014)
  • Unity
    • The Unity package is included in the Windows and Mac SDKs.

Developer Links

Myo Market Submission Links

47 questions
6
votes
1 answer

Unsatisfied Link Error when initializing Myo hub on Android

I'm developing an Android application which will use Myo armband. I want to implement it as an accessibility service, so that gestured detected by the armband could, e.g. navigate home etc. I'm trying to initialize the hub, but the app stops with…
jasiek.miko
  • 471
  • 6
  • 12
3
votes
1 answer

How to use the EMG Raw Data in Myo Armband

I'm working on a project to try to recognize some movements/poses for use in rehabilitation therapy using Myo Gesture Control Armband. I have three questions: Which is the maximum and minimum value that EMG Raw Data returns? How do you interpret…
Haroldo Gondim
  • 7,725
  • 9
  • 43
  • 62
2
votes
2 answers

Enable bitcode Xcode 7.1

I'm having this error in XCode 7.1 when building the application for iOS9: (...) MyoKit(TLMHub.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or…
Mark
  • 113
  • 7
2
votes
1 answer

Myo and Node.js: Roll/Pitch/Yaw from Quaternion

Is there a library or quick function to calculate roll/pitch/yaw from a Quaternion? The Node.js Myo library only gives a raw quaternion and does not give roll/pitch/yaw, which Myo's other libraries seem to provide. The only javascript library that…
woojoo666
  • 7,801
  • 7
  • 45
  • 57
2
votes
1 answer

Canvas.js chart not updating with new data

I'm using CanvasJS to create a line graph based on some numbers coming in from my Myo. When new data comes in, the graph doesn't update. Since I don't populate the graph with initial data points, it stays empty forever. My code: Here
Eric
  • 305
  • 1
  • 5
  • 13
2
votes
1 answer

How to save current value of constantly changing variable?

I'm storing a degree reading from a sensor in a type double variable in a WPF application, degreeOutput from a Thalmic Lab's Myo sensor. The value stored in the variable is constantly changing as the user moves their arm, but I want to store the…
Brian Var
  • 6,029
  • 25
  • 114
  • 212
2
votes
1 answer

GLKQuaternion in Swift

Trying to re-write Objective-C code written for the Myo I came across the GLKQuaternion class which is a union and doesn't seem to be supported in Swift (Using GLKMath from GLKit in Swift). What I am looking for is a workaround to get this to work.…
Michael Yagudaev
  • 6,049
  • 3
  • 48
  • 53
1
vote
0 answers

Java connection to myo

I have a question about the connection from a java application on windows 7 to the myo. I tried it with the myo-java code and I get an error as soon as the connecter has synchronized with the myo. The error: A fatal error has been detected by the…
1
vote
0 answers

Quaternion frame of reference

I have this Myo armband which has a IMU built in, and in python I want to get the roll-pitch-yaw in my desired frame of reference. It works well in the same position with the computer, but if I e.g. move to the opposite side of the table I will get…
giggitygoat
  • 99
  • 2
  • 11
1
vote
1 answer

Cannot connect Myo with Unity project built for Mac

Myo cannot connect with a Unity 5 project built for Mac. It says: Cannot contact Myo Connect. Is Myo Connect running? However, it works in the editor. I'm Using Unity 5. Any ideas?
Mark
  • 113
  • 7
1
vote
1 answer

How to access ScrollRect items and get it selected and clicked?

I am using Myo so my inputs are not the same as keypress and mouse. I am trying to access items in the scroll UI Panel. Here is a snapshot of my Unity3D hierarchy. https://i.stack.imgur.com/jk6yq.jpg As you can see, I have -StoreMenu -ScrollPanel …
Axil
  • 3,606
  • 10
  • 62
  • 136
1
vote
0 answers

Controlling the AR Parrot Drone fails due to SyntaxError: Unexpected reserved word

I am trying to control the AR Parrot Drone 2.0 using Myo Armband. However even though my Myo band is well-calibrated and I am connected to the wireless network of the drone through OSX Yosemite, when I run the following code: var arDrone =…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
1
vote
0 answers

How to wrap java events with javascript interface on android

I am trying to wrap java events of Myo armband Android SDK using javascript interface on android so that I will be able to implement the event in javascript and build my app with javascript afterwards. private DeviceListener deviceListener = new…
angrylemon
  • 436
  • 3
  • 8
1
vote
0 answers

Simulating keypress events to navigate a website

I'm working with Myo. It's an armband which connects to the computer via Bluetooth. It can detect movement of hand and can detect several gestures, such as 'wave_left' , 'wave_right' , 'fingers_spread', 'fist' mainly. Now I've to write the…
Rafaf Tahsin
  • 7,652
  • 4
  • 28
  • 45
1
vote
1 answer

How to solve dyld: Library not loaded error in a python wrapper for a Myo

So I'm tinkering around with a Myo Armband. And I found out that there are some Python wrappers / bindings for it (https://github.com/smartin015/MYO-python). However, I'm getting an error when I try to run the examples. dyld: Library not loaded:…
mishap_n
  • 578
  • 2
  • 10
  • 23
1
2 3 4