# ble_test **Repository Path**: black-room/ble_test ## Basic Information - **Project Name**: ble_test - **Description**: 这个项目测试开发蓝牙的加密解密功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ionic3 Bluetooth Low Energy Connect Scan for and connect to the Bluetooth Low Energy device. This example builds on the Scan example and adds a detail page with information about the connected peripheral. ## 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 Note: You might need to open Xcode and set the Team for code signing. ## Android Assuming you have the Android SDK installed ionic cordova run android --device