element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
RoadTest Forum Would You Be Interested in Roadtesting KiCad EDA?
  • Blog
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 77 replies
  • Subscribers 2554 subscribers
  • Views 8326 views
  • Users 0 members are here
  • kicad
  • roadtest survey
Related

Would You Be Interested in Roadtesting KiCad EDA?

rscasny
rscasny over 2 years ago

KiCad has a following on the element14 Community, so we figured it would be a good thing to roadtest. It's a little different than what we usually roadtest, so we have a few questions. KiCad is free, so we were wondering what the potential roadtesters would like to see in the roadtest kit. There was a suggestion for the roadtesters to design a Raspberry Pi HAT. But we could also use a Pi/Ardunio library or even someone's own design. 

I have some polls below. I'd appreciate you voting. Thanks.


  • Sign in to reply
  • Cancel

Top Replies

  • robogary
    robogary over 2 years ago +5
    Maybe a bit off the wall, but wouldnt a nice part of a road test include actually get a 5 pack of their fabs made for participants ?
  • shabaz
    shabaz over 2 years ago in reply to misaz +5
    I suspect Design Challenges are intensive work, whereas Project14 is a lot lighter touch to support. It's a lot of effort to ship low-cost boards, so it might be better for any applicant to just swallow…
  • charlieo21
    charlieo21 over 2 years ago +4
    This sounds interesting but I'm not sure that the roadtest format is the best for this, maybe a design challenge could be more appropriate.
Parents
  • embeddedguy
    embeddedguy over 2 years ago

    I used Kicad EDA for so long now and have made some designs using it.

    My idea is to make a schematic design in EAGLE and then switch to Kicad for PCB layout. The reason is that EAGLE offers good schematic design features compared to Kicad while Kicad has good features in PCB layout design. Also, it is open source.

    It would be really interesting to do a roadtest and one which covers different aspects such as Schematic design, PCB layout, Simulation of the circuit with Spice, Antena impedance calculation etc. That way we can Roadtest Kicad in a more effective manner. And also check how the theoretical values match practical performance.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to embeddedguy

    The EAGLE import into KiCad is really excellent. However, it might be difficult to do this as a regular workflow, since the import is really just for working with legacy projects.

    Maybe it's possible to adjust the defaults in KiCad and EAGLE to match more closely so that it could be a regular workflow, but I think that will be tricky.

    In any case, KiCad is really good for EAGLE enthusiasts who want to maintain legacy projects. 

    I've wanted to make some changes to an old EAGLE project, and instead of just editing the project in EAGLE, I imported it all into KiCad.

    The left side is EAGLE, the right side is the KiCad import. Looks really good (although I will need to make a few minor tweaks for cosmetic purposes):

    image

    The fonts are different to the ones that KiCad uses by default, so that will be a bit annoying when adding new KiCad parts which use more normal fonts. Anyway it's a cosmetic thing (I was able to resolve it by doing search-and-replace of the font size in the .kicad_sch file, using a text editor).

    Also the PCB gets imported too, and it looks spot-on. During the import, the Auto-Match Layers button should be clicked. It won't auto-match EAGLE tRestrict and bRestrict layers which is a bit odd, but it's easy to resolve; simply set  the tRestrict layer to map to KiCad layer User.1 and set bRestrict to User.2. This seems to work,although I have no idea why. It was simply trial-and-error and it works for me.

    image

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to shabaz

    I learned a few things while importing that EAGLE project. I have tried it with another project, to check if it was project-specific or not. There are a few things worth discussing, I've placed it in a separate blog post:

     Working with KiCad 7: Importing EAGLE files  

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • embeddedguy
    embeddedguy over 2 years ago in reply to shabaz

    I think KiCad will become even more famous amongst makers learning EAGLE is going to be discontinued (I read that Autodesk is going to discontinue EAGLE). Thinking

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • embeddedguy
    embeddedguy over 2 years ago in reply to shabaz

    I think KiCad will become even more famous amongst makers learning EAGLE is going to be discontinued (I read that Autodesk is going to discontinue EAGLE). Thinking

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube