Hi everybody, I'm having same problem(A fatal error occurred: Failed to connect to ESP8266), may be someone could give a hint.
I've wired ESP8266 with Espruino Pico using Shim v.1
I've updated Espruino to 1v84. Using MacOS 10.8.5 and Python 2.7 I've installed PySerial 2.7 I've modified esptool.py and used following code to upload firmware.
Also I don't quite understand instruction from(espruino.com/ESP8266):" If you don't have the Pico's new ESP8266 shim, you'll need to boot the ESP8266 into bootloader mode manually. Take 2 wires and connect one side of each to GND. Connect the first to GPIO0, while connecting and releasing the second to RST (see the diagram under 'Wiring Up' to find which pins are which)."
I have Shim v.1 does it mean a new ESP8266 shim? Or I should I connect use wires?
Current situation with ESP8266 it blinks twice with blue when I connect and lights red all the time.
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 everybody, I'm having same problem(A fatal error occurred: Failed to connect to ESP8266), may be someone could give a hint.
I've wired ESP8266 with Espruino Pico using Shim v.1
I've updated Espruino to 1v84. Using MacOS 10.8.5 and Python 2.7 I've installed PySerial 2.7 I've modified esptool.py and used following code to upload firmware.
A fatal error occurred: Failed to connect to ESP8266
OK, after that using same /dev/tty.usbmodem1441 I've connected Esprino and tested connection as it was written in reply #5:
gives "AT+GMR\r\r\n0018000902-AI03\r\n\r\nOK\r\n"
gives "\x00"
Should it be like this?
Also I don't quite understand instruction from(espruino.com/ESP8266):" If you don't have the Pico's new ESP8266 shim, you'll need to boot the ESP8266 into bootloader mode manually. Take 2 wires and connect one side of each to GND. Connect the first to GPIO0, while connecting and releasing the second to RST (see the diagram under 'Wiring Up' to find which pins are which)."
I have Shim v.1 does it mean a new ESP8266 shim? Or I should I connect use wires?
Current situation with ESP8266 it blinks twice with blue when I connect and lights red all the time.