Hello Team,
I have downloaded the Zephyr project and working on the LwM2M sample client application to make nRF52840 DK as an LwM2M client. I have followed the below link and able to compile the LwM2M client sample for nRF52840 and flash as well.
https://docs.zephyrproject.org/latest/samples/net/lwm2m_client/README.html#
Problem and Queries:
1) If I run the QEMU as a client then I am able to connect with the Leshan demo server and able to get the data from objects. But If I compile the same sample for nRF52840 then I am unable to register with the Leshan demo server. What I am missing here? If the same sample runs for QEMU then it should run for the nRF52840 as well. Although I am able to send the Openthread commands and able to connect with other devices as well.
2) In nRF5 SDK, I was able to send the data to the google cloud using CoAP APIs. I did not find the same UDP and CoAP APIs in the Zephyr project. WIll there be any specific APIs If I want to send the data to google cloud or LwM2M server?
Thanks in advance,
Hardik