console.log(require("fs").readdirSync());
Unable to mount media : NOT_READY
It worked one time only between a lot of trials without changing any thing.
I'm using a new 16GB micro-sd card formatted to FAT32 and works fine on windows 10.
All the connections and power are OK.
CS => B1
DI => A7
DO => A6
CLK => A5
GND => -
3v => 3.3v
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.
Hello,
I'm experiencing the exact issue as this post:
http://forum.espruino.com/conversations/315054/
It worked one time only between a lot of trials without changing any thing.
I'm using a new 16GB micro-sd card formatted to FAT32 and works fine on windows 10.
All the connections and power are OK.
CS => B1
DI => A7
DO => A6
CLK => A5
GND => -
3v => 3.3v
Timeout of 3 seconds between:
and
I also tried a pullup resistor on pin B1 I don't know if I did it right:
I'm using Espruino WiFi with firmware 2v08.
Do I need to connect CD pin somewhere too?
All I need is stable initialization when powering up espruino wifi.
I planning to use the button for
E.unmountSD();
before powering off.Thank you.
1 Attachment