工具链接

工具链接

ESP8266,及其升级版ESP32系列,其本质是一个带有Wlan收发器的单片机,由于其内核较为冷门(Tensilica架构 ),

主流的开发工具几乎都不支持,目前可用的开发手段有:

1.Arduino IDE,使用一种类似C++的语言编程,多数功能已经封装好;

2.刷Node MCU固件,使用Lua脚本编程,有第三方的类IDE工具,多数功能已经封装好;

3.刷AT固件,将其作为从属芯片,使用额外的控制器通过串口AT指令来控制;

4.使用官方SDK从底层进行开发; ( mac+vs code+官方esp-idf )

IAMLIUBO的神奇物联网之旅

https://www.zhihu.com/column/imliubo-magic-IoT-Tutorial

ESP32开发指南

https://www.zhihu.com/column/c_1064469230728216576

【乐鑫官网】 https://www.espressif.com/

【乐鑫Github】https://github.com/espressif

【乐鑫APP源码】https://github.com/EspressifApp

【ESP8266官方论坛】 https://bbs.espressif.com/

【ESP32官方论坛】https://www.esp32.com/

https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/

https://github.com/nodemcu

https://nodemcu.readthedocs.io/en/release/

https://nodemcu-build.com/

https://github.com/nodemcu/nodemcu-flasher/blob/master/Win32/Release/ESP8266Flasher.exe

https://github.com/nodemcu/nodemcu-flasher/blob/master/Win64/Release/ESP8266Flasher.exe

https://github.com/4refr0nt/ESPlorer

https://esp8266.ru/esplorer/#download

================ End

原文地址:https://www.cnblogs.com/lsgxeva/p/13875601.html