Search found 1 match

by ea2020
Thu Mar 12, 2020 8:48 pm
Forum: ESP32 Arduino
Topic: how to set BLE transmit power above 3dB?
Replies: 1
Views: 10671

how to set BLE transmit power above 3dB?

I have my basic solution working (Adafruit ESP32 Feather to custom iOS application), but am not quite getting the range I want. esp_bt.h enums the available esp_ble_power_type_t and esp_power_level_t to use when calling: esp_ble_tx_power_set(esp_ble_power_type_t power_type, esp_power_level_t power_l...