@@ -33,10 +33,11 @@ will then join the network.
33
33
34
34
## Building
35
35
36
- - [ Modustoolbox Software] ( https://www.cypress.com/products/modustoolbox )
36
+ - Download and install
37
+ [ Modustoolbox Software v3.2] ( https://www.infineon.com/modustoolbox )
37
38
38
- Refer to ` integrations/docker/images/chip-build-infineon/Dockerfile ` or
39
- ` scripts/examples/gn_psoc6_example.sh ` for downloading the Software and
39
+ Refer to ` integrations/docker/images/stage-2/ chip-build-infineon/Dockerfile `
40
+ or ` scripts/examples/gn_psoc6_example.sh ` for downloading the Software and
40
41
related tools.
41
42
42
43
- Install some additional tools (likely already present for Matter
@@ -45,7 +46,7 @@ will then join the network.
45
46
python3-pip
46
47
47
48
- Supported hardware:
48
- [ CY8CKIT-062S2-43012] ( https://www.cypress .com/CY8CKIT-062S2-43012 )
49
+ [ CY8CKIT-062S2-43012] ( https://www.infineon .com/CY8CKIT-062S2-43012 )
49
50
50
51
* Build the example application:
51
52
@@ -66,11 +67,12 @@ more instructions_
66
67
67
68
- Put CY8CKIT-062S2-43012 board on KitProg3 CMSIS-DAP Mode by pressing the
68
69
` MODE SELECT ` button. ` KITPROG3 STATUS ` LED is ON confirms board is in
69
- proper mode.
70
+ proper mode. (Modustoolbox Software needs to be installed)
70
71
71
72
- On the command line:
72
73
73
74
$ cd ~/connectedhomeip
75
+ $ export CY_TOOLS_PATHS=<Modustoolbox install location>/tools_3.2
74
76
$ python3 out/infineon-psoc6-lock/chip-psoc6-lock-example.flash.py
75
77
76
78
## Commissioning and cluster control
@@ -116,12 +118,12 @@ commands. These power cycle the BlueTooth hardware and disable BR/EDR mode.
116
118
117
119
### Cluster control
118
120
119
- - After successful commissioning, use the OnOff cluster command to toggle
120
- device between On or Off states.
121
+ - After successful commissioning, use the doorlock cluster command to toggle
122
+ device between lock or Unlock states.
121
123
122
- ` $ ./out/debug/chip-tool onoff on 1234 1 `
124
+ ` $ ./out/debug/chip-tool doorlock lock-door 1234 1 --timedInteractionTimeoutMs 100 `
123
125
124
- ` $ ./out/debug/chip-tool onoff off 1234 1 `
126
+ ` $ ./out/debug/chip-tool doorlock unlock-door 1234 1 --timedInteractionTimeoutMs 100 `
125
127
126
128
- Cluster OnOff can also be done using the ` USER_BTN1 ` button on the board.
127
129
This button is configured with ` APP_LOCK_BUTTON ` in ` include/AppConfig.h ` .
0 commit comments