0
0
Embedded-cHow-ToBeginner · 3 min read

How to Create a Project in EasyEDA for PCB Design

To create a project in EasyEDA for PCB design, first log in to your EasyEDA account, then click New Project on the dashboard. Enter your project name and description, choose the project type (schematic or PCB), and click Create to start designing.
📐

Syntax

Creating a project in EasyEDA follows a simple pattern:

  • Login: Access your EasyEDA account.
  • New Project: Click the New Project button on the dashboard.
  • Project Details: Enter a Project Name and optional Description.
  • Project Type: Select Schematic, PCB, or Library.
  • Create: Click Create to open the project workspace.
plaintext
1. Login to EasyEDA
2. Click 'New Project'
3. Fill in 'Project Name' and 'Description'
4. Select 'Project Type' (Schematic/PCB/Library)
5. Click 'Create'
💻

Example

This example shows how to create a new PCB project named "MyFirstPCB" in EasyEDA:

  1. Open EasyEDA website and log in.
  2. Click the New Project button on the top right.
  3. In the popup, enter MyFirstPCB as the project name.
  4. Optionally add a description like "First PCB design project".
  5. Select PCB as the project type.
  6. Click Create to open the PCB editor.
plaintext
Step-by-step commands:
1. Login to EasyEDA
2. Click 'New Project'
3. Project Name: MyFirstPCB
4. Description: First PCB design project
5. Project Type: PCB
6. Click 'Create'
Output
A new PCB project named 'MyFirstPCB' opens in the EasyEDA editor ready for design.
⚠️

Common Pitfalls

Some common mistakes when creating projects in EasyEDA include:

  • Not logging in before creating a project, which prevents saving your work.
  • Leaving the project name blank or using special characters, causing errors.
  • Choosing the wrong project type (e.g., schematic instead of PCB) and needing to start over.
  • Not clicking Create after filling details, so the project does not open.

Always double-check your inputs and ensure you are logged in.

plaintext
Wrong way:
1. Open EasyEDA without login
2. Click 'New Project'
3. Leave 'Project Name' empty
4. Click 'Create' (nothing happens or error)

Right way:
1. Login to EasyEDA
2. Click 'New Project'
3. Enter valid 'Project Name'
4. Select 'PCB'
5. Click 'Create' to open project
📊

Quick Reference

StepActionNotes
1Login to EasyEDARequired to save projects
2Click 'New Project'Located on dashboard top right
3Enter Project NameUse simple names, no special chars
4Add Description (optional)Helps identify project later
5Select Project TypeChoose PCB for board design
6Click 'Create'Opens project workspace

Key Takeaways

Always log in to EasyEDA before creating a project to save your work.
Provide a clear project name and select the correct project type (PCB) for your design.
Click 'Create' after entering details to open the project workspace.
Avoid special characters in project names to prevent errors.
Use the dashboard's 'New Project' button to start quickly.