Xinyuan-LilyGO / T-Dongle-S3

An ESP32S3 development board that can freely use WIFI, BLE, TF, LED, TFT_LCD functions.
MIT License
119 stars 39 forks source link

Can't access SDCard with micropython #11

Open MrFarePlay opened 1 year ago

MrFarePlay commented 1 year ago

Trying to access the SDCard. I'm using the following minimum code:

import umachine
import uos

sd = umachine.SDCard()
uos.mount(sd, '/sd')

I get:

Traceback (most recent call last):
  File "<stdin>", line 5, in <module>
OSError: 16
MrFarePlay commented 1 year ago

FYI, I tested it with the original firmware and give data on the sd card like how much space it has and space is left.

Fede-26 commented 1 year ago

For me it gives the same errno 16 with the os and machine modules on both the lilygo and official versions.

aw1at commented 4 months ago

Does anyone have a MicroPython firmware.bin for T-Dongle S3 where everything is working? TFT-Display, LED, SDCARD, ussl? with the correct PINs assigned,..

best regards