apsense / cordova-ble

Bluetooth Low Energy plugin for Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova BLE Plugin

The plugin has functions that allows your app to act as a BLE client. You can:

  • scan for devices
  • connect to them
  • list services, characteristics and descriptors
  • read and write characteristics and descriptors
  • request notification
  • poll RSSI (signal strength)

To build documentation, run this command: jsdoc -l -c conf.json ble.js

This plugin is implemented on Android and iOS.

See this for a general introduction to BLE programming.

See the reference documentation (source code) for details.

See EvoThingsExamples for examples.

About

Bluetooth Low Energy plugin for Cordova

License:Apache License 2.0


Languages

Language:Objective-C 58.5%Language:Java 21.9%Language:JavaScript 19.6%