RF Noise during connection to NRF54L15 from windows?

Dear All,

In our company, we have replaced the NRF52811 (ublox module) with NRF54L15 (raytac module) for new batches of products.

The fw is a simple BLE to UART bridge with Zephyr.

We noticed something curious: when connecting to it, we often (I would say on average 3 times out of 10) receive the error "bt_conn: con 0x20001330 failed to establish. RF noise?"

We had thought it could be a problem related to the fw, but:

- trying to connect from mobile, either IOS or Android, it never happens

- trying from Mac, it never happens

but from different windows systems (10 and 11) the problem is reproducible, quite easily (Using a simple connection with LE Explorer or Web Bluetooth from Chrome).

In order to try excluding a problem specific to our fw, we used the sample peripheral_hr available in zephyr and we observed the same behaviour as described above.

In order to avoid a problem specific to our board, we used our fw on the NRF54L15DK eval board with the same symptoms.

Has anyone faced such issues?

Best,

Dairlab

Parents
  • Hmm, okay. And this behavior is seen with both the LE explorer and Web Bluetooth apps, correct? Can you try setting up a phone with the nRF Connect app as advertiser/peripheral and see if you see the same kind of connection issues with other peripherals connecting to the Windows PC as well? Potentially if you have I.E. an nRF52 or 53 series DK to test with as well.

    Also, can you share what application you've flashed onto the nRF54L15 DK when you're able to reproduce this. Are you using either of the Bluetooth samples in NCS or a custom application?

    Best regards,

    Simon

  • Dear Simonr, thank you for the reply.

    Some details:

    1) we tried on NRF52811, Ublox BMD 360 Evaluation board and we don't have any issues (20/20 successful connection from both mobile and windows pc)

    2) we tried on NRF54L15DK evaluation board, and we have random RF noise problems, 6 times in 20 connections attempts from two windows PC, 0/20 issues from mobile.

    Regarding the fw, we are using a custom one (which we are happy to share privately) but also using NCS sample "peripheral_hr" the behaviour is the same.

    Thank you in advance.

Reply
  • Dear Simonr, thank you for the reply.

    Some details:

    1) we tried on NRF52811, Ublox BMD 360 Evaluation board and we don't have any issues (20/20 successful connection from both mobile and windows pc)

    2) we tried on NRF54L15DK evaluation board, and we have random RF noise problems, 6 times in 20 connections attempts from two windows PC, 0/20 issues from mobile.

    Regarding the fw, we are using a custom one (which we are happy to share privately) but also using NCS sample "peripheral_hr" the behaviour is the same.

    Thank you in advance.

Children
Related