@felmue said in ATOM TF-CARD Kit SPI pins are not default SPI pins?:
sd.info()
Hi Felix,
Thanks a lot.
Your solution also works for me.
@felmue said in ATOM TF-CARD Kit SPI pins are not default SPI pins?:
sd.info()
Hi Felix,
Thanks a lot.
Your solution also works for me.
How to use the ATOM TF-Card in Python?
I tried to mount the TF-CARD as below with my ATOM Matrix but it when I load my code I get a red cross on the display. (I use cs=21 because it is not used in the ATOM)
import uos
uos.sdconfig(uos.SDMODE_SPI,clk=23,mosi=19,miso=33,cs =21)
uos.mountsd()
@simmoe Thanks. I ordered the MQTT Unit with RJ45 Port (W5500) and will see what happening.
@simmoe Interesting. MQTT is on my list to explore and until now I did not know that we need a (not-so-reliable?) Chinese server to use that feature. (UIFlow is also down in the Netherlands)
I have the same question. Did somebody find a simple solution for this?