Tonight I had a few hours to try the ESP-01 port of Espruino. I think the firmware upload succeeded (from this source : https://github.com/espruino/EspruinoBuilds/tree/master/ESP8266). I flashed the binaries at 0x00000, 0x10000, as well as the script (main.js) at 0x60000, but after a reset (as well as GPIO0 released), I got bad news: ESP-01 sent me
"ets Jan 8 2013,rst cause:1, boot mode:(3,0)
ets_main.c"
I read on a forum that this is probably that the ESP did not find any application code to run.
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.
Dear all,
Tonight I had a few hours to try the ESP-01 port of Espruino. I think the firmware upload succeeded (from this source : https://github.com/espruino/EspruinoBuilds/tree/master/ESP8266). I flashed the binaries at 0x00000, 0x10000, as well as the script (main.js) at 0x60000, but after a reset (as well as GPIO0 released), I got bad news: ESP-01 sent me
"ets Jan 8 2013,rst cause:1, boot mode:(3,0)
ets_main.c"
I read on a forum that this is probably that the ESP did not find any application code to run.
Did you ever had to deal with this issue?
(the build date is "Build 2015-10-25 6:02pm CT" )