You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to customize the Matter Controller example which is running on an ESP Thread Border Router device.
I can't seem to get an mDNS server working with this. See my app_main() and initialise_mdns(void) below.
Everything appears to run fine and mDNS initializes ok, but not possible to ping "my-server" on the local network no matter what.
Before building the application project, I configure and set the target as follows : idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.otbr" set-target esp32s3 .
My sdkconfig.defaults.otbr is attached also.
Then I configure the Wi-Fi credentials on the terminal via : matter esp wifi connect {ssid} {password} .
These credentials of course then stay saved on the device unless I do a complete erase and flash.
I have built and flashed other mDNS examples such as esp-idf/examples/protocols/esp_local_ctrl which work fine and can ping the hostname.
One of the differences I see with those examples is that example_connect() is used to get the Wi-Fi credentials. If I try to use example_connect() with my below code I get a crash.
I have attached an app-output.log file too which shows the terminal output from my application. I'd appreciate any help with this. Thanks
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
mDNS server issues when using the Matter Contoller application with Thread
mDNS server issues when using the Matter Contoller application with Thread (CON-1482)
Dec 18, 2024
I am trying to customize the Matter Controller example which is running on an ESP Thread Border Router device.
I can't seem to get an mDNS server working with this. See my
app_main()
andinitialise_mdns(void)
below.Everything appears to run fine and mDNS initializes ok, but not possible to ping "my-server" on the local network no matter what.
Before building the application project, I configure and set the target as follows :
idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.otbr" set-target esp32s3
.My
sdkconfig.defaults.otbr
is attached also.Then I configure the Wi-Fi credentials on the terminal via :
matter esp wifi connect {ssid} {password}
.These credentials of course then stay saved on the device unless I do a complete erase and flash.
I have built and flashed other mDNS examples such as
esp-idf/examples/protocols/esp_local_ctrl
which work fine and can ping the hostname.One of the differences I see with those examples is that
example_connect()
is used to get the Wi-Fi credentials. If I try to useexample_connect()
with my below code I get a crash.I have attached an
app-output.log
file too which shows the terminal output from my application. I'd appreciate any help with this. Thanksapp-output.log
sdkconfig.defaults.otbr.txt
The text was updated successfully, but these errors were encountered: