Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. htou
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 1
    • Groups 0

    htou

    @htou

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    htou Unfollow Follow

    Best posts made by htou

    • RE: T-A7608 GSM modem does not work in battery mode

      The problem is solved.
      When operating in battery mode, you must not forget
      // disable brownout detector allows you to turn on the simcom module without interrupting the power supply
      WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0);
      because the voltage across the battery drops by 1.5 V which causes a “Brownout detector was triggered” and therefore a reset.
      The inrush current when starting the A7608 is around 2A. It might be necessary to add decoupling capacitors on the card. I have the impression that some are planned but not welded.

      posted in Technical Discussion
      H
      htou

    Latest posts made by htou

    • RE: T-A7608 GSM modem does not work in battery mode

      The problem is solved.
      When operating in battery mode, you must not forget
      // disable brownout detector allows you to turn on the simcom module without interrupting the power supply
      WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0);
      because the voltage across the battery drops by 1.5 V which causes a “Brownout detector was triggered” and therefore a reset.
      The inrush current when starting the A7608 is around 2A. It might be necessary to add decoupling capacitors on the card. I have the impression that some are planned but not welded.

      posted in Technical Discussion
      H
      htou
    • T-A7608 GSM modem does not work in battery mode

      Hello, I am using a T-A7608 and I cannot get the A7608 module to work when it is only powered by the battery. If I plug in the USB cable I get the desired operation with sending SMS. Please note that SMS is sent after waking up by RTC from deep sleep mode. If you had an idea or a code example to try because I've been looking for weeks. THANKS

      posted in Technical Discussion
      H
      htou