project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.46k stars 1.99k forks source link

Enable softap commissioning #17487

Open chshu opened 2 years ago

chshu commented 2 years ago

Problem

The softap commissioning was implementated at the beginning, but not well maintained for a while, and it's not part of SDK 1.0 planning.

Recently we saw some requests from customers who want to try the softap commissioning:

  1. Some resource constrained SoC can't run Wi-Fi and BLE stacks simultaneously;
  2. Some customers want to integrate Matter and other protocols, and prefer to use softap commissioning instead of BLE.

To enable these Matter customers earlier, we want to maintain the softap commissioning feature in current SDK.

Per the spec, we divided the feature into several steps, and below is the verificaion results on ESP32 platform:

Some other features for productization:

Proposed Solution

We will resolve the itemes listed above.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.