<?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[CoreInk SD card in Micropython]]></title><description><![CDATA[<p dir="auto">I need to hook up an SD card to a CoreInk unit using MicroPython. I have tried code that works perfectly with an ESP32 WROVER, as well as code from the <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a> file from an M5stack-CORE, but nothing works on the CoreInk. For example, the code:<br />
import machine, os<br />
sd = machine.SDCard(slot=3, miso=34, mosi=23, sck=18, cs=14)<br />
<a href="http://sd.info" target="_blank" rel="noopener noreferrer nofollow ugc">sd.info</a>()<br />
os.mount(sd, '/sd')</p>
<p dir="auto">gives the error:<br />
OSError: (110, 'ESP_ERR_TIMEOUT')</p>
]]></description><link>https://community.m5stack.com/topic/5370/coreink-sd-card-in-micropython</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 04:51:24 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5370.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Jun 2023 02:27:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CoreInk SD card in Micropython on Sat, 15 Jul 2023 00:38:32 GMT]]></title><description><![CDATA[<p dir="auto">Has anyone had success with MicroPython SD card access on the CoreInk? I just installed the firmware that seems to be about 1 week old, but all I get is different error messages when trying to mount the SD card. With slot 1 or 2, I get:</p>
<blockquote>
<p dir="auto">E (8624) sdmmc_common: sdmmc_init_OCR: send_op_cond(1) returned 0x107</p>
</blockquote>
<p dir="auto">With slot 2, I get:</p>
<blockquote>
<p dir="auto">E (8049) spi_master: spi_bus_add_device(373): host not initialized<br />
E (8052) sdmmc_io: sdmmc_io_reset: unexpected return: 0x102</p>
</blockquote>
<p dir="auto">With slot 3, I only get OSError(16,), without additional info.<br />
If anyone has gotten the SD card to work on the CoreInk, which slot and pins do you use? Is there any other initialization necessary?</p>
<p dir="auto">--<br />
Correction: it seems the only reason I get different error message is because I commented out <a href="http://sd.info" target="_blank" rel="noopener noreferrer nofollow ugc">sd.info</a>(). With <a href="http://sd.info" target="_blank" rel="noopener noreferrer nofollow ugc">sd.info</a>(), I still get the original error. So still no SD card support at all?</p>
]]></description><link>https://community.m5stack.com/post/21581</link><guid isPermaLink="true">https://community.m5stack.com/post/21581</guid><dc:creator><![CDATA[boardsurfer]]></dc:creator><pubDate>Sat, 15 Jul 2023 00:38:32 GMT</pubDate></item><item><title><![CDATA[Reply to CoreInk SD card in Micropython on Mon, 12 Jun 2023 14:44:45 GMT]]></title><description><![CDATA[<p dir="auto">Sdcard is missing fully for the core S3 so I assume there is a problem. I’m assured sdcard support will be added this week.</p>
]]></description><link>https://community.m5stack.com/post/21178</link><guid isPermaLink="true">https://community.m5stack.com/post/21178</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 12 Jun 2023 14:44:45 GMT</pubDate></item><item><title><![CDATA[Reply to CoreInk SD card in Micropython on Mon, 12 Jun 2023 07:13:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/43955">@boardsurfer</a></p>
<p dir="auto">with an Arduino program I can access the SD card just fine. That tells me the wiring is ok. (Note: I used GPIO25 as CS.)</p>
<p dir="auto">However with the same setup and using MicroPython I have not been able to access the SD card.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21170</link><guid isPermaLink="true">https://community.m5stack.com/post/21170</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 12 Jun 2023 07:13:14 GMT</pubDate></item><item><title><![CDATA[Reply to CoreInk SD card in Micropython on Sat, 10 Jun 2023 15:08:54 GMT]]></title><description><![CDATA[<p dir="auto">No support for M5stack products at all anymore, it seems? Time to look for alternatives.</p>
]]></description><link>https://community.m5stack.com/post/21157</link><guid isPermaLink="true">https://community.m5stack.com/post/21157</guid><dc:creator><![CDATA[boardsurfer]]></dc:creator><pubDate>Sat, 10 Jun 2023 15:08:54 GMT</pubDate></item></channel></rss>