Other Parts Discussed in Thread: CC2640
I am doing an HID mouse with CC2541 using and IMU sensor to coordinate the cursor. It works fine when I connect the device to the computer, but when I connect it to any smartphone device the cursor moves with an terrible delay and low speed too. Is it related to the BLE stack task speed? I yet have no clue to solve it. I tried increasing the velocity I call the hidEmuKbdSendMouseReport(Button,x,y); function and it doesn't seem to make any difference.