大约有 1,160 项符合查询结果(耗时:0.0064秒) [XML]

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

用户反馈ble广播数据收不到 - 用户反馈 - 清泛IT社区,为创新赋能!

...ttps://e.tb.cn/h.6aRrSlnXdQZHKA3?tk=lQbTeqbXx8Z CZ225 「主从一体蓝牙模块串口无线通信高速透传输模组BLE5.3低功耗BT36」 点击链接直接打开 或者 淘宝搜索直接打开 清泛: 我其他 ble 硬件应该也能收发广播 清泛: 后面试试 MCU&物...
https://bbs.tsingfun.com/thread-2349-1-1.html 

拍照时报错求助! - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...初始化中某个代码块导致的报错问题了 找到问题了,MQTT模块遇到报错时的程序里有个死循环,不过我好奇长时间拍照为什么会触发MQTT报错{:8_393:}
https://bbs.tsingfun.com/thread-2389-1-1.html 

如何实现post访问的流式响应 - App应用开发 - 清泛IT社区,为创新赋能!

...; 来实现,但是在哪里能设置呀?图形界面找不到对应的模块 deepseek等AI采用SSE推送协议,不能控制原始的推送频率。 可控制的原理应该是回答内容缓存在本地,然后让通过一定的频率推送缓存中的数据。 ai2并不能原生处理...
https://bbs.tsingfun.com/thread-2704-1-1.html 

507问题求助 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

各位大佬们帮我看看为什么我的app会出现蓝牙无法连接问题,我是根据其他人的逻辑设计做下来的,但是我的手机连接不上蓝牙模块,会显示507问题
https://bbs.tsingfun.com/thread-2721-1-1.html 

MIT于2026元旦已发布v2.77版本:更新非常有限,lamda 表达式(匿名函数)缺...

...试部署) 添加对教师门户的支持 为 Provider 和 Model 辅助模块添加标签,使其更易于区分 添加对资源和 JNI 本机库的支持 (@JEWEL) 移除不受支持的依赖项 组件版本更新内容: 更改 Android 15 及更高版本上的全屏显示处理方式 ...
https://bbs.tsingfun.com/thread-2730-1-1.html 

【iOS】有关苹果iOS App的一些进展、BluetoothLE蓝牙拓展等 - App Inventor...

...用 MAC 地址。因此,您不能指望任何通过 MAC 地址连接的模块在不同平台上都能以相同的方式工作。 Also, an important difference with iOS versus Android is that iOS identifies BLE devices using a UUID derived from a combination of the iOS device and the BLE device ra...
https://bbs.tsingfun.com/thread-2982-1-1.html 

扒了一下源码,ESP8285接入App Inventor有4种玩法,第3种最香 - AI 助手 - ...

...口(备选) ESP8285没有蓝牙,但UART可以接HC-05/HC-06蓝牙模块。App Inventor内置BluetoothClient组件直连。适用于不需要WiFi、近距离控制的场景。 四种方案对比 方案开发量实时性易用性推荐场景HTTP API零轮询高快速验证TCP Socket零...
https://stackoverflow.com/ques... 

How to decide font color in white or black depending on background color?

... Building on my answer to a similar question. You need to break the hex code into 3 pieces to get the individual red, green, and blue intensities. Each 2 digits of the code represent a value in hexadecimal (base-16) notation. I won't get into the details of the conversion here, they're easy t...
https://stackoverflow.com/ques... 

Why is DarkGray lighter than Gray?

...kipedia). That's why the author also states that it is better to use the hex or scRGB to represent colors. My recommendation therefore is in general to use the hex or scRGB colour representations wherever possible, or you might be surprised by the colours that you pick not matching your expect...
https://bbs.tsingfun.com/thread-2981-1-1.html 

ESP8285接入App Inventor 2深度调研:4种连接方案+是否需要开发拓展 - 创客...

...口方式 ESP8285无内置蓝牙,但可通过ESP8285 UART连接蓝牙模块(HC-05/HC-06),App Inventor用内置BluetoothClient组件通信。适用于不需要WiFi、近距离控制场景。 四、方案对比 方案开发量实时性易用性推荐度HTTP API零开发轮询高快速验...