Search found 1 match

by Somusundram
Mon May 25, 2020 9:54 am
Forum: ESP32 Arduino
Topic: ESP32 BLE server need to send RTC time to client
Replies: 1
Views: 2533

ESP32 BLE server need to send RTC time to client

Hi all, I have a ESP32 BLE server that need to send RTC timestamp to client for some purpose. However i tried to send via : pCharacteristic_DOORLOCK->setValue(....); Which only sends single value & that is string? My question is how to send a list of data? And how to receive or send int from server ...