Limiting voltage sent
I have a basic stamp, a digital potentiometer, a 4.5v zener diode, and a regular potentiometer. I am looking to make a circuit that connects to a sensor but I want the voltage to be limited. For example my sensor sends out a signal 0v-5v and I want it to be limited between 4.5v and 4.2v depending on another sensor. I know a zener diode in line as a reverse bias will limit it to 4.5v but I am confused on how to get it down or up more and I do not want to interfere with anything below the voltage I clamp it at. If the sensor sends 1v I want that to stay 1v and if it goes to 2v then 2v but if it goes to say 4.6v I want it to only send 4.2 on the line. I wanted it to be digitally controlled but I have the regular potentiometer to use to watch the voltage before I write all the code and wire in the basic stamp and digital pot.
Comments
If we're not limited in this analog contest, to the components that you have on hand, all you need is a 2-channel ADC (analog to digital converter) and you're all set. Let the Stamp make the decisions after that.
(Now I'll watch the analog gurus tear their hair out)
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
Edit: Also do you have any example chips to do something like this? As the voltage change is extremely quick, speed is a concern.
Post Edited (goldfingerfif) : 7/28/2006 7:44:04 PM GMT
Aha! Now we have the application. This is why it's better to lay your cards on the table at the onset.
There are high-speed ADC chips, but I can't honestly answer whether they will be ... fast enough or not. I'm just not that familiar with this type of automotive application - sorry.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
One of my interests is automotive design and I have some books on engine design and simulation.