Replace /dev/ttyUSB0 with the communications port the ESP8266 is connected to.
Note: If you have a non-512kB board (pretty much anything that's not an ESP01) then this won't be ideal as it's slower and you can't do OTA updates (see the next post) - however it should work and should get you started quite quickly. If you want to do it properly have to follow the real instructions.
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.
Builds are now available from the Espruino Download Page
You can get up and running quickly:
espruino_1vXX_esp8266_combined_512.bin
flash
button if there is one, or connectGPIO2
to 3.3v, and then power on your board (or reset it)Run:
Replace
/dev/ttyUSB0
with the communications port the ESP8266 is connected to.Note: If you have a non-512kB board (pretty much anything that's not an ESP01) then this won't be ideal as it's slower and you can't do OTA updates (see the next post) - however it should work and should get you started quite quickly. If you want to do it properly have to follow the real instructions.