Mount a DIP As a SMD on PCB

by saharaupro in Circuits > Soldering

2695 Views, 10 Favorites, 0 Comments

Mount a DIP As a SMD on PCB

diptosmd_17.png

I don't like drilling the PCB.

So, I always mount a DIP chip as a SMD chip with arranged IC socket.

http://neo-sahara.com/wp/dip2pcb_kicad

diptosmd_01.png

I use KiCad to make arranged footpattern.

diptosmd_02.png

Load footprint.

diptosmd_03.png

In this Instructable, I select DIP-16.

diptosmd_04.png

Normal DIP-16 footpattern is like this.

diptosmd_05.png

Select my own library for arranged footpatterns.

diptosmd_06.png

I named my library 'sahara'.

diptosmd_07.png

Save footpattern.

diptosmd_08.png

Change the name.

Add 'SMD' to the new name is better.

I named 'DIP-16_DIP_to_SMD_socket" then file name is 'DIP-16_DIP_to_SMD_socket.kicad_mod.kicad_mod'.

diptosmd_09.png

Close KiCad and open the 'your_footpattern.kicad_mod' in text editor.

In my case I open 'DIP-16_DIP_to_SMD_socket.kicad_mod'.

And replace strings as follows.

'thru_hole oval' --> 'smd rect'
'size 1.6 1.6' --> 'size 3 1.2'

'(drill 0.8)' --> ''

'layers *.Cu *.Mask F.SilkS' --> 'layers F.Cu F.Paste F.Mask'

'at 7.62' --> 'at 9.12'

'at 0' --> 'at -1.5'

diptosmd_10.png

Open the footpattern in KiCad.

Then you will see this.

diptosmd_11.png

PCB will be this.

diptosmd_12.png

I need to arrange a IC socket.

diptosmd_14.png

Cut the pins if they are too long.

diptosmd_15.png
diptosmd_16.png

To use adhesive tape is my favorite way.

diptosmd_17.png

It's all done.