Page 1 of 1

Wifi signal power.

Posted: Mon Dec 17, 2018 2:05 pm
by filipESP
Is it possible to check what is the power of WiFi signal?

Re: Wifi signal power.

Posted: Mon Dec 17, 2018 5:14 pm
by Ritesh
filipESP wrote:
Mon Dec 17, 2018 2:05 pm
Is it possible to check what is the power of WiFi signal?
You mean you want to measure TX power in dbm? If yes then you can check it into make menuconfig for WiFi TX power with default settings as 20 dbm.

Let me know if you are thinking for different one.

Re: Wifi signal power.

Posted: Wed Dec 19, 2018 11:14 am
by filipESP
I use the function named esp_wifi_get_max_tx_power and it is all i have been needed.

Re: Wifi signal power.

Posted: Wed Dec 19, 2018 5:18 pm
by Ritesh
filipESP wrote:
Wed Dec 19, 2018 11:14 am
I use the function named esp_wifi_get_max_tx_power and it is all i have been needed.
So, Just want to know that using that API, You are able to get maximum TX Power. Correct?

Re: Wifi signal power.

Posted: Thu Dec 20, 2018 11:40 am
by filipESP
Yeap.

Re: Wifi signal power.

Posted: Thu Dec 20, 2018 12:31 pm
by Ritesh
filipESP wrote:
Thu Dec 20, 2018 11:40 am
Yeap.
Great. So, Do you need any further help regarding same or is it done?

Re: Wifi signal power.

Posted: Fri Dec 28, 2018 12:29 pm
by filipESP
Done, Thx.

Re: Wifi signal power.

Posted: Fri Dec 28, 2018 6:04 pm
by Ritesh
filipESP wrote:
Fri Dec 28, 2018 12:29 pm
Done, Thx.
Good Job..