大约有 100 项符合查询结果(耗时:0.0055秒) [XML]
App Inventor 2 IoT 参考文档 · App Inventor 2 中文网
...题:经典蓝牙(SPP),低功耗蓝牙(BLE),WIFI,物联网,MQTT,ESP32,Ardruino等相关硬件控制方法。
【BLE中文文档】App Inventor 2 低功耗蓝牙 BlueToothLE 拓展
【科普】低功耗蓝牙(BLE) 和 经典蓝牙(SPP) 的区别
【BLE通用教程】App Inventor ...
[SOLVED] Can't send payload > 23bytes(MTU setted to 128bytes) - #9 by ...
... and trying to send big strings, like 128bytes from the app to my hardware(ESP32).
From the app side I have a text box that is sending the string to ESP32, all working except when I try to send strings over 23bytes. Ok, I read some topics here and tried to apply those solutions but no success yet.
F...
App Inventor 2 UrsAI2UDP 拓展 - UDP广播通信协议 · App Inventor 2 中文网
...者开发动机
对于一个项目,应该开发一个与 ESP8266(项目)通信的 Android 应用程序。为了轻松开发应用程序,选择了 MIT App Inventor 2。
项目中可用的 ESP8266 设备的 IP 地址不应固定。应用程序本身应该确定哪些设备当前...
App Inventor 2 UrsAI2UDP 拓展 - UDP广播通信协议 · App Inventor 2 中文网
...者开发动机
对于一个项目,应该开发一个与 ESP8266(项目)通信的 Android 应用程序。为了轻松开发应用程序,选择了 MIT App Inventor 2。
项目中可用的 ESP8266 设备的 IP 地址不应固定。应用程序本身应该确定哪些设备当前...
App Inventor 2 中文网 · 升级日志
...南 App Inventor 2 中文网 · 升级日志 240117 2024/01/17 全新 全新配色主题等您来探索,更有暗色主题可选,让您的代码更有格调!(设置入口:底部导航条最左边) 全新 新增“由模板创建项目...
App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网
...l -L -X GET --compressed 'https://api.qweather.com/v7/weather/7d?location=101010100&key=YOUR_KEY'
第三方API的调用
使用”Web客户端“组件调用第三方API,代码如下:
JSON结果的解析
请求成功返回JSON示例
{
"code": "200",
"updateTime": "2021-11-15T16:35+08:...
App Inventor 2 字典代码块 · App Inventor 2 中文网
...usetts Institute of Technology"
},
"enrolled": true,
"classes": ["6.001", "18.01", "8.01"]
}
上面的示例显示,在 JSON 中,键(在 : 之前引用的文本)可以映射到不同类型的值。
允许的类型包括数字、文本、其他字典、布尔值和列表。在块语...
App Inventor 2 低功耗蓝牙(BLE) 硬件接入、数据通信及IO控制 · App Inventor 2 中文网
...
其中:
values - 表示待发送的数据(这里是单字节0x01,表示高电平)
signed - 表示values数据是否是有符号的数值(假表示无符号)
serviceUuid - 服务UUID,通俗来讲它就是硬件的唯一身份ID
characteristicUuid - 特性UUID,通俗来...
Advances social tools app with cool UI - Koded Apps - Kodular Community
...absolute;
left: 0;
top: 0;
width: 100%;
z-index: 1001;
--animation-state: paused;
}
#d-splash .preloader-image {
max-width: 100%;
height: 100vh;
}
#d-splash .preloader-text-wrapper {
position: absolute;
opacity: 0;
animati...
App Inventor 2 数学代码块 · App Inventor 2 中文网
... (ceiling)
返回大于或等于给定数字的最小整数。如:3.01 返回 4。
下取整 (floor)
返回小于或等于给定数字的最大整数。如:3.88 返回 3。
求模 (modulo)
当 a 和 b 为正数时,求模(a,b) 与 余数(a,b) 相同。
更一般地,对任意 a ...