BLE notification between ESP32-S and NRF52832

Hello, I am trying to make a connection between NRF52832 and ESP32-S Module using BLE.

I implement a simple client application to ESP32-S and I can handle read,write and register for notification operations from another ESP32-S. However, even if I can register for notification to NRF52832 I can't get data from NRF52832. Using nRF Connect application, I can successfully register for notification and read value from NRF52832. I check the service uuids and all charachteristics and It seems like correct. I need your help on this.

Here is my referenced ESP32 code. 

esp32-client-example

Thanks & Regards

Samet

Parents Reply Children
No Data
Related