This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to configured PA/LNA in mesh sdk

Hello,We have tested the mesh v2.1.1 in the nRF52830 chip, I want to  add a PA/LNA with the nRF52832 so that range anxiety can be reduced.we successfully configured and tested this external PA with ble5.0 ,
but when i tried in any example of MESH SDK with our customized configured pins it is not working.
Secondly as u have mentioned that there are two stacks .so should i use two calls separately for enabling PA/LNA
i.e., mesh_pa_lna_gpiote_enable(&m_pa_lna_params);  //FOR MESH
and sd_ble_opt_set();   // for BLE stack.
but I don,t how to initialization "m_pa_lna_params" parament.
can I help me how to configured PA/LNA for MESH
and the second question  I want to the mesh v1.0.1 alse support PA/LNA.
Parents Reply Children
No Data
Related