Is it possible to log afr/lambda on the torque pro app?
The torque pro app connects to your obd2 port with a bluetooth adaptor. Is there anyway to add in external sensors like a wideband?
I can't find anything online so not sure if possible but figured I'd ask.
Alex
There is a possible solution, but it's a bit of work. Some have successfully taken the wideband's 0-5V output and wired it into an "unused" 0-5V input on the PCM, such as either the EGR or AC pressure signals. Then you can set up a custom field to read that PID (either EGR, AC pressure, etc) and apply a formula to that value to convert the 0-5V signal to AFR (that basic formula should be published in the wideband's docs). There are a few gotchas along the way, but that's the basic outline of the task.
I'll post back if the Torque Pro forum guys help me get it working.
My Wideband reports 0 volts for 8.97 AFR and 5 volts for 18.96 AFR. Which makes my equation (Volts/(Volt Range/AFR Range))+Lowest AFR reading or in my case (Volts/.5005)+8.97.
PID 22114b is the Torque pro [GM]EGR V. This reports the proper volts for the equation. After finding and verifying the PID is reporting the proper volts you will need to create custom PID like below.
PID – left empty
Name – AFR LM-2
Min Value – 10
Max Value – 20
Scale Factor – 1
Unit Type – left blank
Equation – ([22114b]/.5005)+8.97
OBD Header to use – left blank

