<?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-beam 1.1 ACP192 power off?]]></title><description><![CDATA[<p dir="auto">I am using these t-beams and holding the power button just powers off everything but keeps flashing a blue light until the battery is dead.<br />
I'm using the example code LoRaSender and it does the same.<br />
But the Meshtastic, when loaded powers off completely when the power button is held.<br />
I can't find any commands in XPowersAXP192 to power it off completely in C++ for Arduino IDE.<br />
Thoughts?</p>
<p dir="auto"><a href="https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/examples/ArduinoLoRa" rel="nofollow ugc">https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/examples/ArduinoLoRa</a></p>
]]></description><link>https://www.community.lilygo.cc/topic/907/t-beam-1-1-acp192-power-off</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 21:05:45 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/907.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Mar 2024 02:46:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to t-beam 1.1 ACP192 power off? on Mon, 18 Mar 2024 23:43:39 GMT]]></title><description><![CDATA[<pre><code>int AXP20X_Class::shutdown()
{
    uint8_t val;
    if (!_init)
        return AXP_NOT_INIT;
    _readByte(AXP202_OFF_CTL, 1, &amp;val);
    val |= (1 &lt;&lt; 7);
    _writeByte(AXP202_OFF_CTL, 1, &amp;val);
    return AXP_PASS;
}
</code></pre>
]]></description><link>https://www.community.lilygo.cc/post/1606</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1606</guid><dc:creator><![CDATA[ddv2005]]></dc:creator><pubDate>Mon, 18 Mar 2024 23:43:39 GMT</pubDate></item></channel></rss>