Hi everyone,
I am using ESP32 as a server to send data from sensor to client nRF51822. I was using BLEPeripheral.h library for BLE connection but it not support nRF51822 as a client to receive data. Anyone could give me some advice or library for BLE connection. Thanks
Maybe this will help - you are confusing the concepts of client and server. In the situation as you described it, your ESP is client and NRF - server. So you need library that supports NRF51822 as server
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.