ESP32:修订间差异
跳转到导航
跳转到搜索
imported>HEYAHONG 创建页面,内容为“== SDK == === 主要 === https://github.com/espressif/esp-idf.git === 备用 === https://hub.fastgit.org/espressif/esp-idf.git === 说明 === 本人是从V4.X开始使用esp-idf的,因此Demo代码中很多是使用的V4.X的代码。<br> 最新的esp-idf或者esp-idf V5.0后的版本可能不兼容Demo代码 == Demo源代码 == === 主要 === https://github.com/HEYAHONG/ESP32ModRTOSDemo.git === 备用 === https://gitee.com/HEYAHONG/ESP32ModRTOSDemo.git ===…” |
imported>HEYAHONG |
||
第22行: | 第22行: | ||
网址:https://www.espressif.com/<br> | 网址:https://www.espressif.com/<br> | ||
=== 相关数据手册 === | === 相关数据手册 === | ||
[[文件:Esp32 datasheet cn.pdf|缩略图]] | [[文件:Esp32 datasheet cn.pdf|缩略图]]<br> | ||
[[文件:Esp32 technical reference manual cn.pdf|缩略图]] | [[文件:Esp32 technical reference manual cn.pdf|缩略图]] |
2022年1月16日 (日) 11:01的版本
SDK
主要
https://github.com/espressif/esp-idf.git
备用
https://hub.fastgit.org/espressif/esp-idf.git
说明
本人是从V4.X开始使用esp-idf的,因此Demo代码中很多是使用的V4.X的代码。
最新的esp-idf或者esp-idf V5.0后的版本可能不兼容Demo代码
Demo源代码
主要
https://github.com/HEYAHONG/ESP32ModRTOSDemo.git
备用
https://gitee.com/HEYAHONG/ESP32ModRTOSDemo.git
说明
Demo源代码需要正确安装SDK后,方能编译使用。
本人常用的技术栈中,对于物联网设备,通常采用MQTT作为通信协议,故Demo具有以下功能:
- WIFI联网过程
- 以太网连接过程
- MQTT连接过程
其中,以太网采用LAN8720作为以太网PHY
官方
相关数据手册
文件:Esp32 datasheet cn.pdf
文件:Esp32 technical reference manual cn.pdf