Skip to content

Commit a16b654

Browse files
authored
Merge pull request #23 from SiliconLabsSoftware/task/add_RS9116_deprecation
RS9116 deprecation documentation
2 parents e469754 + 46ffbc3 commit a16b654

File tree

9 files changed

+26
-2
lines changed

9 files changed

+26
-2
lines changed

sld120-matter-wifi-getting-started/04-light-switch-step-by-step-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Matter hub/chip-tool are ready and working. Keep the PuTTY session open for the
4040

4141
4. Open the Example Projects and Demos tab, select the **Matter** filter and enter "_Wi-Fi_" in **Filter on keywords**.
4242

43-
5. Select the _Matter - SoC Lighting over Wi-Fi_ example for RS9116, click **Create**, rename the project if you wish, and click **Finish**.
43+
5. Select the _Matter - SoC Lighting over Wi-Fi_ example for SiWx917, click **Create**, rename the project if you wish, and click **Finish**.
4444

4545
6. Once the project is created, the perspective changes to the Simplicity IDE perspective. In the Project Explorer view, right-click the project and select _Build Project_.
4646

sld246-matter-faq/wifi-faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Where `mySSID` is **your AP's SSID** and `mypassword` is **your AP's password**.
8282

8383
### 3. WLAN connection fails from RS9116 during commissioning when channel 13 is selected on the AP
8484

85+
**Note:** RS9116 is deprecated and no longer supported on Matter.
86+
8587
The required channel becomes available for connection when the WLAN connection region is configured during compilation to one that supports the channel, such as for Japan for channel 13.
8688

8789
In order to use the desired channel, before building, make sure the WLAN connection region is configured correctly by reviewing/modifying the following lines in **/examples/platform/silabs/efr32/rs911x/rsi_wlan_config.h**:
@@ -168,6 +170,8 @@ Disable QR Code and enable CHIP Logging:
168170

169171
### 11. MG24 device sometimes loses its connection to Ozone during OTA Update with RS9116
170172

173+
**Note:** RS9116 is deprecated and no longer supported on Matter.
174+
171175
While performing an OTA Update with the EFR32MG24 + RS9116 device combination, when the device is reset and bootloading begins with the new image, the Ozone Debugger sometimes loses its connection.
172176

173177
There are two possible workarounds to this:

sld247-matter-overview/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The following boards are supported for the Matter over Wi-Fi demos and developme
3939
- MG24 with WSTK: [xG24-PK6010A](https://www.silabs.com/development-tools/wireless/efr32xg24-pro-kit-20-dbm?tab=overview)
4040
- **Wi-Fi NCP Dev Kits & boards**
4141
- **RS9116**
42+
(**Note:** RS9116 is deprecated and no longer supported on Matter.)
4243
- SB-EVK1 / Single Band Wi-Fi Development Kit / 2.4GHz
4344
- [RS9116X-SB-EVK1](https://www.silabs.com/development-tools/wireless/wi-fi/rs9116x-sb-evk-development-kit)
4445
- SB-EVK2 / Single Band Wi-Fi Development Kit / 2.4GHz

sld249-matter-prerequisites/matter-artifacts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ https://github.com/SiliconLabs/matter_extension/releases/download/v2.6.1/bootloa
3232

3333
## RS9116 Firmware
3434

35+
**Note**: RS9116 is deprecated and no longer supported on Matter.
36+
3537
The RS9116 firmware (`rs9116_firmware_files_with_rev.zip`) is used to update the RS9116 which can be found in the Assets section of this page:
3638

3739
https://github.com/SiliconLabs/matter_extension/releases/download/v2.6.1/rs9116_firmware_files_with_rev_2.6.1-1.4.zip

sld249-matter-prerequisites/software-requirements.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ Below are the software tools both optional and required for developing Matter ov
3636

3737
2. [WiSeConnect SDK v2.x for RS9116 NCP](/matter/{build-docspace-version}/matter-wifi-getting-started-example/software-installation#installation-of-wiseconnect-sdk-v2x-or-v3x-extension), which can be installed as part of the Simplicity Studio tool installation.
3838

39+
**Note:** RS9116 is deprecated and no longer supported on Matter.
40+
3941
3. [WiSeConnect SDK v3.x for SiWx917 NCP](/matter/{build-docspace-version}/matter-wifi-getting-started-example/software-installation#installation-of-wiseconnect-sdk-v2x-or-v3x-extension), which can be installed as part of the Simplicity Studio tool installation.
4042

4143
4. [Firmware for RS9116 NCP](./matter-artifacts.md#rs9116-firmware)
4244

45+
**Note:** RS9116 is deprecated and no longer supported on Matter.
46+
4347
5. [Firmware for SiWx917 NCP](./matter-artifacts.md#siwx917-firmware-for-siwn917-ncp-and-siwg917-soc)
4448

4549
## Software Packages Required for Wi-Fi SiWx917 SoC Devices

sld290-matter-wifi-getting-started-example/getting-started-efx32-ncp.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ The following hardware devices are required for executing Matter over Wi-Fi:
1818
- RS9116 development kit
1919
- WF200 expansion board
2020
- SiWx917 NCP expansion board
21+
22+
**Note:** RS9116 is deprecated and no longer supported on Matter.
23+
2124
- **MG24 boards**
2225

2326
- BRD4186C / SLWSTK6006A / Wireless Starter Kit / 2.4GHz@10dBm
@@ -27,11 +30,13 @@ The following hardware devices are required for executing Matter over Wi-Fi:
2730
- [XG24-RB4187C](https://www.silabs.com/development-tools/wireless/xg24-rb4187c-efr32xg24-wireless-gecko-radio-board)
2831
- MG24 with WSTK : [xG24-PK6010A](https://www.silabs.com/development-tools/wireless/efr32xg24-pro-kit-20-dbm?tab=overview)
2932

30-
>**Note:** A custom board binary can also be generated. The configuration file `sl_spidrv_eusart_exp_config` for RS9116 and `sl_spidrv_exp_config` for 917NCP and WF200 should have the SPI pin and port defines enabled. The configuration file `sl_custom_board.h` contains the SPI pins, which should be updated according to the custom board's pin configuration.
33+
>**Note:** A custom board binary can also be generated. The configuration file `sl_spidrv_eusart_exp_config` for RS9116 and `sl_spidrv_exp_config` for 917NCP and WF200 should have the SPI pin and port defines enabled. The configuration file `sl_custom_board.h` contains the SPI pins, which should be updated according to the custom board's pin configuration. RS9116 is deprecated and no longer supported on Matter.
3134
3235
- **Wi-Fi Dev Kits & boards**
3336

3437
- **RS9116**
38+
39+
**Note:** RS9116 is deprecated and no longer supported on Matter.
3540
- SB-EVK1 / Single Band Wi-Fi Development Kit / 2.4GHz
3641
- [RS9116X-SB-EVK1](https://www.silabs.com/development-tools/wireless/wi-fi/rs9116x-sb-evk-development-kit)
3742
- SB-EVK2 / Single Band Wi-Fi Development Kit / 2.4GHz

sld291-matter-wifi-run-demo/flashing-using-commander.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Before flashing the application for EFR32 Boards, flash **bootloader images** as
77
- **BRD4186C Board**
88
- For MG24 + RS9116: Internal Bootloader (bootloader-storage-internal-single-512k-BRD4186C-gsdk4.1)
99
- For MG24 + WF200: External Bootloader (bootloader-storage-spiflash-single-1024k-BRD4186C-gsdk4.1)
10+
1011
- **BRD4187C Board**
1112
- For MG24 + RS9116: Internal Bootloader (bootloader-storage-internal-single-512k-BRD4187C-gsdk4.1)
1213
- For MG24 + WF200: External Bootloader (bootloader-storage-spiflash-single-1024k-BRD4187C-gsdk4.1)
1314

15+
**Note**: RS9116 is deprecated and no longer supported on Matter.
16+
1417
Bootloader binaries are available in the respective path of codebase **third_party/silabs/matter_support/matter/efr32/bootloader_binaries** folder. Silicon Labs recommends always flashing the latest bootloader binaries from the codebase.
1518

1619
**Note**: Bootloader binaries are flashed using Simplicity Commander only. It supports EFR32 Boards only.

sld291-matter-wifi-run-demo/loading-firmware-for-ncp-and-soc-boards.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The SiWx917 NCP or RS9116 EVK connectivity firmware can be upgraded using Tera T
1414

1515
#### Firmware Upgrade On RS9116
1616

17+
**Note**: RS9116 is deprecated and no longer supported on Matter.
18+
1719
1. Connect the EVK to PC using the USB interface labeled **UART** as identified below.
1820

1921
![Switch Position before firmware flash](./images/rs916-board.png)

sld292-matter-wifi-enabling-features/wifi-sleepy-end-device.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@ To enable ICD functionality for Wi-Fi, the `ICD Management` cluster/component ne
6363
- For SiWx917 SOC, click on **Replace Subscription Timeout Resumption**. Sleepy support is enabled; build the project. Sleep support on M4 and TA can be enabled by installing `matter_icd_core` component.
6464

6565
- For rs9116 and WF200: `matter_icd_management` component is installed by default for lock-app. For thermostat and window, you need to install the mentioned cluster/component to enable sleepy.
66+
6667
- For 917NCP: `matter_icd_management` component is installed by default for lock-app. For thermostat and window, you need to install the mentioned cluster/component to enable sleepy.
6768

6869
### EFR32 + RS9116 Setup for ICDs (Sleepy Devices)
6970

71+
**Note**: RS9116 is deprecated and no longer supported on Matter.
72+
7073
- The following GPIO pins should be connected for 9116 and Host handshakes.
7174
pin 7 and pin 9 to UULP_2 and UULP_0 respectively.
7275

0 commit comments

Comments
 (0)