7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-24 16:43:45 +00:00

Added RF converter (balun) 5400BL15B050E. ()

This commit is contained in:
matthuszagh 2019-01-15 17:28:10 -05:00 committed by Rene Pöschl
parent 3c5564aa59
commit 460e5f4520
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,40 @@
(module Balun_Johanson_5400BL15B050E (layer F.Cu) (tedit 5C321D62)
(descr https://www.johansontechnology.com/datasheets/5400BL15B050/5400BL15B050.pdf)
(tags "balun RF")
(attr smd)
(fp_text reference REF** (at 0 -2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Balun_Johanson_5400BL15B050E (at 0 2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.05 -0.1 90) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -0.3125 -1) (end -0.625 -0.6875) (layer F.Fab) (width 0.1))
(fp_line (start 0.625 -1) (end 0.625 1) (layer F.Fab) (width 0.1))
(fp_line (start -0.3125 -1) (end 0.625 -1) (layer F.Fab) (width 0.1))
(fp_line (start -0.625 1) (end -0.625 -0.6875) (layer F.Fab) (width 0.1))
(fp_line (start 0.625 1) (end -0.625 1) (layer F.Fab) (width 0.1))
(fp_line (start -0.6 1.05) (end 0.6 1.05) (layer F.SilkS) (width 0.12))
(fp_line (start -1.3 -1.05) (end 0.6 -1.05) (layer F.SilkS) (width 0.12))
(fp_line (start -1.65 -1.25) (end -1.65 1.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.65 1.25) (end 1.65 1.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.65 1.25) (end 1.65 -1.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer F.CrtYd) (width 0.05))
(pad 6 smd rect (at 0.9 -0.65) (size 1 0.35) (layers F.Cu F.Paste F.Mask)
(clearance 0.2))
(pad 5 smd rect (at 0.9 0) (size 1 0.35) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0.9 0.65) (size 1 0.35) (layers F.Cu F.Paste F.Mask)
(clearance 0.2))
(pad 3 smd rect (at -0.9 0.65) (size 1 0.35) (layers F.Cu F.Paste F.Mask)
(clearance 0.2))
(pad 2 smd rect (at -0.9 0) (size 1 0.35) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -0.9 -0.65) (size 1 0.35) (layers F.Cu F.Paste F.Mask)
(clearance 0.2))
(model ${KISYS3DMOD}/RF_Converter.3dshapes/Balun_Johanson_5400BL15B050E.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -89,6 +89,7 @@
(lib (name Resistor_SMD)(type KiCad)(uri ${KISYSMOD}/Resistor_SMD.pretty)(options "")(descr "Resistor footprints, surface mount (SMD)"))
(lib (name Resistor_THT)(type KiCad)(uri ${KISYSMOD}/Resistor_THT.pretty)(options "")(descr "Resistor footprints, through hole (THT)"))
(lib (name RF_Antenna)(type KiCad)(uri ${KISYSMOD}/RF_Antenna.pretty)(options "")(descr "Radio-frequency / wireless antenna footprints"))
(lib (name RF_Converter)(type KiCad)(uri ${KISYSMOD}/RF_Converter.pretty)(options "")(descr "Specialized footprints for RF signal converters (Like Attenuators, Baluns, Mixers, Couplers, etc.)"))
(lib (name RF_GPS)(type KiCad)(uri ${KISYSMOD}/RF_GPS.pretty)(options "")(descr "GNSS footprints"))
(lib (name RF_GSM)(type KiCad)(uri ${KISYSMOD}/RF_GSM.pretty)(options "")(descr "GSM Modules footprints"))
(lib (name RF_Module)(type KiCad)(uri ${KISYSMOD}/RF_Module.pretty)(options "")(descr "Radio-frequency / wireless modules"))