I have the same question. Did somebody find a simple solution for this?
Best posts made by pieter
-
RE: Digital-Input Modul 24V
Latest posts made by pieter
-
RE: ATOM TF-CARD Kit SPI pins are not default SPI pins?
@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. -
RE: ATOM TF-CARD Kit SPI pins are not default SPI pins?
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() -
RE: Is the https://flow.m5stack.com/ running?
@simmoe Thanks. I ordered the MQTT Unit with RJ45 Port (W5500) and will see what happening.
-
RE: Is the https://flow.m5stack.com/ running?
@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)
-
RE: Digital-Input Modul 24V
I have the same question. Did somebody find a simple solution for this?