06 2024 档案

【ESP32 Arduino】使用ArduinoJson 7.x库处理JSon数据
摘要:ArduinoJson 6.x及其他低版本库,ArduinoJson 7.x库声明JsonDocument发生变化。 需要安装ArduinoJson 7.x库。 /** ***************************************************************** 阅读全文

posted @ 2024-06-25 18:32 辛河 阅读(304) 评论(0) 推荐(0) 编辑

【uni-app】uni-icons 图标使用和通过文心一言解决icon不显示BUG
摘要:1)按照 https://uniapp.dcloud.net.cn/component/uniui/uni-icons.html 安装 uni_modules。 2)使用 基本用法 中代码 <uni-icons type="contact" size="30"></uni-icons> 不显示ico 阅读全文

posted @ 2024-06-23 17:54 辛河 阅读(692) 评论(0) 推荐(0) 编辑

【uniapp】BLE及通信过程+举例EPS32-arduino 与uniapp间蓝牙JSON通信
摘要:BLE链接与通信过程 外围设备,即服务器,初始化启动蓝牙外设,不断发出广播信号。当与中心设备,即客户端连接。 中心设备,即客户端,初始化启动蓝牙外设,进行扫描得到周围的外围设备MAC地址。停止扫描,指定mac地址与特定的外围设备连接。 连接建立后,服务器可以向客户端发Service及其Charact 阅读全文

posted @ 2024-06-20 17:25 辛河 阅读(290) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示