Hello,
I'm using nRF52832 and SKY66112-11 PA/LNA connected to increase the range. I'm using nRF5 SDK 17.0.2 and nRF5 SDK for mesh 4.2.0
I followed this guide to use PA/LNA both with mesh and with GATT.
Unfortunately, I expirience some issue with GATT connections when the PA is enabled. So I want to set the PA in bypass mode when using BLE GATT, and set high tx/LNA when using mesh.
Both mesh_pa_lna_gpiote_enable() and sd_ble_opt_set() accept two pins as parameters CRX and CTX, but I have also to switch CPS pin of the amplifier everytime I switch from high transmission mode/LNA to bypass mode. I have to do runtime, but I don't know when BLE is sending msg on mesh and when it's using BLE GATT. How can I do to drive that pin? Is there another function in the SDK to use?
Thanks for support
BR