大约有 10,100 项符合查询结果(耗时:0.0134秒) [XML]
AppInventor2 调用位置传感器在高德地图上显示当前位置存在偏差?需进行坐...
使用APP Inventor2 调用手机位置传感器获取到的GPS经纬度, 在高德地图上显示时发现显示的位置不是当前所在位置,原因是坐标格式不一致,需要进行坐标转换,将GPS坐标转换为高德坐标,才能正常的显示当前位置。
使用以下...
读二进制文件追加到列表 - App应用开发 - 清泛IT社区,为创新赋能!
...以指定数据长度,一次处理一大块二进制数据{:8_352:}App Inventor 2 发表于 2024-06-06 19:28
按每一字节处理二进制肯定是不可取的方式,一般包括蓝牙读写二进制等函数,都可以指定数据长度,一次处理一 ...
您好!我是刚用a...
高德地图api访问URL出错求助 - App应用开发 - 清泛IT社区,为创新赋能!
...情况。
还有,你的测试方式及具体报错请提供一下。App Inventor 2 发表于 2024-10-31 09:57
可以先用工具(比如 Postman)来测试一下 网络url 的Get/Post 请求情况。
还有,你的测试方式及具体报错请 ...
打开时会显示这个
这个...
AI2 Media Notification
...o longer necessary to have two different versions of the extension for App Inventor and Kodular. Adaptation of existing Kodular projects : Internal names are identical. Therefore the old version can be replaced by the new one. However, this is only possible by exporting the project ...
AI2 Keep Awake
...rchive contains the source code, the compiled binary for uploading to App Inventor and a sample application. Note: The extension does not work in the Companion. The WAKE_LOCK permission is missing there. You may be able to work around it by doing this: Patching the AI2 Companion - additional pe...
BLE数据收发 20个字节的限制问题 - 创客硬件开发 - 清泛IT社区,为创新赋能!
...中文文档:https://www.fun123.cn/reference/iot/bluetoothle.html
App Inventor 2 发表于 2024-11-07 17:28
RequestMTU – 为 BluetoothLE 连接请求新的最大传输单元 (MTU)。此功能仅在两个设备都支持蓝牙 4.2 或更高 ...
谢谢,但是我设置了MTU为128后...
Activity启动器(ActivityStarter)如何查看并启动其他App - App应用开发 -...
...查看其他App的包名及类名。
App包名和类名的查看由 App Inventor 2 创建的应用要弄清包名和类名,可通过下载其应用程序的源代码,然后使用文件资源管理器或解压缩程序解压 .aia源文件(文件的扩展名修改成.zip 或.rar,然后解压...
如何屏蔽APP输出的报警信息 - App应用开发 - 清泛IT社区,为创新赋能!
...2,你可以判断,个性化提醒
消息:具体的报错信息
App Inventor 2 发表于 2025-03-25 10:48
在这个统一的异常处理函数中处理报错信息,或者自定义提示信息:
组件:一般是拓展名称
函数名称:如Send ...
好的,感谢{:8_411:}
有没有其他方式 在app上接收jpeg数据流变成视频? - App应用开发 - 清泛IT...
...仅供参考。
调研完成!已创建详细文档。
???? App Inventor 接收 JPEG 数据流方案
推荐方案:WebViewer 直接加载 MJPEG URL ⭐
最简单有效,适合 ESP32-CAM、IP 摄像头等场景:
组件: WebViewer1
属性: HomeURL = "http://192.168.4.1/stream"
...
手机APP上的串口通信组件 - 创客硬件开发 - 清泛IT社区,为创新赋能!
...原版视频,请参考“串口通信器“组件相关文档:《App Inventor 2 串口组件:App使用OTG数据线进行串口通信》
