《ESP32-C3物联网工程项目指导》, IoT Guidance based on ESP32-C3 in English, is a book written by Espressif engineers, that provides detailed guidance on IoT development, including hardware design based on ESP32-C3, ESP-IDF, Wi-Fi configuration, ESP RainMaker, etc...
This repo contains the code example of builing a smart light from the book.
├── phone_app /* This folder contains the source code of the mobile app used in the project */
│ ├── app_android
│ ├── app_ios
├── device_firmware /* It contains the source code of the project and is divided into 7 project folders and a common component folder */
│ ├── 1_blink
│ ├── 2_light_drivers
│ ├── 3_wifi_connection
│ ├── 4_network_config
│ ├── 5_rainmaker
│ ├── 6_project_optimize
│ ├── 7_insights
│ └── components
└── test_case /*It contains some test cases mentioned in the book*/
If you have any suggestions or questions on Espressif published book, please contact: [email protected]