<?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[Error in access SD card]]></title><description><![CDATA[<p dir="auto">Dear all,<br />
I'm using M5Stack Fire with firmware v1.9.8 and LoRa 868MHz module (blue one).<br />
The programming through UIFlow was successful until now with some nice tests of</p>
<ul>
<li>ENV III sensor,</li>
<li>NTP timing,</li>
<li>LoRa init example,</li>
<li>...</li>
</ul>
<p dir="auto">I'm trying to access an SD card now to log the ENV III sensor data locally.</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *

setScreenColor(0x222222)

with open('/sd/FileName.*', 'r') as fs:
  lcd.print((fs.read()), 0, 0, 0xffffff)

</code></pre>
<p dir="auto">Unfortunately the example code hereunder gives me an error.</p>
<p dir="auto"><code> File "&lt;string&gt;", line 15, in &lt;module&gt; OSError: [Errno 19] ENODEV</code></p>
<p dir="auto">The SD card is a SanDisk Extreme Pro 32Gb.</p>
<ul>
<li>I formatted it under Windows 11 into Fat32.</li>
<li>I copied a single text file on it.</li>
<li>I inserted it the pads facing up (same direction than the screen).</li>
</ul>
<p dir="auto"><strong>Could someone help me out in the debugging ?</strong></p>
<p dir="auto">Thanks in advance,<br />
C.A.</p>
]]></description><link>https://community.m5stack.com/topic/4709/error-in-access-sd-card</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 01:04:59 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4709.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Oct 2022 12:59:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error in access SD card on Mon, 17 Oct 2022 09:08:12 GMT]]></title><description><![CDATA[<p dir="auto">Edit:<br />
is there any limit in size for the SD cards ?<br />
if so, what is it ?</p>
<p dir="auto">Best regards,<br />
C.A.</p>
]]></description><link>https://community.m5stack.com/post/19009</link><guid isPermaLink="true">https://community.m5stack.com/post/19009</guid><dc:creator><![CDATA[CA_HeArc]]></dc:creator><pubDate>Mon, 17 Oct 2022 09:08:12 GMT</pubDate></item></channel></rss>