That worked well (except the Putty part, that won't output the AT command at all).
Than I flashed this small sketch with the Arduino IDE:
void setup() {
Serial.begin(115200);
}
void loop() {
}
Running this sketch, I constantly seeing exceptions like this in the serial console:
Exception (28):
epc1=0x402015bf epc2=0x00000000 epc3=0x00000000 excvaddr=0x0000001c depc=0x1082b6f6
ctx: sys
sp: 3ffffc00 end: 3fffffb0 offset: 01a0
>>>stack>>>
3ffffda0: ffffffff ffffffff ffffffff ffffffff
3ffffdb0: 00000000 ffffffff ffffffff ffffffff
3ffffdc0: 00000002 00000000 40214ca0 00000000
3ffffdd0: 00000000 00000000 00000000 00000000
3ffffde0: 00000000 ffffffff ffffffff ffffffff
3ffffdf0: 40230640 40214ca0 00000000 00000000
3ffffe00: 00000000 00000000 00000000 4020889f
3ffffe10: 00000002 00000000 40214ca0 00000000
3ffffe20: 00000000 00000000 00000000 40101e6b
3ffffe30: 40101e4c 3fffc100 3ffe9bac 00000000
3ffffe40: 00000000 40214ca0 04000000 00000000
3ffffe50: 400005e1 00000004 40000f49 00000000
3ffffe60: 40214ca0 00000030 0000001a 4010536a
3ffffe70: 40214c9d 00000001 00000000 3ffe8e40
3ffffe80: 00000000 00000001 00000000 7fffffff
3ffffe90: 00000000 3ffe92d5 3ffe92d0 00000000
3ffffea0: 3ffe9ba0 3ffe9bac 00000000 00000000
3ffffeb0: 40202603 004fd514 3ffeea14 3fffd9d0
3ffffec0: 00000000 00000000 00000000 fffffffe
3ffffed0: ffffffff 3fffc6fc 00000001 3ffeea20
3ffffee0: 00000000 3fffdad0 3ffeea18 00000030
3ffffef0: 00000000 3fffdad0 3ffeea18 00000030
3fffff00: 0000001c ffffffff ffffffff 40106418
3fffff10: 0018d33a 3ffee634 0000001c 40100774
3fffff20: 3ffefb34 00000014 00000064 40107208
3fffff30: 0018d33a 3ffee634 3ffefbf4 402288e2
3fffff40: 40214c84 00000000 3ffe9ba0 3ffe9bac
3fffff50: 00000000 3ffe9104 3ffe8810 40228a15
3fffff60: 00000000 40204f35 3ffe8c7c 40214855
3fffff70: 3ffecd60 3ffe9ba0 3fffdcc0 3ffe9328
3fffff80: 00000040 3ffecd60 00000000 3ffeea20
3fffff90: 40214223 3fffdab0 00000000 40202617
3fffffa0: 3ffe9328 40000f49 3fffdab0 40000f49
<<<stack<<<
ets Jan 8 2013,rst cause:1, boot mode:(3,6)
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
Did I damage the boar somehow? Is there something else wrong? Should I provide more power? (running it from USB currently with a LD1117V33 between)
thanks and greetings,
André