|
| 1 | +.. _nxp_m2_wifi_bt: |
| 2 | + |
| 3 | +NXP M.2 Wi-Fi and BT Shield |
| 4 | +########################### |
| 5 | + |
| 6 | +Overview |
| 7 | +******** |
| 8 | + |
| 9 | +This Zephyr shield is tested with the following M.2 modules and hardware for Wi-Fi and Bluetooth applications: |
| 10 | + |
| 11 | +- Embedded Artist 1XK module - uses Murata 1XK radio module with NXP IW416 chipset |
| 12 | +- Embedded Artist 2EL module - uses Murata 2EL radio module with NXP IW612 chipset |
| 13 | + |
| 14 | +More information about supported chipsets, radio modules and M.2 modules can be found in below links, |
| 15 | + |
| 16 | +- `IW612 NXP Chipset <https://www.nxp.com/products/IW612>`_ |
| 17 | +- `IW416 NXP Chipset <https://www.nxp.com/products/IW416>`_ |
| 18 | +- `2EL Murata Radio Module <https://www.murata.com/en-us/products/connectivitymodule/wi-fi-bluetooth/overview/lineup/type2el>`_ |
| 19 | +- `1XK Murata Radio Module <https://www.murata.com/en-us/products/connectivitymodule/wi-fi-bluetooth/overview/lineup/type1xk>`_ |
| 20 | +- `1XK Embedded Artist Module <https://www.embeddedartists.com/products/1xk-m-2-module>`_ |
| 21 | +- `2EL Embedded Artist Module <https://www.embeddedartists.com/products/2el-m-2-module>`_ |
| 22 | + |
| 23 | +Requirements |
| 24 | +************ |
| 25 | + |
| 26 | +To use the shield, below requirements needs to be satisfied. |
| 27 | + |
| 28 | +- M.2 module with BT HCI UART and SDIO Interface with NXP IW416 or IW612 SoC support. |
| 29 | +- Host platform shall have compatible M.2 interface slot. |
| 30 | +- For Coex (Wi-Fi + BT), UART driver that supports UART RTS line control to wakeup BT CPU from sleep. |
| 31 | +- To use default Bluetooth-Shell app it needs ~490KB flash & ~130KB RAM memory. |
| 32 | +- To use default Wi-Fi-Shell app it needs ~1MB flash & ~1.2MB RAM memory. |
| 33 | + |
| 34 | +Integration Platform |
| 35 | +******************** |
| 36 | + |
| 37 | +This shield works with below host platform, |
| 38 | + |
| 39 | +- :zephyr:board:`mimxrt1060_evk` Rev-C. |
| 40 | + |
| 41 | +Programming |
| 42 | +*********** |
| 43 | + |
| 44 | +Below are the supported shields to be used with ``--shield <option>`` when you invoke |
| 45 | +``west build``. |
| 46 | + |
| 47 | +- ``nxp_m2_1xk_wifi_bt``: For Wi-Fi/Bluetooth samples to work with NXP IW416 SoC |
| 48 | +- ``nxp_m2_2el_wifi_bt``: For Wi-Fi/Bluetooth samples to work with NXP IW612 SoC |
| 49 | + |
| 50 | +For example: |
| 51 | + |
| 52 | +.. zephyr-app-commands:: |
| 53 | + :zephyr-app: samples/bluetooth/handsfree |
| 54 | + :board: mimxrt1060_evk@C//qspi |
| 55 | + :shield: nxp_m2_1xk_wifi_bt |
| 56 | + :goals: build |
| 57 | + |
| 58 | +.. zephyr-app-commands:: |
| 59 | + :zephyr-app: samples/net/wifi/shell |
| 60 | + :board: mimxrt1060_evk@C//qspi |
| 61 | + :shield: nxp_m2_2el_wifi_bt |
| 62 | + :goals: build |
0 commit comments