Sweet! So that solved the Uncaught Error: Function "log" not found! problem however the issue with the SD card is still there.
This is what I did:
Created a text file on my Linux system (using vim) called, test.txt in the root of the microSD card which contains a single line of text, namely hello.
I then connect my hardware setup, as explained in my previous post, to the Web IDE and run the following line of code with the associated response:
>var f = require("fs").readFile("test.txt");
ERROR: Unable to mount SD card : NOT_READY
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.
Sweet! So that solved the
Uncaught Error: Function "log" not found!
problem however the issue with the SD card is still there.This is what I did:
test.txt
in the root of the microSD card which contains a single line of text, namelyhello
.I then connect my hardware setup, as explained in my previous post, to the Web IDE and run the following line of code with the associated response:
Any ideas @Gordon?