esp-idf/examples/bluetooth/blufi
Rahul Tank 351653f6b3 Blufi [Nimble] Add fix to crash while running blufi on ESP32C3
A race condition is occuring while creating task on ESP32C3. Task is
getting created, but the function returns with a delay. Since task was
created, events start getting posted, but existing application
initializes certain threads / callbacks after stack initialization.

The same application works in different ways for bluedroid and nimble.
Hence modified the order during initialization accordingly.
2021-09-06 23:01:51 +08:00
..
main Blufi [Nimble] Add fix to crash while running blufi on ESP32C3 2021-09-06 23:01:51 +08:00
CMakeLists.txt Add support of NimBLE host to Blufi 2021-06-28 19:53:33 +05:30
Makefile Add support of NimBLE host to Blufi 2021-06-28 19:53:33 +05:30
README.md Add support of NimBLE host to Blufi 2021-06-28 19:53:33 +05:30
sdkconfig.defaults Add support of NimBLE host to Blufi 2021-06-28 19:53:33 +05:30
sdkconfig.defaults.esp32 Add support of NimBLE host to Blufi 2021-06-28 19:53:33 +05:30
sdkconfig.defaults.esp32c3 Add support of NimBLE host to Blufi 2021-06-28 19:53:33 +05:30
sdkconfig.defaults.esp32s3 Add support of NimBLE host to Blufi 2021-06-28 19:53:33 +05:30

Supported Targets ESP32 ESP32-C3

ESP-IDF Blufi demo

This is the demo for bluetooth config wifi connection to ap.

To test this demo, you need to prepare a mobile phone with blufi application installed. You can download the blufi application from Android version and iOS version.

Blufi is completely open source, here is the download link: