大约有 13,700 项符合查询结果(耗时:0.0090秒) [XML]

https://community.appinventor.... 

[SOLVED] Can't send payload > 23bytes(MTU setted to 128bytes) - #9 by ...

...cheme is dark */ /* user picked a theme a light scheme and also enabled a dark scheme */ /* deal with light scheme first */ @media (prefers-color-scheme: light) { :root { --primary: #222222; --secondary: #ffffff; --tertiary: #008...
https://bbs.tsingfun.com/thread-1501-1-1.html 

ble 蓝牙透传代码怎么写? - 创客硬件开发 - 清泛IT社区,为创新赋能!

... = UUID.fromString("0000fff0-0000-1000-8000-00805f9b34fb"); 向ble写数据的特征id: WRITE_UUUID = UUID.fromString("0000fff2-0000-1000-8000-00805f9b34fb"); 从ble读数据的特征id:  NOTIFY_UUUID = UUID.fromString("0000fff1-0000-1000-8000-00805f9b34fb&q...
https://bbs.tsingfun.com/thread-1844-1-1.html 

BLE &APP交互学习教程01——下发指令 - 创客硬件开发 - 清泛IT社区,为创新赋能!

BLE模块性价比高,无需配对就可以连接使用,从本节开始,我们着重来学习使用BLE控制和显示。 1.界面设计 2.逻辑设计 3.APP工程 4.下位机工程 {:8_381:}
https://www.fun123.cn/reference/other/IoT.html 

使用App Inventor 2 控制物联网设备/低功耗蓝牙设备(BLE) · App Inventor 2 中文网

... 使用App Inventor 2 控制物联网设备/低功耗蓝牙设备(BLE) « 返回首页 使用 MIT App Inventor 控制低功耗蓝牙设备 本文介绍了用于低功耗蓝牙 (BLE) 设备的 App Inventor 组件的初始设计和测试。 从家...
https://www.fun123.cn/referenc... 

App Inventor 2 低功耗蓝牙 BlueToothLE 拓展 · App Inventor 2 中文网

... 事件 « 返回首页 最新版拓展下载: edu.mit.appinventor.ble-20230728.aix 低功耗蓝牙,也称为蓝牙LE 或简称 BLE,是一种类似于经典蓝牙的新通信协议,不同之处在于它旨在消耗更少的功耗和成本,同时保持同等的功能。 因此,低...
https://bbs.tsingfun.com/thread-1393-1-1.html 

BLE技术内幕】BLE技术揭秘 - 创客硬件开发 - 清泛IT论坛,有思想、有深度

文章源自:http://doc.iotxx.com/index.php?title=BLE技术揭秘 BLE技术揭秘 BLE是低功耗蓝牙的英文缩写(Bluetooth Low Energy),是蓝牙4.0版本起开始支持的新的、低功耗版本的蓝牙技术规范。蓝牙技术联盟(Bluetooth SIG)在2010年发布了跨...
https://bbs.tsingfun.com/thread-1698-1-1.html 

创建并发送BLE蓝牙广播 - 创客硬件开发 - 清泛IT社区,为创新赋能!

在MIT App Inventor社区的一篇帖子中,用户尝试使用最新的BLE扩展来创建和发送蓝牙广播,但遇到了一些问题。Evan Patton指出,Android的BLE子系统需要使用16位UUID,并提供了一个测试版的BLE扩展,解决了广播发送失败的问题。 以下...
https://www.fun123.cn/reference/iot/ble_spp.html 

低功耗蓝牙(BLE) 和 经典蓝牙(SPP) 的区别 · App Inventor 2 中文网

...馈 低功耗蓝牙(BLE) 和 经典蓝牙(SPP) 的区别 « 返回首页 低功耗蓝牙(BLE) vs 经典蓝牙(SPP) 区别项 低功耗蓝牙(BLE) 经典蓝牙(SPP 串行...
https://stackoverflow.com/ques... 

Android 4.3 Bluetooth Low Energy unstable

...w Energy (testing on the Nexus 4). After getting started with the official BLE APIs in Android 4.3, I have noticed that after I connect a device for the first time I am rarely able to successfully connect to / communicate with that device or any other device again. ...
https://bbs.tsingfun.com/thread-1480-1-1.html 

蓝牙BLE设备使用BLE拓展连不上蓝牙? - 创客硬件开发 - 清泛IT社区,为创新赋能!

转会员问题:我现在手上有一款蓝牙设备是BLE的, 我在编程都时候用了ble的拓展组件  但是在连接那一步连不上这个蓝牙? 这里统一说明一下: 一般先用硬件厂商提供的App 或者 nRF Connect App 进行硬件连接和测试,没...