wokwi / easyeda2kicad

Convert EasyEDA designs to KiCad EDA
https://wokwi.com/tools/easyeda2kicad
Other
287 stars 39 forks source link

Does able to convert schematic file also? #2

Open yangjianlin-c opened 4 years ago

yangjianlin-c commented 4 years ago

Thank you. It's quite a excellent tool. That can convert easyeda pcb file to kicad, include netlist. Is there any way to covert PCB file to schematic file? Or directly convert schematic from easyeda?

urish commented 4 years ago

Thanks for your feedback! Schematic is not currently supported, only the board layout. If there is enough demand, I may add it in the future

yangjuncode commented 4 years ago

it will be awesome if both schema and pcb can export.

mtiutiu commented 4 years ago

Awesome indeed so I vote :+1: for this one also.

mtiutiu commented 4 years ago

@urish Is there a plan for this one also? It would be helpful in case of big schematics as it gets tedious to be re-created by hand in KiCAD. Indeed PCB conversion is more important at this point but I think this one will be also in the future IMHO.

I can help with testing of course but not on the development side 'cause I'm not a good programmer :smile:.

Thanks.

urish commented 4 years ago

@mtiutiu not sure yet - I'm checking with some friend who may want to look into it

urish commented 4 years ago

@karinchechik started working on this

urish commented 4 years ago

For the time being, the code only handles the conversions of wires in schematics. The command for converting the schematics is the same as PCB, and the program automatically detects the file type and performs the conversion accordingly:

easyeda2kicad filename.json filename.sch

Components, junctions, texts, etc. are not supported yet. Also multi-page schematics are not supported (only the first page will be converted).

urish commented 4 years ago

The latest release (1.6.0) also add supports for Junctions and No Connect flags in schematics.

thecriticalpoint commented 3 years ago

Thank you @urish. You made an incredibly useful thing.

Just out of curiosity is what would it take for you to be motivated enough to want to have it convert the easyEDA schematic? If that isn't a valid question in 2021 is there another way to perform this task with possibly another tool that didn't exist in Feb 2020. A lots's happened since then.

urish commented 3 years ago

@yaybee worked on it in #58, but unfortunately I haven't had the time yet to go over the changes and integrate them

M10CUBE commented 2 years ago

Grate tool. I am waiting for the schematic conversion to finish. Then it will be a complete tool. How about making it a plugin tool inside KICAD. New version 6 as they say is very "plugin friendly"

ghost commented 2 years ago

I would like to also express my interest for supporting schematic conversion.

gsrobotics commented 2 years ago

I would like to also express my interest in supporting schematic conversion.

jrsphoto commented 2 years ago

Yes, please. I know this is an old thread but if you could add schematic conversion you would save me weeks, of time..

urish commented 2 years ago

Unfortunately, I do not have the bandwidth to add this feature.

yangjuncode commented 2 years ago

here is a python version: https://github.com/uPesy/easyeda2kicad.py

urish commented 2 years ago

@yangjuncode thanks for sharing! Cool to see that your version also supports 3d module conversion.

M10CUBE commented 2 years ago

Guys this is getting better and better. I hope to see soon a final version that does it all. Congratulations to everybody. Our team without KiCAD will never could do this contribute to the community: www.wizcube.eu Easyeda is a place where useful material can be found and transferred to KiCad to easy community designs. Thanks again guys...

greenonline commented 1 year ago

Schematic conversion would be very useful.

boromyr commented 1 year ago

Is there a hope that the schematic conversion will be implemented?

KthProg commented 8 months ago

Really need this. The only reason I'm even using KiCAD is because EasyEDA completely borked the PCB created from my schematic, so I need to restart with the schematic in better software.

channelsixlabs commented 7 months ago

One more vote for EasyEDA schematic conversion support. Thanks!