Skip to content

Latest commit

 

History

History

neopixel

Ionic3 Bluetooth Low Energy NeoPixel

Ionic3 port of NeoPixel Lamp from Make:Bluetooth book

See https://github.com/MakeBluetooth/ble-neopixel/

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

Android

Assuming you have the Android SDK installed

ionic cordova run android --device