# EspBlufiForHarmony **Repository Path**: wham_hsa_hwg1/EspBlufiForHarmony ## Basic Information - **Project Name**: EspBlufiForHarmony - **Description**: This is a demo app to control the ESP device which run BluFi - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-07-02 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EspBlufiForHarmony This is a demo app to control the ESP device which run [BluFi](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/blufi) ## Lib Source Code - See [library-blufi](library) ## How to Import - Add this in your root `build-profile.json5` at the end of repositories: ``` "modules": [ { "name": "library", "srcPath": "./library", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] ``` ## Development Documents - See [Doc](doc/Introduction_to_the_EspBlufi_API_Interface_for_Harmony__en.md) ## Update Log - App [Log](log/updatelog-en.md) - Lib [Log](library/log/changelog_en.md)