An Android or iOS device with Bluetooth 4.1
if you use Android you will need install all Android depedencies to develop:
Otherwise if you use an iOS System like iPhone or iPad you will need to install XCode and enroll on the Developers Program on iTunes:
- install nodejs and npm
- npm install -g cordova
- cordova plugins add cordova-plugin-ble-central --save
- cordova platforms add android|ios
- cordova run android | ios
- It's important that your phone has Developers Options enabled
- Galaxy phones & Macbook users may have some trouble running the application on the phone, we followed the steps listed on here to solve this