Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

St170 pattern generating data at the incorrect rate & 3a92 pattern incorrect #14

Open
mike501 opened this issue Jan 6, 2021 · 0 comments

Comments

@mike501
Copy link
Contributor

mike501 commented Jan 6, 2021

ST170 data generates data at approx 1/6 the required rate meaning RPM seen in tunerstudio doesn't match what is generated in Ardu-Stim. Change to wheels Wheels[MAX_WHEELS] array required to set the st170 entry as follows.
{ ford_st170_friendly_name, ford_st170, 3.0, 720, 720 },

3a92 pattern also incorrect. Pattern in wheel_defs.h should be,
const unsigned char mitsubishi_3A92 [] PROGMEM =
{
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
2,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,0,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,2,0,
2,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,0,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,2,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
0,0,0,0
};

Will attemp to push fixes into git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant