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 Robust digital output protection

Parent

Robust digital output protection

+1
−1

I am working on a digital output concept that I would like to have the following characteristics:

  • Output voltage: 5V
  • Controllable by the uC from 3.3V power supply
  • I would like to be able to switch the output at <100Hz
  • I don't need more than 50mA of output current drive
  • Bonus, it would be nice that the output wouldn't budge (get damaged) when stressed a bit with either ESD event of 8kV or +-12V wrong wiring connection. Unit doesn't need to function properly in this case, it just can't get damaged.

I currently have something like: High side pnp switch

How does this look like?

History

0 comment threads

Post
+1
−0

That will work to switch the output on and off. You can tolerate a few ms switching time, so the slow base drives should be OK. If you needed much faster, I'd suggest a smarter topology.

Some issues to consider:

  1. You said you want ESD protection on the output, but you haven't given it any. Q3 will likely blow up with a proper ESD event. At minimum, I suggest diodes to 5 V and ground.
  2. There will typically be 200 mV or so drop across Q3 when on, so the output won't get all the way to the 5 V supply. Perhaps that's OK, but you need to at least consider it.
History

1 comment thread

C1 (2 comments)
C1
2kind‭ wrote about 1 year ago

Role of the C1 is to limit the zap to something that Q3 could live with, no? MMBT4403 is ok with Vce=-40V, and C1 alone shall do the work here. What am I missing?

Thanks for pointing out "slow" base, that is a valid one here that needs checking/validating!

Nick Alexeev‭ wrote about 1 year ago

Some ceramic capacitors are rated for ESD. More discussion here: https://electrical.codidact.com/posts/279876/280125#answer-280125