Ethernet configuration for Matter #76873
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'm using Zephyr with connectedhomeip in order to create a Matter application. I'm working with a nucleoh563zi, which is an ethernet board. I would like to make a PoC for the zephyr standalone platform on connectedhomeip, but I'm stuck with network configuration I guess. Also, my device doesn't appears in my router interface at all.
Firstly for context, Matter seems to use net_if to get the first interface, bind a socket with 0:0:0:0 IP Addres on port 5540. It seems that Matter needs at least one link local and one multicast addresses. Also, Matter use mDNS in order to find the device. My ethernet configuration is the following :
I don't know why, but when I perform a dhcpv6, my net_if doesn't have unicast address and a prefix. Could be a router configuration issue ? Also idk it I should bind each addresses to a socket. Currently, I can't commission my device, and
dns -sd -B _matterc._udp
returns nothing. This is the prj.confSo far, I've tested with net_shell things like net conn, and net iface. When I try to net ping, it always results with a timeout and idk why.
mDNS is performed with connectedhomeip and doesn't use Zephyr implementation, so it's surely not the problem. Maybe my ethernet is misconfigured ?
Beta Was this translation helpful? Give feedback.
All reactions