Matter protocol / CHIP -- PSOC6 CY8CKIT-062-WIFI-BT and Raspberry PI interface using wifi /zigbee protocol is not connecting

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
neelakanta
Level 1
Level 1
5 sign-ins First reply posted First question asked

we are working on the Smart Lock project using the Matter protocol or CHIP 

I am trying to connect the PSOC 6 with matter protocol/ CHIP software loaded and the Raspberry pi  wifi/zigbee  interface

not connecting

Matter protocol buildwithmatter.com 

i followed the docs provided in the /connectedhomeip/examples/lock-app/P6/Readme.md

I executed the     :   zcl OnOff On 1234 1 0                    ----   command 

not connecting ,  below is the error message

Please reply me the possible solution.

----------------------------------------------------------------------------------------------------------------------------------------------------------

chip-device-ctrl > zcl OnOff On 1234 1 0
[1637573653.279080][9954:9960] CHIP:DL: Avahi resolve failed
[1637573653.279196][9954:9960] CHIP:DIS: Node ID resolved failed with ../../src/platform/Linux/DnssdImpl.cpp:692: CHIP Error 0x000000AC: Internal error
[1637573653.279257][9954:9960] CHIP:CTL: Error resolving node id: ../../src/platform/Linux/DnssdImpl.cpp:692: CHIP Error 0x000000AC: Internal error
Failed to update node address: 172

^Z[1637574457.431856][9954:9954] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-zQ6w1Q)
[1637574457.433052][9954:9954] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1637574457.433175][9954:9954] CHIP:DL: NVS set: chip-counters/boot-reason = 5 (0x5)
[1637574457.433553][9954:9954] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-mnlqAQ)
[1637574457.434501][9954:9954] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1637574457.434610][9954:9954] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1637574457.434666][9954:9954] CHIP:DL: Inet Layer shutdown
[1637574457.434892][9954:9954] CHIP:DL: BLE shutdown
[1637574457.434957][9954:9954] CHIP:DL: System Layer shutdown
pure virtual method called
terminate called without an active exception
Aborted (core dumped)
(python_env) ubuntu@ubun

 

0 Likes
5 Replies
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

Are you having issues in interfacing the PSoC with the RPi or are you having issues when you try to connect to WiFI AP?

0 Likes
neelakanta
Level 1
Level 1
5 sign-ins First reply posted First question asked

Hi Murali,

I am having issue while sending commands from the command prompt from Raspberry pi to PSOC6 -43012 controller.

docs: buildwithmatter.com

I am using the PSOC6 for smartlock

i am using the raspberry pi to send the commands to psoc6 using the wifi 

i mean switching led off in the psoc6 board which is used for the smart lock using the command from the raspberry pi   <zcl OnOff On 1234 1 0>  

0 Likes
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

Hello

How are the commands being sent from the RPI? Is it through some wired connection between the RPI and the PSoC or is it using the WiFi interface?

Thanks

0 Likes

It is through wifi

reference: buildwithmatter.com    

           https://github.com/project-chip/connectedhomeip#readme

we are using example: connectedhomeip/example/lock-app/p6

we are following the readme.rd file in the P6 example code.

0 Likes
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

Do you have a way for me to reproduce this and debug? This is new for me too and would probably need to understand what is happening before giving out a solution.

0 Likes