Electronic – How to find SMD resistor and capacitor value and correct size

capacitorcoderesistorssurface-mount

I'm new to the SMD world and struggling to find an easy and quick way to get the correct SMD resistor and SMD capacitor size and value based on a circuit schematic; any tips will help.

For example, I'm designing this circuit in SMD but don't know how to find the right SMD size, because there are many sizes – (I'm using Altium Designer for PCB design.)

enter image description here

If someone can guide me by looking at the resistors' and capacitors' values from the above diagram and tips on finding the correct size, it would help me further.

Best Answer

Smaller sizes tend to work better at higher frequencies and are easier to fit into a good layout. Larger values tend to have high power ratings and (in the case of capacitors) have more stable capacitance under bias voltages. Larger are easier to solder (if you are doing this by hand) but take up more room.

If you are a beginner and soldering this by hand, 1206 or 0805 are good sizes to use. Smaller is not too much more difficult to work with, but no sense making things harder for yourself unless there is a good reason. If you are paying for assembly, and they can do smaller sizes, this may not matter.

When picking resistors, pay close attention to power ratings. Don't exceed the maximum dissipation. If you do, pick a bigger size.

When picking capacitors, pay close attention to the change in capacitance with voltage and the impedance at high frequency. For example, here is a random 1 uF 0402 capacitor:

enter image description here

And here is the same 1 uF but in 1206:

enter image description here

(images from: https://ds.murata.co.jp/simsurfing/mlcc.html?lcid=en-us)

Comparing capacitance at 5v, the larger package works much better, but it also has higher impedance above ~ 1 MHz. At higher frequencies, a larger package size may not be appropriate.

Related Topic