Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

No, I'm not asking you about my whole design - just one little bit of it.

I have SMT devices, and I am currently pushing 8 pins on each side of some chips (SO24) straight through to the other side of the board with vias:

Vias close together

Having so many vias so close together - is it really a good idea?

Should I be staggering them more, or spacing them out a bit? Will this make the board too weak? The board itself is designed to be plugged in and out of breadboard many times, so may be stressed quite a bit.

Btw - same area as it would look after fabrication:

PostFab

share|improve this question
Do you have a reason not to stagger them? – Kevin Vermeer Jul 19 '11 at 16:27
Laziness? ;) No, no reason, but I don't want to move them around if I don't need to. – Majenko Jul 19 '11 at 16:28
1  
Looks like you have a ground pour, don't you want that ground pour to be able to separate the vias? – Kellenjb Jul 19 '11 at 16:30
@Kellenjb not necessarily. The ground pour is more out of habit - it's not actually required for this board. – Majenko Jul 19 '11 at 16:32
1  
I am more interested in the physical integrity of the board than the electrical properties. Is putting vias this close together a Bad Idea™? – Majenko Jul 19 '11 at 16:33
show 3 more comments

2 Answers

up vote 5 down vote accepted

It won't harm the PCB at all. The material is so stiff that even a slot over the length of the vias won't weaken it noticeably.
The image may be a bit misleading too. The via holes are actually indicated by the smallest gray circles, the darker gray is the annular copper. So the distance between the vias is greater than the via's diameter.
I wouldn't worry about it.

share|improve this answer

The holes in a row will weaken the board a little bit, but probably not enough to be significant. Have you ever tried snapping 0.1" matrix protoboard by hand? It's quite resilient.

I do suggest you increase the copper clearance on the IC pads so that you don't get ground plane between them. That will make assembly easier. Unless you need the ground there for signal isolation reasons, so-called "guard ring".

share|improve this answer
Not sure if I can increase the clearance on the pads in this software - I could just not fill that area ;) – Majenko Jul 19 '11 at 16:34
looks like you are using "pcb". You can change clearance by selecting then doing a command like :changeclearsize(selectedpads, 30, mil) – markrages Jul 19 '11 at 16:37
1  
Yup - if you can call it using... Fighting with is more accurate (although the newer versions have improved) – Majenko Jul 19 '11 at 16:38
I figured this was going to be a board with solder mask. – Kellenjb Jul 19 '11 at 16:43
@kellenjb that it is. – Majenko Jul 19 '11 at 17:09
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.