- Replies 40
- Views 6.1k
- Created
- Last Reply
Top Posters In This Topic
-
Me78569 20 posts
-
notlimah 5 posts
-
Mopar1973Man 4 posts
-
CSM 2 posts
Most Popular Posts
-
Sounds exactly the same, just acts like you have a laggy truck.
-
Alright I am ready to say that I have beta version 1.2 done. changes, independant increasing TPS and decreasing TPS settings 1-2000 ms configure for TPS increase
-
Well the more I think about it the more I am leaning away from a Opacity sensor and more towards a throttle sensitivity buffer. If you were to watch boost, ( already doing that with my t
So I have been mulling over a way to pull fueling when smoke is being blown out the tailpipe.
This is going to take a few revisions, but my basic plan is to put an arduino between the apps and the ecm then read input voltage from the APP's while watching for smoke out the tailpipe, then adjust the APPS voltage to the ECM to reflect less TPS input if smoke is detected.
couple of issues,
1. keeping the sensor clean
2. version 1 won't work at night, since there is no natural light
3. placing the sensor at the end of the tailpipe may cause too much of a delay due to the time between stabbing the throttle and the time it takes for the plume of smoke to reach the end of the tailpipe.
4. If I place it in the downpipe I will reduce the lag time before I sense smoke, but I also then have to deal with heat, and also have to include a light source, which would fix issue #2, but adds complexity. ( guessing this is the route I will go)
5. Need to figure out a good way to output a given V to the ecm. I dont know if I can use PWM from the arduino or not.
Ordered Parts.
6 pin Deutsche Plugs:
http://www.ebay.com/itm/331678354561?_trksid=p2060353.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT
Arduino light sensor:
http://www.ebay.com/itm/Adafruit-ALS-PT19-Analog-Ambient-Light-Sensor-Breakout-Arduino-I2C-5v-3v-RoHS-/181959945589?hash=item2a5da86d75:g:2lQAAOSwbdpWbK9m
Some light source:
Uknown but looking for a 14v LED that can put up with heat. Need to think of a way to protect
Arduino:
http://www.ebay.com/itm/Arduino-Mini-USB-Nano-V3-0-ATmega328-CH340G-5V-16M-Micro-controller-board-DIY-/322100994176?hash=item4afeb72080:g:KbwAAOSw2x1XLoTl
Now for the basic code thoughts.
input V from the APP's should be betwee .5v and 4.5v ( I think) On a timer I need to watch for the analog input of V from the apps, then output the inputted voltage to the ecm. This can be done once ever few ms. Really just code that acts as a passthrough.
Next I watch the input V from the light sensor, again .5v to 4.5v depending on how much light is visible. In the middle of the above loop I need to watch the input V form the sensor, then negate the output V to the ecm by the % based upon the smoke levels in the exhaust. IE: if there is a %5 reduction in visible light in the tailpipe then I need to reduce APPS V to the ecm by %5.
In terms of big picture it would be like torque management, but based upon smoke output.
Edited by Me78569