# EspBlufiForAndroid **Repository Path**: suhhai/EspBlufiForAndroid ## Basic Information - **Project Name**: EspBlufiForAndroid - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-24 - **Last Updated**: 2024-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EspBlufiForAndroid 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 [lib-blufi](lib-blufi) ## How to Import - Add this in your root `build.gradle` at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` - And add a dependency code to your app module's `build.gradle` file. ``` implementation 'com.github.EspressifApp:lib-blufi-android:2.3.7' ``` ## ESPRSSIF MIT License - See [License](LICENSE) ## Development Documents - See [Doc](doc/Introduction_to_the_EspBlufi_API_Interface_for_Android__en.md) ## Release APKS - See [Releases](https://github.com/EspressifApp/EspBlufiForAndroid/releases) ## Update Log - App [Log](log/updatelog-en.md) - Lib [Log](lib-blufi/log/changelog_en.md)