All the materials mentioned in the video have been prepared for you. You can reply with the keyword “ESP8266” in the backend to download for free (“ESP” is all uppercase).
The accounts on Bilibili and Douyin with the same name will be updated from time to time, and you can also follow them. Of course, if there are suitable videos, I will also move them to the video account, which can also be seen in the WeChat public account card.
The text version is here. However, I still need to mention that you need to have a basic understanding of microcontrollers. This is a quick guide to ESP8266, not for complete beginners. The main goal is to guide everyone through the common basic functions of ESP8266 NodeMCU using Arduino IDE. If you are interested in ESP8266, you will need to seek out materials to learn deeper content later; I am only touching the surface here.
Quick Guide to ESP8266 NodeMCU (Based on Arduino IDE) – Comprehensive Guide with Example Code
[Quick Guide to ESP8266] 01 – Environment Setup
[Quick Guide to ESP8266] 02 – Using GPIO to Light Up
[Quick Guide to ESP8266] 03 – Delay Function & GPIO Input Mode to Achieve LED Blinking
[Quick Guide to ESP8266] 04 – Timer Task to Achieve LED Blinking
[Quick Guide to ESP8266] 05 – PWM to Achieve Breathing Light
[Quick Guide to ESP8266] 06 – External Interrupt Control of LED Switch with Button
[Quick Guide to ESP8266] 07 – Serial Communication
[Quick Guide to ESP8266] 08 – Read and Write Memory
[Quick Guide to ESP8266] 09 – Connect to WiFi
[Quick Guide to ESP8266] 10 – MQTT Communication (Conclusion)
If everyone follows the article and video to write the example code, I believe you will basically be introduced to ESP8266 and can create some small projects yourself.