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.)

asked Jul 26, 2022 at 16:46

1 Answer 1

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.

answered Jul 26, 2022 at 16:49
3
  • are you saying that the header pins are 0.16 inch apart? Commented Jul 26, 2022 at 22:36
  • @jsotola the entire header for pins 0-7 is not on the same 0.1 inch grid that the other three female headers collectively share together. Really, it's the distance between the center of digital pin 7 and center digital pin 8 being referred to. So without splitting hairs on about the distances between plastic housings and nearest distances and all that, it's the distance (by some definition) between two entire headers. That is, it's not referring to header's pin "pitch". Commented Jul 27, 2022 at 3:42
  • Yep, I thought that. Thank you. Commented Jul 27, 2022 at 7:56

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.