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

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

App Inventor 2 代码调试方式:App调试、问题排查方法 - App Inventor 2 中...

...2 调试方式所有调试App的前提是安装好AI伴侣,并与AI伴侣连接后进行,我们在设计界面的每次改动,都会实时的反映在AI伴侣中。AI伴侣可以运行在手机上,也可以是安卓模拟器。AI伴侣具体的安装及连接步骤请参考《App Inventor 2 ...
https://bbs.tsingfun.com/thread-1892-1-1.html 

mqtt协议加密连接,仅ca证书如何配置? - App Inventor 2 中文网 - 清泛IT...

mqtt协议加密连接,仅ca证书如何配置?
https://bbs.tsingfun.com/thread-1953-1-1.html 

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

请问UUID是对的 连接闪退, 下面是报错日志 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....
https://www.fun123.cn/reference/other/ 

App Inventor 2 其他参考资料 · App Inventor 2 中文网

...及Firebase组件简介 使用App Inventor控制物联网设备/低功耗蓝牙设备(BLE) 传感器 使用位置传感器 将App Inventor项目连接到外部传感器 将Genymotion模拟器与App Inventor一起使用 使用虚拟现实和App Inventor进行实验 ...
https://www.fun123.cn/referenc... 

App Inventor 2 AsciiConversion 拓展,ASCII编码与解码,Ascii码转换 · App Inventor 2 中文网

...出 Ascii码列表,转换后返回相应的文本。 当您使用UART蓝牙接收数据时,此功能非常有用,因为UART接收到的数据是包含Ascii码的列表,必须将其转换为相应的文本。 用法示例1: 该块将在标签1 中写入文本:“A03”,这是 Asc...
https://bbs.tsingfun.com/thread-1560-1-1.html 

BLE 模块 透传问题 - 创客硬件开发 - 清泛IT社区,为创新赋能!

问一下老师  1.这个蓝牙传输一次,是一个多字节包?还是单一个字节?                      2.我想传文件,是否要先设变量读进数据?有哪位老师给讲一下。 根据 ble ...
https://bbs.tsingfun.com/thread-1641-1-1.html 

二进制文件的读写 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...到的二进制文件?读到的二进制文件能否转成列表文件?蓝牙客户端或 ble 都可以接收二进制数组,返回的数据是列表: 如果想要保存二进制到文件,可以考虑转换成 ascii 或 base64 化,然后通过文件管理器保存为文件,具体...
https://bbs.tsingfun.com/thread-1661-1-1.html 

APP inventer 2 出现Runtime Error:No virtual method isDeniedPermission...

ble蓝牙App编译成apk后运行报错: 问题原因: 用的广州服务器,版本太老(约5年前的版本)导致的,不但apk运行会报错,AI伴侣大概率也会。建议使用中文网(https://www.fun123.cn)平台,和MIT同步更新的。 参考:https://com...
https://bbs.tsingfun.com/thread-1722-1-1.html 

AppInventor2如何通过socket给网络发16进制的数据? - App应用开发 - 清泛I...

...方法,可以赐教吗?软件只能发ASCLL码?没办法收发HEX,蓝牙组件的有写字节功能,TCP网络组件没有。 答: 发送文本消息时,hexaStringMode设为 false;发送16制消息时,hexaStringMode设为 true,例如:0x012 —> “303132” 字符串...
https://bbs.tsingfun.com/thread-1729-1-1.html 

Run time error "Stack size 8188kb" 报错原理及解决方法 - App ...

App Inventor 2 编写蓝牙App,处理接收到的数据时,发生运行时错误:Run time error "Stack size 8188kb",如下: 请问是什么原因?修改参数可不可以解决? ------ 这个8M 是计算机/手机 程序栈的大小,8M还算大的,没有必...