You are reading a single comment by @samppa and its replies. Click here to read the full conversation.
  • I just bought the Espruino Wifi (in order to overcome the problems of using separate ESP8266 module that did not respond to HTTP requests and flashing an upgrade did not work).

    I cannot Espruino Wifi board v1.1 to work and cannot find working examples..
    This code:
    Serial2.setup(115200, { rx: A3, tx : A2 });
    var wifi = require("ESP8266WiFi_0v25").connect(Serial2, function(err) {
    I get error: "No 'ready' after AT+RST"

    What module name should be used?

    It has Espruino 1v87.

    Could someone post simplified web server code?

About

Avatar for samppa @samppa started