Coder Social home page Coder Social logo

myo-logger's Introduction

Myo-Logger

Communicate with Myo at Thalmic Lab and record EMG raw data and IMU data in a csv files. Compatible with Myo-firmware-v1.0 or later.

Usage

git clone https://github.com/retact/Myo-Logger.git
cd Myo-Logger

Insert the included BluegigaBLED112 dongle into the USB port.

To use the Myo-Logger, you might need to know the name of the device corresponding to the Myo dongle. The programs will attempt to detect it automatically, but if that doesn't work, here's how to find it out manually:

  • Linux: Run the command ls /dev/ttyACM*. One of the names it prints (there will probably only be one) is the device. Try them each if there are multiple, or unplug the dongle and see which one disappears if you run the command again. If you get a permissions error, running sudo usermod -aG dialout $USER will probably fix it.

  • Windows: Open Device Manager (run devmgmt.msc) and look under "Ports (COM & LPT)". Find a device whose name includes "Bluegiga". The name you need is in parentheses at the end of the line (it will be "COM" followed by a number).

  • Mac: Same as Linux, replacing ttyACM with tty.usb.

exmample

-mac

python myo-logger.py --tty /dev/tty.usb*

-linux

python myo-logger.py --tty /dev/ttyACM*

myo-logger's People

Contributors

retact avatar

Stargazers

 avatar  avatar

Watchers

 avatar

myo-logger's Issues

Python3.5への対応

  • キーワード引数の削除

    now = datetime.fromtimestamp(time.time()).isoformat(timespec='seconds')

    キーワードパラメータtimespecが対応していない
    この引数を消すだけで改善される

  • 関数の変更

    data_queue = queue.SimpleQueue()

    Python3.7以降に追加されたSimpleQueue()が使えない
    Queue()に変更することで解決できる

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.