Maker Pro
Maker Pro

IC sockets not fitting tighly in breadboard

C

CA Zuke

Jan 1, 1970
0
Hi

I've recently started doing pic programming and I soon learned that I
need to keep the IC in a socket to protect those pins. Problem now is
that although it is easy to remove it from the pic programmer, the IC
socket doesn't fit tightly into my testing breadboard. It is not
making propper contact with all the pints unless I press it with my
finger. It seems like the socket pins are too thin for the breadboard.

Are there different kind of sockets or what can I do to remedy this?
It defies the purpose to remove the pic from the socket to fit into
the breadboard.

Regards
CE AUKE
 
J

James T. White

Jan 1, 1970
0
.. It seems like the socket pins are too thin for the breadboard.
Are there different kind of sockets or what can I do to remedy this?

Sounds like you were using sockets with flat tails. You might try substituting
machined pin sockets. Just be careful that the machined pins aren't so big that
they stretch your breadboard sockets.
 
T

Tim Shoppa

Jan 1, 1970
0
I've recently started doing pic programming and I soon learned that I
need to keep the IC in a socket to protect those pins. Problem now is
that although it is easy to remove it from the pic programmer, the IC
socket doesn't fit tightly into my testing breadboard. It is not
making propper contact with all the pints unless I press it with my
finger. It seems like the socket pins are too thin for the breadboard.

Are there different kind of sockets or what can I do to remedy this?
It defies the purpose to remove the pic from the socket to fit into
the breadboard.

There are different types of sockets. What you have there is likely
a "leaf spring" socket where the pin is the same skinny material used
in the socket. Those socket leads are mechanically very weak too.

There are better classes of sockets called "machine pin" sockets that
tend to have round thicker pins on the bottom.

More extreme are "wire wrap" sockets that have square posts on the bottom
but putting them into your breadboard would probably deform your breadboard
contacts.

But if you're doing development you almost certainly want to go to
in-circuit programming for your PIC's and forget the concept of a socket
on your programmer. You'll never have to pull the PIC from the breadboard
again. I went to in-circuit programming years ago and never ever looked
back.

Tim.
 
C

CA Zuke

Jan 1, 1970
0
There are different types of sockets. What you have there is likely
a "leaf spring" socket where the pin is the same skinny material used
in the socket. Those socket leads are mechanically very weak too.
There are better classes of sockets called "machine pin" sockets that
tend to have round thicker pins on the bottom.

Thanks Tim, this is exactly my problem! At least now I know what to look for
 
Top