# EasyEDA
###### tags: `tutorial` `electrical_system` `NTURT` `CAN bus`
##### Author: @solarLiterature
## Prologue
<!---
When using electronic components, it is often mandatory to design and order PCB(printed circuit boards) on our own. Since readily made modules, sensors and development boards don't always fit our particular requirements. In Electrical System Group, we use the online software called EasyEDA to draw the schematics and circuit layout for the needed PCB ourselves. In this part of the course, there's a few videos showing how to use the software. If you are new to the software, it is always nice to mess around with all the functionalities before actually building something rigorously just to see what works and what doesn't.🔌
-->
When working with electronic components, there are instances where we must design and order our own PCBs (Printed Circuit Boards) since off-the-shelf modules, sensors, and development boards may not always meet our specific requirements. In the Electrical System Group, we rely on an online software called EasyEDA to create the schematics and circuit layouts for the custom PCBs we need. In this section of the course, you'll find several helpful videos that demonstrate how to effectively use the EasyEDA software.
For those who are new to EasyEDA, it's beneficial to explore all the functionalities of the software before diving into complex projects. Taking the time to experiment and familiarize yourself with the tool will help you understand what works best and what doesn't, ensuring a smoother and more efficient PCB design process. So, feel free to explore and play around with EasyEDA to get comfortable with its features before delving into more detailed and intricate projects. Happy circuit designing! 🔌
## Youtube
- [EasyEDA教學1](https://www.youtube.com/watch?v=UrPa0v8mleU)
- [EasyEDA教學2](https://www.youtube.com/watch?v=_WZ_xXmo9w8)
- [EasyEDA教學3](https://www.youtube.com/watch?v=NzwYRgIQxdc)
- [EasyEDA教學3](https://www.youtube.com/watch?v=LT3jops5Vt4)
## Topic
<!---
Below is a crude design of a shield for the blue pill. Try to recreate the schematic and layout the PCB. Use a two sided PCB and keep the board size within 100mm\*100mm.
-->
Please find below a basic design of a shield for the blue pill microcontroller. Please recreate the schematic and lay out the PCB. For the PCB design, please use a two-sided board, and ensure that the board size remains within the dimensions of 100mm*100mm.

:::info
Note: It is not necessary to use the same blue pill footprint as this one.
:::
### How to hand in
After finishing, export as EasyEDA in the Files tab to export the schematic, then export the gerber file of your PCB as well. Put the 2 files together in a single folder, then after finishing the electronics topic, please compress both folder together into a single .zip file.
## Further Readings
So far, we have talked about how to design circuits and make PCBs, but we didn't talk about how to design PCBs.
For simple circuits or demos PCB layout isn't too critical, but it can be in noisy or sensitive environments.
If you would like to know more about PCB design, I recommend:
[Phil's Lab](https://www.youtube.com/@PhilsLab)
This channel talks about PCB design, DSP, STM32, FPGA and many more. The tutorials are very thorough and clear.
[Altium](https://www.youtube.com/@AltiumOfficial)
[Altium Academy](https://www.youtube.com/@AltiumAcademy)
Altium is an commercial EDA for PCB design. Their official channel contains great webinars and tutorials that is surprisingly easy to understand.