Can you explain me what I need to do in order to have the esim ? Do I need a physical component ? I am new to this subject if someone can help me a little bit. Thanks
Can you explain me what I need to do in order to have the esim ? Do I need a physical component ? I am new to this subject if someone can help me a little bit. Thanks
Hi yes that was the problem, just the last question, to turn on the LTE how should I do? I have the LTE grey, i have searched for some networs using AT+COPS? and a network showed up but its status is forbidden. I have tried to turn on the roaming using AT+CIND=1,1,0 but nothing changed even after rebooting. Is it the right way to do it ?
Cheers
Hi Damian,
If you are running the at_client sample, you should only need to send AT+CFUN=1 to turn on the modem. The AT commands are documented in the reference manual.
or even easier send the AT+CFUN? command in LTE link monitor so it will run through a script which sends several AT commands to get out the information about the modem and the network.
Please provide the log in your next post if you have any additional questions.
ok i got the esim working but i need to set a specific apn but using the command AT+CGDCONT=1,'IP','NXT17C.NET' it returns me phone failure, I have asked the company which provided me with the esims but they told that is not an esim problem but it is a problem of the sdk, what should I do?
Please read the AT-Command reference on how to use the AT+CGDCONT.
Following command should work:
AT+CGDCONT=1,"IP","NXT17C.NET"