/cordova-plugin-myo-demo

Example app to demonstrate the usage of the cordova-plugin-myo

Primary LanguageJavaScriptOtherNOASSERTION

cordova-plugin-myo-demo

Sample application to demonstrate the usage of the cordova-plugin-myo project.

Sample app for Android

Android app on Google Play

Installation

  1. (Prerequisite) If you haven't already, download and install the Android SDK Build Tools and the Cordova CLI
  2. Clone this repository in your computer:
    git clone https://github.com/TribalyteTechnologies/cordova-plugin-myo-demo.git
  3. Go to the project root folder:
    cd cordova-plugin-myo-demo
  4. Add the cordova-plugin-myo:
    cordova plugin add https://github.com/TribalyteTechnologies/cordova-plugin-myo.git
  5. Add the Android platform:
    cordova platform add android
  6. Connect a compatible Android device and launch the application:
    cordova run android
  7. Make sure the Bluetooth interface of the mobile device is on.
  8. Make sure the Myo device is on (put it on or shake it until the light starts blinking).

Features

  • Connect the Myo device using the attach buttons or the scan dialog available in the GUI
  • Check the information of the connected Myo
  • Make the Myo vibrate

    Application screenshot

License

The MIT License (http://www.opensource.org/licenses/mit-license.html)

Copyright (c) 2014 Tribalyte Technologies S.L. (http://www.tribalyte.com/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.