• @ManoBiletsky

    So looks like it is wired:

    DO  NodeMCU.D6  GPIO12
    SCK NodeMCU.D5 GPIO14
    DI  NodeMCU.D7 GPIO13
    CS  NodeMCU.D2 GPIO4
    
    var s = new SPI();
    s.setup({mosi:NodeMCU.D7,miso:NodeMCU.D6­,sck:NodeMCU.D5});
    E.connectSDCard(s,NodeMCU.D2);
    

    It looks like it should work ok.

    The SD card has been formatted with the correct File system?

About

Avatar for Wilberforce @Wilberforce started