chester4444 / esp-multical21

ESP8266/ESP32 decrypts wireless MBus frames from a Multical21 water meter
GNU General Public License v3.0
84 stars 33 forks source link

no WLAN-connection #7

Closed atifan closed 1 year ago

atifan commented 3 years ago

I can compile, and upload to a WEMOS D1 Mini, but the WEMOS does not connect ty my WLAN. In credentials.h there is set the SSID1 and the Password. Any ideas why it is not working?

// defines for the credentials

define SSID1 "mySSID"

define PW1 "mypasswd"

define MQTT1 "192.168.178.111"

define SSID2 "mySSID"

define PW2 "mypasswd"

define MQTT2 "192.168.178.111"

define SSID3 "mySSID"

define PW3 "mypasswd"

define MQTT3 "192.168.178.111"

define W_ENCRYPTION_KEY 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff

define W_SERIAL_NUMBER 0x12, 0x34, 0x056, 0x78

CentauriDK commented 3 years ago

What does the Serial Console say ? It will normally output some debug information on scanning and connecting to the wifi.

atifan commented 3 years ago

Hi it says

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

Soft WDT reset

stack>>>

ctx: cont sp: 3ffffda0 end: 3fffffc0 offset: 01a0 3fffff40: 40208ef5 000000f5 3ffee82c 4020130c
3fffff50: 3fffdad0 000000f5 3ffee900 402013e9
3fffff60: 000000ff 00000000 00000036 402013b7
3fffff70: 3fffdad0 00000000 3ffee82c 40201471
3fffff80: 0001c200 00000000 3ffee82c 40201660
3fffff90: 3fffdad0 00000000 3ffee930 40201e58
3fffffa0: feefeffe feefeffe 3ffeea1c 402084f0
3fffffb0: feefeffe feefeffe 3ffe8528 401010b1
<<<stack<<<

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

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

load 0x4010f000, len 3584, room 16 tail 0 chksum 0xb0 csum 0xb0 v2843a5ac ~ld

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

Soft WDT reset

stack>>>

ctx: cont sp: 3ffffda0 end: 3fffffc0 offset: 01a0 3fffff40: 40208ef5 000000f5 3ffee82c 4020130c
3fffff50: 3fffdad0 000000f5 3ffee900 402013e9
3fffff60: 000000ff 00000000 00000036 402013b7
3fffff70: 3fffdad0 00000000 3ffee82c 40201471
3fffff80: 0001c200 00000000 3ffee82c 40201660
3fffff90: 3fffdad0 00000000 3ffee930 40201e58
3fffffa0: feefeffe feefeffe 3ffeea1c 402084f0
3fffffb0: feefeffe feefeffe 3ffe8528 401010b1
<<<stack<<<

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

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

load 0x4010f000, len 3584, room 16 tail 0 chksum 0xb0 csum 0xb0 v2843a5ac ~ld

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

Soft WDT reset

stack>>>

ctx: cont sp: 3ffffda0 end: 3fffffc0 offset: 01a0 3fffff40: 40208ef5 000000f5 3ffee82c 4020130c
3fffff50: 3fffdad0 000000f5 3ffee900 402013e9
3fffff60: 000000ff 00000000 00000036 402013b7
3fffff70: 3fffdad0 00000000 3ffee82c 40201471
3fffff80: 0001c200 00000000 3ffee82c 40201660
3fffff90: 3fffdad0 00000000 3ffee930 40201e58
3fffffa0: feefeffe feefeffe 3ffeea1c 402084f0
3fffffb0: feefeffe feefeffe 3ffe8528 401010b1
<<<stack<<<

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

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

load 0x4010f000, len 3584, room 16 tail 0 chksum 0xb0 csum 0xb0 v2843a5ac ~ld

atifan commented 3 years ago

Hello, i fixed it. Problem was that I did not connect the CC1101. It has to be connected to the ESP, that the ESP starts. When not connected, the ESP does not boot up.