<?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[M5Paper SD Card Issues]]></title><description><![CDATA[<p dir="auto">Any new users of M5Paper got the micro SD card to work? My unit does not pass the SD card test with the factory software or display any files when 'Storage' is selected. I have also tried one of the M5EPD examples here:<br />
<a href="https://github.com/m5stack/M5EPD/tree/main/examples/Basics/UI_Demo" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5EPD/tree/main/examples/Basics/UI_Demo</a><br />
This only displays the text even though I have copied the jpg files to the root of the micro SD card. I have tried a few different sized cards formatted to FAT32 including a 4GB and a 32GB card. Hoping I don't have a faulty unit.</p>
]]></description><link>https://community.m5stack.com/topic/2577/m5paper-sd-card-issues</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:18:08 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2577.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Dec 2020 07:52:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Paper SD Card Issues on Thu, 21 Jan 2021 20:56:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">I've found that the SD card only seems to be read when it already is inserted when M5Paper is booted / reseted. Or in other words, if M5Paper already is running when I insert the SD card it is not read and going to the Factory Test Test screen returns an SD card failed. On the other hand when the SD card has been recognised and I remove it and then go to the Factory Test Test screen the SD card still passes the test.</p>
<p dir="auto">Which leads me to my question. In the M5Paper schematic the SD card detect line is connected to GPIO34 and I already verified that reading GPIO34 actually reflects whether an SD card has been inserted or not. Has anyone already tried to use this information?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11920</link><guid isPermaLink="true">https://community.m5stack.com/post/11920</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 21 Jan 2021 20:56:23 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Thu, 21 Jan 2021 19:05:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fonix232" aria-label="Profile: fonix232">@<bdi>fonix232</bdi></a> I've now 'successfully' used a 128GB SD Card (SanDisk Ultra) formatted as FAT32 with the M5Paper.<br />
I haven't tried writing files using the M5Paper, but I can read text files and jpg files using the factorytest without any problems.</p>
<p dir="auto"><img src="/assets/uploads/files/1611255784663-img_20210121_200122-resized.jpg" alt="0_1611255703227_IMG_20210121_200122.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/11918</link><guid isPermaLink="true">https://community.m5stack.com/post/11918</guid><dc:creator><![CDATA[veryalien]]></dc:creator><pubDate>Thu, 21 Jan 2021 19:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Thu, 14 Jan 2021 17:11:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veryalien" aria-label="Profile: veryalien">@<bdi>veryalien</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/kevindtimm" aria-label="Profile: kevindtimm">@<bdi>kevindtimm</bdi></a> I'm fairly certain the issues you were facing with SD cards are simply caused by the higher capacity.</p>
<p dir="auto">Officially, the ESP32 supports SD/SDHC/SDXC cards, however there are numerous reports about SDXC cards often not working properly. As pretty much all high-capacity (32GB and above) cards you can buy today are SDXC, I'm thinking this is the issue at the core. My M5Paper works perfectly with a number of SDHC cards I have lying around, but haven't tested with a larger card yet.</p>
<p dir="auto">The M5Paper factory test sample is also limited to FAT/FAT32 file systems. It has nothing to do with the SD controller - that is purely just a block device controller, and has no idea about the file system on the storage device. It literally just gives block level access to the storage.</p>
<p dir="auto">In theory, these MCUs have no actual hardware limitations on the size of SD cards they can read. However, again, the only supported file system for SD cards by default is FAT/FAT32, which does impose a file system limit - 32GB. Most operating systems will in fact by default format your SD cards above 16GB (some above 8GB) to exFAT, and many cards come formatted exFAT from the factory.</p>
<p dir="auto">On the other hand, you've managed to get your M5Paper working properly, which is good :)</p>
]]></description><link>https://community.m5stack.com/post/11747</link><guid isPermaLink="true">https://community.m5stack.com/post/11747</guid><dc:creator><![CDATA[fonix232]]></dc:creator><pubDate>Thu, 14 Jan 2021 17:11:30 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Wed, 13 Jan 2021 20:52:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veryalien" aria-label="Profile: veryalien">@<bdi>veryalien</bdi></a> I saw all that information on the back but, when I couldn't get the card to read, I wasn't sure how much of it I could believe.  Now that the card works I see how to use that info.</p>
]]></description><link>https://community.m5stack.com/post/11709</link><guid isPermaLink="true">https://community.m5stack.com/post/11709</guid><dc:creator><![CDATA[kevindtimm]]></dc:creator><pubDate>Wed, 13 Jan 2021 20:52:12 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Wed, 13 Jan 2021 19:18:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kevindtimm" aria-label="Profile: kevindtimm">@<bdi>kevindtimm</bdi></a> I'm glad you've got the SD card working.<br />
You actually have all the low-level.M5Paper hardware information closer than you think. On the back of all cores there's a colourful sticker. It's not just a pretty diagram. It's got just about all of the hardware details that you might need. If you look carefully at the list of pins for the SD card you'll find CS on pin 4!</p>
]]></description><link>https://community.m5stack.com/post/11708</link><guid isPermaLink="true">https://community.m5stack.com/post/11708</guid><dc:creator><![CDATA[veryalien]]></dc:creator><pubDate>Wed, 13 Jan 2021 19:18:00 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Wed, 13 Jan 2021 13:05:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veryalien" aria-label="Profile: veryalien">@<bdi>veryalien</bdi></a> I received my 16gb cards yesterday and they worked :)<br />
It's rather odd that I have to restart the test app after each insertion/removal to get it to work but they do work.<br />
Note too that you have to use the CS value (of 4) for SD.begin() to work, too bad this isn't documented in the examples (see SD_Test.ino in arduino IDE)</p>
<p dir="auto">Things are better now, but I can say that 16gb is a ridiculously low value for storage on a 2020 device :(</p>
<p dir="auto">Now I have to figure out how to implement the home automation bit -&gt; it sure would be nice to connect to my alexa skills and go from there.</p>
]]></description><link>https://community.m5stack.com/post/11702</link><guid isPermaLink="true">https://community.m5stack.com/post/11702</guid><dc:creator><![CDATA[kevindtimm]]></dc:creator><pubDate>Wed, 13 Jan 2021 13:05:00 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Tue, 12 Jan 2021 21:58:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukasmaximus" aria-label="Profile: lukasmaximus">@<bdi>lukasmaximus</bdi></a> I'd like to know why all the M5Stack cores (and the Atom TF card) show 16GB as the maximum SD card size. The ATOM GPS Development Kit doesn't show any details for the TF/SD max card size at all, probably 16GB!<br />
I did some research on the net, and I think cards formatted to FAT32 at least up to 32GB 'should' be ok.<br />
I vaguely remember a m5stack post about one of the camera boards where there was a table of compatible and incompatible sd cards. I didn't really understand why some of them worked or didn't work, perhaps transfer speed for video data?<br />
Actually it was here on the <a href="https://docs.m5stack.com/#/en/core/m5stickv?id=tf-cardmicrosd-test" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> and that's not an ESP32.<br />
Perhaps 16GB is listed as the 'maximum' as this will definately work? Anything above that might have some issues, so 16GB should be the safe option.<br />
Depending on the hardware in the cores, it might be an issue with the SPI SD card slot controller, I'm not sure.<br />
I've 'successfully' tested a 64GB card before, reformatted to FAT32 and not exfat.<br />
(I also used 64GB cards formatted like that for a couple of my raspberry pi boards.)<br />
But I've never tried storing more than a few gigabytes on any system anyway. Even if you were logging data like crazy for a long time, what would you really do with it all?<br />
FAT32 isn't limited to 32GB, it'll work up to 2TB with single files max. 4GB. Exfat is the factory default above 32GB because it's more suited to larger capacity cards and the SD card controller has to understand exfat format (I think?).<br />
Can anyone else confirm any of the above as working and good information?<br />
Sorry if any of it turns out to be rubbish!</p>
]]></description><link>https://community.m5stack.com/post/11695</link><guid isPermaLink="true">https://community.m5stack.com/post/11695</guid><dc:creator><![CDATA[veryalien]]></dc:creator><pubDate>Tue, 12 Jan 2021 21:58:28 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Tue, 12 Jan 2021 20:57:39 GMT]]></title><description><![CDATA[<p dir="auto">I still wait my M5Paper, so I can't confirm my experience on it.</p>
<p dir="auto">But, I have no problems with Samsung 128GB Evo uSD on Odroid-Go(other esp32 devboard) using example from esp-idf sdk.</p>
<p dir="auto">Maybe 16-32Gb limits only in Arduino library?</p>
]]></description><link>https://community.m5stack.com/post/11694</link><guid isPermaLink="true">https://community.m5stack.com/post/11694</guid><dc:creator><![CDATA[sok]]></dc:creator><pubDate>Tue, 12 Jan 2021 20:57:39 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Tue, 12 Jan 2021 00:17:04 GMT]]></title><description><![CDATA[<p dir="auto">I haven't had any problems with SD cards in the M5Paper, I have been using Sandisk Ultra cards 8-16gb. I think the max sd size for esp32 should be 32gb, make sure to format to fat32, and make sure the font or jpg file are in the root of the device. Perhaps it is also possible to use larger exfat formatted cards as stated in this forum post <a href="https://www.esp32.com/viewtopic.php?t=14492" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.esp32.com/viewtopic.php?t=14492</a> I haven't tried this myself.</p>
]]></description><link>https://community.m5stack.com/post/11667</link><guid isPermaLink="true">https://community.m5stack.com/post/11667</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Tue, 12 Jan 2021 00:17:04 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Mon, 11 Jan 2021 20:34:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veryalien" aria-label="Profile: veryalien">@<bdi>veryalien</bdi></a> I have an amazon order of 5 new 16gb cards coming tomorrow.  Crossing my fingers.</p>
]]></description><link>https://community.m5stack.com/post/11665</link><guid isPermaLink="true">https://community.m5stack.com/post/11665</guid><dc:creator><![CDATA[kevindtimm]]></dc:creator><pubDate>Mon, 11 Jan 2021 20:34:05 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Mon, 11 Jan 2021 20:25:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kevindtimm" aria-label="Profile: kevindtimm">@<bdi>kevindtimm</bdi></a> Up to 16GB should work. I don't know why there is a relatively low SD card limit in the M5Stack hardware (all models). It might be a limit with the ESP32 itself, but I don't know.<br />
My SD card is a 16GB SanDisk Ultra. It was a random selection from my 16GB cards.</p>
]]></description><link>https://community.m5stack.com/post/11664</link><guid isPermaLink="true">https://community.m5stack.com/post/11664</guid><dc:creator><![CDATA[veryalien]]></dc:creator><pubDate>Mon, 11 Jan 2021 20:25:40 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Mon, 11 Jan 2021 20:20:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veryalien" aria-label="Profile: veryalien">@<bdi>veryalien</bdi></a> what size SD card did you use?  I have a 32gb that failed and the 16gb that I have floating around seems to be toast.</p>
]]></description><link>https://community.m5stack.com/post/11663</link><guid isPermaLink="true">https://community.m5stack.com/post/11663</guid><dc:creator><![CDATA[kevindtimm]]></dc:creator><pubDate>Mon, 11 Jan 2021 20:20:30 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Mon, 11 Jan 2021 19:38:53 GMT]]></title><description><![CDATA[<p dir="auto">I just tried one of my SD cards in my M5Paper, using the factory test firmware from M5Burner. Everything works without any problems.<br />
I copied over a couple of text files in different folders, a jpg and a mp3 (just for the sake of it).<br />
The files in the folders were shown correctly, with all the correct details.<br />
I could also open the text files and jpg by tapping on them to see the text and the picture. It doesn't recognise mp3 files to open them, but it reads the file size correctly.<br />
Don't misunderstand this but, you have plugged the SD card in properly? It is upside down, the pins are facing upwards when you insert it. It is fully inserted so it clicks into place. It needs to be pushed right inside with your fingernail, otherwise it's not really in. Sorry if that's blatantly obvious, but you never know.</p>
]]></description><link>https://community.m5stack.com/post/11660</link><guid isPermaLink="true">https://community.m5stack.com/post/11660</guid><dc:creator><![CDATA[veryalien]]></dc:creator><pubDate>Mon, 11 Jan 2021 19:38:53 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper SD Card Issues on Sun, 10 Jan 2021 23:21:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5user" aria-label="Profile: m5user">@<bdi>m5user</bdi></a> My M5Paper won't even read the SD card, I have been trying every example I can find but there doesn't seem to be any actual demo of how this works with this device.</p>
<p dir="auto">I'm so frustrated with this device already, I just don't think it's worth the $70 I paid, considering it really doesn't have any documentation at all.</p>
]]></description><link>https://community.m5stack.com/post/11644</link><guid isPermaLink="true">https://community.m5stack.com/post/11644</guid><dc:creator><![CDATA[kevindtimm]]></dc:creator><pubDate>Sun, 10 Jan 2021 23:21:25 GMT</pubDate></item></channel></rss>