Are you sure that Espruino can read the SD card? What happens if you type fs.readdir() - this should list all files in the root dir of the card (hopefully returning ["NODE_M~`"]).
It's possible that the card is in the wrong format for Espruino? I think FAT32 should be fine though.
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.
Hi graf,
Are you sure that Espruino can read the SD card? What happens if you type
fs.readdir()
- this should list all files in the root dir of the card (hopefully returning["NODE_M~`"]
).It's possible that the card is in the wrong format for Espruino? I think FAT32 should be fine though.