This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Multiple BLE HID connection

Hello, Can your tell me is it possible make three  from one device at the same time ? If is not, can I make multiple connection with profiles which support multiple connection and then change one of them to BLE HID device with out of re-connection? Is it possible BLE HID work with USB HID at the same time.   My MCU made on NRF52840. My device is a keyboard which i need to connect to three PC at the same time.

with regards Anatolii

Parents Reply
  • The NRF chip can talk to BLE and USB Hosts via HID, at the same time if the programmer knows what he/she is doing.

    But it can not talk to an existing USB HID (keyboard), since 2 USB devices cannot talk directly to each other without a host.

    USB host chips (e.g. controlled via SPI) exist, you would need one of them in order to talk to an existing USB HID keyboard.

    Some older keyboards can still talk PS/2 protocol. No idea how difficult that would be to implement on NRF52x.

Children
No Data
Related