ricky1118 / book-esp32c3-iot-projects

《ESP32-C3 物联网工程开发实战》配套代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

《ESP32-C3 物联网工程开发实战》配套代码


Languages

Language:Swift 43.6%Language:Java 42.5%Language:C 12.0%Language:Python 1.0%Language:CMake 0.7%Language:Makefile 0.2%Language:Ruby 0.0%Language:Objective-C 0.0%