Based on nRF52 hardware,I want to develop a phone based on HID protocol to control the phone, send instructions to let the phone into the lock screen state,
How to go about the development, is it a basic source project?
Based on nRF52 hardware,I want to develop a phone based on HID protocol to control the phone, send instructions to let the phone into the lock screen state,
How to go about the development, is it a basic source project?
Hi Torbjørn
I have solved it, based on project ble_APP_HIDs_mouse, and modified it as follows
// 0x09, 0xEA, // Usage (Volume Down)
0x09, 0x30, // Usage (Power)
That puts you in control of iphones and Android phones
Best regards
alan
Hi Alan
It's good to hear that you found a solution!
I will consider the case resolved then, unless you have more questions.
Best regards
Torbjørn
Hi Torbjørn
Yes, I have solved it, thank you for your method and your time
Best regards
Torbjørn