Hello!
I want to develop such a functional: nrf52840 receives a line from my application that it saves to memory, and then, when I click on the button, it returns this line as a keyboard (hid device).
Therefore, I decided to start small by combining the examples ble_app_blinki and ble_app_hids_keyboard. Of course, they should have different uuid. But these attempts lead to the fact that the controller simply does not start.
Is there a ready-made example or tutorial to do this? This and this do not help. Thanks for attention!