Let's take your Wi-Fi module for a test drive using an i.MX RT platform. This guide contains different modules from third parties that enable NXP Wi-Fi SoCs on i.MX RT EVKs.
The links below will take you to the Getting Started website for your evaluation board; it will guide
you with detailed instructions to download and install the required software.
Select your i.MX RT platform.
Note: Be sure to select "NXP Wi-Fi" middleware when building your SDK.
Select the Wi-Fi platform to display a module that enables it and how to connect it to an i.MX RT EVK.
Note: Some Wi-Fi modules will require an uSD adapter.
Power up the board by plugging the micro USB cable in your board as described in your board's Getting Started page.
The following section will help you load and run a Wi-Fi example. Make sure you have installed the software provided by the i.MX RT Getting Started section and that your Wi-Fi module is connected to your i.MX RT board.
The 88W8801 is a highly integrated, single-band (2.4 GHz) Wi-Fi 4 1x1 System-on-Chip (SoC), specifically designed to support High Throughput (HT) data rates for WLAN products. The device provides the combined functions of Direct Sequence Spread Spectrum (DSSS) and Orthogonal Frequency Division Multiplexing (OFDM) baseband modulation, Medium Access Controller (MAC), CPU, memory, host interfaces and direct conversion WLAN RF radio on a single integrated chip. For security, the 802.11i security standard is supported through several protocols. For video, voice and multimedia applications, 802.11e Quality of Service (QoS) is supported. Generic interfaces include SDIO 2.0 interface for connecting WLAN technologies to the host processor.
The AW-NM191NF is a 2.4 GHz Wi-Fi radio module, which is highly integrated wireless local area network (WLAN) solution that enables a high performance, cost effective, low power, compact solution that provides SDIO or USB interface to host processor.
This module is based on the chipset 88W8801. A high level of integration and full implementation of the power management functions specified in the IEEE 802.11 standard minimize system power requirements by using AW-NM191NF.
The uSD-1216 adapter enables uSD interface support to AW-NM191NF module.
Wi-Fi chip | AzureWave Module | uSD Adapter Board |
---|---|---|
NXP 88W8801 | AW-NM191NF | uSD-1216 (AW-NM191NF-uSD) |
Visit module manufacturer for more information about this Wi-Fi module.
AW-NM191NF-uSD connection
Connect AW-NM191NF-uSD adapter to your board.
AW-NM191NF-uSD + i.MX RT 1060 with Antennas and Power Supply
The 88W8977 System-on-Chip (SoC) is a highly integrated single-chip solution that incorporates both WLAN (2.4/5 GHz) and Bluetooth® technology, and the SoC is specifically designed to support the speed, reliability, and quality requirements of next-generation products. An IEEE 802.11n compliant dual-band system-on-chip offering Wi-Fi data rates up to MCS 7 (150 Mbit/s), the 88W8977 is designed to offer the smallest footprint and lowest bill of materials (BOM) for devices such as Wearables, Internet of Things (IoT) and Smart Home markets. It also provides for 3-way coexistence for WLAN, Bluetooth and ZigBee operation with ZigBee Solutions.
The PAN9026 is a 2.4 GHz and 5 GHz ISM band Wi-Fi and Bluetooth radio module, specifically designed for highly integrated and cost-effective applications. This module is based on the chipset 88W8977 supporting 802.11a/b/g/n simultaneous station, access point. Integrated power management, a fast dual-core CPU, 802.11i security standard support and high-speed data interfaces deliver the performance for the speed, reliability and quality requirements of products.
Wi-Fi chip | Panasonic Module |
---|---|
NXP 88W8977 | PAN9026 |
Visit module manufacturer for more information about this Wi-Fi module.
PAN9026 module interface
Connect PAN9026 module to your board.
The IW416 is a highly integrated Wi-Fi 4 and Bluetooth 5.1 System-on-Chip (SoC). The high level of integration results in a minimum external BOM and simplifies design allowing quick integration into many connectivity applications including IP cameras, smart devices and industrial automation. Supporting a 1x1 SISO Wi-Fi operation in the 2.4 GHz and the 5 GHz band, the SoC provides a full-feature Wi-Fi subsystem with a peak PHY data rate of 150 Mbit/s. In addition to classic Bluetooth features, the IW416 enables Bluetooth 5.1 capabilities including Low Energy (LE), LE long range and LE data up to 2 Mbit/s.
The AW-AM457 is a 2.4 GHz and 5 GHz dual band Wi-Fi and Bluetooth radio module, specifically designed for highly integrated and cost-effective applications. This module is based on the IW416 chipset supporting 802.11a/b/g/n simultaneous station and access point. The integrated power management, the fast dual-core CPU, 802.11i security standard support, and high-speed data interfaces deliver the performance for the speed, reliability and quality requirements of products. For more details about module Wi-Fi and Bluetooth features, please refer module data sheet.
Wi-Fi chip | Panasonic Module | uSD Adapter Board |
---|---|---|
NXP IW416 | AW-AM457 | AW-AM457-uSD |
Visit module manufacturer for more information about this Wi-Fi module.
AW-AM457-uSD connections
Connect AW-AM457-uSD adapter to your board
AW-AM457-uSD + i.MXRT1060 with Antenna and Power Supply
The MCUXpresso SDK comes with several example applications, Wi-Fi examples are grouped under: <SDK_Install_Directory>/boards/<EVK board>/wifi
Browse the Wi-Fi documentation folder available in the SDK folder for more information about the demos.
The NXP Wi-Fi Applications User's Guide document provides step-by-step instructions on how to configure, build and debug the Wi-Fi demos for the toolchains supported by the SDK.
The wifi_iperf demo is one of the Wi-Fi examples applications available in the SDK. It implements several useful features that can help you as a reference on your development, such as: Scan the visible access points, connect to an access point, start your own access point, print network information, enable deep sleep operation and run a throughput test.
Use the guide below to learn how to load, build and debug the wifii_iperf demo application in MCUXpresso IDE.
To learn more about all Wi-Fi example applications and additional features supported by the Wi-Fi module, browse to the Wi-Fi documentation folder available in the SDK folder.
The MCUXpresso SDK provides a collection of Wi-Fi example applications.
Follow these steps to import, configure, build, debug and run a Wi-Fi demo example
through MCUXpresso IDE. This guide will use i.MX RT 1060 as reference, but similar steps
apply to
other EVKs.
The following steps will guide you to build and run the wifi_iperf application using MCUXpresso IDE.
The following steps will guide you through the wifi_cli application using MCUXpresso IDE.
The wifi_iperf application demonstrates how to implement different features.
a) Open project’s Properties.
Refer to ‘NXP Wi-Fi Demo Applications for i.MX RT platforms User Guide.pdf’ document available in the SDK for detailed instructions to run all Wi-Fi demos.