I can't make ESP8266 work with Espruino. I'm using USB-TTL converter. Flashing works without any problems:
esptool.py -p /dev/tty.usbserial write_flash 0 espruino_1v90_esp8266_combined_512.bin
esptool.py v1.2.1
Connecting...
Auto-detected Flash size: 8m
Running Cesanta flasher stub...
Flash params set to 0x0020
Writing 524288 @ 0x0... 524288 (100 %)
Wrote 524288 bytes at 0x0 in 47.2 seconds (88.9 kbit/s)...
Leaving...
After that, I disconnect it from the computer and connect again (GPIO to ground) and launch Espruino Web IDE. I choose /dev/tty.usbserial and the connection is established. But I can't write anything in the console at the left.
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!
I can't make ESP8266 work with Espruino. I'm using USB-TTL converter. Flashing works without any problems:
After that, I disconnect it from the computer and connect again (GPIO to ground) and launch Espruino Web IDE. I choose
/dev/tty.usbserial
and the connection is established. But I can't write anything in the console at the left.What should I do to make it work?
1 Attachment