Skip to content

Commit

Permalink
[Infineon] Update README with factory reset option for PSoC6 board (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenCY authored and pull[bot] committed Jan 20, 2023
1 parent 44c5f27 commit 1059272
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
11 changes: 11 additions & 0 deletions examples/all-clusters-app/infineon/psoc6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ An example showing the use of Matter on the Infineon CY8CKIT-062S2-43012 board.
- [Setting up chip-tool](#setting-up-chip-tool)
- [Commissioning over BLE](#commissioning-over-ble)
- [Notes](#notes)
- [Factory Reset](#factory-reset)
- [OTA Software Update](#ota-software-update)

<hr>
Expand Down Expand Up @@ -123,6 +124,16 @@ commands. These power cycle the BlueTooth hardware and disable BR/EDR mode.
$ sudo btmgmt -i hci0 bredr off
$ sudo btmgmt -i hci0 power on

### Factory Reset

- Commissioned Wi-Fi Credentials can be cleared by pressing `USER_BTN2` button
on the board. All the data configured on the device during the initial
commissioning will be deleted and device will be ready for commissioning
again.

- Pressing the button again within 5 seconds will cancel the factory reset of
the board.

## OTA Software Update

For the description of Software Update process with infineon PSoC6 example
Expand Down
11 changes: 11 additions & 0 deletions examples/all-clusters-minimal-app/infineon/psoc6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ An example showing the use of Matter on the Infineon CY8CKIT-062S2-43012 board.
- [Setting up chip-tool](#setting-up-chip-tool)
- [Commissioning over BLE](#commissioning-over-ble)
- [Notes](#notes)
- [Factory Reset](#factory-reset)
- [OTA Software Update](#ota-software-update)

<hr>
Expand Down Expand Up @@ -123,6 +124,16 @@ commands. These power cycle the BlueTooth hardware and disable BR/EDR mode.
$ sudo btmgmt -i hci0 bredr off
$ sudo btmgmt -i hci0 power on

### Factory Reset

- Commissioned Wi-Fi Credentials can be cleared by pressing `USER_BTN2` button
on the board. All the data configured on the device during the initial
commissioning will be deleted and device will be ready for commissioning
again.

- Pressing the button again within 5 seconds will cancel the factory reset of
the board.

## OTA Software Update

For the description of Software Update process with infineon PSoC6 example
Expand Down
11 changes: 11 additions & 0 deletions examples/lighting-app/infineon/psoc6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ An example showing the use of Matter on the Infineon CY8CKIT-062S2-43012 board.
- [Commissioning over BLE](#commissioning-over-ble)
- [Notes](#notes)
- [Cluster control](#cluster-control)
- [Factory Reset](#factory-reset)
- [OTA Software Update](#ota-software-update)

<hr>
Expand Down Expand Up @@ -137,6 +138,16 @@ commands. These power cycle the BlueTooth hardware and disable BR/EDR mode.
Light ON and OFF can be observed with 'LED9' on the board. This LED is
configured with `LIGHT_LED` in `include/AppConfig.h`.

### Factory Reset

- Commissioned Wi-Fi Credentials can be cleared by pressing `USER_BTN2` button
on the board. All the data configured on the device during the initial
commissioning will be deleted and device will be ready for commissioning
again.

- Pressing the button again within 5 seconds will cancel the factory reset of
the board.

## OTA Software Update

For the description of Software Update process with infineon PSoC6 example
Expand Down
13 changes: 12 additions & 1 deletion examples/lock-app/infineon/psoc6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ An example showing the use of Matter on the Infineon CY8CKIT-062S2-43012 board.
- [Commissioning over BLE](#commissioning-over-ble)
- [Notes](#notes)
- [Cluster control](#cluster-control)
- [Factory Reset](#factory-reset)
- [OTA Software Update](#ota-software-update)

<hr>
Expand Down Expand Up @@ -137,8 +138,18 @@ commands. These power cycle the BlueTooth hardware and disable BR/EDR mode.
Lock/Unlock status of door can be observed with 'LED9' on the board. This
LED is configured with `LOCK_STATE_LED` in `include/AppConfig.h`.

### Factory Reset

- Commissioned Wi-Fi Credentials can be cleared by pressing `USER_BTN2` button
on the board. All the data configured on the device during the initial
commissioning will be deleted and device will be ready for commissioning
again.

- Pressing the button again within 5 seconds will cancel the factory reset of
the board.

## OTA Software Update

For the description of Software Update process with infineon PSoC6 example
applications see
[Infineon PSoC6 OTA Software Update](../../../docs/guides/infineon_psoc6_software_update.md)
[Infineon PSoC6 OTA Software Update](../../../../docs/guides/infineon_psoc6_software_update.md)

0 comments on commit 1059272

Please sign in to comment.