Page 1 of 1

bluetooth classic HID example

Posted: Mon Dec 31, 2018 12:04 am
by ricardoquesada
Hi,

I'm want to connect existing Bluetooth Classic gamepads to the esp32. Something like playing a game inside the esp32 with an Android gamepad.

Problem is I know very little about Bluetooth. I started with the esp-idf examples, but I couldn't find any BT classic HID example.
I started reading the Espressif bluetooth docs, but I guess it might take me a while to finish reading it.

What would help is an example. If someone has a example (even if it is incomplete) it would be great. Either with the Arduino or esp-idf APIs; I does't have to be using a gamepad...any HID device (keyboard, mouse, gamepad) will work.

Thanks and happy new year!

Re: bluetooth classic HID example

Posted: Sun Jan 13, 2019 6:47 pm
by ricardoquesada
self answer:
Unfortunately I couldn't find any BL classic + HID example using the esp-idf stack. apparently it is not implemented yet.

I tried using btstack is working fine for me. it includes some good bt classic HID example.
But I would prefer to use esp-idf stack if possible. Does anyone know if/when bt classic + HID will be implemented?. thanks!