Hello,
I am trying to make a Bluetooth mousepad using an ESP32 wrover module coded in arduino using the BLE mouse library. At this time I have two different ways of implementing this functionality, neither of which I can seem to get working.
-
Somehow using a ps/2 trackpad to control the computers mouse. This is my preferred method. I purchased a small trackpad from adafruit and tried to the best of my abilities to determine which pins were grnd, clock, data, and 5v, but when I plugged it in I was unable to get any signal or any sign that it was working. The board was a ALPS 56AAA1943A, and I was unable to find any sort of pinout so if you have information or experience with this let me know.
-
Using a joystick for movement. In implementing this I borrowed code online for using the joystick as a mouse but used the Ble mouse library instead of the traditional mouse library as they are built to be the same in use. Although in a test program I can get readings from this joystick, the code did not work for using the mouse no matter what I tried.
Are there any tips of suggestions from you all on what I can do or why my code may not be working, please let me know. I can upload my code if you would like, just let me know.