<?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[TF-Card]]></title><description><![CDATA[<p dir="auto">I own a TF-Card and wanted to create an example using UIFlow.<br />
As I can see in the TF-Reader schematics, header 5 contains the SPI pins, but in the AtomS3, this header is mapped to  GPIO G5-G8,  ADC and touch.<br />
In PinMap MOSI, CLK and MISO are respectively GPIO19, GPIO23 and GPIO33<br />
How can I configure it to use the SD card?</p>
<p dir="auto">BR</p>
]]></description><link>https://community.m5stack.com/topic/6582/tf-card</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 00:31:50 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6582.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Jun 2024 18:07:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TF-Card on Sun, 30 Jun 2024 11:49:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> said in <a href="/post/25712">TF-Card</a>:</p>
<blockquote>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/129069">@imahgin</a> The TF adapter will be added to the BASE menu in UIFlow when the programmer get through the back log and there is no TF UNIT.</p>
</blockquote>
<p dir="auto">Ok, thks.<br />
In the meantime, I'll use this code to access to the microSD<br />
BR</p>
]]></description><link>https://community.m5stack.com/post/25714</link><guid isPermaLink="true">https://community.m5stack.com/post/25714</guid><dc:creator><![CDATA[imahgin]]></dc:creator><pubDate>Sun, 30 Jun 2024 11:49:20 GMT</pubDate></item><item><title><![CDATA[Reply to TF-Card on Sun, 30 Jun 2024 10:32:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/129069">@imahgin</a> The TF adapter will be added to the BASE menu in UIFlow when the programmer get through the back log and there is no TF UNIT.</p>
]]></description><link>https://community.m5stack.com/post/25712</link><guid isPermaLink="true">https://community.m5stack.com/post/25712</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 30 Jun 2024 10:32:49 GMT</pubDate></item><item><title><![CDATA[Reply to TF-Card on Sun, 30 Jun 2024 09:40:01 GMT]]></title><description><![CDATA[<p dir="auto">It turns out that there are some missing information -or I didn't find it- regarding to the SPI  module.<br />
The information available in the TF-Card page doesn't apply to the AtomS3 and there is no TF-CARD module in the Unit selection insdide UIFlow.</p>
<p dir="auto">I compiled and ran the example for the Arduino IDE and then tried again to build a working example using microPython.</p>
<p dir="auto">To whom it may interest, this is the code that works with my device:</p>
<pre><code>import os
from machine import SDCard
from machine import Pin

sd = SDCard(slot=3, miso=Pin(8), mosi=Pin(6), sck=Pin(7), cs=Pin(5))
sd.info()
os.mount(sd, '/sd')
print("SD card mounted at \"/sd\"")
print(os.listdir('/sd'))
</code></pre>
]]></description><link>https://community.m5stack.com/post/25710</link><guid isPermaLink="true">https://community.m5stack.com/post/25710</guid><dc:creator><![CDATA[imahgin]]></dc:creator><pubDate>Sun, 30 Jun 2024 09:40:01 GMT</pubDate></item><item><title><![CDATA[Reply to TF-Card on Mon, 24 Jun 2024 19:54:51 GMT]]></title><description><![CDATA[<p dir="auto">Acording to the <a href="https://docs.m5stack.com/en/atom/Atomic%20TF-Card%20Reader" target="_blank" rel="noopener noreferrer nofollow ugc">product page</a> it is compatible with Atom Matrix, Atom Lite, AtomS3, and AtomS3 Lite.<br />
There is available an ATOM TF-CARD Kit which includes an AtomS3 Lite, and according to its pinout, MISO, MOSI and CLK are maped to header 5, but AtomS3 don't!!!</p>
<p dir="auto">BR</p>
]]></description><link>https://community.m5stack.com/post/25670</link><guid isPermaLink="true">https://community.m5stack.com/post/25670</guid><dc:creator><![CDATA[imahgin]]></dc:creator><pubDate>Mon, 24 Jun 2024 19:54:51 GMT</pubDate></item></channel></rss>