-
Hi everyone, I am trying to use my OpenThread device(nRF52840 and nRF7002DK) to send a GET Request to a CoAP server on the local network. When I connect to a CoAP server running on my laptop everything works ok. I can get ping responses and the payload from my CoAP GET request. The problem only occurs when a device on the OpenThread network tries to connect to the ESP32. I am hoping to find an answer or solution here. Any help or suggestion is appreciated! Also see my discussions on Devzone and esp-matter |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Are you able to provide a packet capture? Do you see a CoAP response in the packet capture? |
Beta Was this translation helpful? Give feedback.
The ESP32 did not have route hook enabled see esp-matter issue
There was no route back to the OpenThread device. With the route hook the ESP32 listens to the RA and now there is a route back to the OpenThread device.