Uncaught No 'ready' after AT+RST is almost certainly because the module isn't responding to any commands that get sent. In fact you should usually be able to see if it's responding to anything because the blue LED will start flickering.
I guess one question is: Have you connected TX to RX and TX to RX? If you connect RX to RX and vice versa then it won't work.
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.
Hi,
Uncaught No 'ready' after AT+RST
is almost certainly because the module isn't responding to any commands that get sent. In fact you should usually be able to see if it's responding to anything because the blue LED will start flickering.I guess one question is: Have you connected
TX
toRX
andTX
toRX
? If you connect RX to RX and vice versa then it won't work.