<?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[Unable to make T-Display S3 work with LiPo battery]]></title><description><![CDATA[<p dir="auto">Hello everyone,<br />
I am using my Lilygo T-Display S3 to make an halloween project.<br />
At the moment I'm just using the display to show something, and the device is powered by a powerbank via the USBC port. But I wanted to make the project smaller and portable.</p>
<p dir="auto">So I bought 4x LiPo Batteries with its own re-charger, I have charged up the batteries and connected each of them to the T-Display S3 with the JST port: it won't powerup, no battery is working with the device. What am I doing wrong?</p>
<p dir="auto">The LiPo batteries: <a href="https://www.amazon.it/dp/B087LTZW61?psc=1&amp;ref=ppx_yo2ov_dt_b_product_details" rel="nofollow ugc">https://www.amazon.it/dp/B087LTZW61?psc=1&amp;ref=ppx_yo2ov_dt_b_product_details</a><br />
Specs: 3,7 V 1100 mAh with Micro JST 1.25</p>
<p dir="auto">The recharger: <a href="https://www.amazon.it/dp/B0BN3X7MX9?psc=1&amp;ref=ppx_yo2ov_dt_b_product_details" rel="nofollow ugc">https://www.amazon.it/dp/B0BN3X7MX9?psc=1&amp;ref=ppx_yo2ov_dt_b_product_details</a></p>
]]></description><link>https://www.community.lilygo.cc/topic/711/unable-to-make-t-display-s3-work-with-lipo-battery</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 00:42:52 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/711.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Oct 2023 10:22:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to make T-Display S3 work with LiPo battery on Wed, 26 Jun 2024 15:12:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/2781">@swerwe123</a> I solved it with <a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/425">@RobLatour</a> 's help. Glad to hear it helped!</p>
]]></description><link>https://www.community.lilygo.cc/post/1874</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1874</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Wed, 26 Jun 2024 15:12:15 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to make T-Display S3 work with LiPo battery on Wed, 26 Jun 2024 11:13:27 GMT]]></title><description><![CDATA[<p dir="auto">Thank you so much for solving the problem with this topic. I was looking for it and got solution from it<a href="https://sasastatuscheck.co.za/change-sassa-banking-details/" rel="nofollow ugc">.</a> Thanks</p>
]]></description><link>https://www.community.lilygo.cc/post/1873</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1873</guid><dc:creator><![CDATA[Swerwe123]]></dc:creator><pubDate>Wed, 26 Jun 2024 11:13:27 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to make T-Display S3 work with LiPo battery on Wed, 11 Oct 2023 12:57:43 GMT]]></title><description><![CDATA[<p dir="auto">I confirm that this has solved my issue and mark it on the title for the posterity, many thanks!</p>
<p dir="auto">edit: apparently titles cannot be edited after a while, if a moderator could add "[SOLVED]" to this thread's title, it would be helpful for others <img src="https://www.community.lilygo.cc/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=5rta56507n5" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://www.community.lilygo.cc/post/1260</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1260</guid><dc:creator><![CDATA[Fabryz]]></dc:creator><pubDate>Wed, 11 Oct 2023 12:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to make T-Display S3 work with LiPo battery on Tue, 10 Oct 2023 10:13:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/612">@teastain2</a> Thank you! I will try when I get back home</p>
]]></description><link>https://www.community.lilygo.cc/post/1255</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1255</guid><dc:creator><![CDATA[Fabryz]]></dc:creator><pubDate>Tue, 10 Oct 2023 10:13:02 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to make T-Display S3 work with LiPo battery on Mon, 09 Oct 2023 15:32:41 GMT]]></title><description><![CDATA[<p dir="auto">Sounds like the ol' GPIO 15 must be turned on HIGH issue.<br />
This enables the display power and the circuit that uses and re-charges the battery.<br />
I made a support repository for new users here:<br />
<a href="https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples" rel="nofollow ugc">https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples</a><br />
My examples are the simplest possible sketches that use the display, TFT_eSPI and Serial.print functions, as a sort of tutorial.<br />
Hope this helps -Terry</p>
<p dir="auto">If you are not running one of my sketches, you should add:</p>
<p dir="auto">#define PIN_POWER_ON 15  // LCD and battery Power Enable<br />
#define PIN_LCD_BL 38    // BackLight enable pin (see Dimming.txt)</p>
<p dir="auto">just before the setup and then in setup add:<br />
pinMode(PIN_POWER_ON, OUTPUT);  //triggers the LCD backlight<br />
pinMode(PIN_LCD_BL, OUTPUT);    // BackLight enable pin</p>
<p dir="auto">digitalWrite(PIN_POWER_ON, HIGH);<br />
digitalWrite(PIN_LCD_BL, HIGH);</p>
]]></description><link>https://www.community.lilygo.cc/post/1252</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1252</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Mon, 09 Oct 2023 15:32:41 GMT</pubDate></item></channel></rss>