Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wi-Fi Soft AP commissioning support status for ESP32-C3 in ESP-Matter SDK #11550

Jayden1Joe started this conversation in Question - Community Help
Discussion options

With Matter v1.4 released, is there a way to enable Soft-AP provisioning on the ESP32-C3 instead of relying on BLE? I want to avoid using BLE altogether.

Also, do Apple HomeKit and Google Home apps fail to recognize Wi-Fi Soft AP during provisioning? In other words, is a BLE chip required for device provisioning with these platforms?

You must be logged in to vote

Replies: 2 comments 1 reply

Comment options

It is possible. Are you using IDF + ESP Matter repository?

You must be logged in to vote
0 replies
Comment options

Within https://github.com/espressif/esp-matter there is a sdkconfig setting to activate WiFi Soft AP and disable BLE provisioning:

# Disable Bluetooth
CONFIG_BT_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=n
# Enable Matter over WiFi and SoftAP advertising
CONFIG_ENABLE_WIFI_STATION=y
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y
You must be logged in to vote
1 reply
Comment options

Thank you for your help! It’s now clear that I can use Wi-Fi SoftAP for provisioning and commissioning. However, I’d like to know—does Apple HomeKit or Google Home support Wi-Fi provisioning in this way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /