About implementing ble and wifi coexistence on nRF7002 dk

Hello,

I am inquiring about the development guide for the coexistence of BLE and WiFi using the nrf7002dk board. Since I have recently transitioned from the nRF5_SDK development environment to the Nordic Connect SDK, I am still getting accustomed to it, so please understand my beginner-level questions.

Board used: nRF7002dk Toolchain used: v2.6.1 SDK used: v2.6.99-cs2

The requirements are as follows: The nRF7002dk is connected to a WiFi router, It acts as a BLE Central, and when connected to a peripheral using coded PHY, The BLE UART data received from the peripheral should be sent to a server via a WiFi TCP packet.

  1. What does the BLE+WiFi coexistence example from Nordic do?
  2. Is it possible to connect to WiFi simultaneously while BLE is connected?
  3. Can coded PHY be applied to BLE in BLE+WiFi coexistence?
  4. How should I start with the BLE+WiFi coexistence example?
  5. Is it feasible to implement the requirements mentioned above?
  6. When using BLE and WiFi simultaneously, what are the flash and RAM sizes of the stack?

Kind regards.

Parents Reply
  • Hi again priyanka,

    you want to integrate BLE-coded PHY and wifi inside an application. Is this true?

    We are integrating BLE-coded PHY and WiFi within an application without considering FEM.

    As you mentioned, we have already referred to the sample and guide, and through this, we have implemented [coded PHY] scanning while WiFi is connected.

    Although the functionality is implemented, the question is, [Is it okay to perform coded PHY scanning while WiFi is connected?]

    I need this operation, but I am confused about whether the content mentioned in the #supported-implementations section of the documentation affects me.

    BR
    Jeon.

Children
Related