# book-esp32c3-iot-projects **Repository Path**: g240278030/book-esp32c3-iot-projects ## Basic Information - **Project Name**: book-esp32c3-iot-projects - **Description**: 《ESP32-C3 物联网工程开发实战》配套代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 39 - **Created**: 2025-02-26 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IoT Projects from ESP32-C3 Book * [中文版](README_cn.md) ### 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