You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ahh, ok. I think your issue is you're not using the right module for the ESP8266 firmware - unfortuntely the two are different enough that a different module is needed. Try:

    var wifi = require("ESP8266WiFi_0v25").connect(Seri­al2, function(err) {
    ...
    });
    
About

Avatar for Gordon @Gordon started