06-13-2023, 10: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, 07:10 AM
|
#2 (permalink)
|
Too many cars
Join Date: Oct 2009
Location: New York State
Posts: 1,623
Thanks: 1,379
Thanked 823 Times in 489 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, 08:45 AM
|
#3 (permalink)
|
Somewhat crazed
Join Date: Sep 2013
Location: 1826 miles WSW of Normal
Posts: 4,558
Thanks: 594
Thanked 1,248 Times in 1,100 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, 09: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, 12:25 AM
|
#5 (permalink)
|
Master EcoModder
Join Date: Aug 2012
Location: northwest of normal
Posts: 29,288
Thanks: 8,327
Thanked 9,085 Times in 7,506 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
___________________
.
.Impossible is just something we haven't done yet. -- Langley Outdoors Academy
|
|
|
06-16-2023, 12:54 AM
|
#6 (permalink)
|
Too many cars
Join Date: Oct 2009
Location: New York State
Posts: 1,623
Thanks: 1,379
Thanked 823 Times in 489 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, 09:35 AM
|
#7 (permalink)
|
Somewhat crazed
Join Date: Sep 2013
Location: 1826 miles WSW of Normal
Posts: 4,558
Thanks: 594
Thanked 1,248 Times in 1,100 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, 10: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, 06:28 PM
|
#9 (permalink)
|
Master EcoModder
Join Date: Dec 2011
Location: New Zealand
Posts: 5,138
Thanks: 2,926
Thanked 2,602 Times in 1,618 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, 10: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.
|
|
|
|