Nordic Modules with Super SIM
Cellular modules covered on this page
General getting started information
Please refer to the main Knowlegdebase page for modem-independent configuration tips.
Super SIM does not support NB-IoT.
Initialization
The recommended initialization steps for the nRF9160 are:
- Set the APN:
AT+CGDCONT=0,"IP","super"
. - Set the LTE system mode. The nRF9160 can only support one LTE system mode, either Cat-M1 or NB-IoT, at a time. Super SIM only supports Cat-M1, which is the default. If your module’s configuration has been changed, please reset it by issuing
AT%XSYSTEMMODE=1,0,1,0
.
Built-in network protocols
The nRF9160 doesn’t support any of the usual AT commands for testing HTTP or sending pings. Please see Nordic’s documentation to help you integrate this module into your product.
Low-power modes
While the nRF9160 supports low-power modes for eDRX and PSM, support for these features will vary by visited network and location. The commands to enable each of these are:
AT+CEDRXS=1
AT+CPSMS=1
Using these features, but especially PSM, can make the modem inaccessible to the terminal during its sleep time. It’s best to experiment with these features locally. To disable all power saving, send:
AT+CEDRXS=0
AT+CPSMS=0
You can learn more about implementing these modes in our low-power usage documentation.
Known issues
None at this time.
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.