搜索资源列表
DEUID-master
- ios设备 各类通用ID类型 源码实现及模拟器实现-UDID UUID等
BluetoothECG
- bluetoothDraw的实时绘制心电图Demo,集合了蓝牙连接,搜索,扫描。自定义SurfaceView,背景画布网格绘制。自需要换UUID就能实时连接获取数据。-bluetoothDraw real-time rendering electrocardiogram Demo, a collection of Bluetooth connectivity, searching, scanning. Custom SurfaceView, background canvas draw grid
UartByByte
- BLE 自訂義UUID傳輸,傳輸資料格是主要是使用Byte格式。-Reader and writer data with BLE device, data format is Byte
ble-nRFToolbox
- nordic厂商的一个管理心率,计步等的app ,网上一般都是只有一个apk,对于需要修改对于设备uuid的用户网上的apk并不适用,这个可以根据设备进行调整。-app a heart nordic management vendors, such as counting steps, usually only one online apk, the need for modifications to the online user apk equipment uuid does not app
ble-master
- 蓝牙 , apicloud用于蓝牙扫描,包括Mac , name , uuid(bluetooth apicloud incoloud Mac , name , uuid)
AmoMcu-v2
- 实现ble硬件与安卓端通信,通过设定已知或自定义的uuid(Implementation of ble hardware and An Zhuoduan communication)
MyGatt
- BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,B