入门ESP32的资源集合(网站、工具等)

1、参考资料网站

乐鑫官方: https://www.espressif.com.cn/zh-hans

官方API参考:https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/api-reference/index.html#

AT固件使用参考:https://docs.espressif.com/projects/esp-at/zh_CN/latest/esp32/

乐鑫官方在Github上面的库,开源的代码都在上面:https://github.com/espressif

Free RTOS官网:https://freertos.org 

Free RTOS参考文档:https://www.freertos.org/fr-content-src/uploads/2018/07/FreeRTOS_Reference_Manual_V10.0.0.pdf

2、工具

固件(bin文件)下载工具flash:https://www.espressif.com.cn/zh-hans/support/download/other-tools

vscode官网:https://code.visualstudio.com

资源下载: