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).
Currently this project runs on two platforms: Linux and macOS.
- NodeJS with npm
- BlueZ (with extra-tools for rfcomm utility)
- Kernel with CONFIG_BT_RFCOMM and CONFIG_BT_RFCOMM_TTY
- None
# 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
© 2018 Wessel Perik & Thymo van Beers