AT commands are the software interface used to control the modem, defined as part of the 3GPP standard. This means all cellular devices are required to support these commands. For all the commands supported by the nRF91 Series, see the AT Commands Reference Guide:
This includes the standard AT and Nordic-proprietary commands implemented specifically on our hardware.
Note
A common use case is wanting the nRF91 Series SiP to act purely as a modem in companion with an external MCU. For this, the nRF Connect SDK has the Serial LTE modem application, which implements extra AT commands for IP connectivity.
AT commands syntax
AT commands have three different functions depending on how you call them. You can use them to set values or perform actions, readout values, or test their existence and get information about subparameters.
Consider the AT command +CFUN that sets and reads the modem functional mode.
Set command
To set the functional mode, use the following syntax,
Copy
AT+CFUN=<fun>
Read command
To read out the current functional mode, use the following syntax,
Copy
AT+CFUN?
Test command
The test command for the AT+CFUN command will list the supported functional modes. Use the following syntax,
Copy
AT+CFUN=?
Response
All AT commands will give a final response, one of the following:
This command is very useful when having network registration issues, so let’s take a closer look at what it means, using an actual output as an example.
"02024720" - <ci> the cell ID currently connected to
7 - <AcT> indicates either 7 for LTE-M or 9 for NB-IoT.
"11100000" - <Active-Time> the value of the Active Time timer given by the network
"11100000" - <Periodic-TAU> the value of the extended periodic TAU timer given by the network
The values of <Active-Time> and <Periodic-TAU> are strings in 8-bit format, where bits 1-5 indicate the timer value in binary form and bits 6-8 indicate the timer value unit according to the tables below. The timer value unit depends on which timer it is (<Active-Time> is T3324 and <Periodic-TAU> is T3412) and the full table can be found in 3GPP TS 24.008.
In the case of an error, you will also see the following parameters filled
<cause_type> - 0 if <reject_cause> contains an error
<reject_cause> – EMM cause value, which is documented in 3GPP TS 24.301 Annex A.
Some of these will be covered by other commands, but below are a select few
<plmn> – String of digits containing the MCC and MNC (information about network operator)
<tac> – Tracking Area Code, used to identify a tracking area within a network
<cell_id> – E-UTRAN cell ID
<phys_cell_id> – Physical cell ID
<EARFCN> – EARFCN for the given cell
<Periodic-TAU-ext> – Indicates the periodic TAU value
<Periodic-TAU> – Indicates the periodic TAU value. Should be ignored if <Periodic-TAU-ext> is set
Just like +CEREG, the values of <Active-Time>, <Periodic-TAU> and now also <Periodic-TAU-ext> are strings in 8-bit format, where bits 1-5 indicate the timer value in binary form and bits 6-8 indicate the timer value unit according to the tables below. The timer value unit depends on which timer it is, and for %XMONITOR, it also depends on whether <Periodic-TAU-ext> is present.
<Active-Time>
If <Periodic-TAU-ext> present: <Periodic-TAU>
If <Periodic-TAU-ext> present: <Periodic-TAU-ext>
If <Periodic-TAU-ext> not present: <Periodic-TAU>
Important
The timer value unit of <Periodic-TAU> in %XMONITOR depends on whether <Periodic-TAU-ext> is present or not.
This command subscribes to unsolicited result code notifications and the value you set determines how much information the notification contains, between level 1 and 3.
We are mainly interested in seeing the level 1 notifications, which has the following information
Copy
+CSCON: <mode>
mode: indicates RRC Idle (0) or RRC Connected (1) mode
This command is useful to see if the modem is in RRC Connected or RRC Idle mode.
Note
When using +CSCON and +CEREG, the notification status <n> is omitted in the unsolicited result notifications. However, you can read this value by using the read command, for instance AT+CSCON?.
%MDMEV
%MDMEV – subscribes to modem domain event notifications.
This subscribes to events from the modem, like the modem overheating or low battery. Some examples include:
Copy
%MDMEV: ME OVERHEATED%MDMEV: ME BATTERY LOW%MDMEV: RESET LOOP
The nRF91 Series modem core has a modem reset loop restriction, documented thoroughly in the white paper Modem Reset Loop Restriction, that prevents excessive signaling towards the network during continuous modem or application reset loops.
Parameter 2 and 3 have been omitted here since it is ignored by the modem.
<mode> – enable (1) and disable (0) power saving mode
<Requested_Periodic-TAU> – requested value of Periodic-TAU timer, this can be ignored by the network
<Requested_Active-Time> – requested value of Active Time timer, this can be ignored by the network
The last two parameters have the same syntax as the +CEREG parameters <Periodic-TAU> and <Active-Time> explained above.
The read command will read out the requested values, and not necessarily the values given by the network. Exercise 1 will cover how to read out the values given by the network.
<mode> – enable (1) and disable (0) power saving mode
<AcT-type> – type of access technology used (WB-S1 or NB-S1). Simply put 4 for LTE-M and 5 for NB-IoT
<Requested_eDRX_value> – the requested eDRX value to send to the network (4-bit value)
If <Requested_eDRX_value> is committed, the value of the requested eDRX period is set to the manufacturer-specific default, which is 5,12 s or 20,48 s for LTE-M or NB-IoT respectively.
If mode 2 is set, you will get an unsolicited result code with the following syntax
The read command will read out the requested values, and not necessarily the values given by the network. Exercise 1 will cover how to read out the values given by the network.
This output has the same parameters as the unsolicited result notification +CEDRXP, given by +CEDRXS, and explained above.
+CMEE
+CMEE – enables the use of the final result code +CME ERROR
The error codes that result from these notifications are documented in:
3GPP TS 27.007 Ch. 9.2
+CNEC
+CNEC – activates or deactivates unsolicited reporting of error codes sent by the network.
It will enable result codes +CNEC_EMM and +CNEC_ESM, either separately or at the same time, depending on the parameter you set. The error codes that result from these notifications are documented in
This command enables to notifications from the modem
+CGSN
+CGSN – requests product serial number identification
Depending on the set command parameters, +CGSN can return
1: <imei> – returns the 15-digit IMEI of the device
2: <imeisv> – returns the 16-digit IMEISV composed of TAC (8 digits), SNR (6 digits) and SVN (2 digits)
3: <svn> – returns the current SVN (also part of the IMEISV)
IMEISV: “IMEI, Software Version” composed of the TAC, SNR (Serial Number) and the SVN (Software Version Number).
%FEACONF
%FEACONF – used to set support for the configurable features of the modem
This command’s set syntax sets support for the configurable features of the modem.
Copy
%FEACONF=<operation>[,<feature_id>[,<state>]]
Some of these will be covered by other commands, but below are a select few
<operation> – Either write (0), read (1) or list (2).
<feature_id> – The feature ID of the specific feature to configure
<state> – Disabled (0) or enabled (1).
The modem firmware currently supports three configurable features, see here for the full list.
feature_id: 0 – Proprietary PSM is a feature that is useful when the network does not support PSM. It enables the device to perform a PSM-like sleep, so the modem goes to sleep the same way as it would if the network allowed the use of PSM.
Proprietary PSM can only be used in applications where the device always initiates the data connection. This is because, unlike regular PSM, the network cannot reach it when the device is in proprietary PSM. The
This command is very useful when having network registration issues, so let’s take a closer look at what it means, using an actual output as an example.
"02024720" - <ci> the cell ID currently connected to
7 - <AcT> indicates either 7 for LTE-M or 9 for NB-IoT.
"11100000" - <Active-Time> the value of the Active Time timer given by the network
"11100000" - <Periodic-TAU> the value of the extended periodic TAU timer given by the network
The values of <Active-Time> and <Periodic-TAU> are strings in 8-bit format, where bits 1-5 indicate the timer value in binary form and bits 6-8 indicate the timer value unit according to the tables below. The timer value unit depends on which timer it is (<Active-Time> is T3324 and <Periodic-TAU> is T3412) and the full table can be found in 3GPP TS 24.008.
In the case of an error, you will also see the following parameters filled
<cause_type> - 0 if <reject_cause> contains an error
<reject_cause> – EMM cause value, which is documented in 3GPP TS 24.301 Annex A.
Some of these will be covered by other commands, but below are a select few
<plmn> – String of digits containing the MCC and MNC (information about network operator)
<tac> – Tracking Area Code, used to identify a tracking area within a network
<cell_id> – E-UTRAN cell ID
<phys_cell_id> – Physical cell ID
<EARFCN> – EARFCN for the given cell
<Periodic-TAU-ext> – Indicates the periodic TAU value
<Periodic-TAU> – Indicates the periodic TAU value. Should be ignored if <Periodic-TAU-ext> is set
Just like +CEREG, the values of <Active-Time>, <Periodic-TAU> and now also <Periodic-TAU-ext> are strings in 8-bit format, where bits 1-5 indicate the timer value in binary form and bits 6-8 indicate the timer value unit according to the tables below. The timer value unit depends on which timer it is, and for %XMONITOR, it also depends on whether <Periodic-TAU-ext> is present.
<Active-Time>
If <Periodic-TAU-ext> present: <Periodic-TAU>
If <Periodic-TAU-ext> present: <Periodic-TAU-ext>
If <Periodic-TAU-ext> not present: <Periodic-TAU>
Important
The timer value unit of <Periodic-TAU> in %XMONITOR depends on whether <Periodic-TAU-ext> is present or not.
This command subscribes to unsolicited result code notifications and the value you set determines how much information the notification contains, between level 1 and 3.
We are mainly interested in seeing the level 1 notifications, which has the following information
Copy
+CSCON: <mode>
mode: indicates RRC Idle (0) or RRC Connected (1) mode
This command is useful to see if the modem is in RRC Connected or RRC Idle mode.
Note
When using +CSCON and +CEREG, the notification status <n> is omitted in the unsolicited result notifications. However, you can read this value by using the read command, for instance AT+CSCON?.
%MDMEV
%MDMEV – subscribes to modem domain event notifications.
This subscribes to events from the modem, like the modem overheating or low battery. Some examples include:
Copy
%MDMEV: ME OVERHEATED%MDMEV: ME BATTERY LOW%MDMEV: RESET LOOP
The nRF91 Series modem core has a modem reset loop restriction, documented thoroughly in the white paper Modem Reset Loop Restriction, that prevents excessive signaling towards the network during continuous modem or application reset loops.
Parameter 2 and 3 have been omitted here since it is ignored by the modem.
<mode> – enable (1) and disable (0) power saving mode
<Requested_Periodic-TAU> – requested value of Periodic-TAU timer, this can be ignored by the network
<Requested_Active-Time> – requested value of Active Time timer, this can be ignored by the network
The last two parameters have the same syntax as the +CEREG parameters <Periodic-TAU> and <Active-Time> explained above.
The read command will read out the requested values, and not necessarily the values given by the network. Exercise 1 will cover how to read out the values given by the network.
<mode> – enable (1) and disable (0) power saving mode
<AcT-type> – type of access technology used (WB-S1 or NB-S1). Simply put 4 for LTE-M and 5 for NB-IoT
<Requested_eDRX_value> – the requested eDRX value to send to the network (4-bit value)
If <Requested_eDRX_value> is committed, the value of the requested eDRX period is set to the manufacturer-specific default, which is 5,12 s or 20,48 s for LTE-M or NB-IoT respectively.
If mode 2 is set, you will get an unsolicited result code with the following syntax
The read command will read out the requested values, and not necessarily the values given by the network. Exercise 1 will cover how to read out the values given by the network.
This output has the same parameters as the unsolicited result notification +CEDRXP, given by +CEDRXS, and explained above.
+CMEE
+CMEE – enables the use of the final result code +CME ERROR
The error codes that result from these notifications are documented in:
3GPP TS 27.007 Ch. 9.2
+CNEC
+CNEC – activates or deactivates unsolicited reporting of error codes sent by the network.
It will enable result codes +CNEC_EMM and +CNEC_ESM, either separately or at the same time, depending on the parameter you set. The error codes that result from these notifications are documented in
This command enables to notifications from the modem
+CGSN
+CGSN – requests product serial number identification
Depending on the set command parameters, +CGSN can return
1: <imei> – returns the 15-digit IMEI of the device
2: <imeisv> – returns the 16-digit IMEISV composed of TAC (8 digits), SNR (6 digits) and SVN (2 digits)
3: <svn> – returns the current SVN (also part of the IMEISV)
IMEISV: “IMEI, Software Version” composed of the TAC, SNR (Serial Number) and the SVN (Software Version Number).
%REL14FEAT
%REL14FEAT – enables the 3GPP Release 14 (LTE CAT-NB2) features that are supported on the modem
Recall from LTE-M and NB-IoT in lesson 1 that NB-IoT is specified in two releases (3GPP Rel.13 and Rel.14). The nRF9160 SiP modem firmware does not support all Release 14 features. The features that are supported are disabled by default and can be enabled using this AT command.
Nordic Developer Academy Privacy Policy
1. Introduction
In this Privacy Policy you will find information on Nordic Semiconductor ASA (“Nordic Semiconductor”) processes your personal data when you use the Nordic Developer Academy.
References to “we” and “us” in this document refers to Nordic Semiconductor.
2. Our processing of personal data when you use the Nordic Developer Academy
2.1 Nordic Developer Academy
Nordic Semiconductor processes personal data in order to provide you with the features and functionality of the Nordic Developer Academy. Creating a user account is optional, but required if you want to track you progress and view your completed courses and obtained certificates. If you choose to create a user account, we will process the following categories of personal data:
Email
Name
Password (encrypted)
Course progression (e.g. which course you have completely or partly completed)
Certificate information, which consists of name of completed course and the validity of the certificate
Course results
During your use of the Nordic Developer Academy, you may also be asked if you want to provide feedback. If you choose to respond to any such surveys, we will also process the personal data in your responses in that survey.
The legal basis for this processing is GDPR article 6 (1) b. The processing is necessary for Nordic Semiconductor to provide the Nordic Developer Academy under the Terms of Service.
2.2 Analytics
If you consent to analytics, Nordic Semiconductor will use Google Analytics to obtain statistics about how the Nordic Developer Academy is used. This includes collecting information on for example what pages are viewed, the duration of the visit, the way in which the pages are maneuvered, what links are clicked, technical information about your equipment. The information is used to learn how Nordic Developer Academy is used and how the user experience can be further developed.
2.2 Newsletter
You can consent to receive newsletters from Nordic from within the Nordic Developer Academy. How your personal data is processed when you sign up for our newsletters is described in the Nordic Semiconductor Privacy Policy.
3. Retention period
We will store your personal data for as long you use the Nordic Developer Academy. If our systems register that you have not used your account for 36 months, your account will be deleted.
4. Additional information
Additional information on how we process personal data can be found in the Nordic Semiconductor Privacy Policy and Cookie Policy.
Nordic Developer Academy Terms of Service
1. Introduction
These terms and conditions (“Terms of Use”) apply to the use of the Nordic Developer Academy, provided by Nordic Semiconductor ASA, org. nr. 966 011 726, a public limited liability company registered in Norway (“Nordic Semiconductor”).
Nordic Developer Academy allows the user to take technical courses related to Nordic Semiconductor products, software and services, and obtain a certificate certifying completion of these courses. By completing the registration process for the Nordic Developer Academy, you are agreeing to be bound by these Terms of Use.
These Terms of Use are applicable as long as you have a user account giving you access to Nordic Developer Academy.
2. Access to and use of Nordic Developer Academy
Upon acceptance of these Terms of Use you are granted a non-exclusive right of access to, and use of Nordic Developer Academy, as it is provided to you at any time. Nordic Semiconductor provides Nordic Developer Academy to you free of charge, subject to the provisions of these Terms of Use and the Nordic Developer Academy Privacy Policy.
To access select features of Nordic Developer Academy, you need to create a user account. You are solely responsible for the security associated with your user account, including always keeping your login details safe.
You will able to receive an electronic certificate from Nordic Developer Academy upon completion of courses. By issuing you such a certificate, Nordic Semiconductor certifies that you have completed the applicable course, but does not provide any further warrants or endorsements for any particular skills or professional qualifications.
Nordic Semiconductor will continuously develop Nordic Developer Academy with new features and functionality, but reserves the right to remove or alter any existing functions without notice.
3. Acceptable use
You undertake that you will use Nordic Developer Academy in accordance with applicable law and regulations, and in accordance with these Terms of Use. You must not modify, adapt, or hack Nordic Developer Academy or modify another website so as to falsely imply that it is associated with Nordic Developer Academy, Nordic Semiconductor, or any other Nordic Semiconductor product, software or service.
You agree not to reproduce, duplicate, copy, sell, resell or in any other way exploit any portion of Nordic Developer Academy, use of Nordic Developer Academy, or access to Nordic Developer Academy without the express written permission by Nordic Semiconductor. You must not upload, post, host, or transmit unsolicited email, SMS, or \”spam\” messages.
You are responsible for ensuring that the information you post and the content you share does not;
contain false, misleading or otherwise erroneous information
infringe someone else’s copyrights or other intellectual property rights
contain sensitive personal data or
contain information that might be received as offensive or insulting.
Such information may be removed without prior notice.
Nordic Semiconductor reserves the right to at any time determine whether a use of Nordic Developer Academy is in violation of its requirements for acceptable use.
Violation of the at any time applicable requirements for acceptable use may result in termination of your account. We will take reasonable steps to notify you and state the reason for termination in such cases.
4. Routines for planned maintenance
Certain types of maintenance may imply a stop or reduction in availability of Nordic Developer Academy. Nordic Semiconductor does not warrant any level of service availability but will provide its best effort to limit the impact of any planned maintenance on the availability of Nordic Developer Academy.
5. Intellectual property rights
Nordic Semiconductor retains all rights to all elements of Nordic Developer Academy. This includes, but is not limited to, the concept, design, trademarks, know-how, trade secrets, copyrights and all other intellectual property rights.
Nordic Semiconductor receives all rights to all content uploaded or created in Nordic Developer Academy. You do not receive any license or usage rights to Nordic Developer Academy beyond what is explicitly stated in this Agreement.
6. Liability and damages
Nothing within these Terms of Use is intended to limit your statutory data privacy rights as a data subject, as described in the Nordic Developer Academy Privacy Policy. You acknowledge that errors might occur from time to time and waive any right to claim for compensation as a result of errors in Nordic Developer Academy. When an error occurs, you shall notify Nordic Semiconductor of the error and provide a description of the error situation.
You agree to indemnify Nordic Semiconductor for any loss, including indirect loss, arising out of or in connection with your use of Nordic Developer Academy or violations of these Terms of Use. Nordic Semiconductor shall not be held liable for, and does not warrant that (i) Nordic Developer Academy will meet your specific requirements, (ii) Nordic Developer Academy will be uninterrupted, timely, secure, or error-free, (iii) the results that may be obtained from the use of Nordic Developer Academy will be accurate or reliable, (iv) the quality of any products, services, information, or other material purchased or obtained by you through Nordic Developer Academy will meet your expectations, or that (v) any errors in Nordic Developer Academy will be corrected.
You accept that this is a service provided to you without any payment and hence you accept that Nordic Semiconductor will not be held responsible, or liable, for any breaches of these Terms of Use or any loss connected to your use of Nordic Developer Academy. Unless otherwise follows from mandatory law, Nordic Semiconductor will not accept any such responsibility or liability.
7. Change of terms
Nordic Semiconductor may update and change the Terms of Use from time to time. Nordic Semiconductor will seek to notify you about significant changes before such changes come into force and give you a possibility to evaluate the effects of proposed changes. Continued use of Nordic Developer Academy after any such changes shall constitute your acceptance of such changes. You can review the current version of the Terms of Use at any time at https://academy.nordicsemi.com/terms-of-service/
8. Transfer of rights
Nordic Semiconductor is entitled to transfer its rights and obligation pursuant to these Terms of Use to a third party as part of a merger or acquisition process, or as a result of other organizational changes.
9. Third Party Services
To the extent Nordic Developer Academy facilitates access to services provided by a third party, you agree to comply with the terms governing such third party services. Nordic Semiconductor shall not be held liable for any errors, omissions, inaccuracies, etc. related to such third party services.
10. Dispute resolution
The Terms of Use and any other legally binding agreement between yourself and Nordic Semiconductor shall be subject to Norwegian law and Norwegian courts’ exclusive jurisdiction.