This is an example application to that guides you through the basic scaffolding of your application, connecting to your board and finally interacting with it's sensors. This example has only been tested on Android, depending on the state of the IOS implementation it may or may not run there.
Steps to Set up your environment:
- cordova plugin add https://github.com/polyglotprogramminginc/cordova-plugin-metawear
- cordova platform add android
- make sure your ANDROID_HOME is pointing to your android sdk.
- cordova run android
Current functions in the example:
- Scaffoling
- Connecting to your board
- Reading the RSSI value
- Start Accelerometer
- Stop Accelerometer
- Disconnect