# ola_device_demo **Repository Path**: feekia/ola_device_demo ## Basic Information - **Project Name**: ola_device_demo - **Description**: OLA device demo based on ESP-32 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OLA联盟设备Demo 基于乐鑫的模组ESP-32构建,实现OLA的标准设备接口,包含设备配网、认证、注册等。 ## 如何使用 1. 安装ESP32的开发环境ESP-IDF,参考[快速开始手册](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-started/index.html) 2. 使用命令 `git clone --recursive https://gitee.com/sk302/ola_device_demo.git` clone本项目到$(IDF_PATH)/esp目录下 3. 编译设备SDK `cd ola-wifi-device-sdk && make` 4. 在工程根目录执行`idf.py build`编译 5. 执行`idf.py -p [PORT] flash`烧录固件,PORT为连接ESP-32的串口号