This is strange. I am not longer receiving the NetworkJS and http not found error; however, I am only receiving this in the Console:
Uncaught No 'ready' after AT+RST at line 1 col 16 if (err) throw err;
^ in function "a" called from line 2 col 100 ...a("No 'ready' after AT+RST");else return b
^ in function "b" called from line 1 col 15 d=void 0;b&&b()
^ in function called from system
The Gotchas section of the ESP8226 tutorial page says:
Uncaught No 'ready' after AT+RST? Check you've got the correct
firmware and baud rate, and that your wiring is correct.
After executing the ESP8226 firmware demo code I receive:
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.
This is strange. I am not longer receiving the NetworkJS and http not found error; however, I am only receiving this in the Console:
The Gotchas section of the ESP8226 tutorial page says:
After executing the ESP8226 firmware demo code I receive:
Am I correct by saying that my wiring is correct since I received the version response? I am not sure what else I can do to troubleshoot....