Avatar for user74461

user74461

Member since Mar 2017 • Last active Sep 2017
  • 1 conversations
  • 8 comments

Most recent activity

  • in ESP8266
    Avatar for user74461

    YES! Thanks man much appreciated!!!

  • in ESP8266
    Avatar for user74461

    Ok. I reflashed using esptool.py to 1v91 espruino.
    Then ran the commands you said above, heres the output.

  • in ESP8266
    Avatar for user74461

    Ok, I reflashed the board to the 1v91 espruino using esptool.py.
    run the commands you said. here's the output.

  • in ESP8266
    Avatar for user74461

    Sure

  • in ESP8266
    Avatar for user74461

    I've tried reflashing the board, no result.
    as well as reset()/save() terminal commands
    and tried using web ide.
    the output is still the same as my screenshot above.

  • in ESP8266
    Avatar for user74461

    yes.
    attached a pic of the code next to the terminal output when run

  • in ESP8266
    Avatar for user74461

    thanks! it did something, but now it's saying NetworkJS not found.

  • in ESP8266
    Avatar for user74461

    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!

Actions