Any specific reason to use the tiny 0402 parts? #1144
Replies: 4 comments
-
|
For which PCB? The point of decoupling capacitors is to reduce the inductance of the power/ground loop. As smaller packages tend to have lower inductance, the smallest package size should be used. There is absolutely no benefit to using a THT capacitor as a decoupling capacitor -- you can omit the capacitor entirely if that is your plan. For instance, the capacitor on the PIC CIC module does nothing; if you omit it, it will still usually work, and if it doesn't work without it, then it likely won't work with it either. I prototyped VSELECT with THT capacitors; it didn't like it (initially, the voltage would be unstable), but it functioned. Removing the capacitors did not change anything -- the voltage was still just as unstable. As for the RTC, here's a direct quote from the datasheet:
With that said, people have edited the PCB to use 0603 capacitors instead and haven't reported any issues. However, as 0402 is optimal, the project should continue to use 0402 as the default. |
Beta Was this translation helpful? Give feedback.
-
|
I mean, the project is DIY friendly and already uses lots of non-state-of-the-art stuff (i.e., pin headers). I don't think switching from 0402 to anything else would make any difference on the design and how it works (as you said, everything should still work even without some of the 0402 parts). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Oh, by looking at this new revision boards, I can see where the project is going. And yeah, people should still be able to create daughter boards with whatever easier-to-solder components on them and just connect them to the main PCB via pin-header interfaces. Thanks for taking the time for answering my question! |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Why not just using through hole or other more hand-soldering friendly sizes?
Beta Was this translation helpful? Give feedback.
All reactions