Welcome, Guest

Sign in to learn, create, and do more with the product you love.

News & Updates

Filters:
Tag
Schematic Review Checklist
Blog
Schematic Review Checklist

One of the most common points of failure of a device occurs even before you start to layout your circuit board. Mistakes in your schematic design can easily make their way all the way into prototypes or production without a second thought once layout starts. In this article, I’m not going to extol the virtues of a good schematic design. Instead, this article is a simple no frills checklist.

Embedded thumbnail for xSignals for DDR3 and DDR4
How To Work with High-Speed Projects
xSignals for DDR3 and DDR4

In a high-speed design, DDR3 and DDR4 memory chips can utilize xSignal classes to match track lengths from the controller to the memory chip easily and quickly using the xSignals wizard.

Embedded thumbnail for High-Speed Tuning
How To Work with High-Speed Projects
High-Speed Tuning

If you use high-speed interfaces like USB 3.0, PCIE, or DDR3/DDR4, you need to use match length tuning to ensure that they work properly. We’ll show you why and how, as well as demonstrating the different tools for length tuning.

Via current carrying capacity for PCBs
Blog
PCB Via Current-Carrying Capacity: How Hot is Too Hot?

One common question from designers is current-carrying capacity of conductors in a PCB. Trace and via current-carrying capacity are legitimate design points to focus on when designing a new board that will carry high current. The goal is to keep conductor temperatures below some appropriate limit, which then helps keep components on the board cool. Let’s dig into the current state of thermal demands on vias in PCBs and how they compare to internal and external PCB traces.

Simple Simulation in Altium Designer
On-Demand Webinar
SPICE Simulation Made Simple

SPICE simulation saves you critical time in the prototyping phase. Understanding your simulation interface makes it simple to analyze how your circuits work in different scenarios. Altium Designer provides an intuitive, dedicated interface to support your simulation verification, setup, and analysis directly in your schematic environment. You also benefit from growing support for popular model formats, as well as generic models, simplifying circuit definition and simulation.

PCB Shield
Blog
Phalanx, not Failure: PCB Shielding to Protect Your Design

A combination of good printed circuit board design and good shielding mitigates EMI. Good PCB design for EMI shielding revolves around the layout, the placement of filters, and ground planes. A well-designed PCB minimizes parasitic capacitance and ground loops. Keep reading to learn more about PCB shielding.

Embedded thumbnail for Using Document Parameters with Draftsman
How to Work with Draftsman
Using Document Parameters with Draftsman

The Draftsman Editor in Altium Designer uses document parameters to allow fine grain control over the draftsman document. We’ll show you how you can use the document parameters in your Draftsman document. 

Embedded thumbnail for High-Speed Features of Creating a Stack
How To Work with High-Speed Projects
High-Speed Features of Creating a Stack

The foundation of any high speed design is the layer stack. We’ll show you some of Altium Designer’s powerful layer stack creation features.

Man working in Altium Designer
Blog
Best Practices in Hardware Version Control Systems

Any project can get very complex, and the PCB design team needs to track revisions throughout a project. Why worry about tracking revisions? In the event you ever receive changes to product functional requirements, major changes are made to your product’s architecture, or you’re ready to finalize the design and prepare for fabrication, it’s best to clone a project at its current state and begin working on a new version. Keeping track of all these design changes in a PCB design project takes the type of hardware version control tools you’ll find in Altium 365™.

Embedded thumbnail for High-Speed Return Paths
How To Work with High-Speed Projects
High-Speed Return Paths

For high speed designs it is critical to maintain your return path for adequate signal integrity. We’ll show you how, using best practices and error resolutions in Altium Designer.

Embedded thumbnail for Working with Design Variants
How to Work with Draftsman
Working with Design Variants

Altium Designer’s Draftsman Document allows for several different board views and variants that you can work with. We’ll show you how to add new variants and work with their properties to display exactly what you need in your Draftsman Document

Embedded thumbnail for Creating Schematics in High-speed Projects
How To Work with High-Speed Projects
Creating Schematics in High-speed Projects

There are several powerful features in Altium Designer for creating schematics in high speed projects. We’ll show you a few, such as how to utilize nets, net classes, blankets, design rules, and differential pairs.

Copper pour and via stitching
Blog
Copper Pour and Via Stitching: Do You Need Them in a PCB Layout?

To pour or not to pour, to stitch or not to stitch… Over many years, some common “rules of thumb” have become very popular and, ultimately, taken a bit out of context. Rules of thumb are not always wrong, but taking PCB design recommendations out of context helps justify bad design practices, and it can even affect the producibility of your board. Like many aspects of a physical PCB layout, via stitching and copper pour can be like acid: quite useful if implemented properly, but also dangerous if used indiscriminately.

Altium Designer Signal Integrity
On-Demand Webinar
What is High-Speed Design?

The primary source of high-speed problems is not due to high clock frequency but rather the fast rise and fall times of component signals. With fast edge rates, reflections may occur at the receiver side, and when the board routing is dense, crosstalk may become a problem. During this webinar, you'll sharpen your knowledge and develop new skills that you can use to design High-Speed PCB's more efficiently and effectively.

MOSFET Components
Blog
Should You Use Power MOSFETs in Series?

Power MOSFETs enable a huge range of electronic systems, specifically in situations where BJTs are not useful or efficient. MOSFETs can be used in high current systems in parallel arrangements, but what about their use in series? Both arrangements of MOSFETs have their pitfalls that designers should consider. Let’s look at MOSFETs in series as they are quite useful in certain systems, but be careful to design your circuits and your PCB for reliability.

Embedded thumbnail for Creating Connectivity
How to Work with Multichannel Schematic
Creating Connectivity

Multichannel connectivity can be created in a few different ways. We’ll show you how to create connectivity using ports and net labels efficiently and effectively. 

Embedded thumbnail for Hierarchical Structure for High-Speed Projects
How To Work with High-Speed Projects
Hierarchical Structure for High-Speed Projects

A Hierarchical structure can make your high speed project much easier to navigate and complete. We’ll show you some tips and tricks for creating and maintaining a high speed. Hierarchical design project.

Embedded thumbnail for Schematic Design Reuse Using Snippets
How to work with Snippets
Schematic Design Reuse Using Snippets

Snippets allow you to easily reuse circuitry across multiple parts of your designs. We’ll show you how create a new snippets the Schematic and how to connect and annotate it so you can easily bring your circuitry directly into your board.

MLCC controlled ESR capacitor
Blog
Controlled ESR Capacitors: Should You Use Them for Power Integrity?

I can’t think of a single product I’ve built that doesn’t require capacitors. We often talk a lot about effective series inductance (ESL) in capacitors and its effects on power integrity. What about effective series resistance (ESR)? Is there a technique you can use to determine the appropriate level of resistance, and can you use ESR to your advantage?

Embedded thumbnail for PCB Design Reuse Using Snippets
How to work with Snippets
PCB Design Reuse Using Snippets

Snippets give you easy access to reuse circuitry on your PCB. Let’s take a look at how you can create and configure snippets for the PCB, connect a component link with the schematic and update the PCB to include your snippet.

Tag
Project history in Altium Designer
Blog
Getting Started with Revision Control in Altium 365

Ever since I started using Github and Google Docs, I fell in love with revision control. Instead of keeping multiple copies of essential files and time-stamping every revision, revision tracking information gets stored alongside the file. This environment works great for code, spreadsheets, and documents, and Altium brings these same features into PCB design.

Article preview
Blog
Image Processing Embedded Systems with Modular Hardware

With advances in industrial automation, automotive technology, remote sensing, and much more, image processing is taking center stage in many embedded systems. Image processing with older video systems was difficult or impossible due to the low quality of many imaging systems with perpetual uptime. Newer systems provide video with higher frame rates and higher resolution images, but these systems still needed to connect directly to a computer in order to enable any useful image processing applications.

Article preview
Blog
Any Angle Routing: When Should You Use It?

EDA tools have come a long way since the advent of personal computing. Now advanced routing features like auto-routers, interactive routing, length tuning, and pin-swapping are helping designers stay productive, especially as device and trace densities increase. Routing is normally restricted to 45-degree or right-angle turns with typical layout and routing tools, but more advanced PCB design software allows users to route at any angle they like. So which routing style should you use, and what are the advantages of any angle routing?

Article preview
Blog
Hardware-in-the-Loop Testing: An Introduction

If you do a search for “Hardware-in-the-Loop” testing, you will frequently find examples of complex, real-time systems. Article from National Instruments, for example, gives a nice explanation and background on what hardware-in-the-loop (HIL) is, and provides an example of testing electronic control units within an automobile. In this article, we will be focusing on a smaller, more bite-sized version of HIL testing concepts.

Article preview
Blog
Near-field vs. Far-field EMI: What's Causing Noise Problems in My PCB?

If you’re an antenna designer, then you’re likely familiar with all aspects of near-field vs. far-field radiation. Given the litany of radiated EMI problems that cause noise within and outside of an electronic device, one might suddenly realize their new product is acting like a strong antenna. To understand how EMI affects your circuits, it helps to understand exactly how near-field vs. far-field radiation from your PCB affects your ability to pass EMC checks and affects your circuits.

Article preview
Blog
Increasing PCB Prototype Iteration Speed in the Cloud

How often have you started down the PCB development process and been bogged down by time-consuming administrative tasks? Once you get ready for production, working through a design review and correcting any DFM problems takes its own share of time. With hastening product development timelines and shorter product life cycles comes the pressure to increase PCB prototype iteration speed without sacrificing cost or quality. So how can PCB design teams keep their development schedules on track without sacrificing quality or risking a failed prototyping run?

Blog
Why you should be using Concord Pro?

A journey of a thousand miles begins with a single step, or so the aphorism goes. I think it’s worth noting that the first step is the most difficult to take. Analysis Paralysis is especially true when dealing with a new software package, including the recent release of Concord Pro. The recent version has brought with it a deluge of interest and enthusiasm in such a phenomenal tool. But I must say, Altium hit this one out of the park.

Article preview
Blog
What Types of EMI Filters are Best for Passing EMC Certification?

When you need to pass EMC certification and your new product is being crippled by a mysterious source of EMI, you’ll probably start considering a complete product redesign. Your stackup, trace geometry, and component arrangement are good places to start, but there might be more you can do to suppress specific sources of EMI. There are many different types of EMI filters that you can easily place in your design, and that will help suppress EMI in a variety of frequency ranges.

Article preview
Blog
An Overview Of PCB Outer Layer Processing

Previously, I described the PCB fabrication operations relative to inner layer processing, lamination, drilling, and plating. The last step in the process is outer layer processing which is described below. Once the desired plated copper thickness of a PCB has been achieved, it’s necessary to etch away the copper between the features in order to define the outer layer pattern.

Blog
How Do Pads and Vias Impact Total Capacitor Parasitic Inductance?

There are many factors at play in determining the impact of inductance on high-frequency power distribution systems. Two topic areas, inductance of the decoupling capacitor and inductance of the power planes, were addressed in earlier articles. This article will focus on the inductance of the capacitor footprint and via inductance from the capacitor footprint back to the PCB power planes.

Article preview
Blog
Analyzing Crosstalk on FIFO and DDR4 Parallel Bus Interfaces

High-speed buses, whether single-ended or differential, can experience any number of signal integrity problems. A primary problem created by propagating signals is crosstalk, where a signal superimposes itself on a nearby trace. The industry-standard PCB design tools in Altium Designer® already include a post-layout simulator for examining crosstalk. Still, you can speed up crosstalk analysis in parallel buses when you use a powerful field solver.

Article preview
Blog
Amplifier Stability at High Frequencies and Stray Capacitance

Any time-dependent physical system with feedback and gain has conditions under which the system will reach stable behavior. Amplifier stability extends these concepts to amplifiers, where the system output can grow to an undesired saturated state due to unintended feedback. If you use the right design and simulation tools, you can easily account for potential instability in your circuit models before you create your layout.

Article preview
Blog
Working with Design Variants

The concept of design variants entails taking a single PCB design, and then on the assembly side, modifying specific components used in the design. Either by not installing, not installing, or choosing alternate components as replacements on a specific assembly to ultimately create different end products. In that way, you could support multiple product lines. This article describes the approach to working with variants. 

Article preview
Blog
Setting Up Concord Pro Revisions and Lifecycle

Before anything else, some advice. The revisions and lifecycle are an area that takes some planning. It used to be that Concord Pro was primarily for components, but now it has gone far beyond that. With the ability to store and manage many other items, including your various templates, projects, even PDF documents, not everything will have the same revision scheme. Concord Pro is so powerful that it can handle any revision scheme you’d want to set up.

Blog
How to Successfully Design a BGA

Whether the board will be placed in a high pressure vessel or underwater, your design will need to withstand pressure to avoid failure. On the enclosure side, your vessel should be rated up to a certain pressure and may require frequent cycling to prevent implosion. On the electronics side, component selection and layout (especially at high voltage) become critical to preventing failure and ensuring reliability.

Blog
Altium Designer 20.2 Update 1 is now available

The first update of Altium Designer 20.2 and Altium NEXUS Client 3.2 is now available. You can update through the Altium Designer update system ("Extensions and Updates") or download fresh builds from the Downloads section of the Altium website. Click on "Read More" to see a list of all changes in this update.

Tag
Embedded thumbnail for How I Improved my Collaboration Efficiency with Altium 365 | Altium 365: Power User Insights
How I Improved my Collaboration Efficiency with Altium 365 | Altium 365: Power User Insights

Collaboration with other teams or contractors in the electronics industry is typically a painful and inefficient experience. All too often, communication is left until the last minute when boards are all but ordered. Let's talk about how to collaborate with colleagues with Altium 365 in a different way.

Embedded thumbnail for Working with Annotation Tools
How to Work with Draftsman
Working with Annotation Tools

Draftsman Documents provide annotation tools to convey physical properties such as tolerances and surface finish

Embedded thumbnail for 3D View Control
How to Work with 3D Mode
3D View Control

Learn how to use the 3D display mode of the PCB and learn to control the camera in this mode in this video

Embedded thumbnail for Impedance Calculation Single-Ended Transmission Lines
Impedance calculation
Impedance Calculation Single-Ended Transmission Lines

Transmission lines help preserve signal integrity and reduce EMI in high speed designs. We’ll show you you to define your single ended transmission lines in Altium Designer and automatically calculate impedance on a two layer and multi-layer board.

Embedded thumbnail for Working with Dimensions: Draftsman Documents
How to Work with Draftsman
Working with Dimensions: Draftsman Documents

Draftsman Documents provide dimensioning tools to capture and display the physical features of the product for fabrication and documentation. 

Embedded thumbnail for Impedance Calculations: Differential Pairs
Impedance calculation
Impedance Calculations: Differential Pairs

Altium designer makes it easy to calculate geometry when you need to calculate impedance for differential pairs. We’ll go over how differential pairs can help with a two layer and multi layer board, as well as what types you can create such as differential co-planar, and how to configure them for your specific design.

Embedded thumbnail for Creating and using templates
How to Work with Draftsman
Creating and using templates

Draftsman Templates are a quick way of laying out your Draftsman Document in Altium Designer. We’ll show you how to utilize them and the differences between sheet and document templates.

Embedded thumbnail for Adding 3D Assemblies to a Multi-Board Project
How to work with Multiboard
Adding 3D Assemblies to a Multi-Board Project

The next step in the multiboard design process is adding 3D PCB Assemblies. We’ll show you how to add them to your design and how to work with the Assembly Editor.

Embedded thumbnail for Altium 365 - Design Collaboration | Tasks
Getting Started with A365
Altium 365 - Design Collaboration | Tasks

The Tasks feature brings lightweight task tracking to further enhance design collaboration in Altium 365. With Tasks, you will never lose an important action item and easily gain a high-level view of the state of your project, all without leaving your design environment. 

Embedded thumbnail for Adding Additional Views in a Draftsman Document
How to Work with Draftsman
Adding Additional Views in a Draftsman Document

If you need additional views in your documentation, Altium Designer’s Draftsman Document editor can help. We’ll show you how to add and configure different views including the component view, the section view, the detail view, the isometric view, variants, the legend for the layer stack, the board region view, and the board realistic view.

Embedded thumbnail for Draftsman Document Views - Fabrication and Drill Drawings
How to Work with Draftsman
Draftsman Document Views - Fabrication and Drill Drawings

The Draftsman Document Editor allows you to add a fabrication view and a drill drawing view to your outjob files. We’ll show you how to get them set up and details you can control from the properties panel.

Embedded thumbnail for Altium 365 - Version Control | Project History
Getting Started with A365
Altium 365 - Version Control | Project History

Project History in a Nutshell: - Presents events in a chronological timeline (Creation, Commits, Releases, Clones, and MCAD Exchanges) - Auto-generates Differences Summary to view the differing entities (e.g., replaced components) - Even a non-expert can act on a revision (Download, View, Revert)

Embedded thumbnail for Resolving Conflicts in Multi-board Schematics
How to work with Multiboard
Resolving Conflicts in Multi-board Schematics

When mismatched pin names in your multi-board schematic cause disconnects and conflicts you can use Altium Designer’s tools to resolve these conflicts. We’ll show you the Connection Manager and the various solutions to solve your connection issues.

Embedded thumbnail for Draftsman Document Board Assembly View
How to Work with Draftsman
Draftsman Document Board Assembly View

The Draftsman Document can include a Board Assembly View. We’ll show you how to add it and the properties you can change to create the exact view or views you need.

Embedded thumbnail for Placing Connections Between Boards
How to work with Multiboard
Placing Connections Between Boards

A multi-board design requires relationships between several board designs referred to as interboard connections. We’ll show you the different types of connections and how to connect your boards using the proper connection type.

Embedded thumbnail for Show the Net Connections Between Select Components
How-To's
Show the Net Connections Between Select Components

This video demonstrates how to show net-specific component connections. This is helpful when routing as you’re able to reduce clutter and focus on the connections on which you are working.

Tag
Your search returns no results.