pin 7,8 irregular offset

Hi,

what is the point of the irregular spacing between pins 7 and 8 on Arduino?

This makes its very inconvenient when wanting to add a prototype shield since the two connectors on this side of the board cannot be made to line up with a standard piece of matrix board.

What was the point of this "feature" and what was the intended way to interface to the board without making a customised PCB?

thanks

This was argued about only a couple of weeks ago. Short story - it was an error in the original design that wasn't spotted in time. It does prevent shields from being attached the wrong way round though. There are a number of places to obtain offset headers that conform to normal spacing.

Offset header

doesn't help get those last 2 pins on the later boards tho.

OK thanks, it looked like an error. I suppose it can now be called a polarisation feature. Though the extra pins on the newer boards make it fairly obvious which way around things go.

I'll have to bend some std header pins to get around it, I just couldn't understand why it was there.

Thanks for the explanation.

It was an error. But now it's become a standard, instead :slight_smile:
You'd be surprised how many standards are born that way!

As an alternative, if you want to use standard proto/strip boards, with standard header pins/sockets,
you can buy third party boards that have an additional set of holes.
This gives you both the "Arduino" offsets as well as standard offsets if you solder
in another header.
The Seeeduino is an example of such a board:
http://www.seeedstudio.com/depot/seeeduino-v221-atmega-328p-p-669.html

The Arduino team rejected this idea as they claimed it ruined the beauty of the board
and that the board with its flaw represents the natural flaws in all things.

--- bill

Shouldn't they have an explanation in the FAQ by now? :stuck_out_tongue:

Shouldn't they have an explanation in the FAQ by now?

Why? No one reads that anyway.

bperrybap:
The Arduino team rejected this idea as they claimed it ruined the beauty of the board
and that the board with its flaw represents the natural flaws in all things.

LOL. Like the natural flaw in this line of reasoning.

Actually, it seems to be a philosophy which permeates their attempts at software engineering as well. Seriously, if there is any substance to this, it could explain quite a lot!

PaulS:

Shouldn't they have an explanation in the FAQ by now?

Why? No one reads that anyway.

Well even so we could link to it everytime someone posts a question about it...

pico:

bperrybap:
The Arduino team rejected this idea as they claimed it ruined the beauty of the board
and that the board with its flaw represents the natural flaws in all things.

LOL. Like the natural flaw in this line of reasoning.

Actually, it seems to be a philosophy which permeates their attempts at software engineering as well. Seriously, if there is any substance to this, it could explain quite a lot!

I think it is somewhat of a philosophy or at least a high level of tolerance/acceptance for such things.

One of several comments from Massimo on the subject:

Then I'm fond of the mistake... it makes it not perfect therefore more human... Yes...it could have been all perfectly optimised... but if engineers ran the world it would be an unbearable place where to live

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1212632541

--- bill