# esp32-aliot **Repository Path**: mgb/esp32-aliot ## Basic Information - **Project Name**: esp32-aliot - **Description**: 此仓库演示了如何使用esp32连接阿里云IOT - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 11 - **Created**: 2024-11-02 - **Last Updated**: 2024-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp32-aliot #### 介绍 此仓库演示了如何使用esp32连接阿里云IOT #### 软件架构 软件架构说明 #### 安装教程 源码下载方式,推荐使用git工具下载 git clone https://gitee.com/vi-iot/esp32-aliot #### 使用说明 本例程是基于ESP-IDF v5.2版本进行开发 例程配套的开发板链接如下: https://item.taobao.com/item.htm?ft=t&id=802401650392&spm=a21dvs.23580594.0.0.4fee645eXpkfcp&skuId=5635015963649 此工程包含了ESP32登录阿里云IOT平台的代码,包括动态注册以及非动态注册,还有物模型属性交互代码示例 此外还展示了OTA的过程,关键部分均有注释,请自行下载修改和使用