I'm very new to Arduino/electronics and I have a basic question. I've googled extensively and just can't find an answer that I understand...
Can an Arduino read a USB 1.1 trackball?
I'm building a custom keyboard that will have an integrated trackball. The trackball brand I'm looking at offer trackballs that come in several protocols, including "quadrature", which I assume is basically two perpendicular rotary encoders, correct? This sounds ideal, as it seems it will be easy to manipulate the data to regulate sensitivity, declination, etc.
However, the model I want to use only comes in USB 1.1 and PS/2.
Can an Arduino read and process those protocols?
The model I want to use:
http://www.ermec.com/catalogos/2014/R-Series-Removable-bezel-trackball.pdf
A model offering quadrature protocol:
Thanks in advance!