Engineers Garage

  • Projects and Tutorials
    • Electronic Projects
      • 8051
      • Arduino
      • ARM
      • AVR
      • PIC
      • Raspberry pi
      • STM32
    • Tutorials
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Products News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • EE Resources
    • DesignFast
    • LEAP Awards
    • Oscilloscope Product Finder
    • White Papers
    • Webinars
  • EE Learning Center
    • Design Guides
      • WiFi & the IOT Design Guide
      • Microcontrollers Design Guide
      • State of the Art Inductors Design Guide
  • Women in Engineering

PCB Designing using Kicad (Part 12/12) – Multilayer PCB Design

By Venugopal M

Multi layer PCB Design

In this series of tutorials till now, we have worked on single side and two sided Printed circuit boards. Now let’s learn about multi layer PCBs.
 
Need:
 
For small and medium scale circuits, only two layer PCBs are enough. But in case of complex and big circuits, wiring occupies more space on the board. So,
 
• to save the space,  
• to improve assembly density and 
• to increase the area available for the wiring, 
 
Instead of increasing  the board  dimensions (length & width), we arrange  alternating layers of conductive material (copper) with insulated material (Prepreg) in between that is called multi layer design.
 
Multi Layer PCB:
 
Multi layer PCB is a PCB with more than two layers. Here, layer means the conductive material which is buried in the center of the insulated material. Multi layer PCB contains at least three layers and above for example: 4, 6, 8, 16…..64- layers. Multi layer PCBs are especially used in case of the over loaded weight and volume. Apart from that these are mainly used in professional electronic equipment circuit designing and in complex circuits like military equipment, computers, mobiles, etc. 
 
Manufacturing:
 
In multilayer PCBs, alternating insulated and conductive layers are laminated together under high temperature and pressure.  This process ensures that air isn’t trapped between layers and conductors are completely encapsulated by resin. The range of the material combination is extensive from basic epoxy glass to exotic ceramic or Teflon materials. Multilayer PCB manufacturing needs a specialized hydraulic press with heated plates.
 
In PCB’s manufacturing process, different materials are used on the designer suggestions and in the concern of electrical, temperature and other related properties.  For example: Base or foundation of the PCB is the rigid fiber glass laminate, standard material for base is FR4, and for tracks or core 1 oz copper. The standard thickness would be changed as per the requirements and layers, but standard total thickness is 0.62”.  
 
Multi layer PCB Examples:
 

Four layer PCB:

Image showing Structure of Four Layer PCB
 
Fig. 1: Image showing Structure of Four Layer PCB
 

Six layers PCB:

Image of Six layers PCB
Fig. 2: Image of Six layers PCB
 
 
Image of Six layers PCB
 
Fig. 3: Image of Six layers PCB
 
Advantages of multilayer PCBs:
 
1. Increased in flexibility.
2. Considerable saving of space.
3. High assembly density.
4. Reduces overall weight.
5. Reduces interconnection wiring harnesses. 
 
Applications of multilayer PCBs:
 
• Where cross-talk levels are critical, multilayer PCBs are very useful.
• Where there is a limitation on weight and space multilayer PCBs are especially valuable.
• In Aerospace PCBs.
• Computer mother board and mobile motherboards manufacturing.
• Satellite systems.
• X-ray equipment.
• Medical electronics. 
• Etc so many examples we may give
 
Multilayer PCB designing in KiCad:
 
 First, the designer has to design a multi layer PCB design and then manufacturer proceeds with the manufacturing process with help of respective Gerber files. 
 
Designer may use any software like ORCAD, ENGLE CAD, KICAD, etc. Here in this tutorial, I am designing multiple layered PCB by using KiCad software. 
 
Before designing a multi layer PCB, we must know a few basic concepts like via and their types. I have already explained about via and types of via in the 1st tutorial of this series. Please refer to that for more information.
 
Via: It is a hole with copper inside, it can provide electrical connection between trace on one layer to trace on another layer.
Blind via: Via used between top layer and internal layer.
Buried via: Via between internal layers.
Through hole via: Via between top and bottom layers.
 
Important points:
 
• In a two-layer PCB, designing through hole via plays a vital role. But in multi layer PCB designing, the wiring is done using blind and buried via. 
• If we have many Ground and power connections, assigning separate layers for Ground and power is better. It will reduce confusion and efforts. 
• If we need more inter connections to reduce the space of the board then selecting more than four layers is a better idea.  
• All the components are placed on either top and bottom layers. And layers in between top and bottom layers are used for wiring (like jumpers). 
• Usually, top and bottom layers are used as signal layers and 2nd and 3rd layers are used as Ground and power layers. If more layers are required then we can select 6, 8, or more layers even. These layers are usually used as inter connections.  But it is not fixed; we can assign them ground or power plane  as well.
 
Steps to Design Multi Layer PCB:
 
 As per the requirement, select how many layers PCB we need. To select Layers click on “Design Rules” tab. We have two options, one is Design rules and another one is Layers setup. Click on layers setup option.
Design Rules >> Layers Setup.
 
Screenshot of Design Rules Menu
 
Fig. 4: Screenshot of Design Rules Menu
 
 Then a window will appear on the screen with the name of “Layer setup”. In this window, we can select as to how many layers PCB we want to create and also we can assign here which layer is signal and which layer  is power or ground.
 
Screenshot of Layers Setup
 
Fig. 5: Screenshot of Layers Setup
 
 After selecting a number of layers (4 or 6 or etc.), continue the PCB editing as explained in “Editing PCB tutorial”. Follow the same steps to edit. 
 
 In editing, to select working layer, use “Visibles” Tab at the right side of the window. 
 
 To set any type of via like blind or buried, right click and select via and up to which layer. Please watch the video to learn this better. 
 
 As per the requirement, we can create via as through hole, blind or buried. But try to create as less vias as possible.
 
 On ground and power layers, there is no need to interconnect all pins using track (wire). They will be connected to the copper layer.
 
 When creating via, take care of other connections. We cannot connect via on any track. 
 
 
Image of a PCB Layout
 
Fig. 6: Image of a PCB Layout
 
 After this, please follow the same procedure as explained in previous tutorials to create Gerber files.
 
Note: In this tutorial video, only 4 and 6 layer PCB designing is explained. To understand it better, please watch the tutorial video.
 


Filed Under: Tutorials

 

Questions related to this article?
👉Ask and discuss on Electro-Tech-Online.com and EDAboard.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


Featured Tutorials

  • PS2 Keyboard To Store Text In SD Card Using Arduino Circuit Setup On Breadboard
    How To Use PS2 Keyboard To Store Text In SD Card Using Arduino- (Part 42/49)
  • Wireless Path Tracking System Using Mouse, XBee And Arduino Circuit Setup On Breadboard
    How To Make A Wireless Path Tracking System Using Mouse, XBee And Arduino- (Part 43/49)
  • How to Make a Wireless Keyboard Using Xbee with Arduino- (Part 44/49)
  • Making Phone Call From GSM Module Using Arduino Circuit Setup On Breadboard
    How to Make Phonecall From GSM Module Using Arduino- (Part 45/49)
  • How to Make a Call using Keyboard, GSM Module and Arduino
    How To Make A Call Using Keyboard, GSM Module And Arduino- (Part 46/49)
  • Receiving SMS Using GSM Module With Arduino Prototype
    How to Receive SMS Using GSM Module with Arduino- (Part 47/49)

Stay Up To Date

Newsletter Signup

Sign up and receive our weekly newsletter for latest Tech articles, Electronics Projects, Tutorial series and other insightful tech content.

EE Training Center Classrooms

EE Classrooms

Recent Articles

  • Renesas delivers intelligent sensor solutions for IoT applications
  • Microchip Technology releases AVR-IoT Cellular Mini Development Board
  • Qualcomm acquires Cellwize to accelerate 5G adoption and spur infrastructure innovation
  • MediaTek’s chipset offers high-performance option for 5G smartphones
  • Nexperia’s new level translators support legacy and future mobile SIM cards

Most Popular

5G 555 timer circuit 8051 ai Arduino atmega16 automotive avr bluetooth dc motor display Electronic Part Electronic Parts Fujitsu ic infineontechnologies integratedcircuit Intel IoT ir lcd led maximintegratedproducts microchip microchiptechnology Microchip Technology microcontroller microcontrollers mosfet motor powermanagement Raspberry Pi remote renesaselectronics renesaselectronicscorporation Research samsung semiconductor sensor software STMicroelectronics switch Technology vishayintertechnology wireless

RSS EDABOARD.com Discussions

  • FPGA LVDS with separate clock
  • Unable to elaborate on the design_it gives error
  • LLC HB with synchronous rectifiers can be very dodgy?
  • chebyshev sine approx
  • building lm2596 dc dc using Arduino uno

RSS Electro-Tech-Online.com Discussions

  • Microcontrollable adjustable and switchable constant current source for driving LED's
  • Help diagnosing a coffee maker PCB
  • Trying to make a custom automated water container for my UV purifier. Can anyone help with where to begin?
  • Control Bare LCD With ATmega328p
  • Are Cross-wind compensation and Road crown compensation functions inputs to LKA function?
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • About Us
  • Contact Us
  • Advertise

Copyright © 2022 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Projects and Tutorials
    • Electronic Projects
      • 8051
      • Arduino
      • ARM
      • AVR
      • PIC
      • Raspberry pi
      • STM32
    • Tutorials
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Products News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • EE Resources
    • DesignFast
    • LEAP Awards
    • Oscilloscope Product Finder
    • White Papers
    • Webinars
  • EE Learning Center
    • Design Guides
      • WiFi & the IOT Design Guide
      • Microcontrollers Design Guide
      • State of the Art Inductors Design Guide
  • Women in Engineering