After Changing BLE TX Power Setting, Tx Power Level isn't correctly reported by ESP32 S3
Posted: Fri Feb 03, 2023 8:16 am
After changing the Tx Power Setting from the default 9 dBm to the maximum 21 dBm on a ESP32 S3 DevKitC V.1 with the Arduino IDE with this code:
The Tx Power displayed inside of nRf Connect remains at 9 dBm. If I set a lower value than default, it changes accordingly.
I am getting something wrong here or is there a Bug ?
Code: Select all
esp_ble_tx_power_set(ESP_BLE_PWR_TYPE_DEFAULT, ESP_PWR_LVL_P21);
I am getting something wrong here or is there a Bug ?