This software provides a simple way to move your components from EasyEDA into KiCad. You use this tool to turn LCSC parts, footprints, and 3D models into files your KiCad project understands. This graphical interface removes the need to write code or use command lines.
Many electronics designers find parts in the EasyEDA library that they want to use in KiCad. Normally, this process requires technical knowledge of file formats and manual work. This application automates the conversion process.
It handles these items:
- Symbols for your schematic diagram.
- Footprints for your circuit board layout.
- 3D models to visualize your final design.
The tool acts as a bridge. You pick a part from the EasyEDA catalog, and the application generates the ready-to-use library files for your KiCad workspace.
- Windows 10 or Windows 11.
- KiCad 6.0 or newer.
- An active internet connection to fetch component data.
- 200 MB of free storage space.
Follow these steps to set up the tool on your computer.
- Visit the official release page to download the latest version.
- Look for the file ending in
.exeunder the Assets section. - Save this file to your computer.
- Run the installer by double-clicking the file.
- Follow the instructions on the screen to finish the installation.
Once you open the software, you see a clean dashboard. The process follows a simple logic flow.
Every part on the LCSC website includes a unique ID number. Paste this number into the search bar inside the application. This ensures you pull the exact component data you need for your board.
Tell the application where to save your library files. You might want to create a folder specifically for converted parts inside your existing KiCad project folder. Click the "Browse" button to select a location.
Click the "Convert" button. The application talks to the database, downloads the symbol and footprint data, and creates the files for you. A progress bar shows you when the task finishes.
Open your KiCad project. Use the library manager to point to the new folder you created in Step 2. Your new component now appears in your list, ready for your schematic and board design.
If the application fails to fetch a part, check that your internet connection works. Firewalls sometimes block the connection to component databases. Ensure the LCSC ID you entered matches the exact number from the website.
If KiCad does not see the new library, return to the KiCad library manager. Make sure you added the folder as a library path. The program saves files in the standard format that KiCad expects, so you should not see errors if the path is correct.
The tool saves your converted files in a neat package:
.kicad_sym: This file contains all your schematic symbols..kicad_mod: This file holds your footprint data..wrlor.step: These are your 3D models.
Keep these files together in the same folder to ensure KiCad links them correctly.
We update this tool to keep it compatible with new versions of KiCad and changes from the LCSC database. Check the release page periodically for new versions. When you download a newer installer, the setup process will overwrite the old program automatically while keeping your settings intact.
- Create a master library folder for all converted parts. This helps you organize projects.
- Rename parts after conversion if you want a custom naming scheme in your KiCad library.
- Keep your KiCad version up to date to ensure the library files work without issues.
- Back up your library folder regularly to prevent data loss.
Do I need a plugin for KiCad? No. This tool operates as a standalone desktop application. It produces files that KiCad reads natively.
Can I convert multiple parts at once? Run the tool for each specific LCSC ID you need.
Does it work with older KiCad versions? This tool focuses on modern KiCad versions. If you encounter issues on older software, update your KiCad installation first.
Is my computer data safe? The software only accesses the internet to fetch component data from the LCSC server. It does not scan your other files or send your personal information anywhere.