x86fr / ATX2AT-Smart-Converter

GIT Repo for the ATX2AT Smart Converter
https://x86.fr/atx2at
GNU General Public License v3.0
59 stars 9 forks source link

BOM issues #8

Open str4d opened 1 year ago

str4d commented 1 year ago

I am attempting to make the BOM compatible with the automated scanner for PCB Train, and am documenting the issues I encounter. I'll make a PR to address them once I get a working BOM.

str4d commented 1 year ago

Measuring between the middle of pads on the Gerber files, I see:

The BOM consistently lists R10 and R11 as an 0603 package, and 1.6mm is the length of an imperial 0603 package (vs a metric 0603 which would be 0.6mm). Assuming all resistors are using imperial package numbers, that means the "Device" column in the BOM is correct (and the "Description" column is incorrect): R3, R14 are 0603, and R12 etc. are 0402.

str4d commented 1 year ago

When I search Digi-Key, the only 22uF 0805 X7R Ceramic Capacitor that comes up is GRM21BZ71A226ME15L, which is rated to 10V. Given that the "Device" column was correct for the resistor BOM errors, I'm going to presume it is correct for C9, C17 as well. They are described as "+5V Internal Decoupling caps", and you usually want 2-3x the target voltage to allow for spikes, so 10V should be fine.

ints99 commented 9 months ago

Btw, R22 seems to be 2K2 on schematics, but 10K on BOM. I hope, 10K will actually work as well, as I soldered it already in place before noticing the difference...?