• 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
      

    Any ideas @Gordon?

About