Author Topic: GPIO pins  (Read 490 times)

millennial

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
GPIO pins
« on: September 20, 2016, 09:33:45 am »
I have (probably) a simple question for Electrical Engineering experts. Why are there two rows of GPIO pins? It seems as though the mc-Module GPIO pins are doubled in count. I am assuming it would be bad to connect each of the 14 columns together by attaching a breadboard to all 28 pins because of possibly short circuiting the board?

Are there two rows so that we can output to two devices based on the state of one pin? I'm looking for 5th grader like knowledge.

Share on Facebook Share on Twitter


millennial

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: GPIO pins
« Reply #1 on: September 20, 2016, 09:55:23 am »
Two pictures are worth 2000 words. Is this a bad idea?

The pins are in rows i and j, and columns 1-14.

mc-Josh

  • Global Moderator
  • Newbie
  • *****
  • Posts: 27
    • View Profile
Re: GPIO pins
« Reply #2 on: September 21, 2016, 10:20:07 am »
You are correct, the pins directly across from each other are duplicated (pins 1 and 2 are 3V3, pins 3 and 4 are PIN0, pins 5 and 6 are PIN1, and so on). As long as you only connect the pins with the same signal together (pin 3 to pin 4 for PIN0) you will not have any problems.

millennial

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: GPIO pins
« Reply #3 on: September 21, 2016, 12:02:59 pm »
Great, makes sense. Thank you.