Hello,
Is Ezurio Sona NX611 wireless card supported in MCUXpresso SDK FreeRTOS? As it's using base NXP IW611 radio, I think it should be supported, right?
Hello,
Hope you are doing well. I would recommend checking directly on the configuration of any of our SDK examples, the supported modules.
For example, in the wifi_cli for iMX RT1170, you can find these modules:
If you are looking for any other module, you would need to add the specific support at your own, taking as a base the available enablement for IW61x.
Best Regards,
Ricardo
Thank you. How do I add the specific support for the module? I see there are specific settings for each module in mcuxsdk/components/wifi_bt_module/
How do I set these (power limits and calibration data) correctly for a new module?
Is there a comprehensive manual for adding support for a new wireless module? Mine is based on IW611, so I guess I can take NXP IW611-MURATA-2DL-M2 as a reference but how do I know if I need to change any values?
Thank you @Ricardo_Zamora .
I selected NXP-IW611-MURATA-2DL-M2 card, as Ezurio Sona NX611 uses the same chip (IW611) and I thought it should work. However, when the SDK code tries to download the firmware to the wireless card, I get:
09/07/2026 13:04:32.589 [RX] - [FW Download] Start to download firmware from 0x60143230: 727
09/07/2026 13:04:38.560 [RX] - [wifi_io] Error: SDIO - FW Ready Registers not set
[wifi] Error: sd_wifi_init failed. status code -1
[wlcm] Error: wifi init/reinit failed. status code -1
[!] WPL_Init: Failed, error: 1I understand that Sona NX611 is not in the list of supported modules but I had the impression that it should still work given that it shares the wireless chip model, IW611, with one of the supported boards.
Hello,
I would recommend going with Ezurio for specific support for their module. Implementation may vary from module partners.
Regards,
Ricardo