7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-24 22:46:20 +00:00
Commit Graph

3763 Commits

Author SHA1 Message Date
Carlos Nieves
339bc838f8 Make pad bigger because of rounded corner 2020-04-28 14:19:23 +02:00
Carlos Nieves
6a5fb7de96 Set SMD attr and set pads 2-3 to rounded rectangles. 2020-04-28 12:00:55 +02:00
Carlos Nieves
1d19f2e6c7 Added AVX M620720 RF antenna for 868,915Mhz ISM band.
Datasheet: http://datasheets.avx.com/ethertronics/AVX-E_M620720.pdf
2020-04-28 10:13:12 +02:00
Rene Pöschl
cac58c811d
Fix hole size for Molex KK-254 ()
This fixes https://github.com/pointhi/kicad-footprint-generator/issues/465

We discovered that the hole size was wrongly rounded. This now uses the
suggested size as given in the datasheet
2020-04-26 11:01:39 -07:00
Rene Pöschl
3bbf3c066c
Fix Pin 1 Markers to fit with KLC (IPC suggestion) ()
Fixes https://github.com/pointhi/kicad-footprint-generator/issues/278 for DFN footprints
2020-04-26 10:57:53 -07:00
Christian Schlüter
388bcea559
Add Texas NS/PS packages ()
https://www.ti.com/lit/ml/msop001a/msop001a.pdf
https://www.ti.com/lit/ml/msop002a/msop002a.pdf

Replaces existing `SO-8_5.3x6.2mm_P1.27mm` with scripted version and
adds other variants of this (rather uncommon) package series.
2020-04-26 19:48:48 +02:00
cnieves1
61df6d8853
Added Bourns SRU8028 SMD inductor. ()
Dimensions are the same as SRU8043 (already exists), but height changes.
Datasheet: https://bourns.com/docs/product-datasheets/sru8028.pdf
2020-04-24 15:03:52 +02:00
Xathar
ee84c4bfb7
add Fuseholder for Littelfuse Nano2 series 157x () 2020-04-24 14:59:09 +02:00
Xathar
a2c1653378
Fix Paste Stencil to fit Datasheet Suggestion () 2020-04-24 13:21:22 +02:00
blackvladimir
a163babcca
Added USB_A_Molex_67643_Horizontal ()
* USB_A_Molex_67643_Horizontal

* Molex_67643, silk moved from under component, added pin1 designator

* USB_A_Molex_67643_Horizontal

moved silk from copper
better description
2020-04-22 19:17:37 +02:00
Andrew Teasdale
86caf535f8
Fix ublox_NEO footprint missing paste on VCC pad 23 ()
* Fix ublox_NEO footprint missing paste on VCC pad 23

Resolves 

* Modify silkscreen outline

The existing silkscreen outlines for ublox NEO, LEA and MAX parts had variable clearances of, in some cases, just 0.01mm to copper pads - modified to give 0.2mm clearance as per KLC guidelines.

Because [particularly on the MAX part] this makes pin 1 less clear, I have reduced the silkscreen around pin 1 to make it more readily identifiable. If there is a preferred approach e.g. additional silkscreen as per SOIC parts, I would be happy to modify accordingly.

* Update ublox NEO, MAX and LEA to IPC-7351C style roundrect pads

* Modified assembly layer to KLC preferred 1mm bevel

Modified assembly layer to KLC-preferred 1mm bevel instead of pin 1 marker

* Modify silkscreen to extend around pin 1 as agreed

Silkscreen outline now extends around pin 1 as per scripted SOIC footprints
2020-04-21 21:51:31 +02:00
evanshultz
84f05ca350
Fix relays ()
* Fix a couple relay footprints

* Review fixes

- Correct one 30.22 fab line to horizontal
- Make 30.22 fab layer bevel exactly 1mm
- All fab lines now 0.1mm wide
- 30.22 silk lines now 0.11mm from fab lines and pin 1 silk mark 0.25mm from other silk lines

Co-authored-by: evanshultz <evanshultz@gmail.com>
2020-04-21 20:44:34 +02:00
Andrew Mills
7f8575389f
Added modified HTSSOP footprint for EP size for MAX482x ICs ()
* Updated file with that generated by Python script

* Swapped x and y dims on footprint (mistake on my part)

* Updated following corrections to YAML
2020-04-21 19:30:02 +02:00
garytwong
bca191d906
Fix hole sizes in 2.54 mm headers. ()
* Fix hole sizes in 2.54 mm headers.

The holes were previously 0.8 mm diameter, which is too small to
accommodate a standard header.  Normal header posts are 0.025" square
(0.635 mm), and so the diagonal (approx. 0.898 mm) will not fit into
a 0.8 mm hole.  1.0 mm is an appropriate size.

* Fix hole sizes in 2.54 mm headers (for Arduino Nano footprints).

The same modification made in the parent commit:

    The holes were previously 0.8 mm diameter, which is too small to
    accommodate a standard header.  Normal header posts are 0.025" square
    (0.635 mm), and so the diagonal (approx. 0.898 mm) will not fit into
    a 0.8 mm hole.  1.0 mm is an appropriate size.

now applied to the Nano footprints.
2020-04-07 14:53:07 -07:00
Joel
1e5215dd57
Connector PCB Edge: create Mini PCIe sockets ()
* Connector PCB Edge: create Mini PCIe cards and sockets

* Connector PCB Edge: Mini PCIe socket only

* Connector PCB Edge: Rename MiniPCIe to PCI Express Mini

* Connector PCB Edge: update bus mini pcie, remove cards from the pull request

* Connector PCB Edge: Fix mini pcie names

* Connector PCB Edge: Update BUS PCI Express sockets

* Connector PCB Edge: Update BUS PCI Express doc link

* Connector PCB Edge: BUS PCI Express Update position of lines

* Connector PCB Edge: BUS PCI Express, fix url and keep out zones

* Connector PCB Edge: BUS PCI Express, fix CrtYd

* Connector PCB Edge: BUS PCI Express, renamed

* Connector PCB Edge: BUS PCI Express, rename MP pads

* Connector PCB Edge: BUS PCI Express Fix crtyd distance to 0.5mm

* CONNECTOR PCB EDGE: Fix footprint lines of mini-pcie connectors

* MINI-PCIE: Add 2 more Silkscreen lines
2020-03-30 13:28:26 -07:00
Frank Severinsen
fa9c241362
Removed pad numbers from paste only pads in LED_SMD library ()
* Removed pad numbers from paste only pads

* removed duplicate pads
2020-03-28 15:42:40 -07:00
evanshultz
85a81a2ecf Close SOT-343 handsoldering courtyard 2020-03-27 22:35:59 +01:00
evanshultz
fc1b86366b
Add 'mm' after body size ()
Co-authored-by: evanshultz <evanshultz@gmail.com>
2020-03-24 20:40:25 +01:00
od83
c73bb4cbe2
fixed THT -> SMD and NXE2 -> NXEx ()
* fixed THT -> SMD and  NXE2 -> NXEx

* adjusteded Keepout-Area, Origin, Pads orientation and Silkscreen

* fixed pnp origin and silk to pad clearance

* horiz. centered component
2020-03-24 15:41:39 +01:00
Chris Morgan
0993ed9efa
Revert "Added TDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.38mm package for MAX17620 DC/DC regulator. ()" ()
This reverts commit c9c4aebdf0.
2020-03-23 07:52:33 -04:00
Alexey Bondarenko
7595e4f603
Restore PLCC-32 THT socket footprint ()
* Restore PLCC-32 THT socket footprint

This footprint was removed in https://github.com/KiCad/kicad-footprints/pull/675 along with some incorrect footprints. This footprint seems to be correct.

* Fix courtyard size

* Fix courtyard again

* Add datasheet link to footprint description
2020-03-22 18:47:37 -04:00
Alexander Ransmann
0648b815ef
Create TE_5767171-1 ()
* Create TE_5767171-1_2x19_P0.635mm_Vertical.kicad_mod

* Update TE_5767171-1_2x19_P0.635mm_Vertical.kicad_mod

* Fix F5.1 and F5.2

* Fix F6.2

* Add datasheet url

* Move silkscreen out of fab line

* Fix courtyard

* Fix courtyard to be same distance on both sides

Remove pin 1 marker on fab layer

* Center part as this is an smt component and the center is used for the plastic clip that the pick and place grabs on these kinds of connectors

Shift part dimensions to match drawings. A few things were off by a handful of mm

Shift courtyard to be 0.5mm from nearest features. It was too far away on the sides by a few tenths of a mm.

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-22 18:27:39 -04:00
matyas1995
c9c4aebdf0
Added TDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.38mm package for MAX17620 DC/DC regulator. () 2020-03-22 18:23:18 -04:00
Angus Logan
cd0e0103ee
Added Wuerth 614004134726 USB-A socket ()
* Added Wuerth 614004143726 USB-A socket

* Added properties

* Fix position and line width

* Moved courtyard to correct grid

* Changes requested

* Shift pin 1 silk to be 0.2mm away from nearest pad

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-22 18:12:20 -04:00
Alexander Ransmann
f6ee889177
Amphenol m8 s 03 pmmr sf8001 ()
* Create Amphenol_M8S-03PMMR-SF8001.kicad_mod

* Update Amphenol_M8S-03PMMR-SF8001.kicad_mod

* Fix F9.3 rotation and offset values

* Update fp-lib-table

* Rotate part

* Fix courtyard and silkscreen

* Fix pin 1 offset

* Fix courtyard
2020-03-22 18:07:47 -04:00
Alexander Ransmann
89b050839e
Create RJ45_Wuerth_7499111446_Horizontal.kicad_mod ()
* Create RJ45_Wuerth_7499111446_Horizontal.kicad_mod

* Fix F7.2 and F9.3

* Fix F5.3

* Rotate part

* Fix silkscreen and courtyard

* Fix courtyard

* Expand pad size of holes to match other jacks

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-21 21:08:57 -04:00
cpresser
2f0c2967ce
Small fixes on some USB connectors ()
USB3_A_Plug_Wuerth_692112030100_Horizontal
USB_A_CNCTech_1001-011-01101_Horizontal
2020-03-21 20:36:56 -04:00
Alfredo Sola
757164e339
Add Murata 78250JC ()
* Add Murata 78250JC footprint

* Fixed Murata 78250JC footprint

* Fixed Murata 78250JC footprint again

* Add future 3D model path to Murata 78250JC footprint

* 3D model path in Murata 78250JC footprint is now wrl

* Addressed https://github.com/KiCad/kicad-footprints/pull/2154#pullrequestreview-378004542

* Addressed https://github.com/KiCad/kicad-footprints/pull/2154#issuecomment-601687105

* Move silk inside of courtyard and outside of fab to avoid potential uneven parts on the pcb

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-21 20:30:46 -04:00
Chris Morgan
1a5cf6c8a8
Converter dcdc traco thd 15 xxxx win tht fixes ()
* Converter_DCDC_TRACO_THD_15-xxxxWIN_THT adjust rotation of pads to 0 by swapping size and size x values

* Converter_DCDC_TRACO_THD_15-xxxxWIN_THT fabrication, courtyard and silk fixes
2020-03-21 08:22:17 +01:00
Andy Hempel
8715c3b32c
Adds Connector RJ11 Connfly DS1133-S4 ()
* Adds Connector RJ11 Connfly DS1133-S4

* change pad size

* travis findings

* Review changes

* moves silk

* better gap silk fab

* Increase mounting hole size from 2.2 to 2.3mm to match recommended datasheet footprint. Move silk slightly away from mounting holes.

* Fix courtyard to go around the mounting holes.

* Change courtyard to arch around mounting holes

* Add Pin1 marker on fab layer

* Review fixes
rename to RJ14
add orientation to designator
move pin1 marker closer to silk
courtyard space to mounting holes
gap between silk and fab to zero
silk to close to mounting holes

* Fix 3D modle name

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-20 20:43:52 -04:00
floesche
8db69debb7
Add RJ45-Molex vertical connector footprint ()
* Add RJ45-Molex vertical connector footprint

The Molex 85513 series is a surface-mount only (no mechanical via/holes)
RJ45 unshielded vertical plug. Product webpage at
https://www.molex.com/molex/products/part-detail/modular_jacks_plug/0855135013.

* fix build errors

Fix errors for https://travis-ci.org/github/KiCad/kicad-footprints/builds/664247247:
- change Ref** to REF**
- change line width in F.Fab
- move footprint by (-.3,0)mm
- add wrl model path

* decrease courtyard size to 0.5, increase silk distance

- the distance of the courtyard was previously calculated from the silk
  layer, not the actual connector
- increased gap between element on silk and copper layer.

* Wrapping courtyard layer

- Wrapping courtyard in 0.5mm on 0.01mm grid around part dimensions of
  connector (F5.3) and requested in https://github.com/KiCad/kicad-footprints/pull/2157#issuecomment-601609102
2020-03-20 15:11:49 -04:00
John Whitmore
9913f836fb
ASMB-KTF0-0A306 Again ()
* ASMB-KTF0-0A306 Again

* Corrections

* Correction to ',' tag

* Add datasheet to part description

* Shift silk screen to be 0.2mm away from pads. Fix pad locations to match datasheet.

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-20 11:18:35 -04:00
Schlumpf
3fcd25b6f5
Add Würth 7499010001A RJ45 connector ()
* Add Würth 7499010001A RJ45 connector
* Add LEDs to description of RJ45_Wuerth_7499010121A_Horizontal
2020-03-20 16:00:48 +01:00
Michael Bemmerl
39cd262e9a
Add USB-B connector Lumberg 2411 02 ()
* Added USB connector Lumberg 2411 02

* Fixed CrtYd line.

* Rotated 90° CCW to have pin 1 at the top left corner (F4.2).
2020-03-19 17:07:56 -04:00
Piotr Wiszowaty
32d385b166
Connector_BarrelJack: Add CLIFF FC681465S DC socket ()
* Connector_BarrelJack: Add CLIFF FC681465S DC socket

* Connector_BarrelJack: Correct FC681465S pin numbering

* Connector_BarrelJack: Replace datasheet URL with a correct one

* Add pin 1 indicator to silk

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-19 17:03:07 -04:00
Alexander Ransmann
e8ef449e13
Create Molex_Pico-SPOX_87437-1443_1x14-P1.5mm_Vertical.kicad_mod ()
* Create Molex_Pico-SPOX_87437-1443_1x14-P1.5mm_Vertical.kicad_mod

* Fix datasheet URL

* Fix SilkScreen position

* Fix pad spacing and fab line

* Fix courtyard

* Add pin 1 indicator

* Extended fab lines through part for better visibility of part outline

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-19 16:18:46 -04:00
Mikkel Jeppesen
30a01f21c1
Added Maxim WLP-9 footprint ()
* Added Maxim WLP-9 footprint

* Changed value and 3D model name
2020-03-19 15:31:22 -04:00
cnieves1
1690d413e7
Added footprint for CUI CMT-8504-100-SMT ()
* Added footprint for CUI CMT-8504-100-SMT

* Added footprint for CUI CMT-8504-100-SMT.
Datasheet: CUI_CMT-8504-100-SMT

* Adjust courtyard and change 3D model from stp to wrl

* Fixed courtyard and 3D model name

* Added footprint for CUI CMT-8504-100-SMT

* Added footprint for CUI CMT-8504-100-SMT.
Datasheet: CUI_CMT-8504-100-SMT

* Adjust courtyard and change 3D model from stp to wrl

* Fixed courtyard and 3D model name

* Added polarity mark in silkscreen and datasheet link to description field

* Added footprint for CUI CMT-8504-100-SMT

* Added footprint for CUI CMT-8504-100-SMT.
Datasheet: CUI_CMT-8504-100-SMT

* Adjust courtyard and change 3D model from stp to wrl

* Fixed courtyard and 3D model name

* Added polarity mark in silkscreen and datasheet link to description field

* Remove '+' silkscreen mark inside component.
2020-03-18 21:27:39 -04:00
Morgan 'ARR!' Allen
0e5485b9b3
added ESP32-S2 SoC Module ()
* added ESP32-S2 SoC Module

* fixed errors from check script

* Pads 40/41 in wrong order

* REF got changed to U1 (editing from pcbnew?)

* add reference to not existing as of yet 3d model

* fix EPAD size

* moved silk completely clear of Fab

* fix pad orientation along bottom edge

* fixed fab line length

* fixed courtyard spacing

* include url in description

* Adjust bottom silk alignment for consistency, move 0.2mm away from pads per KLC, add pin 1 indicator to silk and fab, add 5 pin silk markings to aid in debugging

Co-authored-by: Chris Morgan <chmorgan@gmail.com>
2020-03-18 21:24:59 -04:00
floesche
1d9636b0d5
update datasheet URL () 2020-03-18 11:08:46 -07:00
cnieves1
5f7b061c52
Added Omron B3FS tactile switch series. ()
* Added Omron B3FS tactile switch series.
Datasheet: https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf

* Added datasheet link to description field

* Added pin 1 location mark in silkscreen.

* Fixed courtyard to be 0.25mm away from the body

* Fixed silkscreen line thickness
2020-03-17 17:47:08 -04:00
cnieves1
cdb97c1178
Added Bourns SRP5030T SMD inductor. ()
* Added Bourns SRP5030T SMD inductor.
Datasheet: https://www.bourns.com/data/global/pdfs/SRP5030T.pdf
Generated using: https://github.com/pointhi/kicad-footprint-generator/pull/509

* Removed manually the empty string in silkscreen.
2020-03-17 14:15:34 -04:00
cnieves1
6e66fa91d8
Added Bourns SRF1260 inductor () 2020-03-17 14:13:11 -04:00
Michael Bemmerl
bb0d8a937a
Add switch C&K JS202011JCQN ()
* Add SMD DPDT switch C&K JS202011JCQN.

* Swapped the pad numbers. This makes pin 1 the top left pad.
2020-03-16 21:17:07 -04:00
Christian Schlüter
f0a6b13d8a
Fix SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm naming ()
see 
depends on https://github.com/KiCad/kicad-symbols/pull/2545
2020-03-16 20:54:13 -04:00
cnieves1
a06be04b2f
Added HTSSOP-14-1EP_4.4x5.0mm_P0.65mm_EP3.4x5.0mm_Mask3.0x3.1mm ()
Generated using: https://github.com/pointhi/kicad-footprint-generator/pull/510
Datasheet: http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34
Package drawing: http://www.ti.com/lit/ml/mpds370/mpds370.pdf
Custom TI name: R-PDSO-G14 (PWP)
2020-03-16 20:51:13 -04:00
Bartosz Balcerzak
7578ccde70
fix shield pins name on RJ45_Ninigi_GE () 2020-03-16 20:43:39 -04:00
Frank Severinsen
7fdb8859da
Merge pull request from poeschlr/fix_wuerth_mh
Wuerth MH: Anchor pad margin to avoid DRC errors
2020-03-16 22:08:28 +01:00
cnieves1
bce3305a4d
Added relay Omron G2RL ()
* Added relay Omron G2RL

* Fix courtyard corner
2020-03-16 13:52:55 -04:00
Michael Bemmerl
35045d9f59
Add USB Micro-B connector Amphenol 10104110 ()
* Add USB Micro-B connector Amphenol 10104110

* Fixed footprint name and F6.2 violation.

* More fixes
2020-03-15 18:22:35 -04:00