Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 558 Bytes

Ionic3 Bluetooth Low Energy Light

Control RoboSmart Bluetooth light bulbs (or the Arduino equivalent) with your phone.

This example builds on the Connect example.

Ionic 3

This project requires Ionic3

npm install -g ionic@latest

Install Cordova just to be safe

npm install -g cordova@latest

iOS

Assuming you have Xcode installed

ionic cordova run ios --device

Note: You might need to open Xcode and set the Team for code signing.

Android

Assuming you have the Android SDK installed

ionic cordova run android --device