I am using Rainmaker Switch application on ESP32-C3-WROOM-02 module.
Initially device was working well and today suddenly it stopped working even after power reset.
As per log it shows that device is connected to access point "Gladiance" but there is no further progress.
Please guide me on this issue to resoleve it.
Also please find below device log for your understanding.
Code: Select all
I (1001) phy_init: phy_version 1130,b4e4b80,Sep 5 2023,11:09:30
I (1041) wifi:mode : sta (d4:f9:8d:1b:8b:a0)
I (1041) wifi:enable tsf
I (3451) wifi:new:<6,1>, old:<1,0>, ap:<255,255>, sta:<6,1>, prof:1
I (3451) wifi:state: init -> auth (b0)
I (3461) wifi:state: auth -> init (8a0)
I (3461) wifi:new:<6,0>, old:<6,1>, ap:<255,255>, sta:<6,1>, prof:1
I (3461) wifi:new:<6,1>, old:<6,0>, ap:<255,255>, sta:<6,1>, prof:1
I (3461) wifi:state: init -> auth (b0)
I (3471) wifi:state: auth -> init (8a0)
I (3471) wifi:new:<6,0>, old:<6,1>, ap:<255,255>, sta:<6,1>, prof:1
I (3471) wifi:new:<1,0>, old:<6,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3481) wifi:state: init -> auth (b0)
I (3481) wifi:state: auth -> assoc (0)
I (3501) wifi:state: assoc -> run (10)
I (3571) wifi:connected with Gladiance, aid = 6, channel 1, BW20, bssid = 45:0f:81:8c:a6:de
I (3571) wifi:security: WPA2-PSK, phy: bgn, rssi: -85
I (3581) wifi:pm start, type: 1
I (3581) wifi:set rx beacon pti, rx_bcn_pti: 14, bcn_timeout: 25000, mt_pti: 14, mt_time: 10000
I (3601) wifi:<ba-add>idx:0 (ifx:0, 45:0f:81:8c:a6:de), tid:6, ssn:0, winSize:64
I (3651) wifi:<ba-add>idx:1 (ifx:0, 45:0f:81:8c:a6:de), tid:0, ssn:2, winSize:64
I (3721) wifi:AP's beacon interval = 102400 us, DTIM period = 1
Thanks in advance.
Regards,
Dinesh