Page 2 of 2

Re: LTE connection

Posted: Wed Jul 03, 2024 10:17 am
by les.goss
Hi Pontus, still no joy here at all........

17:48:30.783 -> Connectivity RP2040 LTE/WiFi/BLE test program !
17:48:30.783 -> Waiting for modem to start..
17:48:37.037 -> Modem started !
17:48:38.011 -> AT+CPSMS=0
17:48:38.011 -> OK
17:51:05.451 -> AT+CFUN=0
17:51:05.451 -> OK
17:51:16.816 -> AT+UMNOPROF=1
17:51:16.816 -> OK
17:51:32.913 -> AT+CFUN=15
17:51:32.913 -> OK
17:51:51.666 -> AT+UMNOPROF?
17:51:51.666 -> +UMNOPROF: 0
17:51:51.666 ->
17:51:51.666 -> OK
17:52:17.258 -> AT+COPS=?
17:52:17.258 -> ERROR

18:14:57.494 -> AT+ICCID
18:14:57.494 -> ICCID: 89882280666XXXXXX
18:14:57.494 ->
18:14:57.494 -> OK

+UMNOPROF never sets to 1. It either comes back as 0 or 100 or 31. Never to 1 as I'm trying to set it to.
I've tried it so many times and have gone through the SARA Manuals and still the same result!!!!!

Re: LTE connection

Posted: Tue Jul 09, 2024 7:59 am
by Pontus
Welcome to the wonderful world of uBlox AT commands :D

If you can't select profile 1 it is the SIM card doesn't let you do this. This could be for any number of reasons.

Try running AT+UMNOPROF=? to see what valid choices you have.

Here's how it looks on my Connectivity board:

AT+UMNOPROF=?
+UMNOPROF:
0: SW default
1: SIM ICCID select
2: ATT
198: AT&T Profile 2-4-12
100: Standard Europe
101: Standard Europe No-ePCO
31: DT
19: Vodafone
46: Orange France
33: VIVO
45: TIM Brasil
44: Claro Brasil

OK

Now to do our restore of profile information you can select 100 temporarily or any other profile, in this stage the profile selected is not important, just that we switch to something different from what is currently selected.

AT+COPS=2
OK
AT+UMNOPROF=100
OK
AT+CFUN=15
OK
AT
OK

And then switch back to 0 for instance, by running:

AT+COPS=2
OK
AT+UMNOPROF=0
OK
AT+CFUN=15
OK
AT
OK
AT+COPS=?
+COPS: (2,"Tele2","Tele2 SE","24007",7),(1,"Telenor SE","TelenorS","24008",7),(1,"TELIA S","TELIA","24001",0),(1,"TELIA S","TELIA","24001",7),(1,"Sweden Mobile","MobileS","24024",0),(1,"TELIA S","TELIA","24001",9),,(0,1,2,3,4),(0,1,2)
OK

If profile 1 does not work and there is no specific profile for you regions/operator you can always use profile 0 and make changes to the settings if required.