Page 1 of 1

esp-matter anyone tried it?

Posted: Fri Nov 11, 2022 4:27 pm
by dbelcourt
Hi,

I'm looking at trying the Matter SDK. Espressif websites lists a few variations of ESP32 that are compatible without specifically calling out the ESP32-WROOM-32UE-N8 as one of them.

Does the code repository support this version?

Re: esp-matter anyone tried it?

Posted: Sun Nov 13, 2022 1:04 pm
by ESP_Sprite
That's a module with a 'classic' ESP32 in it and should be compatible (with Matter over WiFi, not Thread).

Re: esp-matter anyone tried it?

Posted: Wed Nov 30, 2022 10:18 pm
by edleno
I've built the tools and the light example on a generic ESP32 dev kitC but so far I get an error when trying to commission the device.

Re: esp-matter anyone tried it?

Posted: Sun Dec 04, 2022 3:33 am
by edleno
Follow up - got the latest esp-matter repo and now the ESP32 light example joins via Smartthings commisioning interface. So, success.

Re: esp-matter anyone tried it?

Posted: Fri Jan 13, 2023 4:18 pm
by dbelcourt
edleno wrote: Follow up - got the latest esp-matter repo and now the ESP32 light example joins via Smartthings commisioning interface. So, success.
Hey that's great. I'm still struggling with commissioning. I have it built; I think.... I got the Espressif-Matter app but I think my iOS is too old. Trying with Android emulator but that seems to have another set of struggles.

Did you do anything different or getting the latest more-or-less fixed everything?
Any good references to suggest?