You are reading a single comment by @cool_acid and its replies.
Click here to read the full conversation.
-
When I send the sample code I get this error:
Uncaught No 'ready' after AT+RST at line 2 col 18 if (err) throw err; ^ in function "a" called from line 1 col 100 ...a("No 'ready' after AT+RST");else return c} ^ in function "d" called from line 1 col 16 {e=void 0;d&&d()} ^ in function called from system
I'm using the shim, and I've checked a lot of times that all is connected where it is meant to be. I installed a 10uF cap in the shim.
It sounds like there was no communication between espruino and ESP8266. Did you get any errors after you sent the code? Whjat was printed to console?
Blue light should start blinking when it runs the require("ESP8266WiFi").connect(...) line - how is it connected to the Espruino? Are you using the shim? Are you sure all the wires are connected well? Have you installed a 1uf (or more) capacitor next to the ESP8266 (there are pads on the shim for a smd one)? The ESP8266 modules seem to need one to function reliably.