Hi, i am using nrf9160 with jio nbiot which supports nidd protocol. Which code sample i should use for testing nidd?
Hi, i am using nrf9160 with jio nbiot which supports nidd protocol. Which code sample i should use for testing nidd?
Hi,
I also faced the same issue, You need to enter the exact details provided in default app activation if you are working on the default app activation function. and once you send the packet to jio cloud, you will receive acknowledgment at first and you call nidd receive function again so that you can receive an app activation response or error code from jio server.
Hi Manu_Devappa
I have got the app registered default as well as specific.
Now I am trying is to get a command (for example : ping command) to the device from my mobile app over NIDD. That is where i am facing the issue.
As per the APIs provided for this by the JIO, the command is received by jio server. But my device has not received anything.
Thanks and Regards
Hi Øyvind ,
Thanks for the support. The down-link communication is working now. It was some issue with the service provider and it has been resolved now.
Also The NRF9160 has PSM enabled in this above example code. this makes the device stop listening to the server every 1 minute for 60mins (The device is sleeping for 60mins and wakes up for only 1minute).
The issue is resolved.
Thanks and regards