# esp-idf-example2component **Repository Path**: hengbao5/esp-idf-example2component ## Basic Information - **Project Name**: esp-idf-example2component - **Description**: 本项目主要向大家展示在ESP-IDF框架下,将blufi示例修改为一个component从而可被使用。当然了,这只是一个粗糙的demo。 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-29 - **Last Updated**: 2024-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp-idf-example2component #### 介绍 本项目在 `ESP-IDF` 框架下,将 [blufi示例](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/blufi) 修改为了一个 `component` 从而可被使用。 当然了,这只是一个粗糙的 `demo` :grin: 。**你可以根据自身项目的需要,把很多功能可配置化。** #### 软件架构 本项目的开发环境依赖如下: ``` Win10 ESP-IDF: v4.4.6 开发板: ESP32S3 VSCode: 1.91.1 (system setup) ``` #### 使用说明 工程下载下来后,主方法在 `main.c` 中,您可以继续在 `components` 中添加组件,进行二次开发。 #### 转换过程 转换过程我写在了这篇文章:[《ESP-IDF:如何把example改成component》](https://juejin.cn/post/7396930610536661043),欢迎交流。