A Cordova application that adjust your music to your heartbeat.
The application works with an Arduino assembly with a Flora V3, a Bluefruit LE (for the bluetooth communication) and a Pulse Sensor from pulsesensor.com.
The video explaining the project (in french) : Sportify
First you need to setup a Cordova application. Find more informations here : Apache Cordova
You also need to install some plugins :
- Cordova plugin whitelist
- Cordova plugin browsersync (to debug easly)
- Cordova Spotify OAuth
- Cordova Spotify
- Cordova Ble Central (bluetooth compatibility)
You also nned to setup your own Serverless service for AWS Lambda for the Spotify OAuth plugin as mentionned here Then, you need to connect your own Bluetooth device and connect it to the app !
OTHER USAGE : Now, you can simply download the /cordova_app folder and then run the command cordova platform add android
and then cordova run android --device
to start the app on your Android device !
Note: A new version of the application is available here : https://github.com/Minifixio/sportify_ionic