1

Is is possible to use prototype PCBs (PCB with grid of unconnected holes with copper around them, usually with pitch 2.54 mm) as Arduino shield, when they are fitted with appropriate pin headers?

I am asking this question because I am not sure whether the Arduino UNO pin headers (which are split) will fit to the headers on the prototype PCB where I will “leave out” one pin on the header.

(Yes, I ho not have a Arduino board to try it out now.)

jiwopene
  • 113
  • 3

1 Answers1

2

For the UNO style boards, no it's not possible. The digital headers have a 0.16 inch gap between them which offsets one set of headers 0.06" from the holes in the shield.

For this reason you can buy specific Arduino prototyping shields that have the headers in the right locations.

Majenko
  • 105,851
  • 5
  • 82
  • 139