Page 1 of 1

Working Bluetooth HID example?

Posted: Sat Jan 13, 2018 9:40 pm
by JuanPotato
Hi guys, I'm looking for a bluetooth hid example project that I can use to create a bluetooth keyboard using the esp32. I don't want to connect a keyboard to the esp32, I want the esp32 to be a bluetooth keyboard. Thanks!

Re: Working Bluetooth HID example?

Posted: Sun Jan 14, 2018 3:55 am
by chegewara
This library got HID class and keyboard is tested in software layer and works.
https://github.com/nkolban/esp32-snippets

Re: Working Bluetooth HID example?

Posted: Sun Jan 14, 2018 3:57 pm
by JuanPotato
chegewara wrote:This library got HID class and keyboard is tested in software layer and works.
https://github.com/nkolban/esp32-snippets
Thanks!