Go Back   EcoModder Forum > EcoModding > EcoModding Central
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 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?

  Reply With Quote
The Following User Says Thank You to ttrainxl For This Useful Post:
Gasoline Fumes (06-14-2023)
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 06-14-2023, 07:10 AM   #2 (permalink)
Too many cars
 
Gasoline Fumes's Avatar
 
Join Date: Oct 2009
Location: New York State
Posts: 1,574

CRXFi - '88 Honda CRX XFi

Insight 256 - '00 Honda Insight
Team Honda
Gen-1 Insights

Insight 5342 (no IMA) - '00 Honda Insight
Team Honda
Gen-1 Insights
90 day: 66.3 mpg (US)
Thanks: 1,330
Thanked 786 Times in 468 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

  Reply With Quote
Old 06-14-2023, 08:45 AM   #3 (permalink)
Somewhat crazed
 
Piotrsko's Avatar
 
Join Date: Sep 2013
Location: 1826 miles WSW of Normal
Posts: 4,062
Thanks: 467
Thanked 1,112 Times in 981 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.
  Reply With Quote
Old 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.
  Reply With Quote
Old 06-16-2023, 12:25 AM   #5 (permalink)
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 27,704
Thanks: 7,778
Thanked 8,586 Times in 7,070 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

____________________
.
.
"We're deeply sorry." -- Pfizer
  Reply With Quote
Old 06-16-2023, 12:54 AM   #6 (permalink)
Too many cars
 
Gasoline Fumes's Avatar
 
Join Date: Oct 2009
Location: New York State
Posts: 1,574

CRXFi - '88 Honda CRX XFi

Insight 256 - '00 Honda Insight
Team Honda
Gen-1 Insights

Insight 5342 (no IMA) - '00 Honda Insight
Team Honda
Gen-1 Insights
90 day: 66.3 mpg (US)
Thanks: 1,330
Thanked 786 Times in 468 Posts
Quote:
Originally Posted by ttrainxl View Post
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

  Reply With Quote
Old 06-16-2023, 09:35 AM   #7 (permalink)
Somewhat crazed
 
Piotrsko's Avatar
 
Join Date: Sep 2013
Location: 1826 miles WSW of Normal
Posts: 4,062
Thanks: 467
Thanked 1,112 Times in 981 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.
  Reply With Quote
Old 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 View Post
The first part is easy!
https://tiresize.com/comparison/
Yeah calculating tire size is easy. I can do that with a calculator. Making my speedometer read correctly is above my pay grade.
  Reply With Quote
Old 06-21-2023, 06:28 PM   #9 (permalink)
Master EcoModder
 
Ecky's Avatar
 
Join Date: Dec 2011
Location: New Zealand
Posts: 5,016

ND Miata - '15 Mazda MX-5 Special Package
90 day: 40.51 mpg (US)
Thanks: 2,870
Thanked 2,515 Times in 1,555 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.
  Reply With Quote
Old 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.

  Reply With Quote
Reply  Post New Thread






Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com