-
• #2
There have been some changes in ESP8266-port, to make it more general. This works for me:
wifi.getIP(function(data){console.log("IPInfo",data.ip);});
wifi.getStatus(function(data){console.log("ConnStatus",data);});
Actual docu is available on @tve : http://s3.voneicken.com/espruino/functions.html#t_Wifi
Since Gordon takes some days off, this will make its way to actual docu next year.
There is some more info in "Espruino on ESP8266"-board in this forum, including link to actual version. Seems to me your version is an older one (?)From my best knowledge, reset looks like a misaligned text(error message for unknown command in a class) in flash. In my actual version this does'nt come up anymore.
Using ESP-12 module, flashing
s3.voneicken.com/espruino/espruinĀo_1v84.tve_master_9aa07bc_esp8266.tgz
per
https://github.com/tve/EspruinoDocs/blob/master/tutorials/ESP8266_Flashing.md
I get the following output (the <\r><\n> was added by the serial console I use)
Any idea what's going on?
It's powered off of an LD33V regulator with input and output caps per datasheet, and a second set of caps right across Vcc and Gnd (0.1uf and 1uf)powered from a 5V bench supply.