element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
  • About Us
  • 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
PCB Design, Prototyping and Production
  • Products
  • More
PCB Design, Prototyping and Production
PCB Forum Symbols and footprint support for Arduino in KiCad 7.x
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join PCB Design, Prototyping and Production to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 13 replies
  • Subscribers 124 subscribers
  • Views 7361 views
  • Users 0 members are here
  • arduino kicad
  • arduino libraries
Related

Symbols and footprint support for Arduino in KiCad 7.x

colporteur
colporteur over 2 years ago

I've encountered some Design Rules Checker warning messages when creating a PCB, that appear to be related to the libraries provided at https://github.com/Alarm-Siren/arduino-kicad-library . I'm wondering if members have any experience using the libraries provided at this link.

image

The libraries appear to be the official support for the Arduino. I used the Arduino_Mega2560_R3_shield footprint on a test PCB without adding any components and received the same warnings.

image

This is the first time I have used these libraries. I followed the install instructions at the site and also tried installing the libraries manually. I get the warning no matter how they are installed. I noticed some anomalies when I looked closer at the templates. The lines highlight some of them. (i.e. there are a few orphaned D0's). These appear to be what DRC is complaining about.

Since I haven't used these libraries before I curious if anyone can share their experience.

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 2 years ago +6
    Hi Sean, They are just warnings so they are unlikely to cause harm, having said that, as you say, it looks like it is related to that text etc. The library is just created by an individual, not an…
  • colporteur
    colporteur over 2 years ago in reply to alarmsiren +2
    Thank you for the reply. My intention in making the post was to rule out PBKECK, problem between keyboard and chair. I am new to KiCAD 7 and KiCAD in general. There was a very strong likelihood the problem…
  • alarmsiren
    alarmsiren over 2 years ago +1
    Hi Colporteur, I am the creator of this library, and I'm sorry that you have had trouble with it. From what I can see, some of your warnings are unrelated to the library - the only four I can replicate…
Parents
  • shabaz
    shabaz over 2 years ago

    Hi Sean,

    They are just warnings so they are unlikely to cause harm, having said that, as you say, it looks like it is related to that text etc.

    The library is just created by an individual, not an Arduino employee, so it may work or it may not. I don't trust random libraries because they are frequently faulty, and I would rather be making mistakes of my own creation.

    Since (from what I can tell) Arduino have not published an official library for KiCad, and since I'm very familiar with EAGLE (which is what they have published) I was able to convert it into KiCad format directly from the official Arduino EAGLE files, and placed the Arduino Mega2560 Rev 3 symbol and footprint on GitHub.

    If you want to see how it is done, it is documented here:  Working with KiCad 7: Importing EAGLE files  

    There may be errors since it is not an automated process, but personally I would trust this more. If you decide to use it, you may wish to edit or refine it, but it is usable as-is. Please double-check your PCB files before you submit them, if this library is used, since I have just created it and clearly it's not been tested.

    If anyone else can spot any errors, I'd be grateful for the information. I probably won't incorporate any enhancements (like holes or silkscreen) unless someone submits a merge request, but I will correct any physical/electrical errors.

    This library has zero DRC errors with KiCad 7.

    image

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

    Forgive my ignorance does this include the symbol also.

    I was using a Mega 2560 symbol that got replaced. The replacement symbol switched around the voltage and gnd groups. Pain in the ***.

    I've redone all schematic and PCB work with the new file from this source. Then I discovered the error. SHITE!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • colporteur
    colporteur over 2 years ago in reply to shabaz

    Forgive my ignorance does this include the symbol also.

    I was using a Mega 2560 symbol that got replaced. The replacement symbol switched around the voltage and gnd groups. Pain in the ***.

    I've redone all schematic and PCB work with the new file from this source. Then I discovered the error. SHITE!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • shabaz
    shabaz over 2 years ago in reply to colporteur

    Hi Sean,

    It's both the symbol and the footprint. I created a dummy schematic and PCB to test them both.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
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