Can NCS3.0.0 Matter template sample at NRF7002DK share single antenna for coexistence of BLE and WIFI protocols?

Hi Nordic

      As information of nrf connect SDK, NCS3.0.0 ble_coex sample at NRF7002 DK can share single antenna for BLE and WIFI protocols.

It only needs to set "CONFIG_COEX_SEP_ANTENNAS=n" at prj.conf. Then, BLE and WIFI both work concurrently and smoothly.

      At my custom Matter module, hardware almost followed up the schematic of NRF7002DK as below picture. There are three gpio pins connected between

NRF5340 and NRF7002, including REQ, STATUS0 and GRANT. One SW_CTRL0 pin output to swicth WIFI and BLE.

Unfortunately, in Matter sample, if setting "CONFIG_COEX_SEP_ANTENNAS=n", VS code built error since no local 

Kconfig defintion for CONFIG_COEX_SEP_ANTENNAS.

So, how shall I edit Matter sample code or Kconfig to reach this coexistence?

Jeff

Parents Reply Children
No Data
Related