Net improvements
This commit is contained in:
@ -250,6 +250,21 @@
|
||||
(uuid 3f37a17c-688e-46ad-b1eb-fc645d459b4e)
|
||||
)
|
||||
|
||||
(global_label "DICK0" (shape input) (at 66.04 30.48 90) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid b66725ce-3d45-42af-816f-2fd91efbaa7c)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 66.04 21.9499 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
)
|
||||
(global_label "DICK1" (shape input) (at 73.66 30.48 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid b6729605-7cf4-4bd1-9d15-1f5db2cb70a7)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 82.1901 30.48 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(hierarchical_label "GND" (shape input) (at 40.64 17.78 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 0163c0cc-93ef-4acf-9ddc-9f81d73ca628)
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -38,6 +38,7 @@
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
|
@ -49,7 +49,13 @@
|
||||
"min_clearance": 0.0
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [],
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
@ -168,8 +174,16 @@
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [],
|
||||
"via_dimensions": [],
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.8
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
@ -417,6 +431,23 @@
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "POWER",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.8,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
@ -424,7 +455,32 @@
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "+5V"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "5V_USB"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "5V_USB2"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "+12V"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "DICK0"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "DICK1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
|
@ -332,6 +332,62 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:NetTie_3" (pin_numbers hide) (pin_names (offset 0) hide) (in_bom no) (on_board yes)
|
||||
(property "Reference" "NT" (at 0 1.27 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "NetTie_3" (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "net tie short" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Net tie, 3 pins" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Net*Tie*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "NetTie_3_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy 1.27 0)
|
||||
)
|
||||
(stroke (width 0.508) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 -2.54)
|
||||
(xy -1.27 -2.54)
|
||||
)
|
||||
(stroke (width 0.508) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "NetTie_3_1_1"
|
||||
(pin passive line (at -2.54 0 0) (length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 0 180) (length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -2.54 -2.54 0) (length 2.54)
|
||||
(name "3" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "R" (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
@ -1259,6 +1315,10 @@
|
||||
(stroke (width 0) (type default))
|
||||
(uuid a5eb043f-15ca-4c78-ac2b-4cdf124a8851)
|
||||
)
|
||||
(wire (pts (xy 256.54 44.45) (xy 257.81 44.45))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid a8d5ef16-cc67-4b1a-aa71-c91180b65ec0)
|
||||
)
|
||||
(wire (pts (xy 248.92 52.07) (xy 248.92 54.61))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid b2238bd3-92e5-49d7-91c4-772b040917a5)
|
||||
@ -1299,10 +1359,6 @@
|
||||
(stroke (width 0) (type default))
|
||||
(uuid deb17e06-ee20-413c-9804-1844bb267724)
|
||||
)
|
||||
(wire (pts (xy 256.54 44.45) (xy 257.81 44.45))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid e17ef9fa-8e94-48a7-a3f6-9707006222ce)
|
||||
)
|
||||
(wire (pts (xy 33.02 55.88) (xy 34.29 55.88))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid e74a82b8-47ad-45a3-9575-9d844a69c7a9)
|
||||
@ -1340,6 +1396,13 @@
|
||||
(uuid fce1d8dd-cc5c-4614-93de-92e545e2748c)
|
||||
)
|
||||
|
||||
(global_label "THIN_5V_USB1" (shape input) (at 191.77 160.02 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 03976f5f-2c59-4072-9007-4177607c8c39)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 175.378 160.02 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "USB2.0_D-" (shape input) (at 203.2 146.05 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 0b295e86-1100-4d6b-8056-9296ca82ab12)
|
||||
@ -1361,10 +1424,10 @@
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "5V_USB" (shape input) (at 228.6 146.05 0) (fields_autoplaced)
|
||||
(global_label "5V_USB" (shape input) (at 196.85 157.48 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 36deded8-1312-442d-ba42-1863e5f80f53)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 238.5815 146.05 0)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 206.8315 157.48 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
)
|
||||
@ -1406,6 +1469,13 @@
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "THIN_5V_USB0" (shape input) (at 203.2 135.89 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 4d1258cd-d686-4762-85f4-570418df4879)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 186.808 135.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "5V_USB2" (shape input) (at 33.02 45.72 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 4d48f48d-9997-4350-9613-f8f7cd202e03)
|
||||
@ -1464,6 +1534,13 @@
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
)
|
||||
(global_label "THIN_5V_USB1" (shape input) (at 228.6 146.05 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid aa508e10-1680-4309-9bc4-700bf5a8d253)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 244.992 146.05 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
)
|
||||
(global_label "DISPLAY_MOSI" (shape input) (at 114.3 27.94 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid bc1ac8d5-1925-41f3-9278-5e3fa72ecdb7)
|
||||
@ -1474,6 +1551,13 @@
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "THIN_5V_USB0" (shape input) (at 191.77 157.48 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid d3570a4e-3ee9-475f-b1f8-5522b7edd80b)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 175.378 157.48 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "DISPLAY_DC" (shape input) (at 114.3 33.02 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid e0a5f913-4fa1-4764-b12d-6535ff356ef9)
|
||||
@ -1484,13 +1568,6 @@
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "5V_USB" (shape input) (at 203.2 135.89 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid e27d95e1-2044-47cb-a251-bf90f1de3818)
|
||||
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 193.2185 135.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "5V_USB" (shape input) (at 267.97 36.83 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid e628e53e-ece2-4f24-8c61-43889783babf)
|
||||
@ -1655,6 +1732,33 @@
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:NetTie_3") (at 194.31 157.48 0) (unit 1)
|
||||
(in_bom no) (on_board yes) (dnp no)
|
||||
(uuid 16a35d95-7c25-48cc-9d8a-78e21c593ae5)
|
||||
(property "Reference" "NT102" (at 194.31 152.4 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "NetTie_3" (at 194.31 154.94 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "NetTie:NetTie-3_SMD_Pad0.5mm" (at 194.31 157.48 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 194.31 157.48 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 5ef1574a-3a59-4b29-b129-ce4e77687abf))
|
||||
(pin "2" (uuid 247ba5aa-8281-4cbf-8719-9d5a50c08024))
|
||||
(pin "3" (uuid ccf74274-97b8-4f6d-adc7-ad63df12f9bf))
|
||||
(instances
|
||||
(project "esp32_midi"
|
||||
(path "/e33c0603-5c0d-4712-ab63-5756d1504b4c"
|
||||
(reference "NT102") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 224.79 82.55 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid 17a246fb-2de5-47d1-8bae-442ccc830fdd)
|
||||
|
Submodule esp32_midi/flasher updated: 01bcba18b4...3d5e24f544
@ -1,4 +1,4 @@
|
||||
21874285746359066
|
||||
21819318521676370
|
||||
Audio_Module
|
||||
Reverb_BTDR-1H
|
||||
Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)
|
||||
@ -14,13 +14,6 @@ audio belton reverb
|
||||
7
|
||||
7
|
||||
Battery
|
||||
BatteryClip_Keystone_54_D16-19mm
|
||||
Battery clip for batteries with a diameter between 16-19 mm: https://www.keyelco.com/product.cfm/product_id/826
|
||||
battery clip 18650 18350 17350 CR123A 2/3A
|
||||
0
|
||||
3
|
||||
1
|
||||
Battery
|
||||
BatteryHolder_Bulgin_BX0036_1xC
|
||||
Bulgin Battery Holder, BX0036, Battery Type C (https://www.bulgin.com/products/pub/media/bulgin/data/Battery_holders.pdf)
|
||||
Bulgin BX0036
|
||||
@ -245,13 +238,6 @@ BatteryHolder_MPD_BH-18650-PC2
|
||||
2
|
||||
2
|
||||
Battery
|
||||
BatteryHolder_Multicomp_BC-2001_1x2032
|
||||
CR2032 retainer clip, SMT ( http://www.farnell.com/datasheets/1505853.pdf )
|
||||
BC-2001 CR2032 2032 Battery Holder
|
||||
0
|
||||
3
|
||||
2
|
||||
Battery
|
||||
BatteryHolder_Seiko_MS621F
|
||||
Seiko MS621F, https://www.sii.co.jp/en/me/files/2014/02/file_EXTENDED_PRDCT_SPEC_75_FILE_11.jpg
|
||||
Seiko MS621F
|
||||
@ -1295,13 +1281,6 @@ Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.c
|
||||
7
|
||||
3
|
||||
Button_Switch_SMD
|
||||
SW_SPDT_REED_MSDM-DT
|
||||
Littlefuse 14.73x2.54mm, 175VDC 5W, SPDT Reed Switch MSDM-DT, https://www.littelfuse.com/~/media/electronics/datasheets/reed_switches/littelfuse_reed_switches_mdsm_dt_datasheet.pdf.pdf
|
||||
Littlefuse Reed SPDT Switch
|
||||
0
|
||||
3
|
||||
3
|
||||
Button_Switch_SMD
|
||||
SW_SPST_B3S-1000
|
||||
Surface Mount Tactile Switch for High-Density Packaging
|
||||
Tactile Switch
|
||||
@ -8379,13 +8358,6 @@ SMA Straight Samtec Edge Mount
|
||||
5
|
||||
2
|
||||
Connector_Coaxial
|
||||
SMA_Wurth_60312102114405_Vertical
|
||||
Würth WR-SMA PCB SMT Jack, Vertical (https://www.we-online.com/components/products/datasheet/60312102114405.pdf)
|
||||
Coaxial Connector 50 ohms Female
|
||||
0
|
||||
3
|
||||
2
|
||||
Connector_Coaxial
|
||||
SMA_Wurth_60312002114503_Vertical
|
||||
https://www.we-online.de/katalog/datasheet/60312002114503.pdf
|
||||
SMA THT Female Jack Vertical ExtendedLegs
|
||||
@ -42666,7 +42638,7 @@ RJ12 RJ18 RJ25 jack connector 6P6C
|
||||
6
|
||||
Connector_RJ
|
||||
RJ45_Abracon_ARJP11A-MA_Horizontal
|
||||
Shielded RJ45 ethernet connector with transformer and POE, https://abracon.com/Magnetics/lan/ARJP11A.PDF
|
||||
Shielded RJ45 ethernet connector with transformer and POE (https://abracon.com/Magnetics/lan/ARJP11A.PDF)
|
||||
ethernet 8p8c transformer poe rj45
|
||||
0
|
||||
15
|
||||
@ -42693,13 +42665,6 @@ RJ45 8p8c dual ethernet cat5
|
||||
26
|
||||
25
|
||||
Connector_RJ
|
||||
RJ45_Amphenol_RJHSE538X-04
|
||||
Shielded, LEDs, 4 Ports, https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/rjhse538x04.pdf
|
||||
RJ45 8p8c quad ethernet cat5
|
||||
0
|
||||
52
|
||||
49
|
||||
Connector_RJ
|
||||
RJ45_Amphenol_RJHSE5380
|
||||
Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf
|
||||
RJ45 8p8c ethernet cat5
|
||||
@ -42715,7 +42680,7 @@ RJ45 8p8c ethernet cat5
|
||||
65
|
||||
Connector_RJ
|
||||
RJ45_Amphenol_RJMG1BD3B8K1ANR
|
||||
1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenol-cs.com/media/wysiwyg/files/drawing/rjmg1bd3b8k1anr.pdf
|
||||
1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenolcanada.com/ProductSearch/Drawings/AC/RJMG1BD3B8K1ANR.PDF
|
||||
RJ45 Magjack
|
||||
0
|
||||
14
|
||||
@ -46837,13 +46802,6 @@ USB 3.0 type A right angle
|
||||
13
|
||||
10
|
||||
Connector_USB
|
||||
USB3_A_Molex_48406-0001_Horizontal_Stacked
|
||||
USB 3.0, type A, right angle, stacked (https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/484/48406/484060001_sd.pdf)
|
||||
USB 3.0 type A right angle stacked dual
|
||||
0
|
||||
22
|
||||
19
|
||||
Connector_USB
|
||||
USB3_A_Plug_Wuerth_692112030100_Horizontal
|
||||
USB3 type A Plug, Horizontal, http://katalog.we-online.de/em/datasheet/692112030100.pdf
|
||||
usb A plug horizontal
|
||||
@ -46900,13 +46858,6 @@ USB A Vertical
|
||||
7
|
||||
5
|
||||
Connector_USB
|
||||
USB_A_Receptacle_GCT_USB1046
|
||||
GCT USB1046, USB Type A, https://gct.co/files/drawings/usb1046.pdf
|
||||
USB SMD Type-A Receptacle Right Angle
|
||||
0
|
||||
8
|
||||
5
|
||||
Connector_USB
|
||||
USB_A_Stewart_SS-52100-001_Horizontal
|
||||
USB A connector https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-52100-001.pdf
|
||||
USB_A Female Connector receptacle
|
||||
@ -47131,20 +47082,6 @@ USB Micro B horizontal
|
||||
9
|
||||
6
|
||||
Connector_USB
|
||||
USB_Micro-B_Amphenol_10118193-0001LF_Horizontal
|
||||
USB Micro-B receptacle, horizontal, SMD, 10118193, with flange, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118193.pdf
|
||||
USB Micro-B horizontal SMD
|
||||
0
|
||||
11
|
||||
6
|
||||
Connector_USB
|
||||
USB_Micro-B_Amphenol_10118193-0002LF_Horizontal
|
||||
USB Micro-B receptacle, horizontal, SMD, 10118193, without flange, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118193.pdf
|
||||
USB Micro-B horizontal SMD
|
||||
0
|
||||
11
|
||||
6
|
||||
Connector_USB
|
||||
USB_Micro-B_Amphenol_10118194_Horizontal
|
||||
USB Micro-B receptacle, horizontal, SMD, 10118194, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118194.pdf
|
||||
USB Micro B horizontal SMD
|
||||
@ -53479,6 +53416,258 @@ One digit LED 7 segment SA39-11 SC39-11 SA39-12 SC39-12
|
||||
0
|
||||
10
|
||||
10
|
||||
Espressif
|
||||
ESP32-C3-MINI-1
|
||||
ESP32-C3-MINI-1: https://www.espressif.com/sites/default/files/documentation/esp32-c3-mini-1_datasheet_en.pdf
|
||||
ESP32-C3
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-C3-MINI-1U
|
||||
ESP32-C3-MINI-1U: https://www.espressif.com/sites/default/files/documentation/esp32-c3-mini-1_datasheet_en.pdf
|
||||
ESP32-C3
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-C3-MINI-1_HandSoldering
|
||||
ESP32-C3-MINI-1: https://www.espressif.com/sites/default/files/documentation/esp32-c3-mini-1_datasheet_en.pdf
|
||||
ESP32-C3
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-C3-WROOM-02
|
||||
ESP32-C3-WROOM-02: https://www.espressif.com/sites/default/files/documentation/esp32-c3-wroom-02_datasheet_en.pdf
|
||||
ESP32-C3
|
||||
0
|
||||
27
|
||||
19
|
||||
Espressif
|
||||
ESP32-C3-WROOM-02U
|
||||
ESP32-C3-WROOM-02: https://www.espressif.com/sites/default/files/documentation/esp32-c3-wroom-02_datasheet_en.pdf
|
||||
ESP32-C3
|
||||
0
|
||||
27
|
||||
19
|
||||
Espressif
|
||||
ESP32-C6-DevKitC-1
|
||||
ESP32-C6 general-purpose development board, based on ESP32-2-WROOM-1,It has all the ESP32-C6 pins exposed and is easy to connect and use.
|
||||
ESP32-C6
|
||||
0
|
||||
32
|
||||
32
|
||||
Espressif
|
||||
ESP32-C6-MINI-1
|
||||
ESP32-C6-MINI-1: https://www.espressif.com/sites/default/files/documentation/esp32-c6-mini-1_datasheet_en.pdf
|
||||
ESP32-C6
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-C6-MINI-1U
|
||||
ESP32-C6-MINI-1U: https://www.espressif.com/sites/default/files/documentation/esp32-c6-mini-1_datasheet_en.pdf
|
||||
ESP32-C6
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-C6-WROOM-1
|
||||
ESP32-C6-WROOM-1: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_en.pdf
|
||||
esp32-c6
|
||||
0
|
||||
37
|
||||
29
|
||||
Espressif
|
||||
ESP32-DevKitC
|
||||
ESP32-DevKitC: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html
|
||||
ESP32
|
||||
0
|
||||
38
|
||||
38
|
||||
Espressif
|
||||
ESP32-MINI-1
|
||||
ESP32-MINI-1: https://www.espressif.com/sites/default/files/documentation/esp32-mini-1_datasheet_en.pdf
|
||||
ESP32-MINI-1
|
||||
0
|
||||
63
|
||||
55
|
||||
Espressif
|
||||
ESP32-MINI-1U
|
||||
ESP32-MINI-1U: https://www.espressif.com/sites/default/files/documentation/esp32-mini-1_datasheet_en.pdf
|
||||
ESP32-MINI-1U
|
||||
0
|
||||
63
|
||||
55
|
||||
Espressif
|
||||
ESP32-PICO-MINI-02
|
||||
ESP32-PICO-MINI-02: https://www.espressif.com/sites/default/files/documentation/esp32-pico-mini-02_datasheet_en.pdf
|
||||
ESP32-PICO-MINI-02
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-PICO-MINI-02U
|
||||
ESP32-PICO-MINI-02U: https://www.espressif.com/sites/default/files/documentation/esp32-pico-mini-02_datasheet_en.pdf
|
||||
ESP32-PICO-MINI-02U
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-PICO-MINI-02_HandSoldering
|
||||
ESP32-PICO-MINI-02: https://www.espressif.com/sites/default/files/documentation/esp32-pico-mini-02_datasheet_en.pdf
|
||||
ESP32-PICO-MINI-02
|
||||
0
|
||||
61
|
||||
53
|
||||
Espressif
|
||||
ESP32-S2-DevKitC-1
|
||||
ESP32-S2 general-purpose development board, based on ESP32-S2-SOLO or ESP32-S2-SOLO-U,It has all the ESP32-S2 pins exposed and is easy to connect and use.
|
||||
ESP32-S2
|
||||
0
|
||||
44
|
||||
44
|
||||
Espressif
|
||||
ESP32-S2-DevKitM
|
||||
ESP32-S2 general-purpose development board
|
||||
ESP32-S2
|
||||
0
|
||||
42
|
||||
42
|
||||
Espressif
|
||||
ESP32-S2-MINI-1
|
||||
ESP32-S2-MINI-1 and ESP32-S2-MINI-1U: https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-1_esp32-s2-mini-1u_datasheet_en.pdf
|
||||
ESP32-S2
|
||||
0
|
||||
73
|
||||
65
|
||||
Espressif
|
||||
ESP32-S2-MINI-1U
|
||||
ESP32-S2-MINI-1 and ESP32-S2-MINI-1U: https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-1_esp32-s2-mini-1u_datasheet_en.pdf
|
||||
ESP32-S2
|
||||
0
|
||||
73
|
||||
65
|
||||
Espressif
|
||||
ESP32-S2-MINI-1_HandSoldering
|
||||
ESP32-S2-MINI-1 and ESP32-S2-MINI-1U: https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-1_esp32-s2-mini-1u_datasheet_en.pdf
|
||||
ESP32-S2 Hand Soldering
|
||||
0
|
||||
73
|
||||
65
|
||||
Espressif
|
||||
ESP32-S2-SOLO
|
||||
ESP32-S2-SOLO https://www.espressif.com/sites/default/files/documentation/esp32-s2-solo_esp32-s2-solo-u_datasheet_en.pdf
|
||||
esp32-s2 module
|
||||
0
|
||||
49
|
||||
41
|
||||
Espressif
|
||||
ESP32-S2-SOLO-2U
|
||||
ESP32-S2-SOLO-2U https://www.espressif.com/sites/default/files/documentation/esp32-s2-solo-2_esp32-s2-solo-2u_datasheet_en.pdf
|
||||
esp32-s2 module
|
||||
0
|
||||
49
|
||||
41
|
||||
Espressif
|
||||
ESP32-S2-Saola-1
|
||||
Espressif ESP32-S2-Saola-1 Development Kit: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html
|
||||
esp32-s2 devkit
|
||||
0
|
||||
42
|
||||
42
|
||||
Espressif
|
||||
ESP32-S2-WROOM
|
||||
ESP32-S2-WROOM and ESP32-S2-WROOM-I: https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp32-s2-wroom-i_datasheet_en.pdf
|
||||
ESP32-S2
|
||||
0
|
||||
51
|
||||
43
|
||||
Espressif
|
||||
ESP32-S2-WROVER
|
||||
ESP32-S2-WROVER and ESP32-S2-WROVER-I: https://www.espressif.com/sites/default/files/documentation/esp32-s2-wrover_esp32-s2-wrover-i_datasheet_en.pdf
|
||||
ESP32-S2
|
||||
0
|
||||
55
|
||||
43
|
||||
Espressif
|
||||
ESP32-S3-DevKitC
|
||||
ESP32-S3 general-purpose development board, based on ESP32-S3-WROOM-1 or ESP32-S3-WROOM-1U,It has all the ESP32-S3 pins exposed and is easy to connect and use.
|
||||
ESP32-S3
|
||||
0
|
||||
44
|
||||
44
|
||||
Espressif
|
||||
ESP32-S3-MINI-1
|
||||
ESP32-S3-MINI-1
|
||||
esp32-s3
|
||||
0
|
||||
73
|
||||
65
|
||||
Espressif
|
||||
ESP32-S3-MINI-1U
|
||||
ESP32-S3-MINI-1 and ESP32-S3-MINI-1U
|
||||
esp32-s3
|
||||
0
|
||||
73
|
||||
65
|
||||
Espressif
|
||||
ESP32-S3-WROOM-1
|
||||
ESP32-S3-WROOM-1 is a powerful, generic Wi-Fi + Bluetooth LE MCU modules that have Dual core CPU , a rich set of peripherals, provides acceleration for neural network computing and signal processing workloads. They are an ideal choice for a wide variety of application scenarios related to AI + Internet of Things (AIoT), such as wake word detection and speech commands recognition , face detection and recognition, smart home, smart appliance, smart control panel, smart speaker etc.
|
||||
esp32-s3
|
||||
0
|
||||
51
|
||||
41
|
||||
Espressif
|
||||
ESP32-S3-WROOM-1U
|
||||
ESP32-S3-WROOM-1 is a powerful, generic Wi-Fi + Bluetooth LE MCU modules that have Dual core CPU , a rich set of peripherals, provides acceleration for neural network computing and signal processing workloads. They are an ideal choice for a wide variety of application scenarios related to AI + Internet of Things (AIoT), such as wake word detection and speech commands recognition , face detection and recognition, smart home, smart appliance, smart control panel, smart speaker etc.
|
||||
esp32-s3
|
||||
0
|
||||
49
|
||||
41
|
||||
Espressif
|
||||
ESP32-S3-WROOM-2
|
||||
ESP32-S3-WROOM-2 is a powerful, generic Wi-Fi + Bluetooth LE MCU modules that have Dual core CPU , a rich set of peripherals, provides acceleration for neural network computing and signal processing workloads. They are an ideal choice for a wide variety of application scenarios related to AI + Internet of Things (AIoT), such as wake word detection and speech commands recognition , face detection and recognition, smart home, smart appliance, smart control panel, smart speaker etc.
|
||||
esp32-s3
|
||||
0
|
||||
51
|
||||
41
|
||||
Espressif
|
||||
ESP32-WROOM-32E
|
||||
ESP32-WROOM-32E and ESP32-WROOM-32UE: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf
|
||||
ESP32
|
||||
0
|
||||
50
|
||||
39
|
||||
Espressif
|
||||
ESP32-WROOM-32UE
|
||||
ESP32-WROOM-32E and ESP32-WROOM-32UE: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf
|
||||
ESP32
|
||||
0
|
||||
47
|
||||
39
|
||||
Espressif
|
||||
ESP32-WROOM-DA
|
||||
ESP32-WROOM-DA: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-da_datasheet_en.pdf
|
||||
ESP32 Dual Antenna DA
|
||||
0
|
||||
49
|
||||
41
|
||||
Espressif
|
||||
ESP32-WROVER-E
|
||||
ESP32-WROVER-E: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf
|
||||
esp32 module
|
||||
0
|
||||
47
|
||||
39
|
||||
Espressif
|
||||
ESP32-WROVER-E_ThermalVias
|
||||
ESP32-WROVER-E: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf
|
||||
esp32 module thermal vias
|
||||
0
|
||||
59
|
||||
39
|
||||
Ferrite_THT
|
||||
LairdTech_28C0236-0JW-10
|
||||
Ferrite, vertical, LairdTech 28C0236-0JW-10, https://assets.lairdtech.com/home/brandworld/files/28C0236-0JW-10.pdf, JW Miller core https://www.bourns.com/products/magnetic-products/j.w.-miller-through-hole-ferrite-beads-emi-filters
|
||||
@ -54145,20 +54334,6 @@ Fuse Nano2
|
||||
2
|
||||
2
|
||||
Fuse
|
||||
Fuse_Littelfuse-NANO2-462
|
||||
Littelfuse NANO2, 250VAC/VDC, 350VAC/VDC, 10.5 x 4.5 x 4.5mm, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=6201db33-6e55-43f2-b41f-15e38bdd2c99&filename=littelfuse-fuse-462-datasheet
|
||||
Fuse Nano2 462
|
||||
0
|
||||
2
|
||||
2
|
||||
Fuse
|
||||
Fuse_Littelfuse-NANO2-885
|
||||
Littelfuse NANO2, 350VAC, 450/500VDC, 10.86 x 4.78 x 4.78mm, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=888f12ed-ed3b-4b45-b910-06af8854ad76&filename=littelfuse-fuse-885-datasheet
|
||||
Fuse Nano2 885
|
||||
0
|
||||
2
|
||||
2
|
||||
Fuse
|
||||
Fuse_Littelfuse_372_D8.50mm
|
||||
Fuse, Littelfuse, 372, 8.5x8mm, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_372_datasheet.pdf.pdf
|
||||
fuse tht radial
|
||||
@ -54614,40 +54789,12 @@ Heatsink sheet
|
||||
2
|
||||
1
|
||||
Heatsink
|
||||
Heatsink_Stonecold_HS-130_30x12mm_2xFixation2.5mm
|
||||
Heatsink, StoneCold HS, https://www.tme.eu/Document/da20d9b42617e16f6777c881dc9e3434/hs-130.pdf
|
||||
heatsink
|
||||
0
|
||||
2
|
||||
1
|
||||
Heatsink
|
||||
Heatsink_Stonecold_HS-132_32x14mm_2xFixation1.5mm
|
||||
Heatsink, StoneCold HS
|
||||
heatsink
|
||||
0
|
||||
2
|
||||
1
|
||||
Heatsink
|
||||
Heatsink_Stonecold_HS-S01_13.21x6.35mm
|
||||
Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf
|
||||
heatsink
|
||||
0
|
||||
0
|
||||
0
|
||||
Heatsink
|
||||
Heatsink_Stonecold_HS-S02_13.21x9.53mm
|
||||
Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf
|
||||
heatsink
|
||||
0
|
||||
0
|
||||
0
|
||||
Heatsink
|
||||
Heatsink_Stonecold_HS-S03_13.21x12.7mm
|
||||
Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf
|
||||
heatsink
|
||||
0
|
||||
0
|
||||
0
|
||||
Inductor_SMD
|
||||
L_6.3x6.3_H3
|
||||
Choke, SMD, 6.3x6.3mm 3mm height
|
||||
@ -55895,13 +56042,6 @@ Wuerth WE-SL2
|
||||
4
|
||||
4
|
||||
Inductor_SMD
|
||||
L_CommonMode_Wurth_WE-CNSW-1206
|
||||
WE-CNSW SMT Common Mode Line Filter, https://www.we-online.com/components/products/datasheet/744232090.pdf
|
||||
common mode choke 1206 cnsw
|
||||
0
|
||||
4
|
||||
4
|
||||
Inductor_SMD
|
||||
L_Eaton_MCL2012V1
|
||||
Inductor, Eaton, MCL2012V1, 2.0x1.2x0.9mm, https://eu.mouser.com/datasheet/2/87/eaton-mcl2012v1-multilayer-chip-inductor-data-shee-1622891.pdf
|
||||
Inductor ferrite multilayer power
|
||||
@ -57749,20 +57889,6 @@ wurth wuerth smd inductor
|
||||
0
|
||||
2
|
||||
2
|
||||
Inductor_SMD
|
||||
L_Wuerth_WE-XHMI-8080
|
||||
Inductor, Wuerth, WE-XHMI 8080, 8.3mmx8.8mm (Script generated with StandardBox.py) (https://www.we-online.com/components/products/datasheet/74439358068.pdf)
|
||||
Inductor Wuerth WE-XHMI 8080
|
||||
0
|
||||
2
|
||||
2
|
||||
Inductor_SMD
|
||||
L_Wurth_WE-CAIR-5910
|
||||
WE-CAIR Air coil, https://www.we-online.com/components/products/datasheet/744918254.pdf
|
||||
air coil inductor wurth we cair
|
||||
0
|
||||
2
|
||||
2
|
||||
Inductor_SMD_Wurth
|
||||
L_Wurth_WE-LQSH-2010
|
||||
Semi-Shielded High Saturation Power Inductor, body 2x1.6mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-2010
|
||||
@ -64113,13 +64239,6 @@ Resistor LDR
|
||||
2
|
||||
2
|
||||
OptoDevice
|
||||
Renesas_DFN-6_1.5x1.6mm_P0.5mm
|
||||
DFN, 6 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-hodfn-6pin-l615x16?language=en&r=568376)
|
||||
DFN NoLead
|
||||
0
|
||||
6
|
||||
6
|
||||
OptoDevice
|
||||
ST_VL53L0X
|
||||
https://www.st.com/resource/en/datasheet/vl53l1x.pdf
|
||||
laser-ranging sensor
|
||||
@ -65254,20 +65373,6 @@ BGA 6 0.35
|
||||
6
|
||||
6
|
||||
Package_BGA
|
||||
Texas_DSBGA-6_0.855x1.255mm_Layout2x3_P0.4mm_LevelB
|
||||
Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, YFF0006, NSMD pad definition, https://www.ti.com/lit/ds/symlink/lmg1020.pdf, https://www.ti.com/lit/ml/mxbg078z/mxbg078z.pdf
|
||||
BGA 6 0.4 YFF0006
|
||||
0
|
||||
6
|
||||
6
|
||||
Package_BGA
|
||||
Texas_DSBGA-6_0.855x1.255mm_Layout2x3_P0.4mm_LevelC
|
||||
Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, YFF0006, NSMD pad definition, https://www.ti.com/lit/ds/symlink/lmg1020.pdf, https://www.ti.com/lit/ml/mxbg078z/mxbg078z.pdf
|
||||
BGA 6 0.4 YFF0006
|
||||
0
|
||||
6
|
||||
6
|
||||
Package_BGA
|
||||
Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm
|
||||
Texas Instruments, DSBGA, 0.9x1.9mm, 8 bump 2x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0102.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf)
|
||||
Texas Instruments DSBGA BGA YZP R-XBGA-N8
|
||||
@ -67431,13 +67536,6 @@ mlpq 32 7x7mm
|
||||
76
|
||||
33
|
||||
Package_DFN_QFN
|
||||
Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm
|
||||
MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788)
|
||||
mlpq 32 7x7mm
|
||||
0
|
||||
115
|
||||
49
|
||||
Package_DFN_QFN
|
||||
Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm
|
||||
MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793)
|
||||
mlpq 32 7x7mm
|
||||
@ -67445,6 +67543,20 @@ mlpq 32 7x7mm
|
||||
113
|
||||
49
|
||||
Package_DFN_QFN
|
||||
Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm
|
||||
MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788)
|
||||
mlpq 32 7x7mm
|
||||
0
|
||||
117
|
||||
49
|
||||
Package_DFN_QFN
|
||||
Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm
|
||||
MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793)
|
||||
mlpq 32 7x7mm
|
||||
0
|
||||
117
|
||||
49
|
||||
Package_DFN_QFN
|
||||
Infineon_PQFN-22-15-4EP_6x5mm_P0.65mm
|
||||
PQFN 22 leads, 5x6mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4301.pdf?fileId=5546d462533600a4015355d5fc691819, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134)
|
||||
pqfn 22 5x6mm
|
||||
@ -68187,20 +68299,6 @@ QFN NoLead
|
||||
67
|
||||
25
|
||||
Package_DFN_QFN
|
||||
QFN-24-1EP_5x5mm_P0.65mm_EP3.25x3.25mm
|
||||
QFN, 24 Pin (https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/44000000MDkO/lWPNMeJClEs8Zvyu7AlDlKSyZqhYdVpQzFLVfUp.EXs), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
29
|
||||
25
|
||||
Package_DFN_QFN
|
||||
QFN-24-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias
|
||||
QFN, 24 Pin (https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/44000000MDkO/lWPNMeJClEs8Zvyu7AlDlKSyZqhYdVpQzFLVfUp.EXs), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
51
|
||||
25
|
||||
Package_DFN_QFN
|
||||
QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm
|
||||
QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
@ -68782,34 +68880,6 @@ QFN NoLead
|
||||
91
|
||||
49
|
||||
Package_DFN_QFN
|
||||
QFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm
|
||||
QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=69), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
58
|
||||
49
|
||||
Package_DFN_QFN
|
||||
QFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_ThermalVias
|
||||
QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=69), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
75
|
||||
49
|
||||
Package_DFN_QFN
|
||||
QFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm
|
||||
QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
65
|
||||
49
|
||||
Package_DFN_QFN
|
||||
QFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias
|
||||
QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
91
|
||||
49
|
||||
Package_DFN_QFN
|
||||
QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm
|
||||
QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
@ -68999,20 +69069,6 @@ QFN NoLead
|
||||
99
|
||||
57
|
||||
Package_DFN_QFN
|
||||
QFN-56-1EP_8x8mm_P0.5mm_EP6.1x6.1mm
|
||||
QFN, 56 Pin (http://intantech.com/files/Intan_RHD2000_series_datasheet.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
73
|
||||
57
|
||||
Package_DFN_QFN
|
||||
QFN-56-1EP_8x8mm_P0.5mm_EP6.1x6.1mm_ThermalVias
|
||||
QFN, 56 Pin (http://intantech.com/files/Intan_RHD2000_series_datasheet.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
0
|
||||
99
|
||||
57
|
||||
Package_DFN_QFN
|
||||
QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm
|
||||
QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
QFN NoLead
|
||||
@ -69300,7 +69356,7 @@ UFQFPN 0.5
|
||||
20
|
||||
20
|
||||
Package_DFN_QFN
|
||||
ST_UQFN-6L_1.5x1.7mm_P0.5mm
|
||||
ST_UQFN-6L_1.5x1.7mm_Pitch0.5mm
|
||||
ST UQFN 6 pin 0.5mm Pitch http://www.st.com/resource/en/datasheet/ecmf02-2amx6.pdf
|
||||
UQFN DFN 0.5 ST
|
||||
0
|
||||
@ -69475,20 +69531,6 @@ TQFN NoLead
|
||||
31
|
||||
17
|
||||
Package_DFN_QFN
|
||||
TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm
|
||||
TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-2)), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
TQFN NoLead
|
||||
0
|
||||
25
|
||||
21
|
||||
Package_DFN_QFN
|
||||
TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias
|
||||
TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-2)), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
TQFN NoLead
|
||||
0
|
||||
30
|
||||
21
|
||||
Package_DFN_QFN
|
||||
TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm
|
||||
TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-5C)), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
TQFN NoLead
|
||||
@ -69804,20 +69846,6 @@ QFN NoLead
|
||||
27
|
||||
18
|
||||
Package_DFN_QFN
|
||||
Texas_RGY_R-PVQFN-N20_EP2.05x3.05mm
|
||||
QFN, 20 Pin, RGY0020A (https://www.ti.com/lit/ds/symlink/txb0108.pdf#page=33)
|
||||
QFN NoLead
|
||||
0
|
||||
25
|
||||
21
|
||||
Package_DFN_QFN
|
||||
Texas_RGY_R-PVQFN-N20_EP2.05x3.05mm_ThermalVias
|
||||
QFN, 20 Pin, RGY0020A (https://www.ti.com/lit/ds/symlink/txb0108.pdf#page=33)
|
||||
QFN NoLead
|
||||
0
|
||||
29
|
||||
21
|
||||
Package_DFN_QFN
|
||||
Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm
|
||||
QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40)
|
||||
QFN NoLead
|
||||
@ -70672,20 +70700,6 @@ VQFN NoLead
|
||||
91
|
||||
65
|
||||
Package_DFN_QFN
|
||||
Vishay_PowerPAK_MLP44-24L
|
||||
PowerPAK PowerPAK MLP44-24L (https://www.vishay.com/docs/78231/mlp44-24l.pdf)
|
||||
powerpak mlp44-24l
|
||||
0
|
||||
28
|
||||
28
|
||||
Package_DFN_QFN
|
||||
Vishay_PowerPAK_MLP44-24L_ThermalVias
|
||||
PowerPAK PowerPAK MLP44-24L (https://www.vishay.com/docs/78231/mlp44-24l.pdf)
|
||||
powerpak mlp44-24l
|
||||
0
|
||||
35
|
||||
28
|
||||
Package_DFN_QFN
|
||||
W-PDFN-8-1EP_6x5mm_P1.27mm_EP3x3mm
|
||||
W-PDFN, 8 Pin (https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-a/mt25q_qljs_u_256_aba_0.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
W-PDFN NoLead
|
||||
@ -70784,20 +70798,6 @@ WQFN NoLead
|
||||
24
|
||||
15
|
||||
Package_DFN_QFN
|
||||
WQFN-16-1EP_3x3mm_P0.5mm_EP0.8x1.2mm
|
||||
WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tps43060.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
WQFN NoLead
|
||||
0
|
||||
21
|
||||
17
|
||||
Package_DFN_QFN
|
||||
WQFN-16-1EP_3x3mm_P0.5mm_EP0.8x1.2mm_ThermalVias
|
||||
WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tps43060.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
WQFN NoLead
|
||||
0
|
||||
23
|
||||
17
|
||||
Package_DFN_QFN
|
||||
WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm
|
||||
WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
WQFN NoLead
|
||||
@ -76503,20 +76503,6 @@ USON-20 2x4mm Pitch 0.4mm
|
||||
20
|
||||
20
|
||||
Package_SON
|
||||
VSON-8-1EP_3x3mm_P0.65mm_EP1.65x2.4mm
|
||||
VSON, 8 Pin (https://www.ti.com/lit/pdf/qfnd619), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
VSON NoLead
|
||||
0
|
||||
10
|
||||
9
|
||||
Package_SON
|
||||
VSON-8-1EP_3x3mm_P0.65mm_EP1.65x2.4mm_ThermalVias
|
||||
VSON, 8 Pin (https://www.ti.com/lit/pdf/qfnd619), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
VSON NoLead
|
||||
0
|
||||
16
|
||||
9
|
||||
Package_SON
|
||||
VSON-8_1.5x2mm_P0.5mm
|
||||
VSON, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62840.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
|
||||
VSON NoLead
|
||||
@ -80374,13 +80360,6 @@ Antenna ProAnt OnBoard 868Mhz 915Mhz 2400Mhz
|
||||
6
|
||||
6
|
||||
RF_Antenna
|
||||
Antenova_SR4G013_GPS
|
||||
GPS/GLONASS/Galileo/BeiDou antenna, 1559-1609Mhz, SMD, https://www.application-datasheet.com/pdf/antenova/sr4g013.pdf
|
||||
antenna GPS Antenova Beltii
|
||||
0
|
||||
5
|
||||
2
|
||||
RF_Antenna
|
||||
Astrocast_AST50127-00
|
||||
L-band patch antenna, https://docs.astrocast.com/dl/0534-DOC-M2M-ASTRO-Patch_Antenna-Datasheet.pdf
|
||||
L-band antenna astrocast Patch Antenna
|
||||
@ -80409,13 +80388,6 @@ antenna
|
||||
2
|
||||
2
|
||||
RF_Antenna
|
||||
Molex_47948-0001_2.4Ghz
|
||||
SMD antenna 2400-2500Mhz, 3.7dBi, https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/productspecificationpdf/479/47948/PS-47948-001-001.pdf?inline
|
||||
rf antenna
|
||||
0
|
||||
4
|
||||
2
|
||||
RF_Antenna
|
||||
Pulse_W3011
|
||||
Pulse RF Antenna, 4mm Clearance
|
||||
antenna rf
|
||||
@ -81802,13 +81774,6 @@ Relay DPDT Finder 40.51 Pitch 5mm
|
||||
5
|
||||
5
|
||||
Relay_THT
|
||||
Relay_SPDT_Fujitsu_FTR-LYCA005x_FormC_Vertical
|
||||
Relay, SPDT Form C, vertical mount, 6A, 5-60V, https://www.fujitsu.com/sg/imagesgig5/ftr-ly.pdf
|
||||
relay SPDT form c vertical
|
||||
0
|
||||
5
|
||||
5
|
||||
Relay_THT
|
||||
Relay_SPDT_HJR-4102
|
||||
IM Signal Relay SPDT HJR-4102
|
||||
Relay SPDT IM-relay HJR-4102
|
||||
@ -81956,13 +81921,6 @@ Standex Meder SIL reed relais
|
||||
5
|
||||
5
|
||||
Relay_THT
|
||||
Relay_SPST-NO_Fujitsu_FTR-LYAA005x_FormA_Vertical
|
||||
Relay, SPST-NO Form A, vertical mount, 6A, 5-60V, https://www.fujitsu.com/sg/imagesgig5/ftr-ly.pdf
|
||||
relay SPST-NO form A vertical
|
||||
0
|
||||
4
|
||||
4
|
||||
Relay_THT
|
||||
Relay_SPST_Finder_32.21-x300
|
||||
Finder 32.21-x300 Relay, SPST, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf
|
||||
Finder 32.21-x300 Relay SPST
|
||||
@ -81991,20 +81949,6 @@ Omron Relay SPST High Capacity
|
||||
6
|
||||
4
|
||||
Relay_THT
|
||||
Relay_SPST_Panasonic_ALFG_FormA
|
||||
Panasonic Relay SPST, https://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_lfg.pdf
|
||||
Panasonic Relay SPST
|
||||
0
|
||||
4
|
||||
4
|
||||
Relay_THT
|
||||
Relay_SPST_Panasonic_ALFG_FormA_CircularHoles
|
||||
Panasonic Relay SPST, https://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_lfg.pdf
|
||||
Panasonic Relay SPST
|
||||
0
|
||||
4
|
||||
4
|
||||
Relay_THT
|
||||
Relay_SPST_Panasonic_JW1_FormA
|
||||
Panasonic Relay SPST, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok
|
||||
Panasonic Relay SPST
|
||||
@ -89271,13 +89215,6 @@ RF Transformer
|
||||
5
|
||||
5
|
||||
Transformer_SMD
|
||||
Transformer_MiniCircuits_AT224-1A
|
||||
SMD RF transformer, 50 ohm, 4.5 to 3000Mhz, https://www.minicircuits.com/pdfs/TC1-1-13M+.pdf
|
||||
RF Transformer
|
||||
0
|
||||
5
|
||||
5
|
||||
Transformer_SMD
|
||||
Transformer_Murata_78250JC
|
||||
Murata 78250JC https://www.murata-ps.com/datasheet?/data/magnetics/kmp_78250j.pdf
|
||||
Murata transformer
|
||||
@ -90622,6 +90559,13 @@ varistor
|
||||
2
|
||||
2
|
||||
ordentliche-teile
|
||||
Potentiometer_vom_markt
|
||||
|
||||
Potentiometer vom Markt
|
||||
0
|
||||
7
|
||||
4
|
||||
ordentliche-teile
|
||||
bobbybutton
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user