What I am trying to do is a tachometer for arduino, but the tricky part is that it also use a real car cluster gauge. They work separately fine but when join together, the cluster adds some voltage and arduino don't recognize the LOW anymore.
I am surprise it works at all, separably. The cluster do the measurement and move the needle gauge very accurately, and arduino by itself also measure RPM very good. But when I join them, the LOW is not longer 1.6V, but 2.26V. And arduino interprets 2.26V as HIGH, so never sees LOW.
The RPM sensor is IR LED + IR receiver, BTW.
I experiment a lot and since they work great by themself, I put another op-amp to make 2 different Schmitt Trigger, one after the other. I suppose could also work 2 Schmitt Triggers in parallel, but what I did is put them in series. When the first Schmitt Trigger goes LOW with the cluster connected (2.26V), the second Schmitt Trigger goes LOW because is set to have a 3V threshold.
So, problem was solve, but not in the way I thought would be. And maybe too expensive since I use 2 op-amps, but is what is available to me.
But I am thankful for all of your replies because I learn that what I needed was a rail-to-rail op-amps, and with low voltage range. I will take notes on that.
Thanks.