myo_sphero

Using the Myo armband to control the Sphero

MIT License

Downloads
26
Stars
16
Committers
2

#Using the Myo Armband to control the Sphero robotic ball.

####To run this app, follow these steps:

  1. Clone this repo.
  2. Install node on your computer if you haven't already http://nodejs.org
  3. Run 'npm install' in your terminal to install the dependencies needed.
  4. To find the reference of the Sphero on your computer, run 'ls /dev/tty.Sphero*' in your Terminal and copy the path returned.
  5. Paste this path in the index.js file when the 'device' variable is declared.
  6. Enable the bluetooth connection on your computer.
  7. Wear the Myo armband and execute the unlock gesture.
  8. Run 'node app.js' in your terminal and enjoy!

You should see a message in your terminal when the Sphero is connected but it may take a few seconds. If nothing seems to happen just relaunch the app.

##Current controls:

  • Wave in to make the ball go left.
  • Wave out to make the ball go right.
  • Close your fist to make the ball go forward.
  • Spread your fingers to stop the ball from rolling.

##Frameworks:

##Next steps:

  • Create custom gestures?
Package Rankings
Top 14.94% on Npmjs.org
Related Projects