ESP8266:修订间差异
跳转到导航
跳转到搜索
imported>HEYAHONG 创建页面,内容为“== SDK == https://github.com/espressif/ESP8266_RTOS_SDK.git <br> 注意:本人常用RTOS版的SDK,官方还有NONOOS版的SDK。 === 备用下载地址 === https://hub.fastgit.org/espressif/ESP8266_RTOS_SDK.git == Demo源代码 == === 主要 === https://github.com/HEYAHONG/Air724UDemo.git === 备用 === https://github.com/HEYAHONG/ESP8266ModRTOSDemo.git === 说明 === Demo源代码需要正确安装SDK后,方能编译使用。 本人常用的技术栈中,…” |
imported>HEYAHONG 无编辑摘要 |
||
第6行: | 第6行: | ||
== Demo源代码 == | == Demo源代码 == | ||
=== 主要 === | === 主要 === | ||
https://github.com/HEYAHONG/ | https://github.com/HEYAHONG/ESP8266ModRTOSDemo.git | ||
=== 备用 === | === 备用 === | ||
https:// | https://gitee.com/HEYAHONG/ESP8266ModRTOSDemo.git | ||
=== 说明 === | === 说明 === | ||
Demo源代码需要正确安装SDK后,方能编译使用。 | Demo源代码需要正确安装SDK后,方能编译使用。 |
2022年1月16日 (日) 10:34的版本
SDK
https://github.com/espressif/ESP8266_RTOS_SDK.git
注意:本人常用RTOS版的SDK,官方还有NONOOS版的SDK。
备用下载地址
https://hub.fastgit.org/espressif/ESP8266_RTOS_SDK.git
Demo源代码
主要
https://github.com/HEYAHONG/ESP8266ModRTOSDemo.git
备用
https://gitee.com/HEYAHONG/ESP8266ModRTOSDemo.git
说明
Demo源代码需要正确安装SDK后,方能编译使用。
本人常用的技术栈中,对于物联网设备,通常采用MQTT作为通信协议,故Demo具有以下功能:
- WIFI联网过程
- MQTT连接过程
其中,MQTT采用的最基本连接方式,不含加密过程。
官方
相关数据手册
文件:Esp8266ex datasheet cn.pdf
文件:Esp8266-technical reference cn.pdf