• You could try software SPI:

    var s = new SPI();
    s.setup({mosi:D12, miso:D13, sck:D14});
    E.connectSDCard(s, D4);
    

    You'd have to play with the pins too.

    Note that it's NodeMCU.D1/etc not Nodemcu.D1/etc.

About

Avatar for Gordon @Gordon started