Nayel
DIIDevHeads IoT Integration Server
•Created by melta101 on 7/31/2024 in #middleware-and-os
How to convert relative cursor movement to absolute position for BLE HID using Zephyr?
for the cursor : you have to ensure your HID report is being sent correctly with the new format.
and then Verify that the absolute values you're sending are within the range you specified in the descriptor (0 to 32767 in the example).
note that Some devices might expect different ranges or additional information in the HID report for absolute positioning.
15 replies