The customer wants to implement a hid function like the nrf52840 on the nrr9160, and there are no off-the-shelf routines or references to add the hid function.
The customer wants to implement a hid function like the nrf52840 on the nrr9160, and there are no off-the-shelf routines or references to add the hid function.
The nRF9160 is a LTE modem. It doesn't have BLE nor USB so you can't connect it to a computer with HID.
As far as I know, adding hid function only requires modifying the software, simulating the relevant communication protocol, and not knowing if there is any relevant information to refer to.
HID can only beb used with USB or BLE so you would need to add either of those to the nRF9160 then,
HID can only beb used with USB or BLE so you would need to add either of those to the nRF9160 then,