Skip to content

Commit 67df42a

Browse files
sabollim-silabsarun-silabs
authored andcommitted
RS9116 deprecation documentation
1 parent c660e1e commit 67df42a

File tree

9 files changed

+30
-3
lines changed

9 files changed

+30
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following boards are supported for the Matter over Wi-Fi demos and developme
3838
- [XG24-RB4187C](https://www.silabs.com/development-tools/wireless/xg24-rb4187c-efr32xg24-wireless-gecko-radio-board)
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**
41-
- **RS9116**
41+
- **RS9116** (**Note:** RS9116 is deprecated and no longer supported on Matter.)
4242
- SB-EVK1 / Single Band Wi-Fi Development Kit / 2.4GHz
4343
- [RS9116X-SB-EVK1](https://www.silabs.com/development-tools/wireless/wi-fi/rs9116x-sb-evk-development-kit)
4444
- 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
@@ -36,6 +36,8 @@ The RS9116 firmware (`rs9116_firmware_files_with_rev.zip`) is used to update the
3636

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

39+
**Note**: RS9116 is deprecated and no longer supported on Matter.
40+
3941
**Note**:
4042
RS9116 chip/module needs to be flashed with proper firmware as mentioned below:
4143

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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ 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+
11+
**Note**: RS9116 is deprecated and no longer supported on Matter.
12+
1013
- **BRD4187C Board**
1114
- For MG24 + RS9116: Internal Bootloader (bootloader-storage-internal-single-512k-BRD4187C-gsdk4.1)
1215
- For MG24 + WF200: External Bootloader (bootloader-storage-spiflash-single-1024k-BRD4187C-gsdk4.1)
1316

17+
**Note**: RS9116 is deprecated and no longer supported on Matter.
18+
1419
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.
1520

1621
**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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,15 @@ 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+
67+
**Note:** RS9116 is deprecated and no longer supported on Matter.
68+
6669
- 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.
6770

6871
### EFR32 + RS9116 Setup for ICDs (Sleepy Devices)
6972

73+
**Note:** RS9116 is deprecated and no longer supported on Matter.
74+
7075
- The following GPIO pins should be connected for 9116 and Host handshakes.
7176
pin 7 and pin 9 to UULP_2 and UULP_0 respectively.
7277

0 commit comments

Comments
 (0)