espressif / book-esp32c3-iot-projects

《ESP32-C3 物联网工程开发实战》配套代码
97 stars 29 forks source link

IoT Projects from ESP32-C3 Book

About this book

《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*/

Contact

If you have any suggestions or questions on Espressif published book, please contact: book@espressif.com