CoretechR/OMOTE

Bluetooth Keyboard and mouse mode

Closed this issue · 4 comments

Make the remote able to advertise and connect to HID hosts to allow keyboard and mouse control of devices like android tv.

This function would be great. My Harmony hub has keyboard and when I change between TV, windows and nvidia shield the keyboard switches too. This would be a great option to have.

Hi,
that is not difficult. I already tried it.

you can use:
https://github.com/T-vK/ESP32-BLE-Keyboard
or
https://github.com/lemmingDev/ESP32-BLE-Gamepad

With the gamepad library I managed to use the remote control with the Amazon Fire Stick. I can write this weekend what commands from the gamepad are used to control the fire stick.

When you add these libraries you should use the newest platformio.ini file to get more flash memory (#43)

A problem is that the boot time is getting higher

I opened a discussion for this theme

#48

Issue closed, because in main BLE keyboard support is available. FireTV can be controller, others as well.