一个april beacon里携带的信息如下 ? 1 <code class=" hljs ">0201061AFF4C0002159069BDB88C11416BAC3F33468C2788A3044B0378C60C09417072696C426561636F6E051250002003020A ...
分类:
移动开发 时间:
2016-06-05 12:34:03
阅读次数:
268
本文是对已实现的蓝牙防丢器项目的总结,阐述蓝牙防丢器的原理、实现与Android客户端的蓝牙BLE接口编程。在这里重点关注如何利用BLE接口来进行工程实现,对于BLE的协议、涉及到JNI的BLE接口内部源码实现,笔者以后再详细剖析。但要求读者对BLE协议有一定的认识,如GAP、GATTprofile ...
分类:
移动开发 时间:
2016-06-04 23:42:23
阅读次数:
291
本文从功能需求的角度分析一般蓝牙BLE单芯片的应用框架(SDK Framework)的接口设计过程,并以TI CC2541为例说明BLE的应用开发方法。 一、应用框架(Framework) 我们熟知的Framework包括Android Framework、Linux QT、Windows MFC。 ...
分类:
其他好文 时间:
2016-06-04 23:38:37
阅读次数:
261
generic attribute profile (GATT)
The Generic Attributes (GATT) define a hierarchical data structure that is exposed to connected Bluetooth LE devices.
一.UUID
GATT Services
GATT Attribute Types
...
分类:
其他好文 时间:
2016-05-31 06:32:03
阅读次数:
541
一.概述
The Generic Attribute Profile (GATT) defines a service framework using the
Attribute Protocol. This framework defines proceduresand formats of services
and their characteristics. The procedu...
分类:
其他好文 时间:
2016-05-31 06:32:02
阅读次数:
803
1.2GHz 四核 Broadcom BCM2837 64 位 ARMv8 处理器 板载 BCM43143 WiFi 板载低功耗蓝牙 (BLE) 蓝牙和wifi使用的是BCM43438芯片,博通公司的 1GB RAM 4 个 USB 2 端口 40 针扩展 GPIO HDMI 和 RCA 视频输出 ...
分类:
其他好文 时间:
2016-05-31 00:49:24
阅读次数:
277
1 前言
当前有越来越多的可穿戴设备使用了蓝牙4.0 BLE(Bluetooth Low Energy)。对于iOS开发而言,Apple之前专门推出CoreBluetooth的Framework来支持BLE的开发。对于硬件开发有了解的朋友应该知道,在之前使用低版本的蓝牙的设备,要连接到iOS设备上,需要注册MFI,拥有MFI协议才能进行相应的开发。如果大家关注我之前对LEGO
EV3的研...
分类:
其他好文 时间:
2016-05-30 15:14:08
阅读次数:
314
一.概述
The attribute protocol allows a device referred to as the server to expose a set
of attributes and their associated values to a peer device referred to as the
client. These attributes expose...
分类:
其他好文 时间:
2016-05-28 13:05:48
阅读次数:
215
一.Error Handling
Error Response
The Error Responseis used to state that a given request cannot be performed,
and to provide the reason.
Note: The Write Command does notgenerate an Error Response
...
分类:
其他好文 时间:
2016-05-28 13:05:31
阅读次数:
1070
在一个连接当中,主设备会在每个连接事件里向从设备发送数据包...
分类:
其他好文 时间:
2016-05-04 11:57:47
阅读次数:
160