connectedhomeip (CHIP) application #76092
Unanswered
QuentinCaldeira-eaton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ! I think it's not the right place, but I can't have any support on connectedhomeip side.
I'm working on making the Zephyr standalone platform usable for anybody, because for now only nRF, telink and nxp use it. The purpose is to allow any compatible board in terms of FLASH, connectivity, etc. to build connectedhomeip application from the zephyr sdk directly.
The standalone platform is working, and anybody can build now, but I think some things are missing. For my test, I use a nucleo h563zi with Ethernet, and my purpose is to make a commission over Ethernet (on network), to have a Light device.
I don't know why, but it seems that mDNS isn't working (I guess). When I boot the card, it appears with the address "::" and the protocol ICMPv6 in Wireshark. I think there is no IP attribution. My application says that "mDNS service published: _matterc._udp", but there are no traces in Wireshark. Also, I can't commission the device in CHIP-TOOL.
My knowledge about networking is quite limited and seems to be the issue. If someone have any idea ? I can provide my application, and the
.config
, because I thinkprj.conf
only isn't relevant, application sources other Kconfig.Beta Was this translation helpful? Give feedback.
All reactions