@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?
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@ManoBiletsky
So looks like it is wired:
It looks like it should work ok.
The SD card has been formatted with the correct File system?