botletics / SIM7000-LTE-Shield

Botletics SIM7000 LTE CAT-M1/NB-IoT Shield for Arduino
https://www.botletics.com/products/sim7000-shield
GNU General Public License v3.0
477 stars 215 forks source link

OPERATOR SELECTION #152

Closed JGLJGL closed 4 years ago

JGLJGL commented 4 years ago

Hi, to select an operator in my country I use AT+COPS. But what if I send the SIM7000 module to another country ? Is there any option to connect automatically to the opertator available in that country? So that anyone (with 0 knowledge) could connect the module (once programed).

botletics commented 4 years ago

You have to know what network you will be on because you need to enter the APN.

ROSW6341 commented 4 years ago

Would the AT+CMCFG command be of use? Setting the parameter to 1 would automatically select mobile operator configuration according to ICCID information in SIM card. Other options are also available.

botletics commented 4 years ago

I believe module will automatically try to connect to the best available network in the area based on the SIM card that's inserted and the networks nearby. If you use the AT+CNMP and AT+CMNB commands you can narrow down the type of network it tries to connect to, then use AT+COPS=0 to make it search automatically.