Turn a PC mouse into a Speedo
-
- bitPimp
- Posts: 1979
- Joined: Tue Mar 25, 2003 6:33 am
- Location: taco city
Turn a PC mouse into a Speedo
Surely this can be done? I have so many mice it's not funny. I remember in the old days you could get a mouse odometer like the one located HERE and another one HERE it would tell you how far your mouse has traveled. So if we had this we could take a snapshot over time and get actual speed. I don't think you would have to worry about scale or ratios because it's based on actual ground speed, not RPM's.
All you would do it place one of your car's real wheels on the mouse spindle and write a program to interface and report, etc, etc.....
Nox, I'm looking at you for this one Programmer phreak!
Of course you could always tell me to
.
Interesting none the less
All you would do it place one of your car's real wheels on the mouse spindle and write a program to interface and report, etc, etc.....
Nox, I'm looking at you for this one Programmer phreak!

Of course you could always tell me to

Interesting none the less

-
- bitThug
- Posts: 80
- Joined: Tue Apr 29, 2003 12:47 pm
- Location: New York
- noxorc
- bitPimp
- Posts: 2104
- Joined: Wed Feb 19, 2003 2:49 pm
Re: Turn a PC mouse into a Speedo
I know the programs your referencing.ph2t wrote:Surely this can be done? I have so many mice it's not funny. I remember in the old days you could get a mouse odometer like the one located HERE and another one HERE it would tell you how far your mouse has traveled. So if we had this we could take a snapshot over time and get actual speed. I don't think you would have to worry about scale or ratios because it's based on actual ground speed, not RPM's.
All you would do it place one of your car's real wheels on the mouse spindle and write a program to interface and report, etc, etc.....
Nox, I'm looking at you for this one Programmer phreak!![]()
Of course you could always tell me to.
Interesting none the less
writing the code would be tit. but I'm still confused on what your after?
Do you want a dynometer?
-Nox
-
- bitPimp
- Posts: 1979
- Joined: Tue Mar 25, 2003 6:33 am
- Location: taco city
Re: Turn a PC mouse into a Speedo
Nah, just a speedo.noxorc wrote:
writing the code would be tit. but I'm still confused on what your after?
Do you want a dynometer?
-Nox
Your work is looking good homie. But you'd want to be able to translate into MPH and KPH. I was stuffing around with the program in the second link and taking the total distance covered over a certain time period and then dividing the end value by the time taken. As for the mouse port well that is an issue and it wouldn't be easy to double up on mice I guess. I use a ps2 port at home and I've had to remove my normal mouse before replacing with the speedo-mouse to test.
Keep the ideas comin nox.

ph2t.
- noxorc
- bitPimp
- Posts: 2104
- Joined: Wed Feb 19, 2003 2:49 pm
-
- bitPimp
- Posts: 2240
- Joined: Thu Feb 06, 2003 4:54 pm
- Location: Joisey
- Contact:
-
- bitPimp
- Posts: 2240
- Joined: Thu Feb 06, 2003 4:54 pm
- Location: Joisey
- Contact:
- noxorc
- bitPimp
- Posts: 2104
- Joined: Wed Feb 19, 2003 2:49 pm
-
- bitPimp
- Posts: 2240
- Joined: Thu Feb 06, 2003 4:54 pm
- Location: Joisey
- Contact:
To add on to what ph2t was already getting to...
Functionality:
To use the components in a standard mouse to track/measure the usage (at the wheels) of a Bit Char-G
Scope:
To ascertain the RPM, Distance (I would suggest in Feet) as well as MPH.
- RPMs: you seem to already have a lock on this with what you have already.
- Distance: The traveled distance could be another way to test battery capacity
- MPH: Using the means for finding the Distance and associating time (perhaps even in Real-Time?) would be the biggest plus of this setup.
I've got mice (from old machines at work) that can easily be donated for the 'cause'.
Functionality:
To use the components in a standard mouse to track/measure the usage (at the wheels) of a Bit Char-G
Scope:
To ascertain the RPM, Distance (I would suggest in Feet) as well as MPH.
- RPMs: you seem to already have a lock on this with what you have already.
- Distance: The traveled distance could be another way to test battery capacity
- MPH: Using the means for finding the Distance and associating time (perhaps even in Real-Time?) would be the biggest plus of this setup.
I've got mice (from old machines at work) that can easily be donated for the 'cause'.