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.

Related