Connecting Bluetooth HID keyboard to STM32
Hi,
I'd be grateful for any suggestion what BT module supporting HID I should use to connect BT HID keyboard to the STM32. I see that many popular HC-XX modules support only SPP profile.
There are some modules supporting HID profile but all the examples I found focus only on using them to implement the HID device (not to terminate the connection from the device).
What I want to achieve:
BT_HID_KB-------------------------------BT_HID_Host_Module------STM32
So the BT_HID_Module I am looking for is supposed to have BT Host functionality.
Thanks,
Bogdan