06-13-2023, 11:28 AM
|
#1 (permalink)
|
EcoModding Lurker
Join Date: Sep 2021
Location: Virginia
Posts: 70
Thanks: 0
Thanked 10 Times in 9 Posts
|
Speedometer recalibration device
Surely this has been thought of before, but could a device like a Guino or something be used to make your speedometer read properly with different tire sizes? The signal from the VSS is calculated for the stock tire size(right?), but could that signal be tapped into, put into a calculation for a different rolling diameter using a factor or multiplier, and have the Guino spit out a different number or signal to adjust the speedometer to the new tire size?
Reading the calibration instructions for the MPGuino, it seems this same thing could be done on the VSS to adjust the speedometer. It’s coding and factors or multipliers, yes?
Why isn’t this a more popular thing?
|
|
|
The Following User Says Thank You to ttrainxl For This Useful Post:
|
|
Today
|
|
|
Other popular topics in this forum...
|
|
|
06-14-2023, 08:10 AM
|
#2 (permalink)
|
Too many cars
Join Date: Oct 2009
Location: New York State
Posts: 1,616
Thanks: 1,364
Thanked 817 Times in 486 Posts
|
I assume it's possible. I even have an Arduino in my car already. If I knew how to write code, I would give it a try. My current tires are 8% too big.
__________________
2000 Honda Insight
2000 Honda Insight
2000 Honda Insight
2006 Honda Insight (parts car)
1988 Honda CRXFi
1994 Geo Metro
|
|
|
06-14-2023, 09:45 AM
|
#3 (permalink)
|
Somewhat crazed
Join Date: Sep 2013
Location: 1826 miles WSW of Normal
Posts: 4,491
Thanks: 567
Thanked 1,225 Times in 1,082 Posts
|
Most use an electronic sensor and no longer use a cable. There are provisions to easily change that pulse count using an obd style device to query the table or modify the factors with no coding involved.
__________________
casual notes from the underground:There are some "experts" out there that in reality don't have a clue as to what they are doing.
|
|
|
06-15-2023, 10:55 PM
|
#4 (permalink)
|
EcoModding Lurker
Join Date: Sep 2021
Location: Virginia
Posts: 70
Thanks: 0
Thanked 10 Times in 9 Posts
|
I want someone to make one of these devices where you can plug in your tire size and it calculates the difference, comes up with the correct factor, and either alters the VSS pulse or some other how causes the speedometer to read correctly.
|
|
|
06-16-2023, 01:25 AM
|
#5 (permalink)
|
Master EcoModder
Join Date: Aug 2012
Location: northwest of normal
Posts: 28,997
Thanks: 8,230
Thanked 9,001 Times in 7,435 Posts
|
Tiny trianglar bits of tape manually stuck to the face of the speedo?
__________________
.
.Without freedom of speech we wouldn't know who all the idiots are. -- anonymous poster
________________
.
.Because much of what is in the published literature is nonsense,
and much of what isn’t nonsense is not in the scientific literature.
-- Sabine Hossenfelder
|
|
|
06-16-2023, 01:54 AM
|
#6 (permalink)
|
Too many cars
Join Date: Oct 2009
Location: New York State
Posts: 1,616
Thanks: 1,364
Thanked 817 Times in 486 Posts
|
Quote:
Originally Posted by ttrainxl
I want someone to make one of these devices where you can plug in your tire size and it calculates the difference, comes up with the correct factor, and either alters the VSS pulse or some other how causes the speedometer to read correctly.
|
The first part is easy!
https://tiresize.com/comparison/
__________________
2000 Honda Insight
2000 Honda Insight
2000 Honda Insight
2006 Honda Insight (parts car)
1988 Honda CRXFi
1994 Geo Metro
|
|
|
06-16-2023, 10:35 AM
|
#7 (permalink)
|
Somewhat crazed
Join Date: Sep 2013
Location: 1826 miles WSW of Normal
Posts: 4,491
Thanks: 567
Thanked 1,225 Times in 1,082 Posts
|
Divide by 3.59* then multiply by 5.87* is kinda hard to do in software without a math processor
* random numbers chosen for illustration
__________________
casual notes from the underground:There are some "experts" out there that in reality don't have a clue as to what they are doing.
|
|
|
06-16-2023, 11:42 AM
|
#8 (permalink)
|
EcoModding Lurker
Join Date: Sep 2021
Location: Virginia
Posts: 70
Thanks: 0
Thanked 10 Times in 9 Posts
|
Quote:
Originally Posted by Gasoline Fumes
|
Yeah calculating tire size is easy. I can do that with a calculator. Making my speedometer read correctly is above my pay grade.
|
|
|
06-21-2023, 07:28 PM
|
#9 (permalink)
|
Master EcoModder
Join Date: Dec 2011
Location: New Zealand
Posts: 5,117
Thanks: 2,914
Thanked 2,587 Times in 1,607 Posts
|
There are dozens of off the shelf components you can use for this. Dakota Digital makes a few that are reasonably priced, and reliable, in exchange for how primitive they are to set up (switches, and some degree of trial and error). You can do this with an Arduino as well, and the code exists floating around the web. I may even have it in my vault. There is typically a small lag between input and output, as you need to buffer the input signal (do a rolling count over a period of time) before generating the output signal. You might find a more clever way to achieve this.
|
|
|
06-26-2023, 11:59 PM
|
#10 (permalink)
|
EcoModding Lurker
Join Date: Sep 2021
Location: Virginia
Posts: 70
Thanks: 0
Thanked 10 Times in 9 Posts
|
What I’m saying is, I’m not tech savvy and know nothing about coding or what parts are what. I don’t even really know what an Arduino is. I am not the person to do this.
|
|
|
|