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

Here is a solution to protects very well the ADC from over-voltage spikes, avoid any simulation and design consideration, and that also protects the ADC from a possible negative output spike from the op-amp output at startup.

protect_ADC

For high frequencies, it may be necessary to put a "compensation capacitor" as explained in the answer of Olin.

Or just Shottky diodes to ground and the A/D supply. The Shottkys should kick in before the protection circuitry of the A/D. With a normal silicon junction drop, the internal protection circuitry might take most of the load.

The problem is that we know nothing about this ADC device. So, I consider it as a device sensitive to over-voltage, that may or may not have a protection circuitry against negative input voltage. Now, if it has no protection, the zener, with its 0.6V forward voltage should be sufficient in most cases (otherwise a Schottky may be connected in parallel as suggested by Olin). But if the ADC device has a negative input voltage protection, then even if it takes most of the load, it will dissipate at most 0.6 * 15/300 = 0.03 W. I can hardly imagine a protection circuitry that is not able to dissipate this power.

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

1 comment thread

General comments (1 comment)
General comments
Olin Lathrop‭ wrote over 3 years ago

Or just Shottky diodes to ground and the A/D supply. The Shottkys should kick in before the protection circuitry of the A/D. With a normal silicon junction drop, the internal protection circuitry might take most of the load.