Fritzing Parts – First Set

Fritzing is an open-source electronics design program used for visually prototyping electronic systems. The output from Fritzing can be used to create PCB layouts that will subsequently be produced as physical boards. The creators of Fritzing state that it is made “in the spirit of Processing and Arduino” and is intended to “support designers, artists, researchers and hobbyists to take the step from physical prototyping to actual product.”

Fritzing Screenshot

A typical view in the breadboard mode of Fritzing.

 

One of the issues with visual prototyping software is the need for graphical representations of the individual parts. Fritzing in particular requires three SVGs (Scalable Vector Graphic): one for the breadboard view (that is, the physical representation of the device/compontent), one for the schematic view, and one for the PCB view (which is used for producing the PCB).

Comparison of SVGs

From left to right: 1. the actual module; 2. the breadboard view; 3. the schematic view; 4. the PCB view

 

The group of ten boards

The group of ten boards

 

The group of ten boards

The group of ten boards, numbered

 

The boards are as follows:

  1. FC-28 Soil Hygrometer Probe
  2. NRF24L01+ Radio Transceiver Chip
  3. MPL115A1 Breakout Board
  4. ENC28J60 Ethernet Breakout Board
  5. BMP180 Barometer Breakout Board
  6. Catalex MicroSD Breakout Module
  7. NRF24L01+ Serial to TTL Adapter Module
  8. BH1750FVI Breakout Board (GY-30)
  9. TinyRTC DS1307 Breakout Board
  10. FC-28 Soil Hygrometer Board
  11. RedBot Accelerometer Board

 

layer_list_1

This image gives an idea of how many elements end up in a single part – the box on the right represents a fraction of the overall number of elements. Thankfully Illustrator is quite simple and efficient to use.

 

The motivation for making these parts was the fact that many of my personal electronics projects required parts that were not available (a fairly common occurrence).

Anyhow, for those interested in making their own, there are a few tutorials available that guide you through the process of making parts for Fritzing; I used the one from SparkFun here: https://learn.sparkfun.com/tutorials/make-your-own-fritzing-parts.

As far as I can tell, the tutorials all give general guidance (e.g. what to name layers, what colours to use, typeface requirements).

I’m currently in the process of submitting these parts to the Fritzing project – hopefully they’ll be available to everyone soon.

 

Update:

The parts are now available at the Fritzing parts repository (https://code.google.com/p/fritzing/issues/detail?id=2753). The parts are released under the CC BY-SA 3.0 license (https://creativecommons.org/licenses/by-sa/3.0/).

The parts (with their respective links):

 

*Currently finding a proper datasheet for the schematic portion.

 

Update 2:

 

Feel free to leave a note in the comments about how you used the parts. Thanks.