randdusing / ng-cordova-bluetoothle

Angular 1.x wrapper for the PhoneGap/Cordova Bluetooth Low Energy Plugin
Other
47 stars 34 forks source link

operation unsupported #30

Closed Amarpret closed 8 years ago

Amarpret commented 8 years ago

cordova bluetoothle all operation return this error: error:{ "error":"unsupported","message":"operation unsupported" } what is soluction

randdusing commented 8 years ago

Either the plugin wasn't properly installed or it's being user on an improper environment like Browser.

Amarpret commented 8 years ago

i am installed cordova plugin add cordova-plugin-bluetoothle

randdusing commented 8 years ago

Try out the Ionic based example

Amarpret commented 8 years ago

i am confuse, basically i want to read the value from BLE device from my ionic app. what i do.

randdusing commented 8 years ago

Example is your best resource if you're already using Ionic