Hi Guys
So I am new to this whole LWM2M protocol, so my knowledge is not that good. I have the following problem. I want to start the LWM2M_client sample with the following steps. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lwm2m_client/README.html
I did set the leshan server in the prj.conf and set the needed configs on the server. I use the sample nrf\samples\nrf9160\lwm2m_client given by the git repo.
I built the solution and downloaded it to my board. The board start but it just does not show any sign of connection in the link monitor. What it shows is the following:
*** Booting Zephyr OS build v2.1.99-ncs1-16-ge23d8ac48dd0 ***
and then nothing.
Any suggestions?
Thank you!