Hello fellow developers,
we're evaluating the BL653 (nRF52833 chip) for our application using the ESB protocol (BLE).
I'm using Zephyr RTOS + nRF Connect SDK + NCS 1.9.1 here.
Currently, according to the API, the maximum transmit power available (enum esb_tx_power) is 4dBm.
But according to the specs of the device (Laird) it may reach up to 8dBm.
Is there a way to "hack" it and get the 8dBm via the API?
Thanks in advance,