BG95 M3 0 upgraged to latest v3 - now no connectivity with super sim

Hi,

my module came with it came with BG95M3LAR02A03_31.201.31.201, i confirmed i was able to send and receive data

I upgraded it to BG95M3LAR02A03_31.202.31.202 and Now i am not able to connect using super sim from twillio. I am following the same instructions but QIACT results in error

AT+QCFG=“iotopmode”,0,1
OK
AT+QCFG=“nwscanseq”,0201,1
OK
AT+QCFG=“nwscanmode”,3,1
OK
AT+QCFG=“servicedomain”,1,1
OK
AT+CGDCONT=1,“IP”,“super”
OK
AT+QCFG=“roamservice”,2,1
ERROR
AT+QIACT=1
ERROR
AT+QPING=1,“8.8.8.8”
ERROR
AT+COPS=0
OK
AT+CFUN=1
OK

can you please give me the firmware BG95M3LAR02A03_31.201.31.201?

thanks
Vibhu

Hi @drone4ya_z

Please try to send AT+QNWINFO and AT+QENG=servingcell" command when doing network searching.

Can you provide IMEI? The firmware version you provided was not found in our database; If the search time of your module is not enough, I suggest you extend the search time and try again

AT+QNWINFO
+QNWINFO: “eMTC”,“310410”,“LTE BAND 12”,5110

As for AT+QENG=“servingcell” what will be the servingcell value

thanks sent the IMEI via reply to the support team’s email

pls run

AT+QENG=“servingcell”

AT+QENG=“servingcell”
ERROR
AT+QNWINFO
+QNWINFO: “eMTC”,“310410”,“LTE BAND 12”,5110

OK

Please provide the current firmware version

AT+QGMR

Firmware BG95M3LAR02A03_31.202.31.2

I think I figured it out, while doing at commands I have to attach to network every time I reboot hence I was not getting the IP address.

Interestingly when using the REPl and python net api calls, I can always get the ip address after reboot , not sure why

Here is my article