Using RN-42 with Arduino Micro as HID Mouse
I am currently using an RN-42 Bluetooth module with an Arduino Micro and have successfully connected the RN-42 in HID mode to my PC, where it is recognized as a Mouse. For Bluetooth communication, I am utilizing the BPLib library (https://github.com/witnessmenow/BPLib). However, I am encountering an issue: when rolling the ball on my trackball, there is no detected movement. This same setup works perfectly when connected via a wired solution using the Mouse library on the Arduino. I am unsure of the source of the problem.