Skip to content

project-sparthan/sparthan-myo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparthan myo

Arduino ESP32 library to communicate with the Myo Armband (Thalmic Labs) Bluetooth EMG armband. This library is currently a developer preview, and none of the features are guaranteed to be supported in future releases.

Installation

Recommended: Arduino IDE Library Manager

Open the Arduino library manager in the Arduino IDE by navigating to Tools -> Manage Libraries...

Type "Sparthan" in the search box and select "Sparthan Myo"

alt text

Click install. You are now all set, the library manager will automatically notify you of any updates we will release.

Advanced: source code download

Open a terminal window and move to your arduino library directory. Type this command to clone this repo into your library folder.

git clone https://github.com/project-sparthan/sparthan-myo.git

Doing so will allow you to modify the library and keep track of it using version control. This is recommended if you want to make your own contribution to this project.