Page 1 of 1

MatterOnOffLight example

Posted: Tue May 27, 2025 11:49 am
by borquee
Hi,

I am aware that matter is not yet 100% there... but I have some issues

I used MatterOnOffLight example and it worked fine, but when I moved it to a much larger app I got this error

16:57:04.501 -> E (6465) chip[DIS]: Failed to initialize advertiser: 3000008
16:57:04.501 -> E (6465) chip[DIS]: Failed to remove advertised services: 3
16:57:04.501 -> E (6466) chip[DIS]: Failed to advertise commissionable node: 3
16:57:04.501 -> E (6470) chip[DIS]: Failed to finalize service update: 3

I run Xiao ESP32S3, app uses WIFI_STA, AsyncWebServer, AsyncWebSocket, DNSServer, but no BT. There is 180k free mem and almost all OPI PSRAM.

Thanks,
B

Re: MatterOnOffLight example

Posted: Wed May 28, 2025 11:45 pm
by lbernstone
No clue what it is doing, but it comes from DnssdStartServer. It gets pretty murky from there, descending into Implicit objects.
I'd ask on https://github.com/espressif/esp-matter/issues, but you are going to need to be more specific about how it is embedded in your larger app (eg, is it part of a derived class, is it a separate task, etc).