SDCard on Netduino Plus 2

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
Draygo
Posts: 1
Joined: Wed Apr 06, 2016 8:08 pm

SDCard on Netduino Plus 2

Post by Draygo » Wed Apr 06, 2016 8:11 pm

I'm running the default build for MicroPython on a Netduino Plus 2. I noticed that the SD card doesn't seem to be working. Has SD card support been added for the Netduino Plus 2? If so, are there any special options I need to set when I build? Thanks!

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: SDCard on Netduino Plus 2

Post by dhylands » Thu Apr 07, 2016 1:52 am

The sdcard on the netduino isn't connected to the sdio pins, but rather to a SPI pin (and operates in 1-bit mode).

I think that it should work with this driver: https://github.com/micropython/micropyt ... /sdcard.py but I haven't tested it myself.

Post Reply