• ESP 8266 ESP 01 = Module Wifi not found

    Hello Everyone,
    A noob question.

    Using the web ide I am trying to run the sample

    var wifi = require("Wifi");
    wifi.connect("mywifi", {password:"mypassword"}, function(err){
    console.log("connected? err=", err, "info=", wifi.getIP());
    });
    wifi.stopAP();

    My firmware version is espruino_1v94_esp8266_combined_512.bin
    Anyone seen this before?
    Is there a reason the device will not use the wifi library from the firmware?
    Thanks
    =AnotherCoder

    LOG From console:
    loadModule(Wifi)
    ERROR: getURL("https://www.espruino.com/modules/Wifi.mi­n.js") error : Not Found
    ERROR: getURL("https://www.espruino.com/modules/Wifi.js­") error : Not Found
    WARNING: [notify_warn] Module Wifi not found
    Found a prompt... great!

    Sending...
    ---> "\u0010reset();\n\u0010Modules.removeAll­Cached();\n\u0010var wifi = require(\"Wifi\");\n\u0010wifi.connect(\­"mywifi\", {password:\"mypassword\"}, function(err){\u001b\n console.log(\"connected? err=\", err, \"info=\", wifi.getIP());\u001b\n});\n\u0010wifi.st­opAP();\n\n"
    Splitting at "reset();\n", delay 250
    Sent

About

Avatar for user83752 @user83752 started