EcoModder.com

EcoModder.com (https://ecomodder.com/forum/)
-   EcoModding Central (https://ecomodder.com/forum/ecomodding-central.html)
-   -   Speedometer recalibration device (https://ecomodder.com/forum/showthread.php/speedometer-recalibration-device-40972.html)

ttrainxl 06-13-2023 10:28 AM

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?

Gasoline Fumes 06-14-2023 07:10 AM

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.

Piotrsko 06-14-2023 08:45 AM

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.

ttrainxl 06-15-2023 09:55 PM

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.

freebeard 06-16-2023 12:25 AM

Tiny trianglar bits of tape manually stuck to the face of the speedo?

Gasoline Fumes 06-16-2023 12:54 AM

Quote:

Originally Posted by ttrainxl (Post 685254)
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/

Piotrsko 06-16-2023 09:35 AM

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

ttrainxl 06-16-2023 10:42 AM

Quote:

Originally Posted by Gasoline Fumes (Post 685261)
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.

Ecky 06-21-2023 06:28 PM

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.

ttrainxl 06-26-2023 10:59 PM

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.


All times are GMT -4. The time now is 10:25 PM.

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