An open API service indexing awesome lists of open source software.

https://github.com/don/ble-scan

Simple demo using cordova-plugin-ble-central to scan for Bluetooth low energy peripherals
https://github.com/don/ble-scan

Last synced: 4 months ago
JSON representation

Simple demo using cordova-plugin-ble-central to scan for Bluetooth low energy peripherals

Awesome Lists containing this project

README

          

# BLE Scan

This project a very simple app that uses [cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central) to scan for Bluetooth low energy peripherals.

## iOS

$ git clone https://github.com/don/ble-scan.git
$ cd ble-scan
$ cordova platform add ios
$ cordova run ios --device

Note: the first time you run on iOS, you might need to open Xcode and set the development team used for code signing.

$ open platforms/ios/BLE\ Scan.xcworkspace/

## Android

$ git clone https://github.com/don/ble-scan.git
$ cd ble-scan
$ cordova platform add android
$ cordova run android --device