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

Short range

Hi,

My questions is related to this one: https://devzone.nordicsemi.com/f/nordic-q-a/58250/short-range.

We are also developing board and range is shorter than in smartphones.

But we are using Fanstel BT832XE with antenna https://www.tme.eu/Document/c4e6c41f0995bec1532828c99b9ac2ab/987651-6901.pdf.

Fact is that our board is very small (circa 40x40mm) and one sided with signals and other electronics so we have picked above external antenna.

I did even try to set: sd_ble_gap_tx_power_set(4);

We still have very short range.

What can we do to improve our range?

Best regards,

Artur

Parents Reply
  • Hi,

     

    Artur said:

    Could you be more specific about what to check?

     

    The Fanstel module has a SKY FEM that should be controlled by the firmware of the nRF to get proper amplification. The FEM is controlled by the CTX pin that should be connected to the nRF. This pin should be toggled when the radio is transmitting to signalize to the FEM that the radio is transmitting and that the FEM should amplify the signal. This is usually done by using GPIOTE and PPI. You should therefore check that the firmware is indeed toggling CTX when the radio is transmitting.

    regards

    Jared

Children
Related