Search found 155 matches

by jlvaldez
Sun Dec 04, 2022 3:24 pm
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

On track yesterday, today and tomorrow in the new setup for my C5Z testing this box. It works great. Surprisingly well honestly. Fwiw the setup is a 2001 Corvette. 468 stroker with factory ECU. Dailey dry sump and and trans/diff coolers. This box was used to log temp data using these extra channels.
by jlvaldez
Thu Dec 01, 2022 9:47 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Universalpatcher with Logger & Analyzer
Replies: 148
Views: 151170

Re: Universalpatcher with Logger & Analyzer

So I finally had a situation to use the VPW analyzer. Decided to use this instead of my python script. It's nice. One thing I noticed, it seems to really get back-logged with high-traffic on the bus. Not sure if you're updating the UI every time a message comes in and that's causing delay, but when ...
by jlvaldez
Wed Nov 30, 2022 7:27 am
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

Well i finally connected it up to my bench ECU to start testing it. 3D printed a little box for it. Turns out the O2 signal and ground reference are isolated. So i need to ground the O2 low references to the output to get any data. Checked for any biasing circuit that might cause issues shorting low...
by jlvaldez
Tue Nov 29, 2022 11:20 am
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

That's actually a very interesting idea. However I'm assuming that AD pins are NCed on the PCB and we would have to blue wire the MCU pins to the PCM connector, no? And then we would even need to figure out how to schedule the sampling in to the OS and assign a PID to it so it could be polled via OBD?
by jlvaldez
Mon Nov 28, 2022 1:34 pm
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

Good to know! Maybe I should scale this board up and support other forms of input.... EGR is something no one interested in this kind of thing would ever likely use. So then depending on the level of "race car" you could use: AC - Sometimes EGR - Almost always Secondary O2s (2 channels, al...
by jlvaldez
Mon Nov 28, 2022 11:02 am
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

Oil Pressure is used. Thought EGR on the gen 3 was just an output to the solenoid. That's a good thought though. My ECU is powered off 3.3V but no reason i couldn't create some gain on the op amp to feed it. Up to 5. I want to say there's an op amp that biases the O2 sensor input to 450 mV. Not sure...
by jlvaldez
Mon Nov 28, 2022 1:18 am
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

I am using 7603 but I'm more curious about the front end hardware. I can implement my own filtering if needed. I looked for other inputs that could be used to datalog a 0-5V signal and there is not much. 1) MAP 2) AC sensor I'm using these both which left my only open inputs as the down stream o2 se...
by jlvaldez
Sun Nov 27, 2022 6:38 pm
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

I'm aware they're not linear. Their temp curves are pretty easy to find online, so in the firmware I just have a LUT with 10C step resolution and it'll interpolate between that. I did not know that they switch RC networks to gain accuracy across temperatures, but it makes sense. When I was looking a...
by jlvaldez
Sun Nov 27, 2022 4:43 pm
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Re: Resistance to Voltage Converter for Gen 3 ECU Logging

Got the prototype boards in and assembled them. Realized that 0603 components might have been a mistake with your standard home soldering equipment lol. I do it all the time at work but don't have a great setup at home. c2543b5b13ac4dfcab2d37b3ab59fe72.jpeg . It's ugly but it's together. Here's a qu...
by jlvaldez
Sat Nov 19, 2022 4:29 am
Forum: Tool Development
Topic: Resistance to Voltage Converter for Gen 3 ECU Logging
Replies: 16
Views: 7742

Resistance to Voltage Converter for Gen 3 ECU Logging

Hey there all, decided to use this as a place to put this tool development notes and what not. What does the tool do: This tool is designed to take 2 separate inputs for fluid thermistors (specifically GM/Delphi thermistors), and output an analog voltage to the ECU for datalogging over the unused se...