You are reading a single comment by @user74461 and its replies. Click here to read the full conversation.
  • I know this has been asked before, but they all used a different method of flashing the nodeMCU. I followed this tutorial (https://goo.gl/0GVDTX) to flash Espruino onto the device.

    I am not getting any output from any of the Wifi functions, tried getIp, getStatus, etc... All thats returned is undefined.

    i've also tried variations of "... require("Wifi")"

    basic functionality works and console output works fine. it's just wifi that isn't working.

    code currently on the board

    var interval = 1000
    
    // Initilize the LED to be off
    
    var wifi = require("Wifi");
    
    setInterval(function() {
        console.log("banter")
    
    
    }, interval)
    

    attached file is the terminal output from that code

    Is there an easy method of installing all the required modules that doesn't use crazy to understand terminal stuffs :p

    thanks for any help!


    1 Attachment

    • terminalOutput.png
About

Avatar for user74461 @user74461 started