Hello,
I am using the example on the Nordic DK to get UDP messages from the Hologram API to the Nordic Modem.
AT#XUDPSVR=1,6002
#XUDPSVR: 3,"started"
OK
I very inconsistently get messages (if ever).
I am not changing any of the standard operation of the modem. I am running the AT Command with CMUX and PPPd overlay. I am successfully able to connect to the network and run a pppd connnection, but when I start the UDP server I never get messages.
Is there some additional configuration required?
I am following this guide: https://docs.nordicsemi.com/bundle/ncs-2.6.0/page/nrf/applications/serial_lte_modem/doc/slm_testing.html#generic_at_commands
Specifically this part "Test the UDP server with UDP proxy service:"
I know this service works on Hologram because we use it with a different modem.
I know I have a connection to the network because this is my output from CEREG
+CEREG: 3,5,"8309","04C8B910",7
I know my APN is set correctly
AT+CGDCONT?
+CGDCONT: 0,"IP","hologram","10.90.66.67",0,0
So what is going wrong? Do I need to anything additional? I am not changing any power states. I have seen inconsistent results with SMS as well (and TCP has never worked).