I have checked ESP32_FCC_WIFI_BT_20161208_V1.0.4.bin which is provided by Espressif Systems to check for RF Related testing on STA and AP not working board and found following outputs while executing TX and RX packet transmission and reception commands.
So, I just want to know what the above logs indicates? because, I am not to create AP mode network and not able to connect with other router or network into STA mode and above logs shows wifi tx and rx is working which is misunderstanding for me.efuse_MAC: 0x46240a-c404df5c
phy_version: 265, Dec 8 2016, 21:58:06, 0, 2
wait:
wifi rx start: channel is 1, rate is 0x0
Correct: 0 Desired: 0 RSSI: 0 gain: 0 noise: -960 err: 18521 err_fcs: 0 err_a1: 0 gooddata: 0, freq: 0
wifi rx start: channel is 1, rate is 0x0
Correct: 948 Desired: 57 RSSI: -716 gain: 449 noise: -960 err: 34047 err_fcs: 217 err_a1: 844 gooddata: 0, freq: -354
wifi rx start: channel is 1, rate is 0x0
Correct: 2975 Desired: 461 RSSI: -626 gain: 410 noise: -960 err: 11843 err_fcs: 669 err_a1: 2330 gooddata: 0, freq: -354
wifi rx start: channel is 1, rate is 0x0
Correct: 3855 Desired: 518 RSSI: -590 gain: 429 noise: -960 err: 29588 err_fcs: 1072 err_a1: 3168 gooddata: 0, freq: -354
wifi rx start: channel is 2, rate is 0x0
Correct: 1240 Desired: 251 RSSI: -422 gain: 353 noise: -960 err: 71359 err_fcs: 185 err_a1: 856 gooddata: 0, freq: -349
wifi rx start: channel is 13, rate is 0x0
Correct: 295 Desired: 109 RSSI: -363 gain: 223 noise: -960 err: 16587 err_fcs: 353 err_a1: 0 gooddata: 0, freq: -356
Wifi tx out: channel=2, rate=0x0, BK=-4, length=50, delay=52
Tx Over
Wifi tx out: channel=2, rate=0x0, BK=-4, length=50, delay=52
Tx Over
Please correct me if anyone has any idea for that.