nRF9151DK with nRF7002 EK

Hi everyone,

I’m currently evaluating whether it is practical to use the nRF9151 DK together with the nRF7002 EK in the same project.

The goal is to use the nRF9151 for LTE-M/NB-IoT connectivity and the nRF7002 for Wi-Fi, using nRF Connect SDK / Zephyr.

I wanted to ask:

1. Has anyone successfully used the nRF9151 DK + nRF7002 EK combination?
2. Is there an official or recommended sample/project configuration for this setup?
3. Are there any required Devicetree overlays or Kconfig options specific to this combination?
4. Are there any known limitations with RAM/flash usage when combining LTE, modem libraries, Wi-Fi, TLS/cloud connectivity, and Zephyr networking on the nRF9151?
5. Would Nordic recommend this architecture for a production design, or would it be better to use a separate MCU for the Wi-Fi side and communicate with the nRF9151 over UART/SPI?

Any guidance, example overlays, or references to similar projects would be very helpful.

Thanks.

Parents
  • Hello,

    I see that most of your questions seem to be answered in the case already, but just to confirm:

    1. Has anyone successfully used the nRF9151 DK + nRF7002 EK combination?

    The nRF9151dk is compatible with the nRF7002 ek which can be used for Wi-Fi locationing as the kit is Arduino Uno Rev3 compatible. 

    2. Is there an official or recommended sample/project configuration for this setup?

    I would recommend you to take a look at the following samples: Wi-Fi Shell, Wi-Fi Scan, Wi-Fi Shutdown, Cellular: location and Cellular: Modem Shell

    These samples contain the necessary build commands and board targets with the shield. 

    Are there any required Devicetree overlays or Kconfig options specific to this combination?

    Please refer to the overlay examples given here: https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/app_dev/device_guides/nrf70/nrf7002ek_dev_guide.html

    • sdk-nrf/boards/shields/nrf7002ek/boards/nrf9160dk_nrf9160_ns.overlay

    • sdk-nrf/samples/cellular/lwm2m_client/boards/nrf9160dk_with_nrf7002ek.overlay

    4. Are there any known limitations with RAM/flash usage when combining LTE, modem libraries, Wi-Fi, TLS/cloud connectivity, and Zephyr networking on the nRF9151?

    Full Wi-Fi cannot be run as there isn't enough Flash and RAM but Wi-Fi scan-only mode can be used. 

    or would it be better to use a separate MCU for the Wi-Fi side and communicate with the nRF9151 over UART/SPI?

    That seems like a valid approach. We have the Thingy:91x where the nRF9151 manages the LTE/cellular side, the nRF5340 is like a secondary processor and the nRF7002 connected to either chip via a shared SPI bus. 

    https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91-X

    Please let us know if you have any further questions.

    Best Regards,

    Samruddhi

Reply
  • Hello,

    I see that most of your questions seem to be answered in the case already, but just to confirm:

    1. Has anyone successfully used the nRF9151 DK + nRF7002 EK combination?

    The nRF9151dk is compatible with the nRF7002 ek which can be used for Wi-Fi locationing as the kit is Arduino Uno Rev3 compatible. 

    2. Is there an official or recommended sample/project configuration for this setup?

    I would recommend you to take a look at the following samples: Wi-Fi Shell, Wi-Fi Scan, Wi-Fi Shutdown, Cellular: location and Cellular: Modem Shell

    These samples contain the necessary build commands and board targets with the shield. 

    Are there any required Devicetree overlays or Kconfig options specific to this combination?

    Please refer to the overlay examples given here: https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/app_dev/device_guides/nrf70/nrf7002ek_dev_guide.html

    • sdk-nrf/boards/shields/nrf7002ek/boards/nrf9160dk_nrf9160_ns.overlay

    • sdk-nrf/samples/cellular/lwm2m_client/boards/nrf9160dk_with_nrf7002ek.overlay

    4. Are there any known limitations with RAM/flash usage when combining LTE, modem libraries, Wi-Fi, TLS/cloud connectivity, and Zephyr networking on the nRF9151?

    Full Wi-Fi cannot be run as there isn't enough Flash and RAM but Wi-Fi scan-only mode can be used. 

    or would it be better to use a separate MCU for the Wi-Fi side and communicate with the nRF9151 over UART/SPI?

    That seems like a valid approach. We have the Thingy:91x where the nRF9151 manages the LTE/cellular side, the nRF5340 is like a secondary processor and the nRF7002 connected to either chip via a shared SPI bus. 

    https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91-X

    Please let us know if you have any further questions.

    Best Regards,

    Samruddhi

Children
No Data
Related