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
- Host: GitHub
- URL: https://github.com/don/ble-scan
- Owner: don
- Created: 2017-01-04T23:19:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T23:20:07.000Z (over 9 years ago)
- Last Synced: 2025-10-18T05:17:32.871Z (8 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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