Please refer to the main Knowlegdebase page for modem-independent configuration tips.
Super SIM does not support NB-IoT.
The recommended initialization steps for the nRF9160 are:
AT+CGDCONT=0,"IP","super"
.AT%XSYSTEMMODE=1,0,1,0
.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.
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:
1AT+CEDRXS=12AT+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:
1AT+CEDRXS=02AT+CPSMS=0
You can learn more about implementing these modes in our low-power usage documentation.
None at this time.