Hello! I'm using nRF5_SDK_15.0.0_a53641a to programm my Nordic NRF52832 with Segger Embedded Studio.
I'm trying to increase the BLE Tx power to 4dBm. At the moment I've tried the following:
1. CHANGING THE TX POWER AFTER INIT SEQUENCE RIGHT BEFORE THE MAIN LOOP
RESULT: Absolute no change in advertising RSSI signal value
2. CHANGING THE TX POWER WHEN INITIALIZING ADVDATA
RESULT: Absolute no change in advertising RSSI signal value
3. CHANGING THE TX POWER AFTER CONNECTING TO BLE DEVICE
case BLE_GAP_EVT_CONNECTED:
RESULT: Absolute no change in RSSI Signal value after connection
Am I missing something here???