Unfortunately, I have no plain ESP-12X for testing, but I have another ESP-01 (blue PCB) with even older firmware. I'll try to update it. test() returns:
And it never got beyond Uncaught No 'ready' after AT+RST exception when connecting to the ESP8266 module, even though it worked when I used it 5+ years ago.
>hello(74880)
Connecting to ESP8266
=undefined
Uncaught No 'ready' after AT+RST
>
(PS: Screen shot of PixleJS w/ test() with a different sequence and no 74880 baud check.)
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.
Dug up the ESP8266 (black PCB) and connected it to a Pixl.js
This is the code I used to detect the baud rate, and this then get the hello page.
After upload of the code, I enter in the IDE console:
test()
.And get this back:
Because 'clear' shows with 115200 baud, I enter
hello(115200)
, and get this back:Unfortunately, I have no plain ESP-12X for testing, but I have another ESP-01 (blue PCB) with even older firmware. I'll try to update it.
test()
returns:And it never got beyond
Uncaught No 'ready' after AT+RST
exception when connecting to the ESP8266 module, even though it worked when I used it 5+ years ago.(PS: Screen shot of PixleJS w/
test()
with a different sequence and no 74880 baud check.)1 Attachment