Skip to content
Discussion options

You must be logged in to vote

I don't know why, but the hardware SDCard support is disabled: https://github.com/micropython/micropython/blob/master/ports/esp32/boards/UM_FEATHERS2/mpconfigboard.h#L6

You could try to compile it with support or just use the Python version of SDCard.

If the ESP32S2 is connected to the internet, you could use mip in the repl.

import mip


mip.install("sdcard")

The init method: https://github.com/micropython/micropython-lib/blob/master/micropython/drivers/storage/sdcard/sdcard.py#L42

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SquirtleSquadLeader
Comment options

Answer selected by SquirtleSquadLeader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants