Problem with power of Ble signal

Hi

I am currently experiencing an issue with my custom board related to poor BLE signal performance.

My devices are based on the NORA-B101 (nRF5340) combined with a SKY66408-11 front-end module. While some boards are performing as expected, others show significantly weaker RSSI.

Is there a way to verify whether the RF signal delivered by the NORA module itself is within specifications? I am trying to determine whether the root cause of the issue lies with the NORA module or the Skyworks FEM.

I also have another question: my custom board is powered at 1.8V, whereas the SWD signals (SWDIO, SWCLK) from my debug probe are at 3V. Could this mismatch cause any issues or impact performance?

I use ncs v2.6.1 on zephyr.

Best regards,

Julien

Parents
  • Hi Julien,

    The only way to verify the power is to measure the output power from the module using a spectrum analyzer.

    To check if the radio is being configure correctly you can check  TXPOWER register in the radio to see what output power the radio is transmitting at. This can be done using a debugger:

    nrfutil device read --address 0x4100850C --direct --core NETWORK

    Best regards.

    Bendik

Reply
  • Hi Julien,

    The only way to verify the power is to measure the output power from the module using a spectrum analyzer.

    To check if the radio is being configure correctly you can check  TXPOWER register in the radio to see what output power the radio is transmitting at. This can be done using a debugger:

    nrfutil device read --address 0x4100850C --direct --core NETWORK

    Best regards.

    Bendik

Children
No Data
Related