2020-07-09 08:58:13 -04:00
| Supported Targets | ESP32 | ESP32-C3 |
| ----------------- | ----- | -------- |
2020-04-09 04:40:57 -04:00
2016-10-06 23:16:13 -04:00
ESP-IDF Blufi demo
=======================
This is the demo for bluetooth config wifi connection to ap.
2020-06-16 07:01:44 -04:00
To test this demo, you need to prepare a mobile phone with blufi application installed. You can download the blufi application from [Android version ](https://github.com/EspressifApp/EspBlufi ) and [iOS version ](https://itunes.apple.com/cn/app/espblufi/id1450614082?mt=8 ).
2016-10-06 23:16:13 -04:00
2019-04-26 05:24:34 -04:00
Blufi is completely open source, here is the download link:
2021-03-31 00:51:48 -04:00
* [blufi source code ](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/blufi )
2019-04-26 05:24:34 -04:00
* [BluFi protocol ](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/blufi.html?highlight=blufi#the-frame-formats-defined-in-blufi )
* [iOS source code ](https://github.com/EspressifApp/EspBlufiForiOS )
* [Android source code ](https://github.com/EspressifApp/EspBlufi )
2021-03-31 00:51:48 -04:00
* [Bluetooth Network User Guide CN ](https://www.espressif.com/sites/default/files/documentation/esp32_bluetooth_networking_user_guide_cn.pdf )