I want to mimic the square wave of the wheel speed sensor on my car. I believe wheel speed sensor is active, it has one 12+ power wire and a - wire with the actual sensor in between the two.
I can generate a 5v square wave simply by switch a pin high and low on arduino. I believe this will be enough to send a “speed” signal to my ecu.
If I put the negative wire to say pin 12 on arduino and switch it low and high will this work to create a 5v square wave? I am worried since the ecu is 12v it could burn up the arduino. But seeing as how only pulsing a 5v signal into the negative of wheel speed signal I think it might work.
I don’t want to burn up another arduino board so I haven’t just hooked it up to try yet.
Sorry yes I just want to hook the negative from the 12v wheel speed sensor ecu directly to my arduino to send a 5v square wave into the ECU.
ECU is powered by 12v on bench and I want to make it think the wheel is rotating. I believe sending a 5v square wave from arduino up the negative pole of the speed sensor wire to the ecu will do this.
Just worried about accidentally burning up the arduino
How will the Arduino know it is a negative, since you are providing nothing for it to reference to? How many wires are coming from the wheel sensor ECU?