...yep, baud rate around 74800 got me connected from a pico to a ESP8266 ESP-09... I decided not to flash until I can positively communicate with the ESP8266. I did already flash successfully with ESP8266 images ESP-01s, but not with Espruino images yet. Even though the ESP8266 can do some things when flashed with Espruino, I do snot see it very powerful to do both: handle Wifi AND application. The Espruino 'inner loop/dealing with the hardware' competes with the duty to properly and timely handle the Wifi events. Therefore, I'm still sticking - successfully - with an original / PICO Espruino board and ESP8266 as a Wifi slave...
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.
...yep, baud rate around 74800 got me connected from a pico to a ESP8266 ESP-09... I decided not to flash until I can positively communicate with the ESP8266. I did already flash successfully with ESP8266 images ESP-01s, but not with Espruino images yet. Even though the ESP8266 can do some things when flashed with Espruino, I do snot see it very powerful to do both: handle Wifi AND application. The Espruino 'inner loop/dealing with the hardware' competes with the duty to properly and timely handle the Wifi events. Therefore, I'm still sticking - successfully - with an original / PICO Espruino board and ESP8266 as a Wifi slave...