vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.95k stars 723 forks source link

Is there any easy way to detect automatically the gprs of the operator in module simcom 7070g? #617

Open roysG opened 2 years ago

roysG commented 2 years ago

Hi, First of all, your library works great!

In my country israel, the apn and networks detected in few seconds and without needs to define anything. I try to tested the same code with sim in italy and found that in the first time there is delayed of search networks that may takes 1-2 minutes. After detect networks i saw that the connection to internet was failed, also retires few times and fails.

I suppose maybe i may needed to define the apn settings.

Is there any easy way of detect the network/apn without define it?