Search found 1 match
- Wed Jan 22, 2020 10:12 am
- Forum: General Discussion
- Topic: Continous Data send in multiple connection BLE in Esp32
- Replies: 0
- Views: 1449
Continous Data send in multiple connection BLE in Esp32
Hi, i am trying to connect multiple device to ESP32, i have tried one ESP32 as gatt_multi_connect program from ESP-idf, and three ESP32 as gatt_server, as per the documentation the program works fine, but i need to continuously send the data to both the multi connect and gatt_server side, how could ...