Most recent activity
-
- 16 comments
- 5,433 views
-
-
-
-
-
-
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!
YES! Thanks man much appreciated!!!