nRF52840 DK + ESP32

Hello,

In the SDK repository, one of the verified devices is the “nRF52840 DK + ESP32”. How exactly are you combining the two MCUs?

Thanks in advance!

Hi Kurreman!

We are using the ESP32 to provide WiFI connectivity to the nRF52840DK. We’re connecting the ESP32 devkit over UART to the nRF52840DK, leveraging the ESP AT WiFi firmware from Espressif and the corresponding driver in Zephyr. There are more details in our example READMEs (e.g. for the Hello example).

Best,
Sam

1 Like