随笔分类 - 0_0_ESP32-小智
小智代码解析
摘要:10:58:17.664 -> 连接中... 10:58:18.273 -> OnWebSocketConnected 10:58:18.314 -> 客户端发送 hello:连接成功建立后,客户端需要发送一个 hello 消息(JSON 格式) {"type":"hello","version":
阅读全文
arduino开发你好小智(2-2)外设定时提醒任务
摘要:、 arduino单独代码 #include <WiFi.h> #include <WiFiUdp.h> #include <NTPClient.h> #include <TimeLib.h> #include <TaskScheduler.h> // WiFi配置 const char* ssid
阅读全文
arduino开发你好小智(3)全流程和通信协议,Iot原理
摘要:JSON-RPC 2.0 格式 MCP 协议物联网控制用法说明 https://github.com/78/xiaozhi-esp32/blob/main/docs/mcp-usage.md 【AI大模型应用开发】2.1 Function Calling连接外部世界 - 入门与实战(1) 附篇:虾哥
阅读全文
arduino开发你好小智(2)外设led,温湿度传感器,舵机设备控制
摘要:参考 https://blog.csdn.net/weixin_46084533/article/details/148422568?sharetype=blogdetail&sharerId=148422568&sharerefer=PC&sharesource=weixin_46084533&s
阅读全文
arduino开发你好小智(1)环境部署
摘要:官网 https://xiaozhi.me/ https://ccnphfhqs21z.feishu.cn/wiki/EH6wwrgvNiU7aykr7HgclP09nCh 后期服务器搭建 https://blog.csdn.net/c20140729/article/details/1476411
阅读全文