Hello everyone,
For simpilicity,assume i have a node that is connected to an esp32, that node is configured as a coap client(actually its a node that gathers coap requests from a lot of ble nodes), it forms the packets, sends it to esp32 over uart, now how do i get esp32 to send that request to, for example, the coapserver python code you supply in the info center,here http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v2.0.0%2Findex.html&cp=4_2_0
Thanks in advance.