Hey,
I have implemented the ble_hid_mouse example in the nRF52832, and implemented both central multilink and USBD in the nRF52840 dongle so that both boards are paired and the dongle is seen as an HID mouse.
Now my goal is to make the mouse move in accordance to the nRF52832 board but in the PC that the dongle is connected to. I initially thought that it will happen by default since the mouse signals are sent to the dongle and the dongle is configured to be a mouse, but it wasn't the case. I would like to know what kind of changes should be making in the dongle code. should I be handling the signal received in the dongle and tell it to move accordingly?
Help is appreciated,
Thanks,
Maher