How does Espressif ESP32 adjust Wi-Fi TX power?
Anonymous
Asked: May 17, 20222022-05-17T17:31:25+05:30 2022-05-17T17:31:25+05:30In: Wireless Connectivity
How to adjust ESP32 Wi-Fi TX power?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Volt.Tech
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Configure Component config -> PHY -> Max Wi-Fi TX power(dBm) via menuconfig, and the max value is 20 dB. Use API esp_err_t esp_wifi_set_max_tx_power(int8_t power);.
Configure Component config -> PHY -> Max Wi-Fi TX power(dBm) via menuconfig, and the max value is 20 dB. Use API esp_err_t esp_wifi_set_max_tx_power(int8_t power);.
See less