ESP8266-AT-examples:“ai-thinker.com”AT命令固件版本0.9.2.4的ESP8266 wifi模块的几个例子-源码

上传者: 42179184 | 上传时间: 2021-07-20 15:03:39 | 文件大小: 58KB | 文件类型: ZIP
C
ESP8266-AT-例子 “ai-thinker.com”AT命令固件版本0.9.2.4的ESP8266 wifi模块的几个例子 ###笔记 实际的 esp8266 库位于common文件夹下,几乎与硬件无关。 该库的关键思想是:您有一个相对较大的环形缓冲区,用于存储来自模块的 uart 消息以供以后分析。 因此,您不能在一定程度上错过任何消息。 库的硬件相关部分是esp8266_hal.c文件,它可以在示例文件夹下找到。 esp8266_hal_rebootSystem()方法用于在出现任何故障时重新启动整个系统。 它对于容错非常有用。 例如; wifi 可能会脱机并发生传输错误。 为了保持功能,系统会自行重启并尝试重新连接到 wifi 网络等。 这可能不是在所有情况下都需要的,但总比没有好。

文件下载

资源详情

[{"title":"( 49 个子文件 58KB ) ESP8266-AT-examples:“ai-thinker.com”AT命令固件版本0.9.2.4的ESP8266 wifi模块的几个例子-源码","children":[{"title":"ESP8266-AT-examples-master","children":[{"title":"basic_web_server_example","children":[{"title":"esp8266_hal.h <span style='color:#111;'> 566B </span>","children":null,"spread":false},{"title":"main.h <span style='color:#111;'> 848B </span>","children":null,"spread":false},{"title":"xmega_digital.h <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 4.43KB </span>","children":null,"spread":false},{"title":"hardwareLayer.c <span style='color:#111;'> 3.35KB </span>","children":null,"spread":false},{"title":"hardwareLayer.h <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"esp8266_hal.c <span style='color:#111;'> 2.40KB </span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false}],"spread":true},{"title":"phantIO_client_example","children":[{"title":"esp8266_hal.h <span style='color:#111;'> 566B </span>","children":null,"spread":false},{"title":"main.h <span style='color:#111;'> 1.00KB </span>","children":null,"spread":false},{"title":"xmega_digital.h <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 4.43KB </span>","children":null,"spread":false},{"title":"hardwareLayer.c <span style='color:#111;'> 3.35KB </span>","children":null,"spread":false},{"title":"hardwareLayer.h <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"esp8266_hal.c <span style='color:#111;'> 2.40KB </span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'> 2.51KB </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 929B </span>","children":null,"spread":false},{"title":"common","children":[{"title":"esp8266.c <span style='color:#111;'> 11.70KB </span>","children":null,"spread":false},{"title":"xprintf.c <span style='color:#111;'> 9.60KB </span>","children":null,"spread":false},{"title":"esp8266.h <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false},{"title":"xprintf.h <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"ringBuffer.h <span style='color:#111;'> 3.78KB </span>","children":null,"spread":false}],"spread":true},{"title":"mqtt_client_example","children":[{"title":"esp8266_hal.h <span style='color:#111;'> 566B </span>","children":null,"spread":false},{"title":"main.h <span style='color:#111;'> 908B </span>","children":null,"spread":false},{"title":"xmega_digital.h <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 4.66KB </span>","children":null,"spread":false},{"title":"MQTTPacket","children":[{"title":"MQTTSubscribeClient.c <span style='color:#111;'> 4.05KB </span>","children":null,"spread":false},{"title":"MQTTPacket.h <span style='color:#111;'> 3.86KB </span>","children":null,"spread":false},{"title":"MQTTSerializePublish.c <span style='color:#111;'> 5.24KB </span>","children":null,"spread":false},{"title":"MQTTDeserializePublish.c <span style='color:#111;'> 3.47KB </span>","children":null,"spread":false},{"title":"MQTTUnsubscribe.h <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"MQTTUnsubscribeClient.c <span style='color:#111;'> 3.30KB </span>","children":null,"spread":false},{"title":"MQTTConnect.h <span style='color:#111;'> 4.26KB </span>","children":null,"spread":false},{"title":"MQTTConnectServer.c <span style='color:#111;'> 4.62KB </span>","children":null,"spread":false},{"title":"MQTTPacket.c <span style='color:#111;'> 9.97KB </span>","children":null,"spread":false},{"title":"MQTTSubscribe.h <span style='color:#111;'> 1.56KB </span>","children":null,"spread":false},{"title":"StackTrace.h <span style='color:#111;'> 3.09KB </span>","children":null,"spread":false},{"title":"MQTTPublish.h <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false},{"title":"MQTTFormat.h <span style='color:#111;'> 1.98KB </span>","children":null,"spread":false},{"title":"MQTTConnectClient.c <span style='color:#111;'> 6.17KB </span>","children":null,"spread":false},{"title":"MQTTUnsubscribeServer.c <span style='color:#111;'> 2.98KB </span>","children":null,"spread":false},{"title":"MQTTFormat.c <span style='color:#111;'> 8.23KB </span>","children":null,"spread":false},{"title":"MQTTSubscribeServer.c <span style='color:#111;'> 3.41KB </span>","children":null,"spread":false}],"spread":false},{"title":"transport.h <span style='color:#111;'> 499B </span>","children":null,"spread":false},{"title":"hardwareLayer.c <span style='color:#111;'> 3.35KB </span>","children":null,"spread":false},{"title":"hardwareLayer.h <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"transport.c <span style='color:#111;'> 1.89KB </span>","children":null,"spread":false},{"title":"esp8266_hal.c <span style='color:#111;'> 2.40KB </span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'> 4.09KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明