ESP32 Bluetooth Mouse Control Issues

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.

  1. 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.

  2. 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.

Read the topic "How to get the best out of this forum".
Links to the datasheets of the devices used.
Schematics.
Code posted using code tags.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.