bsodmike
New Member
Hello all 
I'm thinking of modifying an optical mouse so that it measures the distance travelled. Ignoring what comes out over the PS/2 or USB connection do you guys have any idea what comes out on the bit stream.
Would it be incorrect to say that the mouse sends a signal (between 0 - 256) that represents the accelaration of the mouse 'pointer'?
My biggest problem is getting my head around the task (in coding terms) of relating this reading to a real world scale (meters for example)...
I'm thinking of looking at it this way:
(1) Take samples of this 8bit reading at regular intervals and measure the time taken from starting point to destination (in real time). There by calculating average distance travelled by applying s= ut + 1/2at^2
(2)
Any ideas and comments would be greatly appreciated
--Mike
I'm thinking of modifying an optical mouse so that it measures the distance travelled. Ignoring what comes out over the PS/2 or USB connection do you guys have any idea what comes out on the bit stream.
Would it be incorrect to say that the mouse sends a signal (between 0 - 256) that represents the accelaration of the mouse 'pointer'?
My biggest problem is getting my head around the task (in coding terms) of relating this reading to a real world scale (meters for example)...
I'm thinking of looking at it this way:
(1) Take samples of this 8bit reading at regular intervals and measure the time taken from starting point to destination (in real time). There by calculating average distance travelled by applying s= ut + 1/2at^2
(2)
Any ideas and comments would be greatly appreciated
--Mike