<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[T-A7608 GSM modem does not work in battery mode]]></title><description><![CDATA[<p dir="auto">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</p>
]]></description><link>https://www.community.lilygo.cc/topic/716/t-a7608-gsm-modem-does-not-work-in-battery-mode</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 05:46:08 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/716.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Oct 2023 10:01:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to T-A7608 GSM modem does not work in battery mode on Mon, 16 Oct 2023 16:30:41 GMT]]></title><description><![CDATA[<p dir="auto">The problem is solved.<br />
When operating in battery mode, you must not forget<br />
// disable brownout detector allows you to turn on the simcom module without interrupting the power supply<br />
WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0);<br />
because the voltage across the battery drops by 1.5 V which causes a “Brownout detector was triggered” and therefore a reset.<br />
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.</p>
]]></description><link>https://www.community.lilygo.cc/post/1276</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1276</guid><dc:creator><![CDATA[htou]]></dc:creator><pubDate>Mon, 16 Oct 2023 16:30:41 GMT</pubDate></item></channel></rss>