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.

cc2640r2f implementing multiply HID connections

Other Parts Discussed in Thread: CC2640R2F

Hello everybody.
I have  such a question.
I worked with 'MULTIROLE' project on cc2640r2f. It handles multiply connections to cc2640r2f board.
Also I 've  got HID keyboard example also using with cc2640r2f, but only with one device connected.

My question is, does it possible to mix this two projects to have cc2640r2f as a HID keyboard, to which can connect up to 4 devices (mobile phones)
and it can act like a HID  keyboard simultaneously for all this devices in one time.

All my best.
Ivan.

  • Hi Ivan,
    That is theoretically possible, although I would suggest the CC2642 platform as the available memory is much more positive considering your use case. You would have to manually port the HOGP implementation from the legacy example and it might be tricky to get a robust solution with multiple connected HID devices. Still, fully doable.