Problem to connect on LTE network
-
Hi,
I'm actually from Europe and I've bought two Lilygo card with A7670E.
I'm just trying to connect my board on the LTE Network to communicate with my API.
I'm trying to use this code : https://github.com/Xinyuan-LilyGO/LilyGO-T-A7670X/blob/main/examples/new_version/Arduino/HttpsClient/HttpsClient.ino
I've just changed this (I use a 1nce SIM) :
const char apn[] = "iot.1nce.net";
According to documentation from 1nce, I don't have some gprsUser and grpsPass.
Here is what the console give to me :
[3074] Wait... [6075] Initializing modem... [6075] ### TinyGSM Version: 0.11.5 [6075] ### TinyGSM Compiled Module: TinyGsmClientSIM7600 [6091] ### Modem: A7670E-FASE [6092] ### Modem: A7670E-FASE [7516] ### Unhandled: SMS DONE [17521] ### Unhandled: PB DONE [17521] setNetworkMode faill [17527] ### Modem: A7670E-FASE [17527] Modem Name: A7670E-FASE [17555] Modem Info: Manufacturer: INCORPORATED Model: A7670E-FASE Revision: A7670M7_V1.11.1 IMEI: 86XXXXXXXXXXX92 +GCAP: +CGSM,+FCLASS,+DS Waiting for network... fail [87606] ### Modem: A7670E-FASE [87606] Modem Name: A7670E-FASE [87627] Modem Info: Manufacturer: INCORPORATED Model: A7670E-FASE Revision: A7670M7_V1.11.1 IMEI: 86XXXXXXXXXXX92 +GCAP: +CGSM,+FCLASS,+DS Waiting for network... fail
Can you help me to be connected to LTE network ?
Thanks
Guillaume R.
-
Please change the network mode to automatic to see if you can connect to the network correctly
modem.setNetworkMode(2);
-
@oragion : Hi Guillaume, did you succeed finally? What do you think of the Lilygo card? I am currently thinking of using the SIM7600 version, with the same operator as you, but I've not purchased the Lilygo board yet.