SD Card support

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
loboris
Posts: 344
Joined: Fri Oct 02, 2015 6:19 pm

SD Card support

Post by loboris » Thu Jul 06, 2017 7:49 pm

Are there any plans to add SD Card support for ESP32 MicroPython?
It is available in Pycom's Micropython version, but for some reason I prefer to use the MicroPython build.

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: SD Card support

Post by deshipu » Thu Jul 06, 2017 9:00 pm

There is a SPI sd card driver in the drivers directory. It should work just fine with the older versions. Recent release made some changes that broke it, without amending the code, though.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: SD Card support

Post by pythoncoder » Fri Jul 07, 2017 4:22 am

If this driver is broken an issue should be raised.
Peter Hinch
Index to my micropython libraries.

Post Reply