Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Problem to connect on LTE network

    Technical Discussion
    3
    3
    982
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      Oragion last edited by

      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.

      L 1 Reply Last reply Reply Quote 0
      • L
        lewis last edited by

        Please change the network mode to automatic to see if you can connect to the network correctly

        modem.setNetworkMode(2);
        
        1 Reply Last reply Reply Quote 0
        • L
          ligo @Oragion last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors