Bluno终端是拥有集成蓝牙4.0的Bluno开发板并兼容Arduino UNO的无线终端。本应用可以通过蓝牙4.0(BLE)连接到并与Bluno开发板交互。我们可以通过本应用发送AT命令来配置BLE。我们也可以在本应用和Arduino代码程序之间读写数据,只需要初始化相应串口速率为115200(语法: Serial.begin(115200);),然后就可以读写数据了。也可以把Bluno终端看成是一款串口助手应用。程序本身为Windows 8 Store应用,可非常方便改写或增加Windows Phone 8.1应用。程序在Windows 8.1下调试及测试。
2021-09-10 15:19:28 1.47MB Bluno BLE
1
基于BLE技术的小区智能门禁系统设计.pdf
基于ch579实现蓝牙串口透传
2021-09-09 13:04:15 1.42MB 蓝牙串口透传 ble4.2透传
1
USB HID Usage Tables v1.12.pdf Human Interface Device over Bluetooth Low Energy.pdf HOGP_SPEC_V10.pdf HID1_11.pdf
2021-09-08 14:26:43 1.86MB HID资料 BLE
1
NRF 青风蓝牙5.0代码
2021-09-08 14:06:20 97.44MB NRF
1
压塑包包含BLE4.2和BLE5.0协议栈规格源文件,对于深入开发BLE的同志来说,协议栈是最佳的文档,虽然内容比较多,但是包括了BLE开发的全部细节,和全部规范,深入了解BLE协议规格对开发BLE非常关键。
2021-09-07 18:15:12 34.7MB BLE规格书
1
蓝牙5.2核心协议, 主要更新BLE AUDIO. Bluetooth wireless technology is a short-range communications system intended to replace the cable(s) connecting portable and/or fixed electronic devices. The key features of Bluetooth wireless technology are robustness, low power consumption, and low cost. Many features of the specification are optional, allowing product differentiation.
2021-09-06 23:04:37 28.94MB BLE AUDIO LC3 SB
1
BLE测试程序,具有BLE的read,write,notify
2021-09-06 13:10:38 24.41MB BLE notify notification
1
在Vue做项目时,做了一个div[contenteditable=true]的组件作为文本输入框 在非手动输入值后,光标会丢失,经测试以下这段代码可用,直接将光标定位到最后 function keepLastIndex(obj) { console.log(obj) console.log(window.getSelection) console.log(document.selection) if (window.getSelection) { //ie11 10 9 ff safari obj.focus(); //解决ff不获取焦点无法定位问题 var ra
2021-09-03 10:06:40 33KB ab ble c
1
刚接触android, 有个需求需要连接自家的低功耗蓝牙设备, 整合了低功耗蓝牙通讯, 通过二维码(MAC地址)连接蓝牙等功能, 自己项目现在正在用, 功能完全没问题, 只是可能写的并不是很规范, 就是个小工具
2021-09-02 16:35:35 17.14MB ble 低功耗蓝牙 zxing 二维码扫描
1