Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Driving ADC with opamp with large rails

Parent

Driving ADC with opamp with large rails

+2
−0

In the image below is an opamp buffer with +/- 15v rails connected to a 3.3v ADC. The input to the opamp is limited to 0-3v. There is no protection circuitry for the ADC.

Opamp buffer high rails to ADC

Is the risk of the opamp overdriving the ADC too great for no input protection to be used?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (4 comments)
Post
+2
−0

Is the risk of the opamp overdriving the ADC too great for no input protection to be used?

I would certainly say yes but, this can usually be easily solved by using a current limit resistor in the feed line to the ADC. Most ADCs specify a maximum current that their inputs can take. This is an overdrive level and doesn't normally apply when input signals are correctly bounded. $$$$ But, on power-up situations the op-amp output may be able to deliver more than 25 mA at a voltage much larger that 3 volts so, a resistor is a simple and effective counter-measure. $$$$ If the maximum ADC input current spec is 5 mA, then what resistor value will prevent more than 5 mA when 15 volts is applied to the ADC input? You can assume that the ADC input diode protection will try and clamp to a little above 3.3 volts so assume 3.5 volts. It then boils down to: -

$$\dfrac{15\text{ volts} - 3.5\text{ volts}}{R} = 5 \text{ mA}$$

So, R = 2.3 kΩ.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (4 comments)
General comments
z3333‭ wrote over 3 years ago

Okay, that makes sense. And if one needed low output impedance for when one has a small sampling time, would that be the time to use an amp with supply rail matching the ADC as the safety mechanism?

Michaël Bensimhoun‭ wrote over 3 years ago

In place of a resistor, what is bad with a 3.3V Zener at the output of the oamp? the output current of the oamp is self limited, and the zener will certainly not burn at this power. Or better, a 100 ohm resistor followed by a Zener, to be totally religious.

Pete W‭ wrote over 3 years ago · edited over 3 years ago

Put the current limiting inside the loop, and the loop gain will lower output impedance seen from ADC. With caveat that for large/fast input swings, the OPA output might hit its limits sooner with more series resistance in the loop there (depending on the load of course).

Andy aka‭ wrote over 3 years ago

@z3333 it all depends on the actual ADC device - I'm just throwing into the ring an easy option that works for most ADCs.