I’ve been working for two days to connect ESP32 using a BG95-M3 modem and a monogoto sim card and today the modem stopped accepting the APN command
AT+CGDCONT=1,“IP”,“data.mono”
ERROR
but this one works AT+CGDCONT=1,“IP”,“mono”
OK
Below is the log from the modem
ATI
Quectel
BG95-M3
Revision: BG95M3LAR02A03OK
AT+GSN
869616064576336OK
AT+CPIN?
+CPIN: READYOK
AT+COPS?
+COPS: 0,0,“vodafone ES”,8OK
AT+QNWINFO
+QNWINFO: “eMTC”,“21401”,“LTE BAND 20”,6300OK
AT+QNWINFO
+QNWINFO: “eMTC”,“21401”,“LTE BAND 20”,6300OK
AT+QNWINFO
+QNWINFO: “eMTC”,“21401”,“LTE BAND 20”,6300OK
AT+QCSQ
+QCSQ: “eMTC”,-69,-99,83,-16OK
AT+CGDCONT=1,“IP”,“data.mono”
ERROR
AT+CGDCONT=1,“IP”,“mono”
OK
AT+CGDCONT=1,“IP”,“data.mono”
ERROR
Firmware version:
BG95M3LAR02A03_01.017.01.017
What can this error be related to, yesterday the modem accepted this command ?
Hi
According to the query result of AT+QCSQ instruction, the SINR of your current network is very poor. Is your test network environment yesterday the same as today? In addition, AT+CEREG? What is the result of the command?
BR
Tabor