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
- ESP32 as peripheral with Nordic UART Service
- 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.