karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

WiFi connection failure on 2.1 version #238

Open menuet88 opened 2 years ago

menuet88 commented 2 years ago

Hello, Recently I updated my Karadio32 and after that I can't connect to my network, which before update was perfectly ok. This is strange, because radio is normally connecting with phone hotspot, but not with two my home networks. Of course I have checked the credentials/network names. One think which I observed is, when two of my AP's are switched to 20/40MHz channel bandwidth it is connecting to only one of them, but when I select 20MHz is connecting to two of them, so it looks like in the new firmware radio driver/settings are different then previously? Below is the log from serial console. I removed network name and some part of MAC address.

I (3290) wifi:wifi driver task: 3ffbaf74, prio:23, stack:3584, core =0 I (3300) wifi:wifi firmware version: 8713889 I (3300) wifi:config NVS flash: enabled I (3300) wifi:config nano formating: disabled I (3310) wifi:Init data frame dynamic rx buffer num: 32 I (3310) wifi:Init management frame dynamic rx buffer num: 32 I (3320) wifi:Init management short buffer num: 32 I (3320) wifi:Init static tx buffer num: 16 I (3320) wifi:Init static rx buffer size: 1600 I (3330) wifi:Init static rx buffer num: 10 I (3330) wifi:Init dynamic rx buffer num: 32 WIFI TRYING TO CONNECT TO SSID 1 I (3460) main: connecting XXXXXXX I (3550) wifi:mode : sta (24:0a:c4:xx:xx:xx) I (4030) wifi: new:<3,1>, old:<1,0>, ap:<255,255>, sta:<3,1>, prof:1 I (4040) wifi:state: init -> auth (b0) I (4040) wifi:state: auth -> assoc (0) I (4060) wifi:state: assoc -> run (10) I (4070) wifi:state: run -> init (ea0) I (4070) wifi: new:<3,0>, old:<3,1>, ap:<255,255>, sta:<3,1>, prof:1 E (4070) main: Wifi Disconnected. E (5070) main: Try next AP

Do you have some filings what could be the problem? I can leave AP settings for 20/40MHz but the place where this radio is normally placed is far away from that AP. I don't want to force them to work only on 20MHz.

Best regards, menuet88