-
Notifications
You must be signed in to change notification settings - Fork 2
Modem configuration steps
The application must set the modem APN as "move.dataxs.mobi" using the AT+CGDCONT command.
A customized APN must be used. Contact your TATA representative to get it.
Verify that the eSIM is detected by the modem
AT+CPIN?
+CPIN: READY
OK
Verify the modem has good antenna signal strength
AT+CSQ
+CSQ: 31,2
OK
Set the APN
AT+CGDCONT=1,"IP","move.dataxs.mobi"
OK
Verify that the APN is set
AT+CGDCONT?
+CGDCONT: 1,"IP","move.dataxs.mobi","0.0.0.0",0,0,0,0
OK
Read the network mode, operator name and technology
AT+COPS?
+COPS: 0,0,"JIO 4G",7
OK
Read the cellular (SMS) network registration status
AT+CREG?
+CREG: 0,5
OK
Read the GPRS network registration status
AT+CGREG?
+CGREG: 0,5
OK
Read the LTE network registration status
AT+CEREG?
+CEREG: 0,5
OK
Read the IP address
AT+CGPADDR=1
+CGPADDR: 1,"192.168.210.192"
OK
If the modem has been assigned an IPv4 address, the application can proceed to consume data.
If your application requires the 'Short Messaging Service' (SMS), contact your TATA representative to get the 'SMS Add-on' package.
OPTIGA™ Connect IoT - Infineon eSIM IoT Solution