Search found 1 match
- Tue Mar 23, 2021 6:05 am
- Forum: ESP32 Arduino
- Topic: Bluetooth BR/EDR Tx Power Settings
- Replies: 0
- Views: 1930
Bluetooth BR/EDR Tx Power Settings
Module: ESP32-WROOM-32E Arduino: V1.8.13 Hi, I've been trying to increase the tx power of Bluetooth on BR/EDR mode not BLE. But I don't seem to find an example. Could you show me an example? I had found a similar example like this below; SerialBT.begin("ESP32"); esp_bredr_tx_power_set(ESP_PWR_LVL_P9...