esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

ble communication client to multiple server

Open AS123-y opened this issue 4 years ago • 0 comments

hi all

I'm trying to develop a bluetooth network with one client and several servers, but they communicate with the client based on "notify". each server is connected to a sensor (DHT11). i am able to connect to one server and get the temp characteristic.

i need a code for one esp32 client connecting to multiple ESP32 server .

I'm using the BLE examples

AS123-y avatar Apr 15 '21 12:04 AS123-y