大约有 600 项符合查询结果(耗时:0.0238秒) [XML]

https://bbs.tsingfun.com/thread-1974-1-1.html 

AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...

...段:App Inventor 无法直接处理字节数组,但它们可以作为扩展之间的通用 Object 类型变量进行交换。 MQTT拓展中的字节数组的处理方式就是这种,直接转换成byte[]: @SimpleFunction(description = "Publishes a binary array.")     p...
https://www.fun123.cn/referenc... 

App Inventor 2 实现蓝牙未开启时弹窗提醒用户开启蓝牙 · App Inventor 2 中文网

... App Inventor 2 实现蓝牙未开启时弹窗提醒用户开启蓝牙 « 返回首页 有时用户手机没有开启蓝牙权限的情况下,蓝牙连接会失败,需要用户手动开启蓝牙,...
https://bbs.tsingfun.com/thread-1802-1-1.html 

AppInventor2实现蓝牙开启提醒,当蓝牙未开启时弹窗提醒用户开启蓝牙 - 创...

1、代码如下: 当蓝牙未启用时,会自动弹出交互框,让用户选择启用手机蓝牙。 当蓝牙已启用时,这2个代码块将没有任何效果(不提醒也不报错)。 2、也可加一个判断,代码如下: 3、蓝牙开启提醒的交互效果如...
https://bbs.tsingfun.com/thread-1458-1-1.html 

蓝牙客户端组件:为什么不显示蓝牙设备列表?为啥蓝牙列表为空 - App Inven...

转会员提问:蓝牙客户端组件:为什么不显示蓝牙设备列表?为啥蓝牙列表为空? 解决方法:设置中打开 app 的“附近设备权限”即可。
https://bbs.tsingfun.com/thread-1430-1-1.html 

蓝牙配对pin码设置 - 创客硬件开发 - 清泛IT社区,为创新赋能!

蓝牙配对 PIN 码是用于确保蓝牙设备之间进行加密通信的一种方式。一般情况下,当您在第一次将两个蓝牙设备配对时,会要求您输入一个四位数或六位数的 PIN 码。这个 PIN 码必须在两个设备上输入相同的数字才能进行配对成功...
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://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-1953-1-1.html 

BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...

...错日志 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribe(BluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.run(BluetoothLEint.java:325) at android.os.Handler.handleCallback(Handler.java:958) at and...
https://bbs.tsingfun.com/thread-1481-1-1.html 

nFC Connect低功耗蓝牙APP工具的使用 - 创客硬件开发 - 清泛IT社区,为创新赋能!

nRF Connect是一款由NORDIC开发的专门用于低功耗蓝牙测试APP,仅支持安卓平台。这款APP可以扫描和探索低功耗蓝牙设备,并与它们进行通信。它支持许多蓝牙 SIG 采用的配置文件,以及Nordic Semiconductor或Google的Eddystone的设备固件更新...
https://bbs.tsingfun.com/thread-1682-1-1.html 

蓝牙通信接收的信息出现乱码? - App应用开发 - 清泛IT社区,为创新赋能!

ESP32发送的是英文字符和数字,编译的蓝牙APP接收的是乱码 请问怎么解决以上问题?我们已经解决过类似问题,有一篇深入的乱码的原理及解决思路的文章:https://www.fun123.cn/reference/iot/bluetooth_codec.html 这里仅提供一下思路: 1、...