I used one of the GPIO pins and made an LED blink. The code was running well, so I added save() to the end of my code to make it permanent, but the LED only remained on and none of the pins worked anymore. So I a few things for cleaning the save data, like reset() or as documentation has suggested, pressing the two physical buttons at the same time. When none of these worked, I assumed flashing the device will turn it back to its original condition but now I get this:
>{ll|dà|Ädìb<ì{ÛcÄ#óoglgoãìcpì${$sdpònàdcoã|lälcû'oîd$`'ÇlorÇ'ld`8ûgàrÜãàc'ã|äcÄò'oïd`ng$'{gl xóoà{ãàäcgã|lcûgnçl`'l`o;Ç'{d`{or$`sdÄgóogãs'olcÇb8dc$älìl$l~;lìddlgâ$$l$äloàgä'dlàÀcßcÛc{ccbdlngÛãol|dl {$rl§Loading -491521 bytes from flash...
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 4Mbit(256KB+256KB)
jump to run user1 @ 1000
don't use rtc mem data
{$OÿLoading -491521 bytes from flash...
and then nothing.
I tried to flash it a few more times trying both sets of parameters written in tutorial page with esptool (just as I did in the first place and worked well) but it seems something wrong has remained on the board
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.
I used one of the GPIO pins and made an LED blink. The code was running well, so I added
save()
to the end of my code to make it permanent, but the LED only remained on and none of the pins worked anymore. So I a few things for cleaning the save data, likereset()
or as documentation has suggested, pressing the two physical buttons at the same time. When none of these worked, I assumed flashing the device will turn it back to its original condition but now I get this:and then nothing.
I tried to flash it a few more times trying both sets of parameters written in tutorial page with esptool (just as I did in the first place and worked well) but it seems something wrong has remained on the board