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

BLE HID Mouse and BLE HID keyboard integration in the same program with nrf52 dk. Need urgent help

I have looked at few previous posts regarding integrating ble hid mouse and ble hid keyboard. But of no use, still stuck.

I have seen the following posts already

1) https://devzone.nordicsemi.com/f/nordic-q-a/37273/is-it-possible-to-integrate-bluetooth-hid-mouse-and-keyboard-functionality-in-a-single-program/143396#143396

2) https://devzone.nordicsemi.com/f/nordic-q-a/4408/mouse-keyboard-combo

3) https://devzone.nordicsemi.com/f/nordic-q-a/49980/how-to-combine-hid-keyboard-and-hid-mouse

I have changed the report_map_data as per the posts, also changed the INPUT_REPORT_COUNT, input_report_array and all. By making slight changes to the hids_init() function alone, I'm able to use ble keyboard and ble mouse individually but not simultaneously. I checked the hids_composite example, but it is complicated for me to understand. Then there is nrf ready smart remote, but source code for the same is not available online (gave a search already).

Then in one post it was said to create separate ble_hids_init_t variables for mouse and keyboard, I tried that. Then I'm getting some fatal error.

Any help will be highly appreciated. Cheers 

Parents Reply Children
No Data
Related