Subject: Help Required: A7670C-LASL GSM Module - Network Registration Issue
Hello everyone,
I’m currently working with a Xiao ESP32S3 and an A7670C-LASL GSM module to send data from the ESP32S3. However, I’ve encountered a persistent issue with the AT+CREG? command.
Whenever I check the network registration status using AT+CREG?
, I consistently receive the response (0,6)
, which indicates that only message services are available on the SIM card. Interestingly, I can still make voice calls, but I am unable to connect to the internet or fetch any data.
Additionally, the response to the AT+CSQ
command shows a signal quality value above 15, followed by 99
, which I understand might indicate signal quality or network issues, but I’m unsure how to proceed from here.
I have been troubleshooting this issue for the past 6 days, and despite my efforts, I am still unable to achieve a network registration status of (0,1)
(indicating full network registration for data services).
Could anyone provide guidance on how to resolve this issue and change the registration status from (0,6)
to (0,1)
? Any help or advice on how to proceed would be greatly appreciated.
Thank you!