<?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[[SOLVED] Can&#x27;t Run Paper S3 With BarGraph Example]]></title><description><![CDATA[<p dir="auto">Trying to follow instructions in <a href="https://docs.m5stack.com/en/arduino/m5papers3/program" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/arduino/m5papers3/program</a></p>
<p dir="auto">Rather than install a generic ESP32 board manager I now see there is a specific M5PaperS3 board defined, so I used that.</p>
<p dir="auto">I cannot put the M5PaperS3 into download mode for more than a few seconds, the LED blinks 9 times then the unit turns itself off. However, BarGraph.ino successfully compiles and uploads to the M5PaperS3, but afterwards the device is bricked. This text is output continuously from the serial port:<br />
<img src="/assets/uploads/files/1735250676038-124bb4ab-12b7-4ff0-bad5-2b6675a9b124-image.png" alt="124bb4ab-12b7-4ff0-bad5-2b6675a9b124-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">My includes have been edited as instructed:</p>
<pre><code>#include &lt;epdiy.h&gt;
#include &lt;M5GFX.h&gt;
</code></pre>
<p dir="auto">Upload occurs:<br />
<img src="/assets/uploads/files/1735249458757-019fe53a-8f75-4c99-99a5-ffb291d2ddfe-image.png" alt="019fe53a-8f75-4c99-99a5-ffb291d2ddfe-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">After which the device doesn't turn on and clear the screen on reboot.</p>
<p dir="auto">I am still using Arduino IDE 1.8.19. Presumably IDE 2.0+ is mandatory?</p>
<p dir="auto">The eocumentation states, "M5Unified and M5GFX versions must be greater than 0.2.2" but the latest version of M5Unified is 0.2.2.</p>
<p dir="auto">Also - is UIFlow support proposed for this device? I have never been able to get UIFlow to work over a serial port, and the device did not come with a BIOS/key for OTA installs.</p>
]]></description><link>https://community.m5stack.com/topic/7117/solved-can-t-run-paper-s3-with-bargraph-example</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 17:15:16 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7117.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Dec 2024 21:46:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Can&#x27;t Run Paper S3 With BarGraph Example on Fri, 27 Dec 2024 01:41:17 GMT]]></title><description><![CDATA[<p dir="auto">I got the bar graph demo to work:</p>
<ul>
<li>
<p dir="auto">Using the latest M5 board package, you should see a board "M5PaperS3", so the requirement to downgrade the esp32 board package to 3.0.6 is not necessary. Use the "M5PaperS3" board definition instead of the generic ESP32S3 one.</p>
</li>
<li>
<p dir="auto">The instructions to install epdiy are somewhat vague. Simply clone the epdiy library to your arduino library directory and it will work, doing a "make" is not necessary.</p>
</li>
<li>
<p dir="auto">Follow the rest of the instructions at <a href="https://docs.m5stack.com/en/arduino/m5papers3/program" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/arduino/m5papers3/program</a>, pay careful attention to the special board settings for OPI PSRAM, etc.</p>
</li>
</ul>
]]></description><link>https://community.m5stack.com/post/27586</link><guid isPermaLink="true">https://community.m5stack.com/post/27586</guid><dc:creator><![CDATA[wsanders]]></dc:creator><pubDate>Fri, 27 Dec 2024 01:41:17 GMT</pubDate></item></channel></rss>