Arduino 101 stupid design!!

Whoever designed the Arduino 101 should find a new job.

I wanted to mount some 4-40 standoff post.

DUH, the holes in the PCB are to close to the header and the power connector.

DUH, what am I supposed to use, I thought 4-40 was pretty common.

The holes are obviously sized for 4-40.

At least judging by the size of the holes in the PCB one would think 4-40.

Can I elongate the holes?

Somebody needs to tell the design team.

Luckily I do have two 2-56 post that will work but they really slop around in the 4-40 holes, DUH!!

Wonder what else I will find.

Ralph

Ralphpdq:
The holes are obviously sized for 4-40.

or maybe a good old Italian 3mm or 2.5mm screw and nut... Been that way for years.

Marsha

I've had a similar problem with the Mega and Uno. I found that I can use a nylon screw with part of the head cut off with a knife. Certainly not an ideal solution. You could file or cut metal screws but it's a bit more work. If you're using a metal standoff you also need to watch out for the contacts on the bottom of the board.

It is designed outside the USA - you should expect metric screws.

That said, they also don't leave enough clearance around the mounting holes, despite having acres of board space available to do so!

Thanks for the replies, I doubt it was metric sizing but as I said I did have a couple of 2-56 post that work.

Now I will have to see if the post are isolated, thanks pert.

Most of the boards suffer this issue so its not just a 101 problem.

I sent an expensive by my standards case back as the mounts did not even come close to allowing the case to be built.

Designer of these boards is clearly not professional in electronics.

It's not just the useless mechanical hole on the UNO (reset of the Atmega 16U2 and from the SDA and SCL pins no room for the screw head).

There is also the absurdity of the pinout of the UNO board with Aref that is not as near as possible from A0-A5 as it is in Atmel pinout.
On the microcontroller pinout Atmel has placed side by side Aref, GND, A0-A5 and if Atmel did so it is not by hazard.

Atmel also said in the datasheet : an inductor is mandatory between Vcc and AVcc.
Look there on a scheme Arduino if there is one.
Because all of these errors, some seem to find normal to be forced to make an averaging with the analog measurements.
No it is not normal : Aref track is noisy INSIDE the board.

For an electronician Nano layout (Gravitech) is better than Arduino layout.

Metric : Europe and Asia (several billion inhabitants) use International System, sorry for North america.

The inductor between Vcc and AVcc is recommended if using the ADC, not required. I don't think I've ever seen a '328p design that actually included it though, and we also don't see herds of people complaining that the ADC is too noisy. Might matter more with a noisy power supply, or in situations with more interferance, or for people who really need every bit of adc accuracy they can get (but most Arduino users aren't doing anything where that's necessary) - but of all the design flaws on the Arduino board, that one just doesn't rate.

What about the pin header not being aligned correctly o nthe shield pinout so you can't use generic perfboard to make a shield at home? Supposedly this was a mistake on the first arduino board, that got carried through because people had to make shields that matched it.

Or the fact that they went with a 16u2, despite that they never gave people the tools (like, oh, maybe an arduino core so we could write a sketch for it?) to use it's advanced functionality - leaving us with a serial adapter on the official boards that's easier to brick than the ones on the clones with extra potential functionality which nobody uses.

Or the fact that the capacitors used for the regulator are inconsistent with the parameters in the datasheet?
Or the fact that they used such a lousy regulator - if they'd gotten one with under a volt of dropout, we could have used 4 AA batteries, instead of needing 7+V, which means 5+ AA's, but you can't get 5-cell holders, so that's likely going to be 6S, so 9v, meaning more heat to dump from the reg, while inspiring people to use 9v smoke detector batteries, which do not have enough capacity or current handling capacity for peoples' projects.

Or the fact that they used a resonator instead of a crystal?

And so on.

I don't think I've ever seen a '328p design that actually included it though

First : UNO from arduino.org has an this inductor .

Second : try like this with a 100 nF 0805 capacitor beetween Aref et Gnd --> micro pin not board pins :

Aref_Uno.png

Other point : for what reason 5V regulator was with a DPACK package on DUEmilanove and UNO R1 and since UNO R2 in SOT223 package which can not dissipate as much heat?