ELM327 can be divided into different categories according to the different ways 1) Operating system ELM327 are designed to work on various systems, An ...
分类:
其他好文 时间:
2016-09-16 17:00:41
阅读次数:
223
插件cordova官网cordova-plugin-ble-central 1.开启本机蓝牙 ble.enable( function() { console.log("Bluetooth is enabled"); }, function() { console.log("The user did ...
分类:
其他好文 时间:
2016-09-13 19:09:21
阅读次数:
1079
By default the bluetooth module HC-05 sets baud rate at 38400, data bits 8, Stop bits 1 All schematics of this bluetooth module can be found at : http ...
分类:
系统相关 时间:
2016-09-05 19:02:15
阅读次数:
321
rfkill是一个内核级别的管理工具,可以打开和关闭设备的蓝牙和wifi。 #列出所有可用设备rfkill list 输出如下:0: phy0: Wireless LAN Soft blocked: no Hard blocked: no2: hci0: Bluetooth Soft blocked ...
分类:
其他好文 时间:
2016-09-01 09:24:51
阅读次数:
346
Core Bluetooth 框架在Mac和iOS平台,为配备了低功耗蓝牙无线技术的设备提供了进行通信所需要的类。例如,您的应用程序可以发现,探索,和低功耗的外围设备进行交互,如心率监视器、数字温控器。作为OS X v10.9和iOS 6,Mac和iOS设备也可以作为低功耗蓝牙外设,提供服务数据到其 ...
分类:
其他好文 时间:
2016-08-26 18:25:45
阅读次数:
132
原文地址:http://blog.csdn.net/dolacmeng/article/details/46489823 1.中心设备和外围设备以及它们在蓝牙通讯中的角色。 在所有的BLE( Bluetooth low energy,下文简称蓝牙4.0 )通讯中都涉及2个主要的角色:中心设备和外围设 ...
分类:
移动开发 时间:
2016-08-24 14:35:25
阅读次数:
252
关键词 ZigBee Sniffer 协议 分析仪 自制 CC2530 CC2531 在开发ZigBee / Bluetooth的过程,难免会要用到Sniffer工具,Packet Sniffer是SmartRF Studio的组件,也可以单独安装,下载地址是:http://www.ti.com/t ...
分类:
其他好文 时间:
2016-08-19 15:00:10
阅读次数:
295
蓝牙Profile Bluetooth的一个很重要特性,就是所有的Bluetooth产品都无须实现全部 的Bluetooth规范。为了更容易的保持Bluetooth设备之间的兼容,Bluetooth规范中定义了Profile。Profile定义了设备如何实现一种连接或者应用,你可以把Profile理 ...
分类:
其他好文 时间:
2016-08-11 11:22:19
阅读次数:
153
原文网址:http://southpeak.github.io/blog/2014/07/31/core-bluetoothkuang-jia-zhi-er-:hou-tai-chu-li/ 在开发BLE相关应用时,由于应用在后台时会有诸多资源限制,需要考虑应用的后台处理问题。默认情况下,当程序位于 ...
分类:
其他好文 时间:
2016-08-04 10:27:13
阅读次数:
618
原文网址:http://southpeak.github.io/blog/2014/07/29/core-bluetoothkuang-jia-zhi-%5B%3F%5D-:centralyu-peripheral/ iOS和Mac应用使用Core Bluetooth framework来与BLE( ...
分类:
其他好文 时间:
2016-08-04 10:19:25
阅读次数:
654