Main / Elec
Glossary
Development CycleTypically use 3 phases of HW development:
With some "revisions on a theme" projects that were iterations on a previous design, we may go straight to production because the HW was mature. The CAD process is complex, time consuming, tedious and you'd ofteh rather pay a specialist that's not necessarily an engineer a lower rate to do it. Often the design engineer owns the schematic, and then hands it off to a layout expert that's intimately familiar with the tools. May be comfortable passing ownership of the schematic as well. Consider a two-step change process where the first file has all the stuff to be removed deleted, and the second file has all the new stuff to be added in, so you don't have a single step where double changes are happening and confusion can creep in. Board Design Best PracticesTip: I look at a lot of eval boards from various vendors. They mostly have one nasty thing in common: the lack of a big ground pin. It's common to connect an instrument to these boards, like a scope, but where will you clip the probe's ground lead? Some have ground available in a 0.1 x 0.1 header, which is great for a logic analyzer connection, but less so for an alligator clip. When designing a board provide at least a nice through-hole via where one can solder a wire (I use an RC07 resistor) to provide a nice big ground. - Ganssle EDA ToolsKiCAD is an open source tool heavily supported by CERN. Eagle is a simple, limited-use tool in its free form now developed by Autodesk and now has ransomware attributes. LinksIn 2020, I finally found the tutorial for ver 5.1: https://forum.kicad.info/t/tutorial-introduction-to-pcb-design-with-kicad-version-5-1-getting-started/20600/3 Using KiCADSchematic shortcut keys: Layout shortcut keys that differ from above: 50 mils is recommended grid pitch Design RulesDefine the design rules, manufacturing and electrical. Usually this is done before the layout is created. In Pcbnew, use File->Board Setup. What is "restring" measure? This is a component of the through-hole diameter, "minimum copper restring". The via diameter is computed by: ```via drill size + 2 * restring``` Name Equivalency Chart
minimum mask land width = solder mask minimum width Basic WorkflowThe schematic is done with the EESchema tool.
The layout is done next with the Pcbnew tool.
Prepare the Gerber files In Pcbnew, use File->Plot to use the Plot action and then generate drill files. Labels
Test Point OptionsTODO - place links here Board ManufacturingThe colors of the PCB are known as solder mask colors. Always send back and front mask layers even for a one-layer board, so manufacturer doesn't get confused. The inner layers are numbered, but the top and bottom aren't. For example, a four-layer board would be a sandwich like:
ConnectorsSMA (SubMiniature version A) connectors are semi-precision coaxial RF connectors developed in the 1960s as a minimal connector interface for coaxial cable with a screw-type coupling mechanism. The connector has a 50 Ω impedance. |