abrabr / leap_sphero

Experiment using the Leap Motion to control the Sphero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Control the Sphero with the Leap Motion.

####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, turn your bluetooth on, connect to the Sphero and then, 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. Run 'node app.js' in your terminal.

And you're done! You should see the Sphero connected in your terminal.

Have fun and let me know if you have any issues or questions!

##Current controls:

  • Move your fingers/hand UP or DOWN to make the ball stop.
  • Push forward to make Sphero go straight ahead (heading of 0°)
  • Pull backward to make Sphero go backward (heading of 180°)
  • Swipe left to make Sphero go left (heading of 270°)
  • Swipe right to make Sphero go right (heading of 90°)

##Next steps:

  • Try to create modules to make the Sphero move following a pattern (ex: square).

About

Experiment using the Leap Motion to control the Sphero

License:Other


Languages

Language:JavaScript 61.6%Language:CSS 29.2%Language:HTML 9.2%