Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 24, 2023
1 parent b10e2d8 commit 9b37f0e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/guides/silabs_common_app_behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,28 @@ The following list explicits the information that is unique to Wi-Fi devices.
| LCD UI | Description |
| :----: | :---------- |
| SSID | SSID of the connected Wi-Fi network |
> **Note:** The SSID information is not yet printed on the LCD.
> **Note:** The SSID information is not yet printed on the LCD.
## Buttons

All sample applications are designed to work with two buttons : the application button and the operation button.
Button 0, BTN0, is the operation button and Button 1, BTN1 is the application button.
> **Note:** Sparkfun dev kit (BRD2704A) does not have any buttons. The [Matter Shell](.) is required to leverage button functionnalities.
### Opreation Button

This section list all the operations that can be executed with the operation button.

#### Factory Reset

Press and Hold button 0 for 6 seconds.

#### Start or Restart Ble Advertisement

Press and release Button 0. If the device is not already commissionned, it will start advertising in fast mode for 30 seconds.

Check failure on line 64 in docs/guides/silabs_common_app_behavior.md

View workflow job for this annotation

GitHub Actions / misspell

[misspell] docs/guides/silabs_common_app_behavior.md#L64

"commissionned" is a misspelling of "commissioned"
Raw output
./docs/guides/silabs_common_app_behavior.md:64:57: "commissionned" is a misspelling of "commissioned"
After 30 seconds, the device will then switch to a slower interval advertisement.
After 15 minutes, the advertisement stops.

### Application Button

See the sample app documentation for more information on the application button.

0 comments on commit 9b37f0e

Please sign in to comment.