Non-blocking error at boot when trying WiFi/BLE coexistence on nRF7002-DK

Hello,

I'm trying to test WiFi/BLE coexistence on nRF7002-DK and I'm having a error message when Zephyr OS is booting concerning NRF_RPC. Unfortunately, I couldn't find any explanation about this anywhere.
As the error message is printed before the first instruction of the main function, I'm assuming it's coming from the prj.con file but I don't know what could be missing. Does anyone have an idea ?

The error message is

And my prj.conf file :

Thank you,
Best regards

Parents
  • Hi,

    Which version of the SDK do you use?

    Which sample is this based on?
    Does the sample work out of the box?

    What do you want to achieve with the changes you made to the sample?

    Reagrds,
    Sigurd Hellesvik

  • Hello,

    I'm using v.2.3.0 and the code is based on the sr_coex sample in samples/wifi/.
    Unfortunately, I couldn't use the sample as it is because it seems to require 2 dev boards (link).

    What I'm trying to do is to get a list of the WiFi networks that the board sees on my smartphone using BLE for communication between my phone and the board. I also would like to use the shared antenna the nRF7002-DK offers.

    Regards,

  • For your purpose, you can use the sr_coax sample with only the nRF7002-DK.

    The second Development Kit is only needed if you intend to test Bluetooth Low Energy throughput.

  • Thank you, I ended up using the prj.conf file of the example and the error was gone.
    I tried to add the option one by one to my old prj.conf file but I couldn't find the one that was causing the error.

    Thank you
    Regards

Reply
  • Thank you, I ended up using the prj.conf file of the example and the error was gone.
    I tried to add the option one by one to my old prj.conf file but I couldn't find the one that was causing the error.

    Thank you
    Regards

Children
No Data