• Hi,
    i got this problem with microsd card reader ... when putting this simple code:

    SPI1.setup({mosi:D23, miso:D19, sck:D18});  
    E.connectSDCard(SPI1, D5); 
    console.log(require("fs").readdirSync())­;
    

    i get:

    Uncaught Error: Unimplemented on Linux
     at line 1 col 25
    E.connectSDCard(SPI1, D5);
                            ^
    Uncaught Error: Unable to mount media : NO_FILESYSTEM
     at line 1 col 39
    console.log(require("fs").readdirSync())­;
                                          
    =undefined
    

    i followed this schema:
    https://farm4.staticflickr.com/3954/3367­5026246_a5bb2ce4c6_o.jpg

    then i followed this schema:
    http://www.espruino.com/File+IO

    i tried with fat32 filesystem, i tried with ext3

    i tried changing pins to free pins ... with software spi
    nothing... at all
    always same error

    please someone help me

About

Avatar for user70656 @user70656 started