using nRF9160 SLM

Hi Team,

Can you please provide your inputs here.

1. Is the nRF9160 SLM supports NIDD(non-ip data delivery)? If yes, can you please provide the AT commands to configure NIDD.

2. Is the  nRF9160 SLM MQTT supports TLS?

3. We have tried  nRF9160 SLM FOTA on nRF9160 DK board, it seems that FOTA upgrade is happening on external Flash and in next power cycle it is copying from external Flash to internal Flash. Is that my understanding correct? Is the external Flash is mandatory for the FOTA? Can't we upgrade the internal Flash directly through FOTA?

Regards,

Sravan Rikka

Parents Reply
  • Yes, did you see the following content in the page I point to?

    Here is a sample configuration for NIDD connection in the slm_auto_connect.h file:

    /* Network-specific default system mode configured by %XSYSTEMMODE (refer to AT command manual) */
    0,        /* LTE support */
    1,        /* NB-IoT support */
    0,        /* GNSS support, also define CONFIG_MODEM_ANTENNA if not Nordic DK */
    0,        /* LTE preference */
    /* Network-specific default PDN configured by +CGDCONT and +CGAUTH (refer to AT command manual) */
    true,     /* PDP context definition required or not */
    "Non-IP", /* PDP type: "IP", "IPV6", "IPV4V6", "Non-IP" */
    "",       /* Access point name */
    0,        /* PDP authentication protocol: 0(None), 1(PAP), 2(CHAP) */
    "",       /* PDN connection authentication username */
    ""        /* PDN connection authentication password */
Children
Related