7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-21 20:23:44 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Elnur Hajiyev
d2748c5533 Add Panasonic 15E-L 16mm radial inductor
See merge request kicad/libraries/kicad-footprints!3380
2023-12-17 16:26:34 +00:00
aris-kimi
7429d67f1d Add quadruple chokes: TDK B82746S, B82767S4, VAC T60405-S6123-X402
Rework some other similar TDK/VAC triple chokes at the same time.

See merge request kicad/libraries/kicad-footprints!3283
2023-10-07 20:55:19 +00:00
aris-kimi
5a49a3c5f4 Update ds URL in L_Mount_Lodestone_VTM and Filter_Schaffner_FN40 2023-09-20 07:53:38 +00:00
aris-kimi
15631c0727
Add 4 footprints for L_CommonMode_TDK_B82747E6xx3A040 2023-09-06 15:46:31 +00:00
Kevin JOLY
648733a6ea Fix Schaffner RN112-04 DRC error 2023-04-15 17:45:29 +00:00
aris-kimi
3b815692b5 Add PulseElectronics_PH9455xxxxNL common-mode chokes 2022-09-03 16:17:17 +00:00
aris-kimi
8a57f2d074 Added two three-phase chokes
Inductor T60405-S6123-X140
Inductor T60405-S6123-X240
2022-04-14 19:22:27 +00:00
cpresser
ee227da2af Save every single footprint using kicad v6 2022-01-04 17:40:30 +00:00
Seth Hillbrand
515da98f1c Update footprints to use new 3D environmental variable 2020-12-31 09:55:18 -08:00
Jacob E. F. Overgaard
3cec69d28d
Update murata naming to Murata ()
* Update murata naming to Murata

fix
- Converter_DCDC
- Crystal
- Inductor_THT

* Update file names to 'Murata'.

Initial commit did not include renaming
of the file names directly. This is now fixed

* Include changes suggested in PR at https://github.com/KiCad/kicad-footprints/pull/1681#issuecomment-694798043

* Fix Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm_HandSoldering

* Fix Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm_HandSoldering

* Fix Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm_HandSoldering
2020-09-28 10:02:12 +02:00
Florian Gärtner
9b6fb29808
Inductors Choke Schaffner - corrected description wrong manufacturer name / RN142,RN143,RN202 mechanical corrections / added RN218 () 2020-03-13 12:39:24 -07:00
HB9GKW
2a4ee84a4a
Fixed wrong pin spacing in Choke_Schaffner_RN202 and missing pins in Converter_DCDC_XP_POWER-ITxxxxxS_THT ()
* Fixed wrong Y pin spacing of Choke_Schaffner_RN202

Y pin spacing before was 10mm and has been fixed to 15.2mm.

* Fixed missing pads required for XP Power ITQ series

Current footprint Converter_DCDC_XP_POWER-ITxxxxxS_THT is incompatible for linked XP Power ITQXXXXS(A) series as pins 5 and 8 are missing. For ITQXXXSA (single output) series these pins are not used but physically there while for ITQXXXXS (dual output) series pin 8 is required for negative output voltage.

Changes:
1. Added missing pads for pin 5 and 8
2. Updated the link of both ITX and ITQ series datasheets

* fixed wrong pad to silkscreen Y offset
2020-02-27 11:58:42 -08:00
Lev
b0bbfb0b4f Fix outline of WE-CMB-XS ()
Signed-off-by: Levente Kovacs <leventelist@gmail.com>
2020-01-19 09:09:11 +01:00
evanshultz
3e69404e08 Create L_Mount_Lodestone_VTM950-6.kicad_mod () 2019-09-06 18:27:05 +02:00
Arnaud Ferraris
843369eaf2 Add Murata 1200RS inductor footprint ()
* Add Murata 1200RS inductor footprint

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@gmail.com>

* Fix Murata 1200RS pads

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@gmail.com>

* Use correct case in Murata 1200RS name

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@gmail.com>

* Modify pitch as [pitch_x]x[pitch_y] for Murata 1200RS inductors

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
2019-05-01 09:26:23 -07:00
evanshultz
8f83faa704 Add Lodestone VTM inductor mount footprints () 2019-01-17 23:13:22 +01:00
evanshultz
55e578ab49 Add Murata BL01RN1A2A2 2018-10-16 17:14:16 -07:00
Rene Pöschl
52b9c3bb35 Fix silk layer of vertical script generated footprints 2018-08-29 00:45:18 +02:00
Rene Pöschl
b14569aab5 Fix KLC issues with non scripted inductor footprints 2018-08-28 23:21:52 +02:00
Jeremy Siebers
84d70e90eb - [X] Silk needs to be offset from fab lines by 0.11mm as I mentioned at (comment). That will make the silk be outside the part body.
I see the problem, I only added 1 time the 0.11mm....

Updated the drawing, this is the original (F.FAB):

![image](https://user-images.githubusercontent.com/15064336/42368428-4af9c222-8107-11e8-8433-832a05224c2d.png)

And 0.11mm larger for F.SilkS:

![image](https://user-images.githubusercontent.com/15064336/42368461-624e2dfa-8107-11e8-96d8-b2d9ec42f095.png)

resulting in:

![image](https://user-images.githubusercontent.com/15064336/42369139-536ec9d2-8109-11e8-8496-f231a6d339c2.png)

- [X] All symbols in Device.lib are generic so the pinout can vary or there can be multiple versions with different pinouts. However, the symbol you're showing above is outdated because it doesn't exist in the HEAD commit at https://github.com/KiCad/kicad-symbols/blob/master/Device.lib. So, if the dots on this component should be on pins 2 and 3 (or 1 and 4) using the datasheet, we can submit a new symbol with a different pinout to match. Since I'm not familiar with the convention given in the datasheet, if we can figure it out then we can match the datasheet pinout on the footprint too which I think is best. You?

--> The generic symbol with the dots is the only way of drawing a common-mode choke, in which the dots represent the input side of the filter. Because this filter contains only 2 coupled coils (I think therefore that this is the reason for the U-shape in the middle of the symbol in the datasheet) it is irrelevant which side is used as input.
I agree that it would be best to match the footprint with the pinout in the datasheet, but this would mean to create also a new symbol?
2018-07-06 10:49:15 +02:00
Jeremy Siebers
98c385c8a6 Hello Evan,
- [X] While the part is electrically fine using the EMI_Filter_CommonMode symbol (windings from pins 1-2 and 3-4), can you adjust your pin number locations to match the datasheet? Putting pin 1 at lower left will make this a bit more clear and avoid any questions later.
- [X] Place the silk ref des outside the part body. You can move the fab value inside the part body, if you like, since this part is big enough to hold it inside.
- [X] The horizontal courtyard lines need just a small tweak. The horizontal (top and bottom) fab lines have X locations of -1.5mm and 14mm. The courtyard should therefore be -1.75mm and 14.25mm, but yours are just a bit small. Can you push those out just a hair?

Regarding the pin numbering, I think we have to leave the data-sheet when it comes to pin 3 and 4:

So I would say to stick to the EMI_Filter_CMode and place pin 3 and 4 on the same location (which I already did in this commit)?
2018-07-02 14:35:14 +02:00
Jeremy Siebers
ee8146e431 - Add RefDes to F.Fab layer with '%R' 2018-06-25 11:18:18 +02:00
Jeremy Siebers
2f8558f87b Using IPC Level B, our 0.7mm square pins are 0.99mm diagonal. We need drill holes 0.2mm bigger or 1.2mm. And the pads are then 1.75mm. Your slightly larger drill holes will allow the part to slide around a bit more, so can you reduce it? And the holes are excessively big, especially because this part is well-suited to wave soldering. Can you shrink the pads too?
--> I was already wondering from which standard these dimensions where from, I downloaded a doc about the IPC levels. I adjusted the holes back to 1.2 and 1.75mm. I aumed based on your last comment that you found them too small that's why I enlarged them.

  The part is now 1mm taller than the max in the datasheet, but the width is about exactly what the datasheet says. Can you balance that? And I just noticed the datasheet marks overall height and width as "max" so really it could just be +/-0.1mm oversize since they aren't nominal. My mistake. So if the height is 22.9 and width is 22.5 I think that should be good.
--> I changed the dimensions to the values you mentioned, and I updated the width on bottom and top to 15.5mm.

  Courtyard should be 0.25mm outside of the fab lines, so it's a bit oversized now.
--> Yes indeed, I think I made a mistake last time.

  The inner circle is composed of 6 arcs. It would be simpler and preferable to use a single circle.
--> removed 5 arcs and changed 1 to 360 degrees.

  You changed the corners to a curve, but I'm not so sure about that. I see pictures online all look like some kind of curve, but the datasheet shows square ends. Do we know that there aren't multiple plastic injection suppliers and the part can come with square instead of rounded ends? Maybe the drawing is just lazy? I don't know but since the datasheet hints at square corners making our footprint support square corners seems appropriately conservative to me. What do you think?
--> I agree with the square corners, they make it more dimensionable than the round ones and indeed the datasheets hints on square ones. The round ones were derived from the 3D model in which they ended up in the dxf file.
2018-06-25 10:41:53 +02:00
Jeremy Siebers
daca8b33f5 - [X] The dimensions are close enough for me, then. Thanks for clarifying. It's awfully annoying that they don't give all necessary dimensions, but the tolerances of ISO 2768-C would indicate at least +/-0.1mm for a linear dimension of 15.24mm measured, plus we have 0.7mm square leads in 1.2mm holes, so would you mind opening that up a bit? Widen the top and bottom by at least 0.25mm on each side, or 0.5mm if you're feeling generous.
--> I increased the width and height by 2 times 0.5mm.
-->The holes are increased to 1.3mm and the pads to 2.6mm.

- [X] Courtyard cannot be curved because of issues with unclosed shapes.
- [X ] Fab lines are actual size and silk lines are outside the part body.
- [X] Pin 1 placed for footprints is specified at http://kicad-pcb.org/libraries/klc/F4.2/. That generic symbol could go with any footprint which may have very different geometry even with pin 1 always top left.
2018-06-21 11:57:20 +02:00
Jeremy Siebers
fd8c8ec3a1 Updated naming of the component as proposed by Evan 2018-06-12 15:40:13 +02:00
Jeremy Siebers
fc670d46ea - [X] Is there a better datasheet for this footprint? It seems that many pages at https://en.tdk.eu/inf/30/db/ind_2008/b82722a_j.pdf with tables or bullet lists are missing info. -->
Yes, in some way Farnell has: [http://www.farnell.com/datasheets/1860373.pdf?_ga=2.15642422.1600121449.1528266424-1651149783.1519657816](url)

- [X] How did you draw this? The datasheet doesn't exactly show the curves so I'm wondering how close it actually matches the real part. --> I've drawn the symbol online in 3D at onshape.com(I do have FreeCad now so next time I will use that and try also to create KiCad 3D shape).
The curves are pragmatically determined as they have to intersect at the corners.
The horizontal distance of 15.24mm is measured from a real part:

![3d-sketch](https://user-images.githubusercontent.com/15064336/41020842-a27902d4-6964-11e8-9234-c1c4134b7901.PNG)

![3d-sketch-pinmarking](https://user-images.githubusercontent.com/15064336/41020845-a50ef724-6964-11e8-9268-55d9f26fd24d.PNG)

After import to the silkscreen I've used the pin indication to align the drawing with the pins on the TOP/BOTTOM layer in KiCad. I have done this at 0.05mm grid.

![pin alignment silk screen](https://user-images.githubusercontent.com/15064336/41025236-a580db3e-6971-11e8-8856-f5c53402bae9.PNG)

After this I checked the offset and moved the whole imported dxf drawing via the exactly move option to get it placed on whole numbers and compared it to the dimensions from the 3D-drawing:

![line position wrt pin1](https://user-images.githubusercontent.com/15064336/41026080-ea027946-6973-11e8-9b90-44ecddbfaefe.PNG)

![alignment after exact move](https://user-images.githubusercontent.com/15064336/41026087-ee0a509a-6973-11e8-9285-9eed8e7ebfcf.PNG)

Next i removed the pin circle's from the silkscreen.

Proto's build with this component:

![20180525_103326](https://user-images.githubusercontent.com/15064336/41021084-74b6f292-6965-11e8-9b53-76300aceec9f.jpg)

As you can see these (older ones) are from Siemens but have the same number.

- [X] From https://www.digikey.com/catalog/en/partgroup/b82722/5128?mpart=B82722A2302N001&vendor=495 it appears that B82722A is the rounded part in the datasheet and B82722J is the rectangular one. So this footprint could be called just Choke_EPCOS_B82722A. Please check me --> yes true, the ones I have here I found at Farnell at number 1223076. But the name Choke_EPCOS_B82722A is correct I will change the name.
- [ ] Courtyard should be 0.25mm from the copper or part body. We can make an allowance here because the shape is odd but please hit this dimensions on the top, bottom, and both sides. --> If allowed also to have arcs in the courtyard I can easily do it by drawing a 3d-shape 0.25mm bigger and export it also to dxf etc. Or only the horizontal and vertical lines have to apply to this? I would prefer import because it looks nicer.
- [X] Fab lines should be 0.1mm thick.
- [X] Silk lines should be 0.12mm thick.
- [ ] Silk lines should be offset form fab lines by 0.11mm. --> I assume the silk lines are the actual size of the component where the fab lines are smaller by 0.11mm or the other way around?
- [X] Pin 1 should be located at the top left.--> done, although it feels strange compared with the default symbol EMI_Filter_CMode
- [X] The dimensions are not at all close to round numbers which makes it a bit hard to check if everything is exact. It's a few tenths of a mm too narrow and it's just about 0.01mm too high. Can you make the numbers more round so it's easier to check and verify?
2018-06-06 10:35:15 +02:00
Jeremy Siebers
c6ac5de2a3 Removed arc courtyard lines and replaced them with straight lines 2018-05-24 13:34:44 +02:00
Jeremy Siebers
196bb714c5 Moved courtyard lines to 0.01mm grid 2018-05-24 10:38:28 +02:00
Jeremy Siebers
2bfa019eef Removed dxf remains 2018-05-24 10:20:33 +02:00
Jeremy Siebers
23ec1c5be0 Fixed Travis CI build remarks 2018-05-24 10:19:16 +02:00
Jeremy Siebers
ee3c1dceda Added new footprint: Choke_EPCOS_B82722A2302N001-22.7x22.3x13.3mm
Mapped onto symbol: EMI_Filter_CMode
2018-05-23 16:10:30 +02:00
Jeremy Siebers
4816dac61d new component EPCOS_B82722-A2302-N1-22 2018-05-04 15:24:04 +02:00
Rene Pöschl
ba3d18c401 More fixes for 3d path 2018-04-29 12:15:49 +02:00
Rene Pöschl
42cc4307db Another fix for 3d path settings (add env variable, singular lib name) 2018-04-29 11:58:32 +02:00
Rene Pöschl
45e9a74a7a Fix pin pitch for vishay_IHA-xxx. Fix 3d scaling 2018-04-29 11:40:56 +02:00
Rene Pöschl
e9c27d15f0 Fix courtyard clearance for inductor (chocke) footprints 2018-04-29 02:57:17 +02:00
Oliver
3b17eb6f47 Fixed 3D model scaling
Reset to 1, 1, 1
2017-11-23 23:59:12 +11:00
Oliver
ee92d7559a Fixed 3D model offset
- Reset to 0, 0, 0
2017-11-23 23:57:37 +11:00
Oliver
3b2d30b8fe More KLC fixes
- Removed silk from pads
- Fixed 3D model reference
2017-11-21 23:58:18 +11:00
Oliver
4019608046 Added second Refdes 2017-11-21 23:57:15 +11:00
Oliver
252e752418 Fixed 3D model path 2017-11-21 23:53:45 +11:00
Oliver
65dda6dcd8 Copied inductors 2017-11-21 23:53:19 +11:00