PDA

View Full Version : Logging PLX wideband AFR with Evoscan



kc427
24-05-2023, 09:28 AM
I know it is outdated, but maybe just FYI, I used an Arduino to convert the PLX wideband AFR to AEM protocol, so that on the EvoScan can log as AEM AFR data. To do that, assuming you have experience on Arduino, and if now, it's better to google or youtube for tutorial because it is actually very simple.


Hardware:
normal 3.5mm headphone jack plug
Arduino supported board, eg, I use ESP32 dev board which is cheaper and faster.


Software:
Arduino IDE.
EvoScan, I am using latest v3.1




This 3.5mm plug is used to plug into the PLX control box. The "tip" is the data, and the "bottom" on the plug is ground. So, simply connect the data into the RX of my ESP32, and the GND of course.

https://www.clubvr4.com/forum/attachment.php?attachmentid=83753&stc=1


After that, connect my ESP32 to the PC USB and then select the correct COM port from the EvoScan by "WideBand(WDB) -> Select Wideband Serial ComPort" and also select the "AEM UEGO 115200......." as the AEM device.
https://www.clubvr4.com/forum/attachment.php?attachmentid=83750&stc=1


After all this, then can happy logging!After all this, then can happy logging!
https://www.clubvr4.com/forum/attachment.php?attachmentid=83752&stc=1https://www.clubvr4.com/forum/attachment.php?attachmentid=83751&stc=1


Thanks.

Nick Mann
27-05-2023, 04:13 PM
I did it a different way - I used the 5v output from the PLX and put it into an unused ECU input and then logged that with Evoscan. I'm not doing that anymore as I have a link ecu.

kc427
28-05-2023, 02:15 PM
That means using onboard ECU ADC function, right? But would that slow down the MUT2 speed because of one more ID logging? Anyway, Link ECU is much better I guess.

Nick Mann
30-05-2023, 11:13 PM
That's over my head I'm afraid!
foxdie can you answer that?

kc427
17-06-2023, 07:26 AM
Just change to use even smaller board, and it's enough to do the conversion.

83755