Need nRF7002 supported esp32 host list

We are currently using ESP32 C6 as host in the our project. we are planning to integrate nRF7002 module with our current project. 

Please check and let us know nRF7002 support ESP32 C6 as host.

Parents
  • Hello,

    First of all, what is the use-case here? Doesn't the ESP32 C6 already come with a Wi-Fi radio onboard? Do you want two of them?

    So there is nothing stopping you from using an nRF7 device with a third party MCU. But as of now we do not have a lot of material available to facilitate this. There are 3 common options for customers who want to do this:

    1. 3rd party host running Zephyr
    2. 3rd party host running Linux
    3. 3rd party host running another RTOS

    For option 1, the task is relatively trivial and customers have already done this with little/no help.

    For option 2, we provide a reference Linux driver in the Nordic Playground.

    For option 3, the customer is on their own, but can use the Zephyr solution in NCS as a starting point. Everything required is delivered as source.

    Regards,

    Elfving

Reply
  • Hello,

    First of all, what is the use-case here? Doesn't the ESP32 C6 already come with a Wi-Fi radio onboard? Do you want two of them?

    So there is nothing stopping you from using an nRF7 device with a third party MCU. But as of now we do not have a lot of material available to facilitate this. There are 3 common options for customers who want to do this:

    1. 3rd party host running Zephyr
    2. 3rd party host running Linux
    3. 3rd party host running another RTOS

    For option 1, the task is relatively trivial and customers have already done this with little/no help.

    For option 2, we provide a reference Linux driver in the Nordic Playground.

    For option 3, the customer is on their own, but can use the Zephyr solution in NCS as a starting point. Everything required is delivered as source.

    Regards,

    Elfving

Children
Related