Troubleshooting Voltage Divider Problem for Analog and Digital Circuits

AI Thread Summary
The discussion revolves around a circuit design issue where an analog signal conditioned to a 0-15V square wave needs to be converted to a 0-5V signal for a digital device. A voltage divider was initially used, but it resulted in an offset that caused the digital device to read only a high signal. Suggestions for resolving the issue include checking the input current specifications of the digital logic and using a clipper circuit or an open-collector stage for voltage conversion. Additionally, buffering the output of the voltage divider or using larger-value resistors may help mitigate the offset problem. The conversation emphasizes the importance of ensuring compatibility between the analog and digital circuit components.
formulajoe
Messages
177
Reaction score
0
I designed a circuit that has an analog signal conditioning portion, and a digital circuit to make some measurements on the signal.
The analog circuit is powered by 15V supplys, thus the output is a 0-15V square wave. The digital circuit needs a 0-5V input. I tried using a voltage divider on the output of the analog circuit to bring the voltage down to a 0-5V square wave, which worked fine. When I connected the output of the voltage divider to a digital device, the result was the signal was offset. The offset was high enough that the digital device was only reading a high instead of a changing signal.
I used separate power and grounds for the analog circuits.
Any ideas on how to fix this?
 
Engineering news on Phys.org
Have you figured out the source of the offsets yet? Look at the input current specications for the digital logic, and the output drive specs for the previous analog buffer stage.

Instead of a voltage divider, you could instead just use a clipper circuit. A resistor in and a diode clamp to 5V will get you a maximum of 5.6V or so. Just be sure that the digital logic input isn't inclined to latch up with the extra 0.6V input for the high signal.

You could also use something like an open-collector stage to convert from the 15V domain to the 5V domain. You'll get an inversion out of an open-collector stage, though, so keep that in mind.
 
You might need to buffer the output of the voltage divider, or use larger-value resistors.

- Warren
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top