This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE connection between ESP32 and NRF52832

Hello, I want to establish a connection between NRF52832 IC and ESP32 Module.

I implemented BLE on ESP 32 and achieved communication between Nordic Mobile app and ESP32.

However I am unable to establish the connection between ESP32 and NRF52832 IC.

My setup is as follows

  1. ESP32 as peripheral with Nordic UART Service
  2. NRF52832 as central running ble_app_uart_c

I am using the following source to implement BLE on ESP32 github.com/.../ESP32_BLE_Arduino

Please help me in this regard.

Related