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"
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 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?