EAGLE Tip: Using Attributes to create hands-off BOMs

When starting out with EAGLE it’s easy to overlook the attribute tool. However, this is crucial when putting together a professional release package and ensuring proper documentation. Attributed paramaters show as collumns and information on a BOM export. Properly adding this information to the component allows for hands-off BOM generation when it comes time to […]

Altium Designer Shortcuts

After using ExpressPCB, EAGLE, Mentor PADs, and OrCAD I’ve found Altium to be above and beyond in usability and horsepower. Below are some useful keyboard shortcuts to get you up and running quickly. PCB Shortcuts Keys Description J L Jump to location Q Switch between metric and imperial units Ctrl + M Measure distance between […]

Creating a Low-Level Serial Protocol

When developing systems of any complexity we’re tasked with either making multiple modules inside a system talk to each other, or the system itself talks to the outside world. It’s at this point that we need to develop a protocol to be able to send any amount of coherent data back and forth. Whether you’re […]