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
0
votes
0 answers

How to call serial port data when applying AMPD algorithm in pycharm

The python code is as follows. Obviously,this algorithm is able to work when the waveform/data is certain. I wonder how to call the data collected by the arduino and apply it to this algorithm in real time. import numpy as np def AMPD(data): …
0
votes
0 answers

I need to extract 1D array EMG data from MYO gesture control Armband

I am using this program. I opened it with Python 3.8.5 IDLE. When I start running myo.py, the program works well, every 0,1 second give me back some sort of data with hexadecimal number in it. But after I make a wrong hand gesture with my hand, or…
0
votes
1 answer

Myo bracelet; How go from quaternion to forearm direction unit vector?

I am doing a project with a myo bracelet. The bracelet uses quaternions to track it's orientation. What I want is a vector that points in my forearms direction without orienation, i.e. I only want a unit vector that represents my forearm. Is this…
molleweide
  • 39
  • 1
  • 7
0
votes
1 answer

Machine Learning for gesture recognition with Myo Armband

I'm trying to develop a model to recognize new gestures with the Myo Armband. (It's an armband that possesses 8 electrical sensors and can recognize 5 hand gestures). I'd like to record the sensors' raw data for a new gesture and feed it to a model…
0
votes
0 answers

Saving myo data in background and processing it on iOS

Is it possible to collect data, when application is in the background mode and store it in iphone's memory, for example: NSUserDefaults? I have connected my app to myo device checked "Uses Bluetooth LE accessories" and used …
fabsiun
  • 1
  • 2
0
votes
1 answer

Receive data from Myo and show it on a c# chart

I'm trying to show Myo datas on a chart using c#. I receive the data from Myo and sends it to chart but it won't show anything. Examples on the net hasn't helped me! this is the code (I think i have thread but don't know much, producer class…
Soroush Hosseinpour
  • 539
  • 1
  • 6
  • 25
0
votes
0 answers

How can I create a connection to a myo on Android Studio 3.3

I want to create a native Android for Android 6.0.1 which works with a Myo gesture controller. But I only find applications which are working gradle build version 1.3.0 and Android Studio 3.3 doesn't support this version any more. I tried different…
0
votes
2 answers

BLE Indicate UWP GATT Client

I was wondering, if there is a problem with the UWP Bluetooth API and Indicate. If I understand the documentation correctly UWP will handle the Acknowledgment of a received Indicate package. But for some reason, the sample code works for notifys…
Marcel
  • 43
  • 6
0
votes
1 answer

UWP Bluetooth LE InvalidCastException

i want to connect the myo wristband to the hololens. This is the end goal, but I am anyway but close to that :-/ The idea is to set up a Bluetooth LE Connection with UWP. I wanted to do this, as explanined in this Microsoft Document The search…
Marcel
  • 43
  • 6
0
votes
2 answers

Receiving data from Myo stops after a while

I am using this (https://github.com/dzhu/myo-raw) project to connect Myo Armband to my PC (running on Windows) and receive raw EMG data. I have two problems related to this: 1) Data receiving is extremely slow, but the author had warned about this.…
0
votes
0 answers

java.lang.UnsatisfiedLinkError: com.android.tools.fd.runtime.IncrementalClassLoader$DelegateClassLoader[DexPathList

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.thalmic.android.sample.helloworld, PID: 16803 java.lang.UnsatisfiedLinkError: com.android.tools.fd.runtime.IncrementalClassLoader$DelegateClassLoader[DexPathList[[dex file…
0
votes
1 answer

Myo armband gestures in MATLAB (Unable to compile the .m or .mex file)

I need some help to make a myo-mex file to work. I don't know how to change the compiler options so that the mingw supports ISO c++ 2011. The github repository where the code is can be found here: https://github.com/mark-toma/MyoMex. The error…
Martin Jensen
  • 35
  • 1
  • 8
0
votes
1 answer

Importing projects and libries into android studio for dummies?

I'm trying to import this as a library in a project I'm working on in Android Studio: https://github.com/d4rken/myolib I cant workout exactly how to do it. even before I try to do this, I tried to open the project using new->Import project->…
Rhdev
  • 130
  • 10
0
votes
2 answers

Android application is not opening on emulator and real phone

i have a problem in running my App on the simulator or even the real android phone even there are no syntax errors, when i run the vertual phone it opens but the application don't work and i get the message "can't initialize HUB" as in the image,…
mohammad
  • 2,142
  • 7
  • 35
  • 60
0
votes
1 answer

Myo android first connection

I am very new to android. I am trying to follow this Myo android tutorial But I am facing a lot of problems since I don't know a lot about android. My first problem is with placing the sdk , I downloaded it, and it is written that I have to add the…
mohammad
  • 2,142
  • 7
  • 35
  • 60