Canine Rocket Technologies WIki
YouTubeTwitter
  • 🐺Canine Defense Technologies Wiki
    • Wiki Index
    • About Canine Defense Tech
    • Our Lab
    • Canine Rocket Tech Organizational Structure
    • Wiki Contributors & Info
  • Resource Library
    • 🔧Manufacturing & Fabrication
      • Laser Cutting
        • Laser Settings
      • 3D Printing
        • Material Library
        • Print Settings
        • 3D Printing Tolerance Guide
        • Resin Tank Drainer
      • Composite Layups
      • Fasteners
      • CNC Machining
        • 4040 Pro Dust Boot
        • CNC Settings
    • ⚙️Software & Electronics
      • Electronics Basics
      • Microcontrollers
      • Single Board Computers
      • PCBs
      • Pinouts Book
      • DIY Lithium Batteries
      • Software Development Tools
      • Getting Started with Programming on an Arduino
      • Graphic Design & Video Production
  • 📘Testing & Documentation
    • Documentation & Organization Cheatsheet
    • Project Stats Template
    • K-9 Diagram Template
    • Internal Dev Log Template
    • Readme Creator
    • April Tags
  • 🖥️Design & Simulation
    • Computern Aided Design
    • CalcTool
    • eCalc
    • Open Rocket Simulator
    • XFLRR5
    • CloudRF
    • Radio/Optic Line of Sight Tools
  • 💡Research Resources
    • Parachute Design
    • Thermal & Electro-Optics
    • Night Vision Basics
  • 📑Open Development Platforms
    • VESC
    • Meshtastic
    • Ardupilot
    • Open HD
  • 🚚Vendors & Supply Chain
    • Electronics Component
      • RPI Locator
      • Octopart
    • PCB Fabrication
    • Laser and CNC Cutting
    • 3D Printing Services
    • Hardware Components
    • Drone Components
    • Composites
    • Li Ion Batteries
  • Projects
    • UAV Systems
      • Valor sUAS
      • K-9 Drone Battery Standard
        • Jx-9 Connector Standard
        • Rugged Battery Charger
  • Tactical Systems
    • K-TAC RTE-1
      • Assembly Instructions
  • Rocketry Systems
    • Model Rocket Landing Legs
    • WOOF Launch Computer
      • Assembly Instructions
    • K-9 TVC V8
    • K-9 TVC Hopper
    • K-9 TVC Mega
    • K-9 TVC Gen 2
    • Model Rocket GCS
  • Lab Equipment Projects
    • Lab Dashboard (ADSB)
      • How to Setup
Powered by GitBook
On this page
  • Introduction
  • How PCBs Work
  • How PCBs Are Made
  • Basics of Designing a PCB
  • EDA
  • Easy EDA
  • Design References

Was this helpful?

  1. Resource Library
  2. Software & Electronics

PCBs

PreviousSingle Board ComputersNextPinouts Book

Last updated 2 years ago

Was this helpful?

Introduction

Printed Circuit Boards (PCB)s are a great way to make compact, robust, and far more efficient electronics. Instead of using wires, the circuity is etched into a sheet of copper supported on a fiberglass board.

How PCBs Work

How PCBs Are Made

Basics of Designing a PCB

EDA

Electronic Design Automation is where all Printed Circuit Board (PCB) projects start. It's basically like CAD but for circuit boards. The basic process is the same, you start by designing a schematic, then you convert it into a PCB outline, place the components, and trace the various connections.

Easy EDA

Easy EDA is a free and open-sourced web browser-based EDA software under the JLCPCB and LCSC's ecosystem. This makes designing and ordering the parts with their services extremely streamlined and easy. However, this also means if one would like to purchase components from other suppliers such as Digikey, a lot of the automatic features and libraries may not be accessible.

Design References

The complexity of PCB projects has vastly decreased due to the amount of open source design references. If you are able to make a microcontroller and sensor project using breakout boards on a breadboard, you can easily design a PCB for it. One of the simple shortcuts is simply designing an adapter board PCB that takes in various breakout and avoids the mess of wires. However, a step above that would be to reference off of the various breakouts and replicate the schematic onto a PCB to make a fully integrated single board. An example of this procedure is, if one had an Arduino with an Adafruit pressure sensor breakout, they can wire the 2 components together and have a pressure reading circuit. If one wants to make this even more compact, they can then copy both the Arduino and adafruit sensor schematics into their EDA, then populate component by component into a single compact PCB layout of their choice. This is even easier thanks to big electronics companies providing all their references for free for you to adapt on, here are some examples we like using.

⚙️
SparkFun Electronics
Click the breakout of interest, then go to documents, then schematics.
EasyEDA - Online PCB design & circuit simulator
Logo
(Source: Strange Parts @ YouTubecom)
Adafruit IndustriesGitHub
All of Adafruit's EDA files are up on their GitHub.
Logo
(Source: Techquickie @ YouTube.com)
Logo
(Source: GreatScott! @ YouTube.com)