-->
Page 1 of 1

Esp8266 watch stuck, screen stays black

PostPosted: Sat Feb 22, 2020 11:23 pm
by merdeux
Hello,
First of all, thank you for letting me join this wonderful community!

I had been trying to flash a different program onto my esp8266 watch through the Arduino app.

I successfully loaded something else, but when I wanted to re-load the Spacehuhn deauther prog this started happening:

-screen stays black.

- I get this error looping:

Exception (3):
epc1=0x4000bf64 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40253d0d depc=0x00000000

ctx: cont
sp: 3fff1ae0 end: 3fff1d30 offset: 01a0

>>>stack>>>
3fff1c80: 3fff4aa8 0000000f 0000000b 3fff4aa8
3fff1c90: 40253d0d 00000016 00000006 3fff4fa0
3fff1ca0: 00000006 3fff4fa0 3fff0788 402093ab
3fff1cb0: 3fff4ac8 0000000f 00000001 3fff2ab0
3fff1cc0: 3fff0928 3fff4d0c 00000000 00000000
3fff1cd0: 00000000 3fff094c 3fff0c38 40266a4d
3fff1ce0: 3fff1d54 3fff0c38 3fff094c 4021f773
3fff1cf0: 00000000 00000000 00000000 00000000
3fff1d00: 00000000 00000000 00000000 3fff0cfc
3fff1d10: 3fffdc20 00000000 3fff0cf5 40226182
3fff1d20: 00000000 00000000 3fff0d10 40100114
<<<stack<<<

ets Jan 8 2013,rst cause:1, boot mode:(3,7)

load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld

Mounting SPIFFS...OK
Formatting SPIFFS...OK
Switched to Channel 9
Settings loaded from /settings.json
Settings saved in /settings.json
Device names loaded from /names.json
SSIDs loaded from /ssids.json


Please help me get it back in working order.
I love this thing!


Thanks,
Merdeux.

Re: Esp8266 watch stuck, screen stays black

PostPosted: Sun Feb 23, 2020 11:08 pm
by merdeux
I was able to fix it!

I used nodemcu to format the flash memory and loaded a .bin file instead of using Arduino IDE.

Now it loads and works like before, but it does react a lot slower.

The selection wheel often gets stuck on an item for a good ~15 seconds....


Any ideas what the cause of that might be?

Thanks!