Search found 1 match

by PS-speed
Fri Feb 03, 2023 8:16 am
Forum: General Discussion
Topic: After Changing BLE TX Power Setting, Tx Power Level isn't correctly reported by ESP32 S3
Replies: 0
Views: 734

After Changing BLE TX Power Setting, Tx Power Level isn't correctly reported by ESP32 S3

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: esp_ble_tx_power_set(ESP_BLE_PWR_TYPE_DEFAULT, ESP_PWR_LVL_P21); The Tx Power displayed inside of nRf Connect remains at 9 dBm. If I set a lower value than ...