I'm looking at ways to interface several VR sensors to the Arduino, and wondering what ideas you have...
I know one sensor is only going to be connected to the Arduino, so I have control over which wire I connect to ground, it'll output about a 2.5Khz sine wave, an I want to sense it with a interrupt enabled pin.. Do you think putting it through a 5V op-amp with a very small positive feedback would be sufficient? How about if just have a resistor (Value TBD... lets say 3k ohm) in series with it, and then a diode/Zener pair to prevent it from dropping below 0 V or above 5V.. this would clip the wave so I only get one half of it.. I know that as the frequency of the output drops, so does the voltage produced by the VR sensor.. At low speeds I may never get the voltage needed to trigger the interrupt, but I'm not terribly concerned about it. Any ideas are appreciated.