This workshop consists of two parts. 1) Circuit simulation with EasyEDA. 2) PCB design exercise.
In this exercise, we will focus on EasyEDA's simulation. Watch these tutorials to get started:
Open Project: File → Open (Ctrl+O) to browse saved or example projects
Build and test both low-pass and high-pass filters to understand frequency filtering.
What you'll learn:
Useful resources:
📝 Task: Design both low-pass and high-pass filters with cutoff frequency fc = 1kHz. Test each filter by changing the input frequency to verify they work correctly.
Simulate the same LED + capacitor circuit you built in Workshop 0. Observe how the capacitor affects LED behavior when the switch is opened.
What you'll learn:
Demonstrate voltage amplification at resonance: voltage across capacitor can be HIGHER than input voltage!
What you'll learn:
Learn more:
RLC resonance → crystal radio! Antenna → L-C resonance → diode → sound. No batteries needed!
▶ YouTube - Crystal Radio Tutorial
We won't go deeper here to prevent things from getting completely out of hand... 😅
Before diving into PCB (Printed Circuit Board) design, watch this tutorial to get familiar with EasyEDA:
Designing a PCB involves several steps:
Follow the video tutorial for step-by-step instructions.
The schematic is a diagram showing how components are electrically connected.
To add components:
Once your schematic is complete, it's time to create the physical PCB layout.
Routing is drawing the copper traces that connect your components.
Most simple PCBs are 2-layer:
Routing best practices:
EasyEDA has an auto-router, but manual routing is better for learning:
Instead of routing ground traces, create a ground plane:
This provides excellent ground connection and reduces routing!
Note: This is not mandatory, but if the board is milled, it speeds up the work.
Before manufacturing, verify your design meets manufacturing requirements.
Before creating Gerber files, carefully inspect the board:
Gerber files are the industry-standard format for PCB manufacturing.
EasyEDA makes ordering incredibly easy!
For complex designs, use 4-layer boards:
More expensive but much better for noise reduction.
Start with through-hole, progress to SMD as you gain experience.
Last Updated: October 13, 2025 - 13:00