Hello,
I’m currently developing with the RW612 and working on a feature where Wi-Fi and BLE operate simultaneously.
The system uses a dual-antenna configuration, with separate antennas for Wi-Fi and BLE.
Below are the SDK details currently used in the MCUXpresso IDE:
* SDK Name : SDK_2.x_FRDM-RW612
* SDK Version : 24.12.00
* Manifest Version : 3.15.0
During testing, I observed that when connecting to Wi-Fi in the 2.4GHz band and running BLE operations concurrently, the Wi-Fi throughput drops significantly.
On the other hand, the 5GHz band operates stably without any noticeable degradation.
However, since 2.4GHz operation is also required in our use case, this issue needs to be addressed.
While researching, I came across the document AN14121: Coexistence Overview for RW61x. I’d like to ask: in a dual-antenna setup like ours, are there any specific PTA (Priority Traffic Arbiter) settings that need to be configured differently?
Additionally, the Wi-Fi and BLE firmware provided in the FRDM-RW612 SDK—namely rw61x_sb_wifi_a2.bin and rw61x_sb_ble_a2.bin—appear to be designed for single-antenna configurations. Is there a separate firmware version available for dual-antenna setups? If so, would it be possible to obtain it?
Thanks.