Hello ,
I am working on BLE HID project using esp32 controller.
I am sending data from the esp32(BLE HID KEYBOARD) to my Computer and for that I used the BLEKEYBOARD library and its working great.
But I want to send data from computer to the esp32 board which is working as a BLE HID device.
I searched the whole Internet but not get any related documents.
Is that possible to get data this way???
If yes let me know how to do this.