buixuanan / fritzing

Automatically exported from code.google.com/p/fritzing
0 stars 0 forks source link

User-created parts #875

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a space for Fritzing users to upload and share their self-created 
parts with others.

Add your part by adding a comment to this issue and attach your part as a 
.fzpz file. 
(You can get this by right-clicking your part in the parts palette and then 
clicking "Export..")

Make sure you have quality-checked it, and add a description in the comments 
text. If you have any problems with your part, please try to fix it first by 
getting help in the fritzing.org forums.

Original issue reported on code.google.com by andre.knoerig@gmail.com on 22 Oct 2009 at 7:54

GoogleCodeExporter commented 9 years ago
Hi,
I have created the Minia board (http://minitronics.net/).
I hope I have done it correctly !

Original comment by dariosalvi78 on 15 Jan 2011 at 6:47

Attachments:

GoogleCodeExporter commented 9 years ago
http://www.pololu.com/catalog/product/1201
A4983 Stepper Motor Driver Carrier
NOTE: pcb holes haven't been tested, could be slightly out....

Original comment by mathewto...@gmail.com on 20 Jan 2011 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, 
I made a quad 2 input nand gate DM74LS00N.
In the schematic the in A1 and B1 aren't alligned. I don't know why. In Inskape 
they are.

Original comment by gmor...@gmail.com on 21 Jan 2011 at 8:40

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hello,
I made this model of the Atmel Atmega32L microprocessor and hope that it is 
useful :)
Seems pretty accurate to me, but if something is off, holla @ me, and I will 
fix it.

Original comment by hexsk...@gmail.com on 27 Jan 2011 at 6:08

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, 
I made a quad 2 input OR gate SN74LS32N.

Original comment by bastardi...@gmail.com on 27 Jan 2011 at 11:34

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, 
I made a dual 4 input NAND gate SN74LS20N.

Original comment by bastardi...@gmail.com on 27 Jan 2011 at 11:38

Attachments:

GoogleCodeExporter commented 9 years ago
I made a dual 4 input AND gate SN74LS21N.

Original comment by fede9...@gmail.com on 27 Jan 2011 at 11:42

Attachments:

GoogleCodeExporter commented 9 years ago
DM74LS02N

Original comment by zippy1...@gmail.com on 27 Jan 2011 at 11:42

Attachments:

GoogleCodeExporter commented 9 years ago
DM74LS04N

Original comment by zippy1...@gmail.com on 27 Jan 2011 at 11:43

Attachments:

GoogleCodeExporter commented 9 years ago
I made a six 1 input NOT gate SN74LS14N.

Original comment by fede9...@gmail.com on 27 Jan 2011 at 11:44

Attachments:

GoogleCodeExporter commented 9 years ago
Logomatic v2 Serial SD Datalogger from Sparkfun.  This is one of my first 
Fritzing pieces.  The drawings are  accurately sized for major parts and the 
labeling is complete except for some of the Pin definitions that I don't have 
more information on.  In breadboard view, the smaller parts are just 
approximately sketched in to make the board more recognizable.  I haven't 
tested the piece completely, but thought it would be worth sharing it in case 
someone else wants to improve it.  Issues: (1) Some pins don't work in PCB 
view, and I can't figure out why not. (2) I'm not sure that I picked a pin 
order in Schematic view that everyone would like: I forced one power to the 
top, and one ground to the bottom, and tried to keep the other pins in order.  
The battery connections are shown in the schematic view, but don't have 
Fritzing connectors defined. 

Original comment by aembi...@gmail.com on 29 Jan 2011 at 7:25

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Aembi,

Thanks for uploading the logomatic part. I can comment in terms of Fritzing 
technical issues.

First off, the fzpz file doesn't load (it will work for you but no one else).  
This is due to a problem that I've seen before and can't quite remember--I 
think it has to do with re-editing SVGs after you have created the part with 
the parts editor.  The workaround may be that you have to open the part again 
into the parts editor, do a "save as" to create another new part, and then 
export that part.  

The problem with the PCB connectors is in the PCB svg file.  The main issue is 
that there are a number of different SVG elements which have the same id, which 
confuses the hell out of Fritzing.  For example, there are two different 
elements with the id "connector25pin", one a <circle> and one a <rect>.  So 
either you must remove the id from one of the elements (this is probably the 
way to go), or combine both elements by surrounding them with a <g> element and 
removing the id from each inner element. So you'd have

<g id="connector25pin">
   <circle ...>
   <rect ...>
</g> 

Also, re-editing with Inkscape can play tricks, so for example, Inkscape has 
renamed one of the connector ids to "connector25pin-9".  This means that the 
PCB SVG actually "offers" three choices for connector25pin.

I notice also that in both breadboard and schematic views, the connectors are 
labeled "connectorN" rather than "connectorNpin".  This is probably ok, but the 
Fritzing standard is that all connectors have the "pin" suffix (sometimes you 
use the "pad" suffix in PCB view when the part is an SMD).

Hope that helps.

- j

Original comment by irasc...@gmail.com on 30 Jan 2011 at 8:15

GoogleCodeExporter commented 9 years ago
This is a note to Gmor, comment 103. Fritzing's SVG renderer is provided by our 
IDE, which is called Qt, and its treatment of SVGs is sometimes a little 
idiosyncratic.  So your A1 and B1 labels are actually specified differently 
than the other labels--they're specified as multi-line rather than single-line. 
I'm not sure whether you can see the distinction without looking directly at 
the xml.

Cheers,

- j 

Original comment by irasc...@gmail.com on 30 Jan 2011 at 8:33

GoogleCodeExporter commented 9 years ago
Hi,
I made the StartKit Nest for the Flyport. You can find more information about 
Flyport at www.openpicus.com
I didn't do the pcb because it is useless.

Original comment by cladstri...@gmail.com on 31 Jan 2011 at 6:58

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, I upload the SHT71 sensor for the Flyport WebServer.
About the project visit www.openpicus.com

Original comment by stefano....@gmail.com on 7 Feb 2011 at 8:42

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, I upload the SHT71 Sensor for the Flyport WebServer Project.
About the project visit www.openpicus.com

Original comment by stefano....@gmail.com on 7 Feb 2011 at 9:21

Attachments:

GoogleCodeExporter commented 9 years ago
This is a reply to comment 115, the StarterKit nest part.  The breadboard and 
schematic views look fine, assuming it was intentional that reset pin doesn't 
have a connector.  I see that the PCB view wasn't laid out, but I was wondering 
"useless" in what way.

Thanks.

- j

Original comment by irasc...@gmail.com on 8 Feb 2011 at 2:48

GoogleCodeExporter commented 9 years ago
HI
Arduino UNO Board part

Original comment by supergui...@gmail.com on 10 Feb 2011 at 2:24

Attachments:

GoogleCodeExporter commented 9 years ago
Logomatic_v2  A Serial Datalogger with Micro SD storage from Sparkfun. (I think 
there is a newer hardware version out now, that is still called "v2", and I 
don't know if the pinouts are the same.)

The Jan 28,2011 upload of this draft part did not work. Here is another try. I 
have modified the artwork just a bit, completely re-entered the connections 
after carefully deleting all of their artifacts from the svg files, saved it as 
a new part when all complete, and finally exported the .fzpz file.  I will 
delete the earlier non-working file from my earlier post if I can.

Comments on making the part: I think that many hidden rectangles from prior 
connection definitions came into my svg files when I copied pin connection art 
work from other parts. They really confused Fritzing.  I learned that it is 
important to figure out how to discover them and to remove them right at the 
beginning.  In Inkscape, one can copy a single connector into a new svg file, 
save it, and view it in a text editor to be really sure.

Original comment by aembi...@gmail.com on 14 Feb 2011 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
I made a part: it is the Wiichuck Adapter by Todbot:
http://todbot.com/blog/2008/02/18/wiichuck-wii-nunchuck-adapter-available/

The part is not perfect, but it works for me (so perhaps for more people).
With kind regards,

Gidi van Liempd

Original comment by gidi.van...@gmail.com on 14 Feb 2011 at 4:38

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
LCD EA DIP204-4 (V2.0) - some error corrections
ACS714 and ACS715 breakout board from pololu

Original comment by katergar...@web.de on 20 Mar 2011 at 3:54

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I just created a LM 311 voltage comparator. Needed it for a project and though 
I'd pass it along.  Have fun comparing voltages... 

Original comment by sreq...@yahoo.com on 22 Mar 2011 at 5:04

Attachments:

GoogleCodeExporter commented 9 years ago
Seeeduino Mega v1.22, a new version with some error corrections...

Original comment by katergar...@web.de on 22 Mar 2011 at 1:35

Attachments:

GoogleCodeExporter commented 9 years ago
Hello everyone, i'm working on a project with Arduino and the Polar RMCM01.
I've made the Fritzing version of the Polar Reciver, with all the descriptions 
of each pin and the best graphic possible, i hope you enjoy my work.

Matteo.

Original comment by matteo.t...@gmail.com on 1 Apr 2011 at 9:21

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hello all I'm new to all this and I made this part for the 
cellular-shield-for-arduino-sm5100b I use the PCB svg file from the arduino 
having problem with setting connection points in other photos that I save as 
svg files the software crashes ever time anyone have any clues to with I'm 
doing wrong

Original comment by vierling...@yahoo.com on 5 Apr 2011 at 6:17

Attachments:

GoogleCodeExporter commented 9 years ago
Xbee - Simple Board
Hi everybody,
this is my version of the Xbee - Simple Board for arduino.
I hope this part like you.

Power & Equality :P

Regards
Robert(1)

Original comment by ernest.m...@gmail.com on 6 Apr 2011 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
another part
Solar Charger Liporider - Seeed Studio

Original comment by ernest.m...@gmail.com on 6 Apr 2011 at 2:42

Attachments:

GoogleCodeExporter commented 9 years ago
DS1820 Dallas Temperature Sensor

Original comment by saxma...@hotmail.com on 12 Apr 2011 at 2:40

Attachments:

GoogleCodeExporter commented 9 years ago
Relay 5v Submini 8 pin DPDT

Original comment by dorfmand...@gmail.com on 3 May 2011 at 10:19

Attachments:

GoogleCodeExporter commented 9 years ago
@133 (Jeff Dorfman - DPDT Relay
Thanks for this part.  You appear to have V+ and V- switched in the schematic 
view.  Also pins in a relay are not labeled ground, they are COM (common) and 
can be connected to anything.  One last note - in most DPDT relays the common 
pins are closest to the coil (your pins 3 and 10), and the NC pins are your 4 
and 9.  It would be good to show the NC/NO switch lines as well.  See, for 
example, 
http://dm.risd.edu/courseblogs/7026-s11/dc-motor-reversing-with-a-relay/

Original comment by ericjfor...@gmail.com on 4 May 2011 at 5:17

GoogleCodeExporter commented 9 years ago
SparkFun IMU 5DOF

Original comment by vallekano on 18 May 2011 at 11:15

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by irasc...@gmail.com on 30 May 2011 at 8:44

GoogleCodeExporter commented 9 years ago
TouchShield Slide..
its not perfect - the connectors in the schematic don´t "join" at the 
extremeties of the parts' pins. Acknowledgements to the original respective jpg 
artwork copyright holders eleki-jack.com, alibaba, Uniworks International LLC.

Original comment by gregorya...@gmail.com on 31 May 2011 at 12:00

Attachments:

GoogleCodeExporter commented 9 years ago
Here is an ADXL345 I just made, I am having problems with the text constantly 
shifting to the left slightly after I finish all the connections and save the 
part. If anyone knows how to correct it, be my guest. I've tried 3 or 4 times 
by creating the text farther to the left in the source svg, but that did not 
help what I was looking for.

Original comment by erichahn...@gmail.com on 1 Jun 2011 at 11:07

Attachments:

GoogleCodeExporter commented 9 years ago
To the question about the shifting text in comment 138, the problem is that the 
SVG renderer that Fritzing uses works best with SVG Tiny 1.2.  What this means 
is that it can't handle certain non-tiny-1.2 elements very well, and one of 
those is a <text> element containing a <tspan> element.  I believe the next 
version of Fritzing will automatically convert this, but for now you could open 
up your SVGs in a text or xml editor and replace "<text" with "<g" and replace 
"<tspan" with "<text".

Original comment by irasc...@gmail.com on 1 Jun 2011 at 11:17

GoogleCodeExporter commented 9 years ago
8x8 LED Matrix 1388ASR, This is a part I made for my 8x8 LED Matrix. I found 
Fritzing a few days ago, one heck of an upgrade from expressPCB, I'm going to 
enjoy the autoroute no more hours of laying traces, but my part wasn't listed 
so I whipped one up. Its the "common anode" LED Matrix of the ones in the 
datasheet. 

Enjoy,
Doogie

Original comment by area51un...@gmail.com on 2 Jun 2011 at 1:43

Attachments:

GoogleCodeExporter commented 9 years ago
@Comment 140 8x8 LED Matrix:

This is a very cool part - made with love. I'm looking forward to see your 
project on the project section on the Fritzing website :)

The Row 3 Adode connection in the scematic view is a little bit off and you 
have to change the gender of the Row 7 Anode – it is male, I guess. That it 
will snap in the breadboard like the others.

But anyway: Thank you for this part!

Original comment by stefanhermann79@googlemail.com on 2 Jun 2011 at 6:33

GoogleCodeExporter commented 9 years ago
I'm trying to fuse as they do not have any but I can not aver an appropriate 
icon if someone can upload a fuse fact, if you have or tell me where to get an 
icon for the program to serve thanks.

Original comment by alehandr...@gmail.com on 7 Jun 2011 at 3:11

GoogleCodeExporter commented 9 years ago
Hi, this is the Texas Instruments Launchpad-MSP430G2. It's like an arduino on a 
budget. It's intended for the MSP430 Value Line range of processors. 

It's my first part, so I hope I've done it correctly. If not, I'd sure 
appreciate some feedback. 

Original comment by acj.isen...@gmail.com on 8 Jun 2011 at 7:35

Attachments:

GoogleCodeExporter commented 9 years ago
@acj: Thanks for the Launchpad, it's looking good! We don't have a physical one 
here, so we can't check if the dimensions and pin positions are all correct, 
but otherwise it looks fine. You could test this by doing a (unscaled) printout 
of the part in PCB view and check if it aligns with the physical part.

Original comment by andre.knoerig@gmail.com on 14 Jun 2011 at 4:15

GoogleCodeExporter commented 9 years ago
@andre: Thanks for the tip. Tried it and it all seems to check out. All in all 
it was quite fun to make this part. I'll see if I can do some other parts that 
people have requested. It's nice to be able to contribute to such a great app.  

Original comment by acj.isen...@gmail.com on 14 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Jeff made the Propeller Platform USB board by Gadget Gangster (as seen on the 
site http://gadgetgangster.com/find-a-project/56?projectnum=257 ) and I added 
the pin descriptions and other labeling. I hope it encourages other Prop-Heads 
to join in Fritzing and start creating and sharing.

Original comment by egm...@gmail.com on 16 Jun 2011 at 11:40

Attachments:

GoogleCodeExporter commented 9 years ago
Here's an IR Reciever(VISHAY TSOP22). 

My parts could use some clean up of the XML, but they are usable now. I've 
setup a GitHub repository for my Parts. That is where I'll update the files and 
make them as clean as possible. Feel free to stop by.

URL: https://github.com/commesan/FritzingParts

Next up... Line following sensor

Original comment by acj.isen...@gmail.com on 17 Jun 2011 at 7:29

Attachments:

GoogleCodeExporter commented 9 years ago
Added Line Tracker V3 from DFRobot

Original comment by acj.isen...@gmail.com on 19 Jun 2011 at 8:14

Attachments:

GoogleCodeExporter commented 9 years ago
ds1307RTC.fzpz crash!

Original comment by matteo...@gmail.com on 19 Jul 2011 at 7:49

GoogleCodeExporter commented 9 years ago
The ds1307RTC attached to this comment should load now.  BTW, at least for me, 
when loading the earlier version of the part, Fritzing put up a message box 
saying there was a problem with the part.  Did Fritzing actually crash or did 
you get the message box as well?

Original comment by irasc...@gmail.com on 19 Jul 2011 at 8:42

Attachments: