大约有 40,000 项符合查询结果(耗时:0.0127秒) [XML]

https://community.appinventor.... 

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

.... From the app side I have a text box that is sending the string to ESP32, all working except when I try to send strings over 23bytes. Ok, I read some topics here and tried to apply those solutions but no success yet. From my ESP32 firmware I wrote: BLEDevice::init("Monitor3"); BLEDevice::setMTU(128...
https://www.fun123.cn/reference/other/IoT.html 

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

...hyay, D., & Sen, J. (2011). Internet of things: Applications and challenges in technology and standardization. Wireless Personal Communications, 58(1), 4969. [2] Wolber, D., Abelson, H., Spertus, E., & Looney, L. (2011). App Inventor. ” O’Reilly Media, Inc.”. [3] Macke...
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://stackoverflow.com/ques... 

Android 4.3 Bluetooth Low Energy unstable

...ect and create a fresh instance of gatt on each connect. Don't forget to call android.bluetooth.BluetoothGatt#close() Start a new thread inside onLeScan(..) and then connect. Reason: BluetoothDevice#connectGatt(Context context, boolean autoConnect, BluetoothGattCallback callback) always fails, if ...
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://bbs.tsingfun.com/thread-1480-1-1.html 

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

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