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

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

我使用MQTT扩展控制主板,在AI伴侣里面运行的很好,在导出apk里面没有反应...

...mind+发送端发送命令MQTT平台接受到之后,需要将命令通过蓝牙传给主控板,主控板根据命令控制灯的颜色。 没反应的现象就是mind+发送命令之后MQTT物联平台可以收到,主控板灯不变色13582001974 发表于 2024-09-25 11:10 mind+发送端发...
https://bbs.tsingfun.com/thread-2230-1-1.html 

解决 Error 503: The specified address is not a valid Bluetooth MAC add...

...ss is not a valid Bluetooth MAC address. 原因是地址格式不对,蓝牙列表可能显示不对。大概率是经典蓝牙和 ble 低功耗蓝牙的设备列表处理的方式不对。 本例中就是经典蓝牙,但是用的 ble 的方式显示导致的问题。
https://bbs.tsingfun.com/thread-2312-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...的服务id和特性id的。 3、软件探测: nFC Connect低功耗蓝牙APP工具的使用:https://bbs.tsingfun.com/thread-1481-1-1.html 或 LightBlue® 可以将您连接到所有使用低功耗蓝牙(也称为蓝牙智能或蓝牙 Light)的设备。使用 LightBlue®,您可以扫...
https://stackoverflow.com/ques... 

undefined reference to boost::system::system_category() when compiling

... answered Mar 15 '12 at 16:32 hc_hc_ 2,49811 gold badge1414 silver badges1919 bronze badges ...
https://stackoverflow.com/ques... 

What to gitignore from the .idea folder?

...id Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: .idea/workspace.xml .idea/tasks.xml .idea/dictionaries .idea/vcs.xml .idea/jsLibraryMappings.xml # Sensitive or high-churn files: .idea/dataSources.ids .idea/dataSources.xm...
https://bbs.tsingfun.com/thread-1959-1-1.html 

BLE 接收BLE模块发来的信息 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...ble数据并显示 ... 请问一下 我这边可以显示数据  蓝牙模块每100ms发送一个数据  但是app上只有一个框显示  下一个会覆盖上一个数据  要怎么可以使数据一个一个的罗列显示不被覆盖呢liangzhi123 发表...
https://www.fun123.cn/aia-store/ 

App Inventor 2 源码商店

... 蓝牙BLE硬件接入及IO控制 ...
https://bbs.tsingfun.com/thread-1808-1-1.html 

mac地址错误如何解决 - 创客硬件开发 - 清泛IT社区,为创新赋能!

我照着视频内容做的蓝牙连接模块,可是连接的时候显示蓝牙mac地址错误,换了几个不同的蓝牙设备都是这样。请教一下为什么会这样,怎么解决。连接的参数错误,要传当前的选中项目,而非全部设备的列表:
https://bbs.tsingfun.com/thread-1828-1-1.html 

Error 507: unable to connect. is the device turned on? 无法连接,设备...

英文资料显示,可能是蓝牙设备问题未开机之类的,也可能是连接相关的代码写的不对,用的错误的地址连接等。 当然也有可能是平台或BluetoothLE拓展版本问题导致的,因此建议先使用我们平台(www.fun123.cn)试试,排除一下...
https://stackoverflow.com/ques... 

Change text color based on brightness of the covered background area?

... In es6 you can do this with: const getContrastYIQ = hc => { const [r, g, b] = [0, 2, 4].map( p => parseInt( hc.substr( p, 2 ), 16 ) ); return ((r * 299) + (g * 587) + (b * 114)) / 1000 >= 128; } – Centril Aug 22 '15 at 16:55 ...