You could try compiling with the THINGY52 target just in case there's some pin conflict from something else?
I wouldn't expect connectSDCard or unmountSD to clock any data out of SPI at all, but obviously fs.appendFile should. My goto command for testing the SD card is always fs.readdirSync
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.
You could try compiling with the THINGY52 target just in case there's some pin conflict from something else?
I wouldn't expect
connectSDCard
orunmountSD
to clock any data out of SPI at all, but obviouslyfs.appendFile
should. My goto command for testing the SD card is alwaysfs.readdirSync