This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HID BLE Bridge Module with CC254x

Hi,

i am looking for a BLE Module like the HM-10 with CC254x, that acts as a BLE HID Bridge.
i would like to use it as i already know it from many SPP modules. everything that i send to the module via UART shall be transmitted as HID-Keyboard. Command mode with AT-commands would be nice too for configurations, connection handling...

does anyone know a module, that is configured like that out of the box?

alternatively, does anyone have/know a firmware, that i can flash to a HM-10 module?

thanks!

Daniel

  • Hello.  You may try looking at the serial-to-BLE bridge example:

    http://processors.wiki.ti.com/index.php/SerialBLEbridge

    This uses GATT (via the simpleGATTprofile) instead of HID so you would need to add the HID profile to the project.
    .
    Another option is to use that bridge example as a reference to add UART functionality to one of the existing HID projects from the installer.

  • i am looking for a plug and play solution, though i would like to avoid coding... i do not know the chip and the environemt, so the maximum a am able to do would be to flash a hex file :o)