I am connecting to the ble device from the PC through pc-ble-driver-js.
There, I am using the nrf52840 dongle with Connectivity firmware, and the wireless performance of this dongle is not good.
I found the following product and tried it, and it was confirmed that PA/LNA works on the default firmware.
The circuit diagram of the product is as follows.
http://www.holyiot.com/tp/2021091017064271075.pdf
The pc-ble-driver nRF52840 Dongle firmware is built by following the firmware build guide at pc-ble-driver.
In this guide, the nRF5 SDK version 15 repository is downloaded internally and built after applying the git patch.
the internal git repository with git patched was stored separately and opened with SES and built, and I checked that it was possible to use it with nrf connect ble app
The problem is that the PA/LNA function is not properly added in pc-ble-driver FW for nRF52840 dongle.
I tried applying it referring to the contents of the two threads
pa-lna-in-a-serialized-application
but an error message of 0x3001 is being output as the return value of sd_ble_opt_set.
Does anyone know what part is the problem?
thanks!