This project is to demo how to use blackberry mini trackball.
picture from apc.com
In fact, all arduino can use the blackberry mini trackball module, but I want to simulate mouse event, so I use leonardo pro micro.
picture from aliexpress.com
This module also contains resisters, so to to ligth the LED on the board, simple connect your arduino pin, and drive it to 3.3V.
trackball module | arduino |
---|---|
VCC | VCC |
GND | GND |
BTN | 2 |
RHT | 3 |
LFT | 4 |
DWN | 5 |
UP | 6 |
WHT | 7 |
I made a design to make the mouse move more confortable, which is learn from the touchpad on macbook.
If you scroll slowly, the mouse is also move slowly, but if you scroll very hard, the mouse will move with an nonlinear, longer distance. You can check this feature in demo video.