Search found 2 matches

by bithalver
Thu Dec 02, 2021 7:42 am
Forum: IDEs for ESP-IDF
Topic: ESP32_Devkit-V4 try to change/reduce transmitting power
Replies: 2
Views: 11400

Re: ESP32_Devkit-V4 try to change/reduce transmitting power

I had not understood it that way!
Thanks a lot
by bithalver
Sat Nov 27, 2021 10:05 pm
Forum: IDEs for ESP-IDF
Topic: ESP32_Devkit-V4 try to change/reduce transmitting power
Replies: 2
Views: 11400

ESP32_Devkit-V4 try to change/reduce transmitting power

Hello,
with VSC /PlatformIO / esp_wifi.h I'm trying to reduce the transmitting power. esp_wifi_set_max_tx_power(20) results in no difference to esp_wifi_set_max_tx_power(2). The current consumption of the board shows no change. What am I doing wrong?

tnx