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
  • 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
Personal Blogs
  • Community Hub
  • More
Personal Blogs
Andy Clark's Blog Creating a part for Fritzing
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Workshopshed
  • Date Created: 27 Mar 2015 8:50 PM Date Created
  • Views 1586 views
  • Likes 9 likes
  • Comments 7 comments
  • fritzing
  • pcb
  • schematic
Related
Recommended

Creating a part for Fritzing

Workshopshed
Workshopshed
27 Mar 2015

As part of the Enchanted Objects Design Challenge I wanted to draw up some circuit diagrams. Given that I was planning to mostly use modules I chose Fritzing rather than Eagle as it's good sketch like diagrams.

 

As I was hoping to use the RGB LED Shield, I needed to make a new part. That was my first problem I could not work out how to create a one. I found out that it was possible to edit an existing part and save it as a new part so I took that approach. I saved a Arduino prototype shield as my starting point and edited it. I tried loading up JPG and PNG files but that simply did not work so I swapped to SVG files and had some more success.

 

There are several steps to the process.

 

  1. Find a similar part and save it as a new part
  2. Enter the Meta data i.e. the name, url, part number etc.
  3. Enter the Connectors data, the name of each of the connectors to match the data sheet.
  4. Find or create an SVG file of the board or component. I had some help from shabaz here with a SVG file. RGB LED Shield diagrams for documentation purposes
    • I tried various editors for SVG files, Visio, Libre Office Draw but Inkscape seemed to be the most reliable for creating files that Fritzing would load.
    • For text labels, make sure the font is OCR A
      image
    • Resize the page to the component
    • Make sure there is not a big white rectangle behind your component
    • Make sure each of the "pin" is a separate SVG object so you can wire it up later
    • In Inkscape I had better results when I saved as a "Simple SVG" file rather than the Inkscape SVG.
    image
  5. Load the SVG file into the part for breadboard
  6. Wire up each of the connectors to the diagram
  7. Repeat 4 to 6 for the schematic and PCB
  8. Load up a picture for the icon, I just used the same one as for the breadboard.

 

You should now be able to use your part in a diagram. I've done a really simple one below in breadboard and schematic styles.

 

image

image

 

I've posted the part up on Github in the electronics folder

https://github.com/Workshopshed/EnchantedObjects

 

Note: I've not wired up the PCB part of it so if you need it to make a motherboard for a shield then you'll have to wire that up yourself.

  • Sign in to reply

Top Comments

  • gadget.iom
    gadget.iom over 10 years ago +1
    Great post! Thanks
  • lokkytron
    lokkytron over 10 years ago +1
    Nice! good content.
  • shabaz
    shabaz over 10 years ago +1
    Hi Andy, That looks great!!
  • balearicdynamics
    balearicdynamics over 8 years ago

    Very good post Andy!

    i have used Fritzing in a discontinued way along the years from the beta version. Now I have moved from Eagle to CS but this tool remain something extremely nice and very useful for certain kind of jobs. For a period it was no longer maintained so I though it was semi-abandoned but during last months I saw that for easy schematics and Arduino projects this is used by many users.

    I like it anyway. I should test the new versions as it seems there was a good evolution.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • lex_b
    lex_b over 8 years ago

    Interesting post!

     

    I've thought of something that would use eight servos. An audio mixer panel with digital or analog driven servos on the boost / cut sliders for each channel, could be controlled via a computer's interface on screen or a program sequencer that plays pre-recorded music or a performance through the mixer and another part of the sequencer has your programmed volume sequence for said tracks your either recording / mastering or are doing a live presentation / concert. Lots of things you can do with this idea.

     

    Here is an example of what I'm referring to, granted this is a 16-channel but an 8-channel would be neat for beginners getting into audio mixing, recording and mastering.

     

    https://www.sweetwater.com/store/detail/SL1602

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 10 years ago

    Hi Andy,

     

    That looks great!!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Workshopshed
    Workshopshed over 10 years ago

    It's a right pain to get new parts in but being able to swap breadboard to schematic gives it the edge over things like Visio.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • clem57
    clem57 over 10 years ago

    Looking at this makes me want to learn to Fritz. Is it time yet? image

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