I’ve been looking at Eagle and KiCAD, trying to decide which one is worth the investment of my time. Right now, KiCAD is coming out ahead, despite the tremendous popularity of Eagle. I like KiCAD because there is no board size limit, and the footprints aren’t tied to the part numbers (being somewhat anal, I like to design my own, thank you very much!)
So- I’m prolly gonna go for KiCAD. I’m interested in hearing from users out there- pro and con.
Thanks!!
(CAD or not, though, I’ll NEVER give up my quadrille-ruled Lab Notebooks!)
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: CircuitPython Comes to the ESP32-P4, Emulating Arm on RISC-V, and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
I’m an Eagle user, learning most of it through work projects on the company full license, so I never ran into board constraints. That being said, the result of Farnell’s acquisition of Cadsoft is still up in the air. At this point, it can go one of two ways, either for the better or the worse.
I have been laying out PCB’s for quite a while. I have used a number of PC based tools. One place I worked had a few copies of Eagle to try, but our main tool was Protel 99SE and then Altium Designer. The copies of Eagle that we had seeme to cost almost as much as Protel When I went to a new company that did not have any tools, I selected Kicad. I was able to get the job done with the help of tutorials and the Kicad Yahoo Group.
There is not any board package that I have used that does not have problems that they should not have. On Kicad, I like the fact that I can import and export dxf. I like the fact that the databases are ascii and I can edit them to do what the package can’t do i.e. make a mounting hole with no copper. I would also like to identify whether holes are plated or not and I would like to be able to include copper traces in footprints (modules). Kicad is fairly easy to build parts in, which is good because I have learned by disaster not to use pre-built symbols on the pcb. It is also essential for me that the package generate extended gerber output so I don’t have to fool with aperture files. Kicad does not do a good job drawing arcs. They only go counterclockwise and they cannot be started and stopped at any angle.
I’m an Eagle user, learning most of it through work projects on the company full license, so I never ran into board constraints. That being said, the result of Farnell’s acquisition of Cadsoft is still up in the air. At this point, it can go one of two ways, either for the better or the worse.
KiCAD is a true eCAD tool, exporting to gerbers is there as it has to be.
I prefer KiCAD for one major reason. The file format is open source. Why are we using closed source tools for open source projects?
I have other minor annoyances with Eagle (I’m a pro, so I’m used to OrCAD and the such), but that’s a personal preference thing, so I won’t bother.
I have been laying out PCB’s for quite a while. I have used a number of PC based tools. One place I worked had a few copies of Eagle to try, but our main tool was Protel 99SE and then Altium Designer. The copies of Eagle that we had seeme to cost almost as much as Protel When I went to a new company that did not have any tools, I selected Kicad. I was able to get the job done with the help of tutorials and the Kicad Yahoo Group.
There is not any board package that I have used that does not have problems that they should not have. On Kicad, I like the fact that I can import and export dxf. I like the fact that the databases are ascii and I can edit them to do what the package can’t do i.e. make a mounting hole with no copper. I would also like to identify whether holes are plated or not and I would like to be able to include copper traces in footprints (modules). Kicad is fairly easy to build parts in, which is good because I have learned by disaster not to use pre-built symbols on the pcb. It is also essential for me that the package generate extended gerber output so I don’t have to fool with aperture files. Kicad does not do a good job drawing arcs. They only go counterclockwise and they cannot be started and stopped at any angle.