I want to configure Thread in project mqtt-sn-publisher( https://github.com/nrfconnect/sdk-zephyr/tree/main/samples/net/mqtt_sn_publisher ) and communicate with mqtt-sn-gateway through Thread network.
I followed the instruction(https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/protocols/thread/configuring.html) to add some configurations in file prj.conf of mqtt-sn-publisher project.
But it always exited after it joined Thread network. What is the problem? Did I do something wrong?