Hi,
I'm working in NB IoT (AT%XSYSTEMMODE=0,1,0,0), trying to communicate with our private UDP server using the UDP_with_PSM sample. After configuring the main.c file (changed #define HOST "ntp.uio.no" to #define HOST "192.168.2.1" i.e. the IP of our server) and the prj.conf file (added CONFIG_LTE_NETWORK_MODE_NBIOT=y and CONFIG_LTE_NETWORK_MODE_LTE_M=n), I flashed it on to my nRF9160DK. However, even after connecting with our server (AT+CGDCONT shows that the DK has connected to the server IP), no data is received by the server.
Any ideas what might be causing this problem and how can I work around it?
Best Regards,
Shahmeer.