Chat freely about the open source Javascript projects for ESP8266

User avatar
By Markus Gritsch
#31512 The problem causing this seems to be, that when the device tries to auto-connect to some non-existent AP, it looses 6 JSvars every time it tries to connect (every 1-2 seconds). After about 5 minutes, all 1023 JSvars are consumed, and it resets.

Edit: This has been fixed in https://github.com/espruino/Espruino/issues/670
Last edited by Markus Gritsch on Sat Oct 17, 2015 1:58 pm, edited 1 time in total.
User avatar
By jankop
#31542 I have a problem with upload latest espruino firmware to esp8266-01. After flash with ESP8266Flasher I have only repeated the message.
Do you have any advice please?

Code: Select all ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 30648, room 16
tail 8
chksum 0x4f
load 0x3ffe8000, len 2108, room 0
tail 12
chksum 0x00
ho 0 tail 12 room 4
load 0x3ffe8840, len 28804, room 12
tail 8
chksum 0xb6
csum 0xb6
Fatal exception (0):
epc1=0x40249e64, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x40249e64, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x40249e64, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x40249e64, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
You do not have the required permissions to view the files attached to this post.
User avatar
By kolban
#31552 Nothing immediately springs to mind. If you have a second USB->UART, you can attach the RX pin to GPIO2 and we can look at the debug logs. What type of ESP8266 board are you using?

We might also try a previous build .. .for example ...

https://github.com/espruino/EspruinoBui ... 2015-10-15

And see if there has been a regression in the current code.