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
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.
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
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