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

https://www.fun123.cn/reference/iot/ble_spp.html 

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

...换(图像传输、文件传输)等。 App Inventor 2 组件 BlueToothLE拓展无需配对,直接出现在设备列表中,连接后即可使用 蓝牙客户端 / 蓝牙服务端必须事先配对(手机设置 -> 蓝牙)成功后,才能出现在设备列表...
https://www.fun123.cn/reference/other/vr.html 

使用虚拟现实和App Inventor进行实验 · App Inventor 2 中文网

...单 - 就 App Inventor 编程块而言。它们仅使用 ActivityStarter 组件来启动与 MITVRHelper 辅助应用程序一起打包的活动之一。ActivityStarter 需要指定要启动哪个活动,以及要处理哪个全景图或对象模型文件。通过设置 ActivityStarter 的 DataURI ...
https://bbs.tsingfun.com/thread-1959-1-1.html 

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

...一个框显示  下一个会覆盖上 ... 使用列表显示框组件,详见文档:https://www.fun123.cn/reference/ ... rface.html#ListView
https://bbs.tsingfun.com/thread-1480-1-1.html 

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

...有一款蓝牙设备是BLE的, 我在编程都时候用了ble的拓展组件  但是在连接那一步连不上这个蓝牙? 这里统一说明一下: 一般先用硬件厂商提供的App 或者 nRF Connect App 进行硬件连接和测试,没问题再使用ai2 ble拓展开发...
https://www.fun123.cn/reference/extensions/ 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...部导航条 【动态创建】DynamicComponents 拓展:动态创建AI2组件对象 【OCR】App Inventor 2 OCR 图片文字识别全方案总结 【FTP】App Inventor 2 FTP 上传下载全方案总结 【手机管理器】App Inventor 2 TaifunTM拓展:获取本机手机号码 【AI模...
https://stackoverflow.com/ques... 

Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the La

...dow.atob(b64))); console.log(str2); Example: var str = "äöüÄÖÜçéèñ"; var b64 = window.btoa(unescape(encodeURIComponent(str))) console.log(b64); var str2 = decodeURIComponent(escape(window.atob(b64))); console.log(str2); Note: if you need to get this to work in mobile-safari, you migh...
https://stackoverflow.com/ques... 

Why should we NOT use sys.setdefaultencoding(“utf-8”) in a py script?

... #!/usr/bin/env python #-*- coding: utf-8 -*- u = u'moçambique' print u.encode("utf-8") print u chmod +x test.py ./test.py moçambique moçambique ./test.py > output.txt Traceback (most recent call last): File "./test.py", line 5, in <module> print u UnicodeEnc...
https://stackoverflow.com/ques... 

Length of string in bash

...ars len: %s.\n" "$1" $bytlen ${#1} "$sreal" } will work as strLen théorème String 'théorème' is 10 bytes, but 8 chars len: $'th\303\251or\303\250me' Useful printf correction tool: If you: for string in Généralités Language Théorème Février "Left: ←" "Yin Yang ☯";do printf "...
https://bbs.tsingfun.com/thread-1376-1-1.html 

HC-05 蓝牙模块开发 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...需要配对码进行配对,App Inventor 2 中使用“蓝牙客户端”组件,而非BLE拓展,必须在手机设置中配对成功才能出现在蓝牙列表中。 注意: 它的波特率是:38400,而非默认的9600。 上电之前按下硬件上的按钮,则进入AT模式...
https://bbs.tsingfun.com/thread-1530-1-1.html 

BLE 蓝牙模块添加延时控制开关 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

BLE 蓝牙模块如何添加延时控制开关,例如,在APP上点击一下,控制延时 10分钟、20分钟、1小时等多个选着时间控制程序开关灯,请指点,谢谢使用计时器组件,设置计时间隔,事件中给硬件发指令