wesselperik / ACT-Sphero

Application to control a Sphero robotic ball using a web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACT-Sphero

MIT License Gitmoji

This project was made to control Sphero app-enabled robotic balls using a browser instead of the default app. This project is made by Thymo van Beers and Wessel Perik, members of the Saxion HBO-ICT Promoteam (HIP).

Prerequisites

Currently this project runs on two platforms: Linux and macOS.

Linux

  • NodeJS with npm
  • BlueZ (with extra-tools for rfcomm utility)
  • Kernel with CONFIG_BT_RFCOMM and CONFIG_BT_RFCOMM_TTY

macOS

  • None

Build setup

# clone the project
$ git clone https://github.com/wesselperik/ACT-Sphero

# install dependencies
$ npm install

# run according to your operating system
$ npm run linux
$ npm run mac

License

MIT

Copyright

© 2018 Wessel Perik & Thymo van Beers

About

Application to control a Sphero robotic ball using a web browser

License:MIT License


Languages

Language:JavaScript 80.6%Language:Vue 14.5%Language:CSS 3.7%Language:HTML 1.2%