Compare commits

...

11 Commits

Author SHA1 Message Date
cpu
e550371ee8 added final picture 2025-11-10 12:11:21 +01:00
cpu
bd52cb62af added price of finished boards 2025-10-23 11:50:36 +02:00
cpu
c1eaaadd13 added finished photo and updated Readme.md 2025-10-23 11:40:53 +02:00
cpu
c4b1d3d21c clean up 2025-10-23 09:46:00 +02:00
cpu
67b58cb3fb final 2025-09-30 21:44:07 +02:00
cpu
cf6c43ca1f experiment 2025-09-29 08:42:08 +02:00
cpu
a19cc3a193 layout changes 2025-09-28 23:56:00 +02:00
cpu
8227d27687 screenshots 2025-09-27 15:36:36 +02:00
cpu
988d1ba430 clean up 2025-09-27 15:10:10 +02:00
cpu
8228157daf mounting holes 2025-09-27 15:06:52 +02:00
cpu
dbbbf5b08c clean up 2025-09-27 14:36:02 +02:00
3779 changed files with 144931 additions and 453680 deletions

View File

@@ -1,16 +1,67 @@
# DFPlayer Motherboard for Atopile
# DFPlayer Carrier Board
A compact, SMD-based motherboard for the popular [DFPlayer Mini](https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299) MP3 module, designed using the atopile hardware description language.
This board serves as a carrier for the DFPlayer, providing stable power, protection, and convenient interfaces for audio input and output. It is designed to be easily integrated into larger audio projects.
This board serves as a carrier for the DFPlayer, providing stable power, protection, and convenient interfaces for input and output. It is designed to be easily integrated into larger audio projects.
![DFPlayer Motherboard](placeholder.png) <!-- TODO: Replace with an actual image of your board -->
### Design and Manufacturing Process
This project follows a modern, code-centric workflow for electronics design. Heres a step-by-step guide to the journey from concept to a professionally made circuit board.
#### 1. Describe the Circuit in Code
Instead of drawing a traditional schematic (an electronics blueprint) in a graphical editor, we define the circuit using the atopile language in the `main.ato` file.
* **What this means:** You simply write text to declare components (like resistors and connectors) and describe how they connect to each other.
* **Why it's great:** This approach is highly organized, easy to read, and allows you to reuse parts of your design. It's like building with digital LEGOs, where each block is a piece of code.
#### 2. Design the Physical Board (PCB Layout)
Our code describes *what* components are connected, but not *where* they physically go on the board. For that, we use a powerful, free tool called KiCad.
After running the command `ato: Launch KiCad`, atopile automatically generates a KiCad project for you. Your job is to:
* **Arrange the Components:** Drag and drop the component footprints onto the virtual board.
* **Draw the Traces:** Route the copper "wires" (called traces) that connect the components.
* **Add Labels:** Customize the text and logos on the board's surface (the "silkscreen").
> **Quick Tip:** Before you start, import the JLCPCB manufacturer template from the `kicad_templates/JLCPCB_1-2Layer` folder. This ensures your design meets their specific requirements from the start!
<img src="media/pcb_layout.png" height="400" />
#### 3. Preview Your Board in 3D
Before spending any money, you can see exactly what your board will look like! KiCad has a built-in 3D viewer that creates a stunningly realistic preview. This is a crucial step to check if connectors are facing the right way, if parts are too close together, and if it will fit in its intended enclosure. It's your chance to catch mistakes for free!
<img src="media/3d_model.png" height="400" />
#### 4. Create the Manufacturing Files (Gerbers, BOM, Pick and Place)
Once you're happy with the design, it's time to generate the files a factory needs to build it. These are called "Gerber files." Think of them as the universal language for PCB manufacturing—a set of blueprints that tells the machines exactly where to drill holes, place copper, and print the silkscreen.
atopile makes this easy. Just run the command `ato: Generate Manufacturing Data`.
#### 5. Order the Board and Assembly
With your Gerber files in hand, you can order your board from a manufacturer like [JLCPCB](https://jlcpcb.com/). You have two main options:
* **PCB (Printed Circuit Board):** Order the bare board, and you buy and solder all the components yourself.
* **PCBA (PCB Assembly):** The factory manufactures both the board AND solders all the tiny surface-mount components for you. This is highly recommended for a professional result without the hassle of manual soldering.
You simply upload your files, select the components you want them to place, and place your order.
#### 6. Receive Your Finished Board!
In about a week or two, a package arrives. Inside are your professionally manufactured and assembled circuit boards, transformed from a simple text file into a functional piece of hardware, ready for your project.
<img src="media/PCBA_from_JLCPCB.jpg" height="400" />
#### 7. Order details and price
Minimum order amount of PCBs is 5 and PCBA is 2.
<img src="media/Order_details_and_price.png" height="400" />
#### 8. Board integrated in the system
<img src="media/Board_integrated.jpg" height="400" />
## Features
* **Power Supply:** On-board diode is used to drop the input voltage to a DFPlayer-safe ~4.3V. An electrolytic capacitor is included for power supply filtering, ensuring smooth operation.
* **Power Supply:** On-board diode is used to drop the input voltage to a DFPlayer-safe ~4.3V. Tantalum capacitors are included for power supply filtering, ensuring smooth operation.
* **All SMD Components:** Designed for a low-profile, surface-mount assembly, making it suitable for compact enclosures.
* **Simple Interfaces:** Utilizes standard JST and 3.5mm connectors for power, data input, speaker output, and stereo line-level output.
* **Simple Interfaces:** Utilizes standard (JST and 3.5mm Jack) connectors for power, data input, speaker output, and stereo line-level output.
* **Compact Design:** A small footprint carrier board for the 2x8 pin DFPlayer Mini module.
## Interfaces
@@ -49,25 +100,25 @@ This board serves as a carrier for the DFPlayer, providing stable power, protect
The motherboard is designed to be powered by a standard +5V source. To ensure the DFPlayer module receives a safe operating voltage (typically 3.2V to 5.0V, with 4.2V being ideal), the following components are included:
* **Voltage Drop Diode:** A standard silicon diode (e.g., a 1N4001 SMD equivalent) is placed in series with the power input. This provides a forward voltage drop of approximately 0.7V, effectively reducing the 5V input to a safer ~4.3V for the DFPlayer.
* **Filtering Capacitor:** An electrolytic capacitor (e.g., 470µF, 10V) is placed across the DFPlayer's power pins (`VCC` and `GND`). This smooths the power supply and filters out noise, which is crucial for clean audio playback.
* **Filtering Capacitor:** Tantalum capacitors (e.g., 100µF, 6,3V) is placed across the DFPlayer's power pins (`VCC` and `GND`). This smooths the power supply and filters out noise, which is crucial for clean audio playback.
## Mechanical Design
* **Mounting Holes:** The board includes four mounting holes, one in each corner.
* **Hole Diameter:** 3.2mm, providing clearance for standard M3 screws.
* **Compatibility:** Designed for use with M3 nylon or brass standoffs for easy mounting.
* **Hole Diameter:** 2,2mm, providing clearance for standard M2 screws.
* **Compatibility:** Designed for use with M2 nylon or brass standoffs for easy mounting.
## Bill of Materials
| Component | Qty | KiCad footprint | LCSC Part # |
| Component | Qty | Type | LCSC Part # |
| ------------------------------------ | --- | -------------------------------------------- | -------------------------- |
| Female 8-Pin Header | 2 | PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left | C48641756 |
| Diode | 1 | D_SMA | C18199093 |
| Electrolytic Capacitor | 1 | EEEFK1A471AP (470µF/10V), for power filtering | C178529 |
| UART Connector | 1 | JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical | C160354 |
| Speaker Connector | 1 | JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical | C265003 |
| Audio Jack | 1 | Jack_3.5mm_PJ320D_Horizontal | C22459515 |
| Resistor | 1 | 1kΩ, 0805 SMD (for UART RX line) | C17513 |
| Female 8-Pin Header | 2 | PinSocket 1x08 2.54mm Vertical | C48641756 |
| Diode | 1 | A7 | C18199093 |
| Capacitor | 5 | Tantalum 100uF 6.3V | C178529 |
| UART Connector | 1 | JST PH 1x04 2.00mm Vertical | C160354 |
| Speaker Connector | 1 | JST PH 1x02 2.00mm Vertical | C265003 |
| Audio Jack | 1 | Jack 3,5mm Horizontal | C22459515 |
| Resistor | 1 | 1kΩ, 0805 | C17513 |
## Assembly

View File

@@ -1,87 +0,0 @@
(kicad_pcb
(version 20241229)
(generator "atopile")
(generator_version "0.12.4")
(general
(thickness 1.6)
(legacy_teardrops no)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(allow_soldermask_bridges_in_footprints no)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros no)
(usegerberextensions no)
(usegerberattributes yes)
(usegerberadvancedattributes yes)
(creategerberjobfile yes)
(dashed_line_dash_ratio 12)
(dashed_line_gap_ratio 3)
(svgprecision 4)
(plotframeref no)
(mode 1)
(useauxorigin no)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(pdf_front_fp_property_popups yes)
(pdf_back_fp_property_popups yes)
(dxfpolygonmode yes)
(dxfimperialunits yes)
(dxfusepcbnewfont yes)
(psnegative no)
(psa4output no)
(plot_black_and_white yes)
(plotinvisibletext no)
(sketchpadsonfab no)
(plotreference yes)
(plotvalue yes)
(plotpadnumbers no)
(hidednponfab no)
(sketchdnponfab yes)
(crossoutdnponfab yes)
(plotfptext yes)
(subtractmaskfromsilk no)
(outputformat 1)
(mirror no)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
)

View File

@@ -1,360 +0,0 @@
(kicad_pcb
(version 20241229)
(generator "atopile")
(generator_version "0.12.4")
(general
(thickness 1.6)
(legacy_teardrops no)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(allow_soldermask_bridges_in_footprints no)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros no)
(usegerberextensions no)
(usegerberattributes yes)
(usegerberadvancedattributes yes)
(creategerberjobfile yes)
(dashed_line_dash_ratio 12)
(dashed_line_gap_ratio 3)
(svgprecision 4)
(plotframeref no)
(mode 1)
(useauxorigin no)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(pdf_front_fp_property_popups yes)
(pdf_back_fp_property_popups yes)
(dxfpolygonmode yes)
(dxfimperialunits yes)
(dxfusepcbnewfont yes)
(psnegative no)
(psa4output no)
(plot_black_and_white yes)
(plotinvisibletext no)
(sketchpadsonfab no)
(plotreference yes)
(plotvalue yes)
(plotpadnumbers no)
(hidednponfab no)
(sketchdnponfab yes)
(crossoutdnponfab yes)
(plotfptext yes)
(subtractmaskfromsilk no)
(outputformat 1)
(mirror no)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "footprint-net-0")
(net 2 "footprint-net-1")
(footprint "UNI_ROYAL_0603WAF1000T5E:R0603"
(layer "F.Cu")
(uuid "3786f3ed-0717-40b7-878c-fb2e4642524b")
(at 0 0 0)
(property "Reference" "R1"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "d7fe1c4f-20c3-488c-938e-63059e57cf7d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "100Ω ±1% 100mW"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "02502b2e-91fa-4a57-8145-690da2230101")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "checksum" "9f0edff8584ef1f6e252deba1c2e1eab5521058f7419b1975bdf335f15ce252d"
(at 0 0 0)
(layer "User.9")
(hide no)
(uuid "2fd07936-2e44-4ea4-a84a-88f7cc9e50c2")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
(hide yes)
)
)
(property "__atopile_lib_fp_hash__" "bd45e32e-084b-fdad-c4cc-c7bffc907c58"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "82d72459-c0fa-4617-8fd9-69fe4642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "LCSC" "C22775"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "09a3d748-723f-497c-b808-a6e94642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "1925f3ba-5569-4353-83e2-ed744642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Partnumber" "0603WAF1000T5E"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "bdaf9cd6-1532-4adc-95ad-9ea14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_power" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 0.1, \"max\": 0.1}}]}}, \"unit\": \"watt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "f44a19a0-9a0e-4b1c-82a7-1d954642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_voltage" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 75.0, \"max\": 75.0}}]}}, \"unit\": \"volt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "71ce1f69-2f47-4075-8b6b-28514642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_resistance" "{\"type\": \"Quantity_Interval_Disjoint\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 99.00000002235174, \"max\": 100.99999997764826}}]}}, \"unit\": \"ohm\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "8787dca7-1715-43a7-ac17-397a4642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2411221126_UNI-ROYAL-Uniroyal-Elec-0603WAF1000T5E_C22775.pdf"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "fca7427a-a81f-4bc7-8763-b7774642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "atopile_address" "r1"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "61c60446-608d-45d8-9ad5-1ce14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(attr smd)
(fp_line
(start 0.43 0.66)
(end 1.39 0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "8da42f97-a5db-450c-98db-a60d42e8b82d")
)
(fp_line
(start 1.39 0.66)
(end 1.39 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "ef2e69e8-ee38-472a-a059-e942fe03d49b")
)
(fp_line
(start 1.39 -0.66)
(end 0.43 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "123c2608-6054-430c-be5d-48a9ed6cc2ac")
)
(fp_line
(start -0.43 0.66)
(end -1.39 0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "0fa5038f-89cc-48f6-bc2c-4718477aa29d")
)
(fp_line
(start -1.39 0.66)
(end -1.39 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "3c887a04-476a-4606-8644-e9716b8f2ca8")
)
(fp_line
(start -1.39 -0.66)
(end -0.43 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "09f4e01b-b2c4-4f77-952d-50a4de23a12f")
)
(fp_circle
(center -0.8 0.4)
(end -0.77 0.4)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "a7a3c355-2e7b-49b7-a670-aa353a65a73d")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "18695cf3-7c0f-4534-bfd4-715ba8289283")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "d7fe1c4f-20c3-488c-938e-63059e57cf7d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 0.75 0 0)
(size 0.81 0.86)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "footprint-net-1")
(uuid "02a0cb42-9654-4f20-968c-49555b0a6dfe")
)
(pad "1" smd rect
(at -0.75 0 0)
(size 0.81 0.86)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "footprint-net-0")
(uuid "e6c5c5f1-8325-4851-983b-4aefae95396f")
)
(model "${KIPRJMOD}/../../parts/UNI_ROYAL_0603WAF1000T5E/R0603.STEP"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 270)
)
)
)
)

View File

@@ -1,360 +0,0 @@
(kicad_pcb
(version 20241229)
(generator "atopile")
(generator_version "0.12.4")
(general
(thickness 1.6)
(legacy_teardrops no)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(allow_soldermask_bridges_in_footprints no)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros no)
(usegerberextensions no)
(usegerberattributes yes)
(usegerberadvancedattributes yes)
(creategerberjobfile yes)
(dashed_line_dash_ratio 12)
(dashed_line_gap_ratio 3)
(svgprecision 4)
(plotframeref no)
(mode 1)
(useauxorigin no)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(pdf_front_fp_property_popups yes)
(pdf_back_fp_property_popups yes)
(dxfpolygonmode yes)
(dxfimperialunits yes)
(dxfusepcbnewfont yes)
(psnegative no)
(psa4output no)
(plot_black_and_white yes)
(plotinvisibletext no)
(sketchpadsonfab no)
(plotreference yes)
(plotvalue yes)
(plotpadnumbers no)
(hidednponfab no)
(sketchdnponfab yes)
(crossoutdnponfab yes)
(plotfptext yes)
(subtractmaskfromsilk no)
(outputformat 1)
(mirror no)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "footprint-net-0")
(net 2 "footprint-net-1")
(footprint "UNI_ROYAL_0603WAF1000T5E:R0603"
(layer "F.Cu")
(uuid "3786f3ed-0717-40b7-878c-fb2e4642524b")
(at 0 0 0)
(property "Reference" "R1"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "d7fe1c4f-20c3-488c-938e-63059e57cf7d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "100Ω ±1% 100mW"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "02502b2e-91fa-4a57-8145-690da2230101")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "checksum" "9f0edff8584ef1f6e252deba1c2e1eab5521058f7419b1975bdf335f15ce252d"
(at 0 0 0)
(layer "User.9")
(hide no)
(uuid "2fd07936-2e44-4ea4-a84a-88f7cc9e50c2")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
(hide yes)
)
)
(property "__atopile_lib_fp_hash__" "bd45e32e-084b-fdad-c4cc-c7bffc907c58"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "82d72459-c0fa-4617-8fd9-69fe4642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "LCSC" "C22775"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "09a3d748-723f-497c-b808-a6e94642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "1925f3ba-5569-4353-83e2-ed744642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Partnumber" "0603WAF1000T5E"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "bdaf9cd6-1532-4adc-95ad-9ea14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_power" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 0.1, \"max\": 0.1}}]}}, \"unit\": \"watt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "f44a19a0-9a0e-4b1c-82a7-1d954642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_voltage" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 75.0, \"max\": 75.0}}]}}, \"unit\": \"volt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "71ce1f69-2f47-4075-8b6b-28514642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_resistance" "{\"type\": \"Quantity_Interval_Disjoint\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 99.00000002235174, \"max\": 100.99999997764826}}]}}, \"unit\": \"ohm\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "8787dca7-1715-43a7-ac17-397a4642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2411221126_UNI-ROYAL-Uniroyal-Elec-0603WAF1000T5E_C22775.pdf"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "fca7427a-a81f-4bc7-8763-b7774642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "atopile_address" "r1"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "61c60446-608d-45d8-9ad5-1ce14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(attr smd)
(fp_line
(start 0.43 0.66)
(end 1.39 0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "8da42f97-a5db-450c-98db-a60d42e8b82d")
)
(fp_line
(start 1.39 0.66)
(end 1.39 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "ef2e69e8-ee38-472a-a059-e942fe03d49b")
)
(fp_line
(start 1.39 -0.66)
(end 0.43 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "123c2608-6054-430c-be5d-48a9ed6cc2ac")
)
(fp_line
(start -0.43 0.66)
(end -1.39 0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "0fa5038f-89cc-48f6-bc2c-4718477aa29d")
)
(fp_line
(start -1.39 0.66)
(end -1.39 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "3c887a04-476a-4606-8644-e9716b8f2ca8")
)
(fp_line
(start -1.39 -0.66)
(end -0.43 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "09f4e01b-b2c4-4f77-952d-50a4de23a12f")
)
(fp_circle
(center -0.8 0.4)
(end -0.77 0.4)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "a7a3c355-2e7b-49b7-a670-aa353a65a73d")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "18695cf3-7c0f-4534-bfd4-715ba8289283")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "d7fe1c4f-20c3-488c-938e-63059e57cf7d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 0.75 0 0)
(size 0.81 0.86)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "footprint-net-1")
(uuid "02a0cb42-9654-4f20-968c-49555b0a6dfe")
)
(pad "1" smd rect
(at -0.75 0 0)
(size 0.81 0.86)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "footprint-net-0")
(uuid "e6c5c5f1-8325-4851-983b-4aefae95396f")
)
(model "${KIPRJMOD}/../../parts/UNI_ROYAL_0603WAF1000T5E/R0603.STEP"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 270)
)
)
)
)

View File

@@ -1,360 +0,0 @@
(kicad_pcb
(version 20241229)
(generator "atopile")
(generator_version "0.12.4")
(general
(thickness 1.6)
(legacy_teardrops no)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(allow_soldermask_bridges_in_footprints no)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros no)
(usegerberextensions no)
(usegerberattributes yes)
(usegerberadvancedattributes yes)
(creategerberjobfile yes)
(dashed_line_dash_ratio 12)
(dashed_line_gap_ratio 3)
(svgprecision 4)
(plotframeref no)
(mode 1)
(useauxorigin no)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(pdf_front_fp_property_popups yes)
(pdf_back_fp_property_popups yes)
(dxfpolygonmode yes)
(dxfimperialunits yes)
(dxfusepcbnewfont yes)
(psnegative no)
(psa4output no)
(plot_black_and_white yes)
(plotinvisibletext no)
(sketchpadsonfab no)
(plotreference yes)
(plotvalue yes)
(plotpadnumbers no)
(hidednponfab no)
(sketchdnponfab yes)
(crossoutdnponfab yes)
(plotfptext yes)
(subtractmaskfromsilk no)
(outputformat 1)
(mirror no)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "footprint-net-0")
(net 2 "footprint-net-1")
(footprint "UNI_ROYAL_0402WGF1001TCE:R0402"
(layer "F.Cu")
(uuid "3786f3ed-0717-40b7-878c-fb2e4642524b")
(at 0 0 0)
(property "Reference" "R1"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "345f7ad1-a349-47f8-ba4e-04bbff791b4c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "1kΩ ±1% 62.5mW"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "5bb0bb1f-f910-443d-8b36-165244157542")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "checksum" "3a0ec2dc7c35c97972db9e2a5c9a26a9a2b74cc9defe80a40041b96130696053"
(at 0 0 0)
(layer "User.9")
(hide no)
(uuid "228f17e1-2a4f-463e-8e0f-87da090f4dac")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
(hide yes)
)
)
(property "__atopile_lib_fp_hash__" "7c45da14-3bc9-9ff3-ac7d-f87868332dd6"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "c36e4ece-d26c-49bd-bd6f-96f74642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "LCSC" "C11702"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "09a3d748-723f-497c-b808-a6e94642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "1925f3ba-5569-4353-83e2-ed744642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Partnumber" "0402WGF1001TCE"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "bdaf9cd6-1532-4adc-95ad-9ea14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_power" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 0.0625, \"max\": 0.0625}}]}}, \"unit\": \"watt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "f44a19a0-9a0e-4b1c-82a7-1d954642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_voltage" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 50.0, \"max\": 50.0}}]}}, \"unit\": \"volt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "71ce1f69-2f47-4075-8b6b-28514642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_resistance" "{\"type\": \"Quantity_Interval_Disjoint\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 990.0000002235174, \"max\": 1009.9999997764826}}]}}, \"unit\": \"ohm\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "8787dca7-1715-43a7-ac17-397a4642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2206010216_UNI-ROYAL-Uniroyal-Elec-0402WGF1001TCE_C11702.pdf"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "fca7427a-a81f-4bc7-8763-b7774642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "atopile_address" "r1"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "61c60446-608d-45d8-9ad5-1ce14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(attr smd)
(fp_line
(start -0.23 0.5)
(end -0.94 0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "21b359e6-90b8-4fb8-853e-add0723cddbe")
)
(fp_line
(start -0.94 0.5)
(end -0.94 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "4d115620-9f34-4a4c-acfc-573024bf8391")
)
(fp_line
(start -0.94 -0.5)
(end -0.23 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "3b973153-847e-422b-a3c7-8b1b9197d5f9")
)
(fp_line
(start 0.23 0.5)
(end 0.94 0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "a50adf3b-7d8d-44e9-ae20-37d2d5ec6c3f")
)
(fp_line
(start 0.94 0.5)
(end 0.94 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "97e20f73-6781-4bb7-9ebc-56c6b6e9b7ef")
)
(fp_line
(start 0.94 -0.5)
(end 0.23 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "c39c83d4-6820-4c61-948f-b26adff78450")
)
(fp_circle
(center -0.5 0.25)
(end -0.47 0.25)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "36beed3a-b303-47b4-8a79-76d673e00205")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "161b6753-2c5b-4310-aaec-4b75c042bc2f")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "345f7ad1-a349-47f8-ba4e-04bbff791b4c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 0.43 0 0)
(size 0.57 0.54)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "footprint-net-1")
(uuid "89f48650-ba2e-4c63-891a-4008dc400372")
)
(pad "1" smd rect
(at -0.43 0 0)
(size 0.57 0.54)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "footprint-net-0")
(uuid "1d8e8538-3920-49c9-b964-a4be4e5a7d17")
)
(model "${KIPRJMOD}/../../parts/UNI_ROYAL_0402WGF1001TCE/R0402_L1.0-W0.5-H0.4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
)

View File

@@ -1,360 +0,0 @@
(kicad_pcb
(version 20241229)
(generator "atopile")
(generator_version "0.12.4")
(general
(thickness 1.6)
(legacy_teardrops no)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(allow_soldermask_bridges_in_footprints no)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros no)
(usegerberextensions no)
(usegerberattributes yes)
(usegerberadvancedattributes yes)
(creategerberjobfile yes)
(dashed_line_dash_ratio 12)
(dashed_line_gap_ratio 3)
(svgprecision 4)
(plotframeref no)
(mode 1)
(useauxorigin no)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(pdf_front_fp_property_popups yes)
(pdf_back_fp_property_popups yes)
(dxfpolygonmode yes)
(dxfimperialunits yes)
(dxfusepcbnewfont yes)
(psnegative no)
(psa4output no)
(plot_black_and_white yes)
(plotinvisibletext no)
(sketchpadsonfab no)
(plotreference yes)
(plotvalue yes)
(plotpadnumbers no)
(hidednponfab no)
(sketchdnponfab yes)
(crossoutdnponfab yes)
(plotfptext yes)
(subtractmaskfromsilk no)
(outputformat 1)
(mirror no)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "footprint-net-0")
(net 2 "footprint-net-1")
(footprint "UNI_ROYAL_0402WGF1001TCE:R0402"
(layer "F.Cu")
(uuid "3786f3ed-0717-40b7-878c-fb2e4642524b")
(at 0 0 0)
(property "Reference" "R1"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "345f7ad1-a349-47f8-ba4e-04bbff791b4c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "1kΩ ±1% 62.5mW"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "5bb0bb1f-f910-443d-8b36-165244157542")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "checksum" "3a0ec2dc7c35c97972db9e2a5c9a26a9a2b74cc9defe80a40041b96130696053"
(at 0 0 0)
(layer "User.9")
(hide no)
(uuid "228f17e1-2a4f-463e-8e0f-87da090f4dac")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
(hide yes)
)
)
(property "__atopile_lib_fp_hash__" "7c45da14-3bc9-9ff3-ac7d-f87868332dd6"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "c36e4ece-d26c-49bd-bd6f-96f74642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "LCSC" "C11702"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "09a3d748-723f-497c-b808-a6e94642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "1925f3ba-5569-4353-83e2-ed744642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Partnumber" "0402WGF1001TCE"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "bdaf9cd6-1532-4adc-95ad-9ea14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_power" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 0.0625, \"max\": 0.0625}}]}}, \"unit\": \"watt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "f44a19a0-9a0e-4b1c-82a7-1d954642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_max_voltage" "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 50.0, \"max\": 50.0}}]}}, \"unit\": \"volt\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "71ce1f69-2f47-4075-8b6b-28514642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "PARAM_resistance" "{\"type\": \"Quantity_Interval_Disjoint\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 990.0000002235174, \"max\": 1009.9999997764826}}]}}, \"unit\": \"ohm\"}}"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "8787dca7-1715-43a7-ac17-397a4642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2206010216_UNI-ROYAL-Uniroyal-Elec-0402WGF1001TCE_C11702.pdf"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "fca7427a-a81f-4bc7-8763-b7774642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(property "atopile_address" "r1"
(at 0 0 0)
(layer "User.9")
(hide yes)
(uuid "61c60446-608d-45d8-9ad5-1ce14642524b")
(effects
(font
(size 0.125 0.125)
(thickness 0.01875)
)
)
)
(attr smd)
(fp_line
(start -0.23 0.5)
(end -0.94 0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "21b359e6-90b8-4fb8-853e-add0723cddbe")
)
(fp_line
(start -0.94 0.5)
(end -0.94 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "4d115620-9f34-4a4c-acfc-573024bf8391")
)
(fp_line
(start -0.94 -0.5)
(end -0.23 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "3b973153-847e-422b-a3c7-8b1b9197d5f9")
)
(fp_line
(start 0.23 0.5)
(end 0.94 0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "a50adf3b-7d8d-44e9-ae20-37d2d5ec6c3f")
)
(fp_line
(start 0.94 0.5)
(end 0.94 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "97e20f73-6781-4bb7-9ebc-56c6b6e9b7ef")
)
(fp_line
(start 0.94 -0.5)
(end 0.23 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "c39c83d4-6820-4c61-948f-b26adff78450")
)
(fp_circle
(center -0.5 0.25)
(end -0.47 0.25)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "36beed3a-b303-47b4-8a79-76d673e00205")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "161b6753-2c5b-4310-aaec-4b75c042bc2f")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "345f7ad1-a349-47f8-ba4e-04bbff791b4c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 0.43 0 0)
(size 0.57 0.54)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "footprint-net-1")
(uuid "89f48650-ba2e-4c63-891a-4008dc400372")
)
(pad "1" smd rect
(at -0.43 0 0)
(size 0.57 0.54)
(layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "footprint-net-0")
(uuid "1d8e8538-3920-49c9-b964-a4be4e5a7d17")
)
(model "${KIPRJMOD}/../../parts/UNI_ROYAL_0402WGF1001TCE/R0402_L1.0-W0.5-H0.4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +0,0 @@
Designator,Footprint,Quantity,Value,Manufacturer,Partnumber,LCSC Part #
C1,CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD,1,,PANASONIC,EEEFK1A471AP,C178529
CN1,CONN-SMD_B4B-PH-SM4-TB-LF-SN,1,,JST Sales America,B4B-PH-SM4-TB(LF)(SN),C160354
D1,SMA_L4.3-W2.6-LS5.0-RD,1,,hongjiacheng,M1,C18199093
"H1, H2",HDR-SMD_8P-P2.54-V-F-S4.7,2,,hanxia,HX PM2.54-1x8P TP H8.5-YQ,C46635844
U1,R0805,1,1kΩ ±1% 125mW,UNI-ROYAL(Uniroyal Elec),0805W8F1001T5E,C17513
U2,CONN-SMD_B2B-PH-SM4-TBT-LF-SN,1,,JST Sales America,B2B-PH-SM4-TBT(LF)(SN),C265003
U3,AUDIO-SMD_PJ-320B,1,,SOFNG,PJ-320B,C22355831
1 Designator Footprint Quantity Value Manufacturer Partnumber LCSC Part #
2 C1 CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD 1 PANASONIC EEEFK1A471AP C178529
3 CN1 CONN-SMD_B4B-PH-SM4-TB-LF-SN 1 JST Sales America B4B-PH-SM4-TB(LF)(SN) C160354
4 D1 SMA_L4.3-W2.6-LS5.0-RD 1 hongjiacheng M1 C18199093
5 H1, H2 HDR-SMD_8P-P2.54-V-F-S4.7 2 hanxia HX PM2.54-1x8P TP H8.5-YQ C46635844
6 U1 R0805 1 1kΩ ±1% 125mW UNI-ROYAL(Uniroyal Elec) 0805W8F1001T5E C17513
7 U2 CONN-SMD_B2B-PH-SM4-TBT-LF-SN 1 JST Sales America B2B-PH-SM4-TBT(LF)(SN) C265003
8 U3 AUDIO-SMD_PJ-320B 1 SOFNG PJ-320B C22355831

View File

@@ -1,3 +0,0 @@
```mermaid
graph TD
```

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +0,0 @@
# Module Parameters
| Module | Parameter | Value |
| --- | --- | --- |
| `power_filter_cap\|Elec_Cap_6_3x5_4` | `capacitance` | `([376µF, 564µF])` |
| | `voltage` | `([10V])` |
| `rx_protection_resistor\|Resistor` | `max_power` | `([125mW])` |
| | `max_voltage` | `([150V])` |
| | `resistance` | `([990Ω, 1.01kΩ])` |

View File

@@ -1,437 +0,0 @@
(export
(version "E")
(components
(comp
(ref "C1")
(value "Elec_Cap_6_3x5_4")
(footprint "PANASONIC_EEEFK1A471AP:CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD")
(property
(name "LCSC")
(value "C178529")
)
(property
(name "Manufacturer")
(value "PANASONIC")
)
(property
(name "Partnumber")
(value "EEEFK1A471AP")
)
(property
(name "atopile_address")
(value "power_filter_cap")
)
(tstamps "1")
(fields)
)
(comp
(ref "CN1")
(value "JST_PH_Vertical_4Pin")
(footprint "JST_Sales_America_B4B_PH_SM4_TB_LF__SN:CONN-SMD_B4B-PH-SM4-TB-LF-SN")
(property
(name "LCSC")
(value "C160354")
)
(property
(name "Manufacturer")
(value "JST Sales America")
)
(property
(name "Partnumber")
(value "B4B-PH-SM4-TB(LF)(SN)")
)
(property
(name "atopile_address")
(value "uart_connector")
)
(tstamps "2")
(fields)
)
(comp
(ref "D1")
(value "hongjiacheng_M1_package")
(footprint "hongjiacheng_M1:SMA_L4.3-W2.6-LS5.0-RD")
(property
(name "LCSC")
(value "C18199093")
)
(property
(name "Manufacturer")
(value "hongjiacheng")
)
(property
(name "Partnumber")
(value "M1")
)
(property
(name "atopile_address")
(value "power_protection_diode")
)
(tstamps "3")
(fields)
)
(comp
(ref "H1")
(value "DFPlayer_Socket_Left")
(footprint "hanxia_HX_PM2_54_1x8P_TP_H8_5_YQ:HDR-SMD_8P-P2.54-V-F-S4.7")
(property
(name "LCSC")
(value "C46635844")
)
(property
(name "Manufacturer")
(value "hanxia")
)
(property
(name "Partnumber")
(value "HX PM2.54-1x8P TP H8.5-YQ")
)
(property
(name "atopile_address")
(value "df_header_left")
)
(tstamps "4")
(fields)
)
(comp
(ref "H2")
(value "DFPlayer_Socket_Right")
(footprint "hanxia_HX_PM2_54_1x8P_TP_H8_5_YQ:HDR-SMD_8P-P2.54-V-F-S4.7")
(property
(name "LCSC")
(value "C46635844")
)
(property
(name "Manufacturer")
(value "hanxia")
)
(property
(name "Partnumber")
(value "HX PM2.54-1x8P TP H8.5-YQ")
)
(property
(name "atopile_address")
(value "df_header_right")
)
(tstamps "5")
(fields)
)
(comp
(ref "U1")
(value "1kΩ ±1% 125mW")
(footprint "UNI_ROYAL_0805W8F1001T5E:R0805")
(property
(name "LCSC")
(value "C17513")
)
(property
(name "Manufacturer")
(value "UNI-ROYAL(Uniroyal Elec)")
)
(property
(name "Partnumber")
(value "0805W8F1001T5E")
)
(property
(name "PARAM_max_power")
(value "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 0.125, \"max\": 0.125}}]}}, \"unit\": \"watt\"}}")
)
(property
(name "PARAM_max_voltage")
(value "{\"type\": \"Quantity_Set_Discrete\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 150.0, \"max\": 150.0}}]}}, \"unit\": \"volt\"}}")
)
(property
(name "PARAM_resistance")
(value "{\"type\": \"Quantity_Interval_Disjoint\", \"data\": {\"intervals\": {\"type\": \"Numeric_Interval_Disjoint\", \"data\": {\"intervals\": [{\"type\": \"Numeric_Interval\", \"data\": {\"min\": 990.0000002235174, \"max\": 1009.9999997764826}}]}}, \"unit\": \"ohm\"}}")
)
(property
(name "atopile_address")
(value "rx_protection_resistor")
)
(tstamps "6")
(fields)
)
(comp
(ref "U2")
(value "JST_PH_Vertical_2Pin")
(footprint "JST_Sales_America_B2B_PH_SM4_TBT_LF__SN:CONN-SMD_B2B-PH-SM4-TBT-LF-SN")
(property
(name "LCSC")
(value "C265003")
)
(property
(name "Manufacturer")
(value "JST Sales America")
)
(property
(name "Partnumber")
(value "B2B-PH-SM4-TBT(LF)(SN)")
)
(property
(name "atopile_address")
(value "speaker_connector")
)
(tstamps "7")
(fields)
)
(comp
(ref "U3")
(value "AudioJack3_5mm")
(footprint "SOFNG_PJ_320B:AUDIO-SMD_PJ-320B")
(property
(name "LCSC")
(value "C22355831")
)
(property
(name "Manufacturer")
(value "SOFNG")
)
(property
(name "Partnumber")
(value "PJ-320B")
)
(property
(name "atopile_address")
(value "stereo_out_jack")
)
(tstamps "8")
(fields)
)
)
(nets
(net
(code 1)
(name "ADKEY_1")
(node
(ref "H2")
(pin "4")
)
)
(net
(code 2)
(name "ADKEY_2")
(node
(ref "H2")
(pin "5")
)
)
(net
(code 3)
(name "BUSY")
(node
(ref "H2")
(pin "8")
)
)
(net
(code 4)
(name "DAC_L")
(node
(ref "H1")
(pin "5")
)
(node
(ref "U3")
(pin "1")
)
)
(net
(code 5)
(name "DAC_R")
(node
(ref "H1")
(pin "4")
)
(node
(ref "U3")
(pin "2")
)
)
(net
(code 6)
(name "GND")
(node
(ref "C1")
(pin "2")
)
(node
(ref "CN1")
(pin "2")
)
(node
(ref "H1")
(pin "7")
)
(node
(ref "H2")
(pin "2")
)
(node
(ref "U3")
(pin "3")
)
)
(net
(code 7)
(name "IO_1")
(node
(ref "H2")
(pin "1")
)
)
(net
(code 8)
(name "IO_2")
(node
(ref "H2")
(pin "3")
)
)
(net
(code 9)
(name "K")
(node
(ref "C1")
(pin "1")
)
(node
(ref "D1")
(pin "1")
)
(node
(ref "H1")
(pin "1")
)
)
(net
(code 10)
(name "SPK_1")
(node
(ref "H1")
(pin "6")
)
(node
(ref "U2")
(pin "1")
)
)
(net
(code 11)
(name "SPK_2")
(node
(ref "H1")
(pin "8")
)
(node
(ref "U2")
(pin "2")
)
)
(net
(code 12)
(name "TX")
(node
(ref "CN1")
(pin "4")
)
(node
(ref "H1")
(pin "3")
)
)
(net
(code 13)
(name "USB_M")
(node
(ref "H2")
(pin "7")
)
)
(net
(code 14)
(name "USB_P")
(node
(ref "H2")
(pin "6")
)
)
(net
(code 15)
(name "VCC")
(node
(ref "CN1")
(pin "1")
)
(node
(ref "D1")
(pin "2")
)
)
(net
(code 16)
(name "_3")
(node
(ref "U2")
(pin "3")
)
)
(net
(code 17)
(name "_4")
(node
(ref "U2")
(pin "4")
)
)
(net
(code 18)
(name "_5")
(node
(ref "CN1")
(pin "5")
)
)
(net
(code 19)
(name "_6")
(node
(ref "CN1")
(pin "6")
)
)
(net
(code 20)
(name "df_header_left-RX")
(node
(ref "H1")
(pin "2")
)
(node
(ref "U1")
(pin "2")
)
)
(net
(code 21)
(name "footprint-RX")
(node
(ref "CN1")
(pin "3")
)
(node
(ref "U1")
(pin "1")
)
)
(net
(code 22)
(name "net")
(node
(ref "U3")
(pin "")
)
)
)
(libparts)
(libraries)
)

View File

@@ -1,112 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "0402WGF1001TCE"
(property "Reference" "R"
(id 0)
(at 0 5.08 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "0402WGF1001TCE"
(id 1)
(at 0 -5.08 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C11702:R0402"
(id 2)
(at 0 -7.62 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://lcsc.com/product-detail/Chip-Resistor-Surface-Mount-UniOhm_1KR-1001-1_C11702.html"
(id 3)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C11702"
(id 5)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "0402WGF1001TCE_0_1"
(rectangle
(start -2.54 1.02)
(end 2.54 -1.02)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin input line
(at 5.08 0 180)
(length 2.54)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin input line
(at -5.08 0 0)
(length 2.54)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

View File

@@ -1,216 +0,0 @@
{
"packageDetail": {
"updateTime": 1733220397,
"uuid": "fafd024f554e426eb74cf4a204aa88b0",
"title": "R0402",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"datastrid": "0f9528ccfae04f988577c88cbada9644",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.5.47",
"c_para": {
"package": "R0402",
"pre": "R?",
"Contributor": "lcsc",
"link": "https://item.szlcsc.com/323315.html",
"3DModel": "R0402_L1.0-W0.5-H0.4"
},
"hasIdFlag": true,
"x": 4000,
"y": 3000,
"utime": 1733220391,
"uuid": "fafd024f554e426eb74cf4a204aa88b0",
"importFlag": 0,
"transformList": "",
"newgId": true,
"uuid_3d": "1ad9dee654524bce8b35aa4da8996c8b"
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~10~1000~1000~line~0.5~mm~1~45~visible~0.5~4000~3000~0~none",
"shape": [
"SOLIDREGION~100~~M 4000.99 3000.9842 L 4000.99 2999.0156 L 4001.9742 2999.0156 L 4001.9742 3000.9842 Z ~solid~gge1017~~~~0",
"SOLIDREGION~100~~M 3999.02 2999.0156 L 3999.02 3000.9842 L 3998.0358 3000.9842 L 3998.0358 2999.0156 Z ~solid~gge1018~~~~0",
"SOLIDREGION~99~~M 3998.0315 3000.9842 L 3998.0315 2999.0157 L 4001.9685 2999.0157 L 4001.9685 3000.9842 Z~solid~gge1020~~~~0",
"SOLIDREGION~5~~M 4000.5315 3000.9055 L 4000.5315 2999.0945 L 4000.6890 2998.9370 L 4002.6600 2998.9370 L 4002.8175 2999.0945 L 4002.8175 3000.9055 L 4002.6600 3001.0630 L 4000.6890 3001.0630 Z ~solid~gge1003~~~~0",
"SOLIDREGION~5~~M 3999.4685 3000.9055 L 3999.4685 2999.0945 L 3999.3110 2998.9370 L 3997.3400 2998.9370 L 3997.1825 2999.0945 L 3997.1825 3000.9055 L 3997.3400 3001.0630 L 3999.3110 3001.0630 Z ~solid~gge1005~~~~0",
"TRACK~0.6~3~~3999.1094 3001.963 3996.2825 3001.963 3996.2825 2998.037 3999.1094 2998.037~gge1007~0",
"TRACK~0.6~3~~4000.8906 3001.963 4003.7175 3001.963 4003.7175 2998.037 4000.8906 2998.037~gge1006~0",
"PAD~RECT~4001.704~3000~2.227~2.126~1~~2~0~4000.5906 3001.063 4000.5906 2998.937 4002.8175 2998.937 4002.8175 3001.063~0~gge1002~0~~Y~0~-393.7008~0.2000~4001.704,3000",
"PAD~RECT~3998.296~3000~2.227~2.126~1~~1~0~3999.4094 3001.063 3999.4094 2998.937 3997.1825 2998.937 3997.1825 3001.063~0~gge1004~0~~Y~0~-393.7008~0.2000~3998.296,3000",
"CIRCLE~3998.032~3000.984~0.118~0.2362~101~gge1036~0~~",
"SVGNODE~{\"gId\":\"g1_outline\",\"nodeName\":\"g\",\"nodeType\":1,\"layerid\":\"19\",\"attrs\":{\"c_width\":\"3.937\",\"c_height\":\"1.9685\",\"c_rotation\":\"0,0,0\",\"z\":\"0\",\"c_origin\":\"4000,3000\",\"uuid\":\"026a4a15ab5c4a92ac0e421d6d013717\",\"c_etype\":\"outline3D\",\"id\":\"g1_outline\",\"title\":\"R0402_L1.0-W0.5-H0.4\",\"layerid\":\"19\",\"transform\":\"scale(1) translate(0, 0)\"},\"childNodes\":[{\"gId\":\"g1_outline_line0\",\"nodeName\":\"polyline\",\"nodeType\":1,\"attrs\":{\"fill\":\"none\",\"id\":\"g1_outline_line0\",\"c_shapetype\":\"line\",\"points\":\"3998.0315 2999.0157 3998.0315 3000.9842 3998.1496 3000.9842 3998.8189 3000.9842 3999.0157 3000.9842 4000.0787 3000.9842 4000.9842 3000.9842 4001.1811 3000.9842 4001.8898 3000.9842 4001.9685 3000.9842 4001.9685 2999.0157 4001.8898 2999.0157 4001.1811 2999.0157 4000.9842 2999.0157 4000.0787 2999.0157 3999.0157 2999.0157 3998.8189 2999.0157 3998.1496 2999.0157 3998.0315 2999.0157 3998.0315 2999.0157\"}}]}"
],
"layers": [
"1~TopLayer~#FF0000~true~false~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~0.3",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~0.3",
"9~Ratlines~#6464FF~true~false~true~",
"10~BoardOutLine~#FF00FF~true~false~true~",
"11~Multi-Layer~#FFFFFF~true~false~true~0.5",
"12~Document~#FFFFFF~true~false~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#800000~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~false~true~",
"101~ComponentPolarityLayer~#66FFCC~true~true~true~",
"Hole~Hole~#222222~false~false~true~",
"DRCError~DRCError~#FAD609~false~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 3996.3,
"y": 2998,
"width": 7.4,
"height": 3.9
},
"netColors": []
}
},
"updated_at": 1758362983.0,
"lcsc": {
"number": "C11702",
"id": 12256,
"step": 100,
"min": 100,
"price": 0.0017,
"stock": 1632850,
"url": "https://lcsc.com/product-detail/Chip-Resistor-Surface-Mount-UniOhm_1KR-1001-1_C11702.html"
},
"description": "1K\u03a9 (1001) \u00b11%",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "UNI-ROYAL(\u539a\u58f0)",
"Manufacturer Part": "0402WGF1001TCE",
"pre": "R?",
"name": "0402WGF1001TCE",
"package": "R0402",
"nameAlias": "Value",
"Supplier": "LCSC",
"Supplier Part": "C11702",
"Value": "1k\u03a9",
"JLCPCB Part Class": "Basic Part"
},
"docType": "2",
"editorVersion": "5.8.20",
"x": 20,
"y": 0,
"puuid": "fafd024f554e426eb74cf4a204aa88b0",
"uuid": "0162c93b05c079a4f063ffb73f50c063",
"utime": 1542385999,
"importFlag": 0,
"c_spiceCmd": null,
"hasIdFlag": true
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#CCCCCC~5~1000~1000~line~5~pixel~5~20~0",
"shape": [
"P~show~1~2~40~0~0~rep2~0^^40~0^^M 40 -0 h-10~#000000^^0~25~3~0~2~end~~~#000000^^0~35~-1~0~2~start~~~#000000^^0~33~0^^0~M 30 -3 L 27 0 L 30 3",
"P~show~1~1~0~0~180~rep3~0^^0~0^^M 0 -0 h10~#000000^^0~15~3~0~1~start~~~#000000^^0~5~-1~0~1~end~~~#000000^^0~7~0^^0~M 10 3 L 13 0 L 10 -3",
"R~10~-4~~~20~8~#880000~1~0~none~rep4~0"
],
"BBox": {
"x": -4,
"y": -4,
"width": 48,
"height": 8
},
"colors": []
},
"atopile_queried_at": 1758840087.106868,
"atopile_manufacturer": "UNI-ROYAL(Uniroyal Elec)",
"uuid": "0162c93b05c079a4f063ffb73f50c063",
"title": "0402WGF1001TCE",
"docType": 2,
"type": 3,
"thumb": "//image.easyeda.com/components/0162c93b05c079a4f063ffb73f50c063.png",
"szlcsc": {
"id": 12256,
"number": "C11702",
"step": 100,
"min": 100,
"price": 0.004793,
"stock": 3084800,
"url": "http://www.szlcsc.com/product/details_12256.html",
"image": "https://assets.lcsc.com/images/szlcsc/96x96/Uniroyal-Elec-0402WGF1001TCE_C11702_front_10.jpg"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "LCSC",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [
"Resistors"
],
"updateTime": 1755154066,
"verify": true,
"SMT": true,
"datastrid": "edc89f76de4b41fa8af504d70e17c77a",
"jlcOnSale": 1,
"writable": false,
"isFavorite": false
}

View File

@@ -1,151 +0,0 @@
(footprint "easyeda2kicad:R0402"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "345f7ad1-a349-47f8-ba4e-04bbff791b4c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "R0402"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "5bb0bb1f-f910-443d-8b36-165244157542")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -0.23 0.5)
(end -0.94 0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "21b359e6-90b8-4fb8-853e-add0723cddbe")
)
(fp_line
(start -0.94 0.5)
(end -0.94 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "4d115620-9f34-4a4c-acfc-573024bf8391")
)
(fp_line
(start -0.94 -0.5)
(end -0.23 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "3b973153-847e-422b-a3c7-8b1b9197d5f9")
)
(fp_line
(start 0.23 0.5)
(end 0.94 0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "a50adf3b-7d8d-44e9-ae20-37d2d5ec6c3f")
)
(fp_line
(start 0.94 0.5)
(end 0.94 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "97e20f73-6781-4bb7-9ebc-56c6b6e9b7ef")
)
(fp_line
(start 0.94 -0.5)
(end 0.23 -0.5)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "c39c83d4-6820-4c61-948f-b26adff78450")
)
(fp_circle
(center -0.5 0.25)
(end -0.47 0.25)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "36beed3a-b303-47b4-8a79-76d673e00205")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "161b6753-2c5b-4310-aaec-4b75c042bc2f")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "345f7ad1-a349-47f8-ba4e-04bbff791b4c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 0.43 0 0)
(size 0.57 0.54)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "89f48650-ba2e-4c63-891a-4008dc400372")
)
(pad "1" smd rect
(at -0.43 0 0)
(size 0.57 0.54)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "1d8e8538-3920-49c9-b964-a4be4e5a7d17")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C11702/R0402_L1.0-W0.5-H0.4.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,204 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "B4B-PH-SM4-TB(LF)(SN)"
(property "Reference" "CN"
(id 0)
(at 0 13.97 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "B4B-PH-SM4-TB (LF)(SN)"
(id 1)
(at 0 -13.97 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C160354:CONN-SMD_B4B-PH-SM4-TB-LF-SN"
(id 2)
(at 0 -16.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://lcsc.com/product-detail/_JST_B4B-PH-SM4-TB-LF-SN_B4B-PH-SM4-TB-LF-SN_C160354.html"
(id 3)
(at 0 -19.05 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C160354"
(id 5)
(at 0 -21.59 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "B4B-PH-SM4-TB(LF)(SN)_0_1"
(circle
(center -2.54 5.08)
(end -2.16 5.08)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(rectangle
(start -3.81 6.35)
(end 6.35 -6.35)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin unspecified line
(at -6.35 3.81 0)
(length 2.54)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -6.35 1.27 0)
(length 2.54)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -6.35 -1.27 0)
(length 2.54)
(name "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -6.35 -3.81 0)
(length 2.54)
(name "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 3.81 -8.89 90)
(length 2.54)
(name "5"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 3.81 8.89 270)
(length 2.54)
(name "6"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

File diff suppressed because one or more lines are too long

View File

@@ -1,185 +0,0 @@
(footprint "easyeda2kicad:CONN-SMD_B4B-PH-SM4-TB-LF-SN"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -5.16 0)
(layer "F.SilkS")
(hide no)
(uuid "3b0c08e3-4e26-4fb4-8ccf-95af389962b5")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "CONN-SMD_B4B-PH-SM4-TB-LF-SN"
(at 0 5.16 0)
(layer "F.Fab")
(hide no)
(uuid "50d87b5b-63f8-4a4d-92a0-a188dd7e4a06")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start 6 3.67)
(end -6 3.67)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "e5e71195-818d-4479-9d6c-59e44151dadc")
)
(fp_line
(start 4 -1.33)
(end 6 -1.33)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "150d604e-5c55-4729-984e-1ba4f7d9324c")
)
(fp_line
(start -6 -1.33)
(end -4 -1.33)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "97d3679a-4dec-4290-8582-65925f0df611")
)
(fp_line
(start -6 -1.33)
(end -6 -0.77)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "597d1fd2-536f-42d7-9fb4-61235f8a612a")
)
(fp_line
(start -6 3.67)
(end -6 3.09)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "51bab4b8-bb12-40be-9cd6-97f000ebaf93")
)
(fp_line
(start 6 -1.33)
(end 6 -0.77)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "c71e4c02-903b-49ce-830e-fe7ac24d6215")
)
(fp_line
(start 6 3.09)
(end 6 3.67)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "c06966ac-cf7b-4a84-95f0-efa0cbc98234")
)
(fp_circle
(center 5.98 -3.33)
(end 6.01 -3.33)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "89729549-ec78-47e0-b3ac-efb59cf5b9da")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "44180ab9-f906-409a-9532-86bcb9ace589")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -5.16 0)
(layer "F.SilkS")
(uuid "3b0c08e3-4e26-4fb4-8ccf-95af389962b5")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "1" smd rect
(at 3 -1.16 180)
(size 1 6)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "33508cea-4d77-4e4d-815d-d83e66575bb3")
)
(pad "2" smd rect
(at 1 -1.16 180)
(size 1 6)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "5800a866-184b-424e-95e4-619545072273")
)
(pad "3" smd rect
(at -1 -1.16 180)
(size 1 6)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "23fad4d9-9574-4357-9d8b-64857a50cf3f")
)
(pad "5" smd rect
(at -5.35 1.16 0)
(size 1.8 3.4)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "57b0c870-c382-46ae-be03-517313769f8c")
)
(pad "6" smd rect
(at 5.35 1.16 0)
(size 1.8 3.4)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "74a89d37-3e6d-4142-82a1-5edf56ec309d")
)
(pad "4" smd rect
(at -3 -1.16 180)
(size 1 6)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "65e50188-d0df-4e07-a74f-4a9640625694")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C160354/CONN-SMD_B4B-PH-SM4-TB-LF-SN.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 180)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,112 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "0805W8F1001T5E"
(property "Reference" "R"
(id 0)
(at 0 5.08 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "0805W8F1001T5E"
(id 1)
(at 0 -5.08 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C17513:R0805"
(id 2)
(at 0 -7.62 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://lcsc.com/product-detail/Chip-Resistor-Surface-Mount-UniOhm_1KR-1001-1_C17513.html"
(id 3)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C17513"
(id 5)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "0805W8F1001T5E_0_1"
(rectangle
(start -2.54 1.02)
(end 2.54 -1.02)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin input line
(at 5.08 0 180)
(length 2.54)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin input line
(at -5.08 0 0)
(length 2.54)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

View File

@@ -1,214 +0,0 @@
{
"packageDetail": {
"updateTime": 1667381300,
"uuid": "b60f399a7a7e41848b2be1eb49c79141",
"title": "R0805",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"datastrid": "768fa0f21e504cd5922bacdf10149564",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.5.22",
"c_para": {
"package": "R0805",
"pre": "R?",
"Contributor": "lcsc",
"link": "https://item.szlcsc.com/142685.html",
"3DModel": "R0805_L2.0-W1.3-H0.6"
},
"hasIdFlag": true,
"x": 4000,
"y": 3000,
"utime": 1667381294,
"uuid": "b60f399a7a7e41848b2be1eb49c79141",
"importFlag": 0,
"transformList": "",
"newgId": true
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~10~1000~1000~line~0.5~mm~1~45~visible~0.5~4000~3000~0~none",
"shape": [
"SOLIDREGION~100~~M 3996.0630 3002.5098 L 3996.0630 2997.4902 L 3997.6378 2997.4902 L 3997.6378 3002.5098 Z ~solid~gge1000~~~~0",
"SOLIDREGION~100~~M 4003.9370 3002.5098 L 4003.9370 2997.4902 L 4002.3622 2997.4902 L 4002.3622 3002.5098 Z ~solid~gge1001~~~~0",
"SOLIDREGION~99~~M 3996.0630 3002.5098 L 3996.0630 2997.4902 L 4003.9370 2997.4902 L 4003.9370 3002.5098 Z ~solid~gge999~~~~0",
"SOLIDREGION~5~~M 3993.307 3002.5197 L 3993.307 2997.4804 L 3993.5039 2997.2835 L 3998.0315 2997.2835 L 3998.2283 2997.4804 L 3998.2481 2999.0947 L 3996.4764 2999.0947 L 3996.4764 3000.8663 L 3998.2087 3000.8663 L 3998.2283 3002.5197 L 3998.0315 3002.7166 L 3993.5039 3002.7166 Z ~solid~gge1029~~~~0",
"SOLIDREGION~5~~M 4001.7716 3002.5197 L 4001.7717 3000.8663 L 4003.5236 3000.8663 L 4003.5236 2999.0947 L 4001.7914 2999.0947 L 4001.7716 2997.4804 L 4001.9685 2997.2835 L 4006.496 2997.2835 L 4006.6929 2997.4804 L 4006.6929 3002.5197 L 4006.496 3002.7166 L 4001.9685 3002.7166 Z ~solid~gge1030~~~~0",
"TRACK~0.6~3~~4001.8748 3003.6106 4006.9336 3003.6106 4006.9336 2996.3894 4001.8748 2996.3894~gge1006~0",
"TRACK~0.6~3~~3998.1252 3003.6106 3993.0664 3003.6106 3993.0664 2996.3894 3998.1252 2996.3894~gge1007~0",
"PAD~RECT~4003.937~3000~4.4588~5.4213~1~~2~0~4001.7078 3002.7106 4001.7078 2997.2894 4006.1666 2997.2894 4006.1666 3002.7106~0~gge1002~0~~Y~0~-393.7008~0.2000~4003.9372,3000",
"PAD~RECT~3996.063~3000~4.4588~5.4213~1~~1~0~3998.2922 3002.7106 3998.2922 2997.2894 3993.8334 2997.2894 3993.8334 3002.7106~0~gge1004~0~~Y~0~-393.7008~0.2000~3996.0628,3000",
"CIRCLE~3996.063~3002.51~0.118~0.2362~101~gge1034~0~~",
"SVGNODE~{\"gId\":\"g1_outline\",\"nodeName\":\"g\",\"nodeType\":1,\"layerid\":\"19\",\"attrs\":{\"c_width\":\"7.874\",\"c_height\":\"5.1181\",\"c_rotation\":\"0,0,0\",\"z\":\"0\",\"c_origin\":\"3994.437,3000\",\"uuid\":\"c7acac53bcbc44d68fbab8f60a747688\",\"c_etype\":\"outline3D\",\"id\":\"g1_outline\",\"title\":\"R0805_L2.0-W1.3-H0.6\",\"layerid\":\"19\",\"transform\":\"scale(1) translate(0, 0)\"},\"childNodes\":[{\"gId\":\"g1_outline_line0\",\"nodeName\":\"polyline\",\"nodeType\":1,\"attrs\":{\"fill\":\"none\",\"id\":\"g1_outline_line0\",\"c_shapetype\":\"line\",\"points\":\"3996.063 2997.441 3996.063 3002.5591 3996.2598 3002.5591 3996.8504 3002.5591 3997.2441 3002.5591 3997.6378 3002.5591 4000.1968 3002.5591 4002.3622 3002.5591 4002.7559 3002.5591 4003.1496 3002.5591 4003.7401 3002.5591 4003.937 3002.5591 4003.937 2997.441 4003.7401 2997.441 4003.1496 2997.441 4002.7559 2997.441 4002.3622 2997.441 4000.1968 2997.441 3997.6378 2997.441 3997.2441 2997.441 3996.8504 2997.441 3996.2598 2997.441 3996.063 2997.441 3996.063 2997.441\"}}]}"
],
"layers": [
"1~TopLayer~#FF0000~true~false~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~0.3",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~0.3",
"9~Ratlines~#6464FF~true~false~true~",
"10~BoardOutLine~#FF00FF~true~false~true~",
"11~Multi-Layer~#FFFFFF~true~false~true~0.5",
"12~Document~#FFFFFF~true~false~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#800000~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~false~true~",
"101~ComponentPolarityLayer~#66FFCC~true~true~true~",
"Hole~Hole~#222222~false~false~true~",
"DRCError~DRCError~#FAD609~false~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 3993.1,
"y": 2996.4,
"width": 13.9,
"height": 7.2
}
}
},
"updated_at": 1758797398.0,
"lcsc": {
"number": "C17513",
"id": 18201,
"step": 100,
"min": 100,
"price": 0.0018,
"stock": 263300,
"url": "https://lcsc.com/product-detail/Chip-Resistor-Surface-Mount-UniOhm_1KR-1001-1_C17513.html"
},
"description": "1K\u03a9 (1001) \u00b11%",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "UNI-ROYAL(\u539a\u58f0)",
"Manufacturer Part": "0805W8F1001T5E",
"pre": "R?",
"name": "0805W8F1001T5E",
"package": "R0805",
"nameAlias": "Value",
"Supplier": "LCSC",
"Supplier Part": "C17513",
"Value": "1k\u03a9",
"JLCPCB Part Class": "Basic Part"
},
"docType": "2",
"editorVersion": "5.8.20",
"x": 20,
"y": 0,
"puuid": "b60f399a7a7e41848b2be1eb49c79141",
"uuid": "8aebd62994a05a89b2fc1c520ce2e64f",
"utime": 1542401139,
"importFlag": 0,
"c_spiceCmd": null,
"hasIdFlag": true
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#CCCCCC~5~1000~1000~line~5~pixel~5~20~0",
"shape": [
"P~show~1~2~40~0~0~rep2~0^^40~0^^M 40 -0 h-10~#000000^^0~25~3~0~2~end~~~#000000^^0~35~-1~0~2~start~~~#000000^^0~33~0^^0~M 30 -3 L 27 0 L 30 3",
"P~show~1~1~0~0~180~rep3~0^^0~0^^M 0 -0 h10~#000000^^0~15~3~0~1~start~~~#000000^^0~5~-1~0~1~end~~~#000000^^0~7~0^^0~M 10 3 L 13 0 L 10 -3",
"R~10~-4~~~20~8~#880000~1~0~none~rep4~0"
],
"BBox": {
"x": -4,
"y": -4,
"width": 48,
"height": 8
},
"colors": []
},
"atopile_queried_at": 1758844508.070031,
"atopile_manufacturer": "UNI-ROYAL(Uniroyal Elec)",
"uuid": "8aebd62994a05a89b2fc1c520ce2e64f",
"title": "0805W8F1001T5E",
"docType": 2,
"type": 3,
"thumb": "//image.easyeda.com/components/8aebd62994a05a89b2fc1c520ce2e64f.png",
"szlcsc": {
"id": 18201,
"number": "C17513",
"step": 100,
"min": 100,
"price": 0.009284,
"stock": 0,
"url": "http://www.szlcsc.com/product/details_18201.html",
"image": "https://assets.lcsc.com/images/szlcsc/96x96/Chip-Resistor-Surface-Mount-UniOhm_UniOhm_0805W8F1001T5E_1K-1001-1_C17513_front_10.jpg"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "LCSC",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [
"Resistors"
],
"updateTime": 1713801115,
"verify": true,
"SMT": true,
"datastrid": "761be490c8ec469f99ae4813775ed270",
"jlcOnSale": 1,
"writable": false,
"isFavorite": false
}

View File

@@ -1,151 +0,0 @@
(footprint "easyeda2kicad:R0805"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "abfc4eff-2d13-4fb2-bc5b-5c3c87bacb42")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "R0805"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "95564364-ab35-4a94-9159-3802051a7d1a")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start 0.48 0.92)
(end 1.76 0.92)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "31635535-3039-4ce7-9775-9fd0201f214c")
)
(fp_line
(start 1.76 0.92)
(end 1.76 -0.92)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "0dee744d-6193-42ad-b001-5d2e18dcf7f0")
)
(fp_line
(start 1.76 -0.92)
(end 0.48 -0.92)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "380f5073-f1f3-44ae-875b-885b666d69a2")
)
(fp_line
(start -0.48 0.92)
(end -1.76 0.92)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "5d72f94f-48fd-4791-982c-09efbc097df8")
)
(fp_line
(start -1.76 0.92)
(end -1.76 -0.92)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "94885d16-be97-4fcd-aebc-44253a5ef8c0")
)
(fp_line
(start -1.76 -0.92)
(end -0.48 -0.92)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "61e3e26b-54c7-4667-8a46-a48e5202803f")
)
(fp_circle
(center -1 0.64)
(end -0.97 0.64)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "6c7d0f49-2ffa-46f5-8b13-7ca40c2d4edc")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "a09f9864-259d-493b-95a7-3572dbe0263c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "abfc4eff-2d13-4fb2-bc5b-5c3c87bacb42")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 1 0 0)
(size 1.13 1.38)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "0fd10d99-80da-4765-93fc-af257bbf4ad6")
)
(pad "1" smd rect
(at -1 0 0)
(size 1.13 1.38)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "e7a49127-8ca6-4706-907e-6a0bb3ab1999")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C17513/R0805_L2.0-W1.3-H0.6.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,224 +0,0 @@
{
"packageDetail": {
"updateTime": 1678839581,
"uuid": "77ecb767aa944f7ba97025eeb93d610c",
"title": "CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"datastrid": "25760034d3aa44c49ae0fcbeffd643a0",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.5.1",
"newgId": true,
"c_para": {
"package": "CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD",
"pre": "U?",
"Contributor": "lcsc",
"link": "https://atta.szlcsc.com/upload/public/pdf/source/20181222/C178570_16350E61D8E28CE6CAC616C393D96D72.pdf",
"3DModel": "CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD"
},
"x": 4029.618,
"y": 3003.382,
"hasIdFlag": true,
"uuid": "77ecb767aa944f7ba97025eeb93d610c",
"utime": 1647486303,
"importFlag": 0,
"transformList": "",
"uuid_3d": "e5728636968d424ab4b3140cd50c0717"
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~10~1000~1000~line~0.03937~mm~1~45~visible~0.5~4029.618~3003.382~0~none",
"shape": [
"CIRCLE~4010.1307~3019.7205~0.1181~0.2362~101~gge1096~0~~",
"SOLIDREGION~12~~M 4015.8287 3000.1142 L 4015.8287 3006.6496 L 4016.809 3006.6496 L 4016.809 3000.1142 Z ~solid~gge1035~~~~0",
"SOLIDREGION~12~~M 4014.3583 3002.8917 L 4014.3583 3003.8721 L 4018.2795 3003.8721 L 4018.2795 3002.8917 Z ~solid~gge1036~~~~0",
"SOLIDREGION~12~~M 4044.8779 3002.8917 L 4044.8779 3003.8721 L 4040.9567 3003.8721 L 4040.9567 3002.8917 Z ~solid~gge1037~~~~0",
"SOLIDREGION~99~~M 4045.9566 2987.0433 L 4045.9566 3019.7205 L 4019.9134 3019.7205 L 4013.2794 3013.185 L 4013.2794 2993.5788 L 4019.9134 2987.0433 Z ~solid~gge1034~~~~0",
"TRACK~0.6~3~~4046.1584 3006.4622 4046.1584 3020.0206 4019.9135 3020.0206 4013.0778 3013.1849 4013.0778 3006.4622~gge1040~0",
"TRACK~0.6~3~~4046.1584 3000.3016 4046.1584 2986.7432 4019.9135 2986.7432 4013.0778 2993.5789 4013.0778 3000.3016~gge1039~0",
"SOLIDREGION~3~~M 4015.8287 3007.6299 L 4015.8287 3014.1654 L 4016.809 3014.1654 L 4016.809 3007.6299 Z ~solid~gge1031~~~~0",
"SOLIDREGION~3~~M 4014.3583 3010.4075 L 4014.3583 3011.3878 L 4018.2795 3011.3878 L 4018.2795 3010.4075 Z ~solid~gge1032~~~~0",
"SOLIDREGION~3~~M 4044.8779 3010.4075 L 4044.8779 3011.3878 L 4040.9567 3011.3878 L 4040.9567 3010.4075 Z ~solid~gge1033~~~~0",
"PAD~RECT~4043.777~3003.382~16.9291~4.9606~1~~2~0~4035.3124 3000.9017 4052.2416 3000.9017 4052.2416 3005.8623 4035.3124 3005.8623~0~gge1029~0~~Y~0~0.0000~0.2000~4043.7779,3003.3819",
"PAD~RECT~4015.459~3003.382~16.9291~4.9606~1~~1~0~4006.9944 3000.9017 4023.9236 3000.9017 4023.9236 3005.8623 4006.9944 3005.8623~0~gge1030~0~~Y~0~0.0000~0.2000~4015.4583,3003.3819",
"SOLIDREGION~100~~M 4010.1307 3001.6103 L 4023.5165 3001.6103 L 4023.5165 3005.1537 L 4010.1307 3005.1537 Z ~solid~gge1047~~~~0",
"SOLIDREGION~100~~M 4035.7195 3001.6103 L 4049.1053 3001.6103 L 4049.1053 3005.1537 L 4035.7195 3005.1537 Z ~solid~gge1048~~~~0",
"SVGNODE~{\"gId\":\"g1_outline\",\"nodeName\":\"g\",\"nodeType\":1,\"layerid\":\"19\",\"attrs\":{\"c_width\":\"38.9763\",\"c_height\":\"32.6771\",\"c_rotation\":\"0,0,180\",\"z\":\"0\",\"c_origin\":\"4029.6181,3003.3819\",\"uuid\":\"96518464d3ac42d79319e4912b6dbbf5\",\"c_etype\":\"outline3D\",\"id\":\"g1_outline\",\"title\":\"CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD\",\"layerid\":\"19\",\"transform\":\"scale(1) translate(0, 0)\"},\"childNodes\":[{\"gId\":\"g1_outline_line0\",\"nodeName\":\"polyline\",\"nodeType\":1,\"attrs\":{\"fill\":\"none\",\"id\":\"g1_outline_line0\",\"c_shapetype\":\"line\",\"points\":\"4049.1062 3005.1536 4049.1062 3001.6103 4045.9566 3001.6103 4045.9566 3001.0198 4045.9566 2998.4607 4045.9566 2998.4214 4045.9566 2987.0434 4034.5393 2987.0434 4029.9724 2987.0434 4024.6968 2987.0434 4019.185 2987.0434 4013.2795 2992.9489 4013.2795 2998.4214 4013.2795 2998.4607 4013.2795 3001.0198 4013.2795 3001.6103 4010.1299 3001.6103 4010.1299 3005.1536 4013.2795 3005.1536 4013.2795 3005.7442 4013.2795 3008.3032 4013.2795 3013.815 4019.185 3019.7205 4024.6968 3019.7205 4029.9724 3019.7205 4034.5393 3019.7205 4045.9566 3019.7205 4045.9566 3008.3032 4045.9566 3005.7442 4045.9566 3005.1536 4049.1062 3005.1536 4049.1062 3005.1536\"}}]}"
],
"layers": [
"1~TopLayer~#FF0000~true~false~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~0.3",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~0.3",
"9~Ratlines~#6464FF~false~false~true~",
"10~BoardOutLine~#FF00FF~true~false~true~",
"11~Multi-Layer~#C0C0C0~true~false~true~",
"12~Document~#FFFFFF~true~false~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#999966~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~true~true~",
"101~ComponentMarkingLayer~#66FFCC~true~false~true~",
"Hole~Hole~#222222~false~false~true~",
"DRCError~DRCError~#FAD609~false~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 4007,
"y": 2986.7,
"width": 45.2,
"height": 33.3
}
}
},
"updated_at": 1758364073.0,
"lcsc": {
"number": "C178529",
"id": 189922,
"step": 1,
"min": 1,
"price": 0.3522,
"stock": 485,
"url": "https://lcsc.com/product-detail/Others_PANASONIC_EEEFK1A471AP_PANASONIC-EEEFK1A471AP_C178529.html"
},
"description": "",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "PANASONIC(\u677e\u4e0b)",
"Manufacturer Part": "EEEFK1A471AP",
"pre": "C?",
"name": "EEEFK1A471AP",
"package": "CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD",
"nameAlias": "Value",
"Contributor": "LCSC",
"Supplier": "LCSC",
"Supplier Part": "C178529",
"Value": "470uF",
"JLCPCB Part Class": "Extended Part"
},
"docType": "2",
"editorVersion": "6.4.25",
"x": 400,
"y": 300,
"uuid": "911d8e4ddfe842d490ee15f6c6645a2a",
"puuid": "77ecb767aa944f7ba97025eeb93d610c",
"importFlag": 0,
"c_spiceCmd": null,
"hasIdFlag": true,
"utime": 1637219537
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#CCCCCC~10~1000~1000~line~10~pixel~5~400~300",
"shape": [
"P~show~0~1~400~280~270~gge3~0^^400~280^^M 400 280 v 17~#8D2323^^0~403~300~270~1~end~~~#8D2323^^0~399~291~270~1~start~~~#8D2323^^0~400~300^^0~M 403 297 L 400 294 L 397 297",
"P~show~0~2~400~320~90~gge10~0^^400~320^^M 400 320 v -19~#8D2323^^0~403~298~270~2~start~~~#8D2323^^0~399~307~270~2~end~~~#8D2323^^0~400~298^^0~M 397 301 L 400 304 L 403 301",
"PL~390 297 410 297~#8D2323~1~0~none~gge17~0",
"A~M 400 301 A 16.0836 16.0836 0 0 1 410 304~~#8D2323~1~0~none~gge18~0",
"A~M 390 304 A 16.2917 16.2917 0 0 1 400 301~~#8D2323~1~0~none~gge19~0",
"R~390~294~~~4~0.1~#8D2323~1~0~#8D2323~gge20~0~",
"R~392~292~~~0.1~4~#8D2323~1~0~#8D2323~gge21~0~"
],
"BBox": {
"x": 390,
"y": 279,
"width": 20,
"height": 42
},
"colors": []
},
"atopile_queried_at": 1758842958.716061,
"atopile_manufacturer": "PANASONIC",
"uuid": "911d8e4ddfe842d490ee15f6c6645a2a",
"title": "EEEFK1A471AP",
"docType": 2,
"type": 3,
"thumb": "//image.lceda.cn/components/911d8e4ddfe842d490ee15f6c6645a2a.png",
"szlcsc": {
"id": 189922,
"number": "C178529",
"step": 1,
"min": 1,
"price": 1.96,
"stock": 338,
"url": "http://www.szlcsc.com/product/details_189922.html",
"image": "https://assets.lcsc.com/images/szlcsc/96x96/PANASONIC-EEEFK1A471AP_C178529_front_10.jpg"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "LCSC",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [
"Aluminum Electrolytic Capacitors - SMD"
],
"updateTime": 1715657119,
"verify": true,
"SMT": true,
"datastrid": "c7daf3e8b65a46879769e48a69f2fcbd",
"jlcOnSale": 1,
"writable": false,
"isFavorite": false
}

View File

@@ -1,171 +0,0 @@
(footprint "easyeda2kicad:CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "623ea059-aff4-4353-aaf8-8b5f597349bf")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "edd08b58-caf8-4cc1-afc3-307a4b958dbe")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start 4.2 0.78)
(end 4.2 4.23)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "7d872c1b-d9e7-49dc-92ab-9bcae2358fff")
)
(fp_line
(start 4.2 4.23)
(end -2.46 4.23)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "ee682e10-4e8e-4ece-ba53-ae3d8778abaa")
)
(fp_line
(start -2.46 4.23)
(end -4.2 2.49)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "e6798260-0ce2-41f1-b2f3-9e99838a29a4")
)
(fp_line
(start -4.2 2.49)
(end -4.2 0.78)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "2c977140-e2a0-480f-b30a-b9d26b6986aa")
)
(fp_line
(start 4.2 -0.78)
(end 4.2 -4.23)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "7b182ed0-6e93-48b4-8e41-e144aa20b298")
)
(fp_line
(start 4.2 -4.23)
(end -2.46 -4.23)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "ab041e32-8109-4b1c-b56b-32d3e8d87c2e")
)
(fp_line
(start -2.46 -4.23)
(end -4.2 -2.49)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "339f79a3-2602-4119-804e-f418a9ad5670")
)
(fp_line
(start -4.2 -2.49)
(end -4.2 -0.78)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "94991dbb-c964-4563-99e5-af6404401655")
)
(fp_circle
(center -4.95 4.15)
(end -4.92 4.15)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "93fb89ed-b399-4512-b84a-c132e4b74c7a")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "fab31861-4a29-436f-acfb-d057f1eedb26")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "623ea059-aff4-4353-aaf8-8b5f597349bf")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 3.6 0 0)
(size 4.3 1.26)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "91f18ca7-ce55-4fd0-b3cc-a3af30352a21")
)
(pad "1" smd rect
(at -3.6 0 0)
(size 4.3 1.26)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "3aa34514-5a54-4e7d-8ebd-6078bca838b8")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C178529/CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 180)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,164 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "EEEFK1A471AP"
(property "Reference" "C"
(id 0)
(at 0 10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "EEEFK1A471AP"
(id 1)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C178529:CAP-SMD_BD8.0-L8.3-W8.3-LS9.9-FD"
(id 2)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://lcsc.com/product-detail/Others_PANASONIC_EEEFK1A471AP_PANASONIC-EEEFK1A471AP_C178529.html"
(id 3)
(at 0 -15.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C178529"
(id 5)
(at 0 -17.78 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "EEEFK1A471AP_0_1"
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy -2.54 0.76)
(xy 2.54 0.76)
)
)
(rectangle
(start -2.54 1.52)
(end -1.52 1.52)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(rectangle
(start -2.03 2.03)
(end -2.03 1.02)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(arc
(start 0 -0.25)
(mid 4.23 -4.7)
(end 2.54 -1.02)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(arc
(start -2.54 -1.02)
(mid 3.94 -3.72)
(end 0 -0.25)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(pin unspecified line
(at 0 5.08 90)
(length 4.318)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 0 -5.08 270)
(length 4.826)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

View File

@@ -1,211 +0,0 @@
{
"packageDetail": {
"updateTime": 1690267398,
"uuid": "c60688fa8e434b729e7da7bce41cc64f",
"title": "SMA_L4.3-W2.6-LS5.0-RD",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"datastrid": "492a8404739646468168396802d0f523",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.5.32",
"c_para": {
"package": "SMA_L4.3-W2.6-LS5.0-RD",
"pre": "U?",
"Contributor": "lcsc",
"3DModel": "SMA_L4.3-W2.6-LS5.0-RD",
"link": "https://item.szlcsc.com/543768.html"
},
"hasIdFlag": true,
"x": 4000.0005,
"y": 3000,
"uuid": "c60688fa8e434b729e7da7bce41cc64f",
"utime": 1690264411,
"importFlag": 0,
"transformList": "",
"uuid_3d": "07890b88f2074312a21f160f3cc7068a"
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~10~1000~1000~line~0.5~mm~1~45~visible~0.5~4000.0005~3000~0~none",
"shape": [
"CIRCLE~3990.158~3005.118~0.118~0.2362~101~gge1098~0~~",
"SOLIDREGION~100~~M 4009.8418 3002.9529 L 4009.8418 2997.0473 L 4005.3536 2997.0473 L 4005.3536 3002.9529 Z ~solid~gge1001~~~~0",
"SOLIDREGION~100~~M 3990.1584 2997.0473 L 3990.1584 3002.9529 L 3994.6466 3002.9529 L 3994.6466 2997.0473 Z ~solid~gge1066~~~~0",
"SOLIDREGION~99~~M 3991.536 3005.1181 L 3991.536 2994.8819 L 4008.4651 2994.8819 L 4008.4651 3005.1181 Z ~solid~gge1073~~~~0",
"TRACK~0.6~3~~3995.7285 2994.6311 3995.7285 3005.3689~gge1097~0",
"TRACK~0.6~3~~3990.1442 3005.369 4008.5235 3005.369~gge1024~0",
"TRACK~0.6~3~~3990.0556 2994.6312 4008.5 2994.7~gge1025~0",
"TRACK~0.6~3~~4008.5001 3005.369 4008.5001 3003.9891~gge1021~0",
"TRACK~0.6~3~~4008.5001 2995.0001 4008.5001 2996.38~gge1022~0",
"SOLIDREGION~3~~M 3991.5055 2994.3312 L 3991.5055 2996.2111 L 3989.7055 2996.2111 L 3989.7055 2994.3312 Z ~solid~gge1007~~~~0",
"SOLIDREGION~3~~M 3991.5555 3005.669 L 3991.5555 3003.7891 L 3989.7555 3003.7891 L 3989.7555 3005.669 Z ~solid~gge1008~~~~0",
"PAD~RECT~4009.465~2999.963~8.0566~6.378~1~~2~0~4005.4363 3003.1521 4005.4363 2996.7741 4013.4929 2996.7741 4013.4929 3003.1521~180~gge1002~0~~Y~0~0.0000~0.2000~4009.4646,2999.9631",
"PAD~RECT~3990.536~3000.037~8.0566~6.378~1~~1~0~3994.5639 2996.8481 3994.5639 3003.2261 3986.5073 3003.2261 3986.5073 2996.8481~0~gge1065~0~~Y~0~0.0000~0.2000~3990.5356,3000.0371",
"SOLIDREGION~12~~M 3990.4258 3000.3803 L 3990.4258 2999.6199 L 3993.4671 2999.6199 L 3993.4671 3000.3803 Z~solid~gge1011~~~~0",
"SOLIDREGION~12~~M 4009.5744 3000.3803 L 4009.5744 2999.6199 L 4006.5331 2999.6199 L 4006.5331 3000.3803 Z~solid~gge1012~~~~0",
"SOLIDREGION~12~~M 4008.4339 3002.5345 L 4008.4339 2997.4657 L 4007.6736 2997.4657 L 4007.6736 3002.5345 Z~solid~gge1013~~~~0",
"SVGNODE~{\"gId\":\"g1_outline\",\"nodeName\":\"g\",\"nodeType\":1,\"layerid\":\"19\",\"attrs\":{\"c_width\":\"19.685\",\"c_height\":\"10.2362\",\"c_rotation\":\"0,0,0\",\"z\":\"0\",\"c_origin\":\"4000.0005,3000\",\"uuid\":\"c45541be4ee342138706b28195cdf845\",\"c_etype\":\"outline3D\",\"id\":\"g1_outline\",\"title\":\"SMA_L4.3-W2.6-LS5.0-RD\",\"layerid\":\"19\",\"transform\":\"scale(1) translate(0, 0)\"},\"childNodes\":[{\"gId\":\"g1_outline_line0\",\"nodeName\":\"polyline\",\"nodeType\":1,\"attrs\":{\"fill\":\"none\",\"id\":\"g1_outline_line0\",\"c_shapetype\":\"line\",\"points\":\"3990.158 2997.2835 3990.1974 3002.7165 3990.3155 3002.7165 3990.5517 3002.7165 3990.8273 3002.7165 3990.9454 3002.7165 3991.0241 3002.7165 3991.1029 3002.7165 3991.221 3002.7165 3991.3391 3002.7165 3991.4572 3002.7165 3991.5359 3002.7165 3991.5359 3004.9213 3991.5359 3004.9606 3991.5359 3005 3991.5753 3005.0394 3991.5753 3005.0787 3991.6147 3005.0787 3991.6541 3005.1181 3991.7328 3005.1181 4008.3076 3005.1181 4008.3469 3005.1181 4008.3863 3005.0787 4008.4257 3005.0787 4008.4257 3005.0394 4008.465 3005 4008.465 3004.9606 4008.465 3004.9213 4008.465 3002.7165 4008.5438 3002.7165 4008.6619 3002.7165 4008.8194 3002.7165 4008.8981 3002.7165 4008.9769 3002.7165 4009.0556 3002.7165 4009.2131 3002.7165 4009.4493 3002.7165 4009.6855 3002.7165 4009.843 3002.7165 4009.843 3000 4009.8036 2997.2835 4009.6855 2997.2835 4009.4493 2997.2835 4009.2131 2997.2835 4009.0556 2997.2835 4008.9769 2997.2835 4008.8981 2997.2835 4008.8194 2997.2835 4008.6619 2997.2835 4008.5438 2997.2835 4008.465 2997.2835 4008.465 2995.0788 4008.465 2995.0394 4008.465 2995 4008.4257 2994.9606 4008.4257 2994.9213 4008.3863 2994.9213 4008.3469 2994.8819 4008.2682 2994.8819 3991.6934 2994.8819 3991.6541 2994.8819 3991.6147 2994.9213 3991.5753 2994.9213 3991.5753 2994.9606 3991.5359 2995 3991.5359 2995.0394 3991.5359 2995.0788 3991.5359 2997.2835 3991.4572 2997.2835 3991.3391 2997.2835 3991.221 2997.2835 3991.1029 2997.2835 3991.0241 2997.2835 3990.9454 2997.2835 3990.8273 2997.2835 3990.5517 2997.2835 3990.3155 2997.2835 3990.1974 2997.2835 3990.158 2997.2835 3990.158 2997.2835\"}}]}"
],
"layers": [
"1~TopLayer~#FF0000~true~false~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~0.3",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~0.3",
"9~Ratlines~#6464FF~true~false~true~",
"10~BoardOutLine~#FF00FF~true~false~true~",
"11~Multi-Layer~#FFFFFF~true~false~true~0.5",
"12~Document~#FFFFFF~true~true~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#800000~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~false~true~",
"101~ComponentPolarityLayer~#66FFCC~true~false~true~",
"Hole~Hole~#222222~false~false~true~",
"DRCError~DRCError~#FAD609~false~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 3986.5,
"y": 2994.3,
"width": 27,
"height": 11.3
}
}
},
"updated_at": 1757061061.0,
"lcsc": {
"number": "C18199093",
"id": 19354325
},
"description": "",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "R+O(\u5b8f\u5609\u8bda)",
"Manufacturer Part": "M1",
"pre": "D?",
"name": "M1",
"package": "SMA_L4.3-W2.6-LS5.0-RD",
"Supplier": "LCSC",
"Supplier Part": "C18199093",
"Contributor": "lcsc",
"JLCPCB Part Class": "Extended Part"
},
"docType": "2",
"editorVersion": "6.5.39",
"x": 400,
"y": 300,
"puuid": "c60688fa8e434b729e7da7bce41cc64f",
"uuid": "bd262a84782d403f8c6e9c80921bf4b0",
"importFlag": 0,
"c_spiceCmd": null,
"hasIdFlag": true,
"utime": 1700705717
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#333333~10~1000~1000~line~5~pixel~1~400~300",
"shape": [
"P~show~0~2~420~300~0~gge11~0^^420~300^^M 420 300 h -10~#880000^^0~407~303~0~A~end~~~#0000FF^^0~413~299~0~2~start~~~#0000FF^^0~413~300^^0~M 410 297 L 407 300 L 410 303",
"P~show~0~1~380~300~180~gge20~0^^380~300^^M 380 300 h 10~#880000^^0~393~303~0~K~start~~~#0000FF^^0~387~299~0~1~end~~~#0000FF^^0~387~300^^0~M 390 303 L 393 300 L 390 297",
"PL~395 300 390 300~#880000~1~0~none~gge31~0",
"PL~410 300 405 300~#880000~1~0~none~gge32~0",
"PL~395 293 395 307~#880000~1~0~none~gge37~0",
"PT~M 405 293 L 395 300 L 405 307 Z ~#880000~1~0~none~gge38~0~"
],
"BBox": {
"x": 379,
"y": 293,
"width": 42,
"height": 14
},
"colors": []
},
"atopile_queried_at": 1758842657.1031,
"atopile_manufacturer": "hongjiacheng",
"uuid": "bd262a84782d403f8c6e9c80921bf4b0",
"title": "M1",
"docType": 2,
"type": 3,
"thumb": "/component/bd262a84782d403f8c6e9c80921bf4b0.png",
"szlcsc": {
"id": 19354325,
"number": "C18199093"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [
"Diodes - General Purpose"
],
"updateTime": 1757067027,
"datastrid": "b5617be83cc84a70b35b5e4917b5c001",
"verify": true,
"SMT": true,
"jlcOnSale": 1,
"writable": false,
"isFavorite": false
}

View File

@@ -1,141 +0,0 @@
(footprint "easyeda2kicad:SMA_L4.3-W2.6-LS5.0-RD"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -4.01 0)
(layer "F.SilkS")
(hide no)
(uuid "c4252514-7397-4908-a1ae-c8894cee36aa")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "SMA_L4.3-W2.6-LS5.0-RD"
(at 0 4.01 0)
(layer "F.Fab")
(hide no)
(uuid "2161c320-0b44-4037-ba49-3c95e90c61f1")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -1.08 -1.36)
(end -1.08 1.36)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "7243c809-6155-4697-904a-a84e748f0477")
)
(fp_line
(start -2.5 1.36)
(end 2.16 1.36)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "967291e9-6d4d-48c2-8922-83e523db2491")
)
(fp_line
(start -2.53 -1.36)
(end 2.16 -1.35)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "9d69c972-7a7b-407c-9c89-f7bbffe6d5a4")
)
(fp_line
(start 2.16 1.36)
(end 2.16 1.01)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "2f0e635e-4ca9-4c7b-962e-4a7e41a06042")
)
(fp_line
(start 2.16 -1.27)
(end 2.16 -0.92)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "ce18a7a8-2848-4dee-b035-9f32365d9ec0")
)
(fp_circle
(center -2.5 1.3)
(end -2.47 1.3)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "1c5f787c-1a37-4a2d-a820-8829cf6d6ac2")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "69d3cace-c0d5-4073-87a3-d73afeb09b60")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4.01 0)
(layer "F.SilkS")
(uuid "c4252514-7397-4908-a1ae-c8894cee36aa")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 2.4 -0.01 180)
(size 2.05 1.62)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "2221c711-ef8c-43f0-935d-d662c1165436")
)
(pad "1" smd rect
(at -2.4 0.01 0)
(size 2.05 1.62)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "eca840e3-1a6d-4200-ad49-ca56d2ccfe4c")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C18199093/SMA_L4.3-W2.6-LS5.0-RD.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,284 +0,0 @@
(footprint "easyeda2kicad:AUDIO-SMD_PJ-320B"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -7.5 0)
(layer "F.SilkS")
(hide no)
(uuid "be499d2b-ceff-42c4-ae9f-e0cf276282c3")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "AUDIO-SMD_PJ-320B"
(at 0 7.5 0)
(layer "F.Fab")
(hide no)
(uuid "dc5db5a9-a1f7-42df-ab7f-aff4f953b13d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -3 -5.6)
(end 3 -5.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "84248522-c4c8-44ef-bce2-3232672fca83")
)
(fp_line
(start 3 5.4)
(end -3 5.4)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "b6f9dfac-df11-449e-9984-ba472b91b69d")
)
(fp_line
(start -2.5 -5.6)
(end -2.5 -8.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "2ab5d2b9-b593-41b7-ba1e-e8bddb1cdc55")
)
(fp_line
(start -2.5 -8.6)
(end 2.5 -8.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "3c991bb5-e6f6-4fbe-81d0-a8a1304b224a")
)
(fp_line
(start 2.5 -5.6)
(end 2.5 -8.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "58fae45d-82d6-4f47-8283-8a338d54815b")
)
(fp_line
(start 3 3.4)
(end 2.3 3.4)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "c44a98ba-c637-46b3-8349-b7ab4c73ac34")
)
(fp_line
(start 2.3 3.4)
(end 2.3 4.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "1a67b0d7-8d92-42b7-8ad5-e9083258ece1")
)
(fp_line
(start 2.3 4.6)
(end 3 4.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "01d86d62-72e1-44c9-b0ba-64c53c7c5bde")
)
(fp_line
(start 3 4.6)
(end 3 5.4)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "13bd1d5a-7877-4165-8a30-6e8f656248d1")
)
(fp_line
(start -3 -5.6)
(end -3 -4.48)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "d5753a7b-184c-4f0f-ba0f-de057b658fa1")
)
(fp_line
(start -3 -2.52)
(end -3 2.52)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "fcddfa29-0bdf-4699-ab8f-50f52ed822bd")
)
(fp_line
(start -3 4.48)
(end -3 5.4)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "2b086326-dc9e-45c4-b2b6-450bc1b63f13")
)
(fp_line
(start 3 -5.6)
(end 3 -2.48)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "df0a8a65-89bc-4e66-8e04-d032daa985b9")
)
(fp_line
(start 3 -0.52)
(end 3 3.4)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "ac3a71db-10b0-4679-8ea4-a9f711c3287d")
)
(fp_circle
(center -4.5 -8.6)
(end -4.47 -8.6)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "16be9031-eaa0-4305-9f69-5d8f7081eda9")
)
(fp_circle
(center -5.26 -3.44)
(end -5.06 -3.44)
(stroke
(width 0.4)
(type solid)
)
(fill no)
(layer "Cmts.User")
(uuid "04a96ffb-c8eb-4963-be85-9a83d9bc7c8a")
)
(fp_circle
(center 0 -3.6)
(end 0.18 -3.6)
(stroke
(width 0.35)
(type solid)
)
(fill no)
(layer "Cmts.User")
(uuid "4a118e83-edac-420f-90cb-a19b4c447cc7")
)
(fp_circle
(center 0 2.4)
(end 0.18 2.4)
(stroke
(width 0.35)
(type solid)
)
(fill no)
(layer "Cmts.User")
(uuid "d0f8204f-b0bd-44c3-b228-c45397af3a59")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "a8721c8d-23b1-466e-a33c-8b138911af4b")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -7.5 0)
(layer "F.SilkS")
(uuid "be499d2b-ceff-42c4-ae9f-e0cf276282c3")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "1" smd rect
(at -4 -3.5 0)
(size 3 1.5)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "595f4fea-0483-42a8-9d8a-5a74b992a19c")
)
(pad "2" smd rect
(at 4 -1.5 0)
(size 3 1.5)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "cf5ebc27-970f-4acc-955c-271ca6c050c8")
)
(pad "3" smd rect
(at -4 3.5 0)
(size 3 1.5)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ef445f3d-4228-4236-bee8-063ed64585f9")
)
(pad "" thru_hole circle
(at 0 -3.6 0)
(size 1.3 1.3)
(drill 1.3)
(layers "*.Cu" "*.Mask")
(uuid "00377648-1d1b-4314-b453-ce3b4d2b861c")
)
(pad "" thru_hole circle
(at 0 2.4 0)
(size 1.3 1.3)
(drill 1.3)
(layers "*.Cu" "*.Mask")
(uuid "f547122d-6cc1-4282-bf7b-360df81d3753")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C22355831/AUDIO-PJ320B_L14.0-W6.4-H4.0.step"
(offset
(xyz 0 0 0.5)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)

View File

@@ -1,218 +0,0 @@
{
"packageDetail": {
"updateTime": 1657367458,
"uuid": "9fec78267e1446ecb3bc60e5588ea91e",
"title": "AUDIO-SMD_PJ-320B",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"datastrid": "d9bf93796fe94f8b8da3b66dbfd20d8c",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.4.27.1",
"c_para": {
"package": "AUDIO-SMD_PJ-320B",
"pre": "AUDIO?",
"Contributor": "lcsc",
"link": "https://atta.szlcsc.com/upload/public/pdf/source/20180120/C18594_15164110647051284730.pdf",
"3DModel": "AUDIO-PJ320B_L14.0-W6.4-H4.0"
},
"hasIdFlag": true,
"x": 4000,
"y": 3022.0475,
"uuid": "9fec78267e1446ecb3bc60e5588ea91e",
"utime": 1640071109,
"importFlag": 0,
"transformList": ""
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~10~1000~1000~line~0.03937~mm~1~45~visible~0.5~4000~3022.0475~0~yes",
"shape": [
"CIRCLE~3982.2836~2988.189~0.1181~0.2362~101~gge133~0~~",
"SOLIDREGION~100~~M 3982.2836 3010.2365 L 3982.2836 3006.2995 L 3988.386 3006.2995 L 3988.386 3010.2365 Z ~solid~gge105~~~~0",
"SOLIDREGION~100~~M 3982.2836 3037.7955 L 3982.2836 3033.8585 L 3988.386 3033.8585 L 3988.386 3037.7955 Z ~solid~gge106~~~~0",
"SOLIDREGION~100~~M 4011.614 3018.1105 L 4011.614 3014.1735 L 4017.7164 3014.1735 L 4017.7164 3018.1105 Z ~solid~gge107~~~~0",
"SOLIDREGION~99~~M 3990.1575 2988.189 L 4009.8425 2988.189 L 4009.8425 3000 L 4011.811 3000 L 4011.811 3043.3069 L 3988.1891 3043.3069 L 3988.189 3043.307 L 3988.189 3000 L3990.1575,3000 Z~solid~gge103~~~~0",
"TRACK~1~3~~3988.189 3000 4011.811 3000~gge22~0",
"TRACK~1~3~~4011.811 3043.3069 3988.189 3043.307~gge26~0",
"TRACK~1~3~~3990.1575 3000 3990.1575 2988.189~gge28~0",
"TRACK~1~3~~3990.1575 2988.189 4009.8425 2988.189~gge30~0",
"TRACK~1~3~~4009.8425 3000 4009.8425 2988.189~gge32~0",
"TRACK~1~3~~4011.81 3035.43 4009.06 3035.43 4009.06 3040.16 4011.81 3040.16 4011.81 3043.31~gge33~0",
"TRACK~1~3~~3988.189 3000 3988.189 3004.405~gge36~0",
"TRACK~1~3~~3988.189 3012.1305 3988.189 3031.964~gge37~0",
"TRACK~1~3~~3988.189 3039.6895 3988.189 3043.307~gge38~0",
"TRACK~1~3~~4011.811 3000 4011.811 3012.279~gge40~0",
"TRACK~1~3~~4011.811 3020.0045 4011.811 3035.43~gge41~0",
"PAD~RECT~3984.252~3008.268~11.811~5.9055~1~~1~0~3978.3465 3005.3152 3990.1575 3005.3152 3990.1575 3011.2208 3978.3465 3011.2208~0~gge5~0~~Y~0~0~0.2~3984.252,3008.268",
"PAD~RECT~4015.748~3016.142~11.811~5.9055~1~~2~0~4009.8425 3013.1892 4021.6535 3013.1892 4021.6535 3019.0948 4009.8425 3019.0948~0~gge8~0~~Y~0~0~0.2~4015.748,3016.142",
"PAD~RECT~3984.252~3035.827~11.811~5.9055~1~~3~0~3978.3465 3032.8742 3990.1575 3032.8742 3990.1575 3038.7798 3978.3465 3038.7798~0~gge11~0~~Y~0~0~0.2~3984.252,3035.827",
"CIRCLE~3979.291~3008.504~0.787~1.5748~12~gge113~0~~",
"CIRCLE~4000~3007.874~0.689~1.378~12~gge124~0~~",
"CIRCLE~4000~3031.496~0.689~1.378~12~gge130~0~~",
"HOLE~4000~3007.874~2.5591~gge14~0",
"HOLE~4000~3031.496~2.5591~gge18~0",
"SVGNODE~{\"gId\":\"g1_outline\",\"nodeName\":\"g\",\"nodeType\":1,\"layerid\":\"19\",\"attrs\":{\"c_width\":\"35.433\",\"c_height\":\"55.118\",\"c_rotation\":\"0,0,0\",\"z\":\"-1.9685\",\"c_origin\":\"4000,3015.7483\",\"uuid\":\"3e9b24b02a714581b56c1dc66a5a2644\",\"c_etype\":\"outline3D\",\"id\":\"g1_outline\",\"title\":\"AUDIO-PJ320B_L14.0-W6.4-H4.0\",\"layerid\":\"19\",\"transform\":\"scale(1) translate(0, 0)\"},\"childNodes\":[{\"gId\":\"g1_outline_line0\",\"nodeName\":\"polyline\",\"nodeType\":1,\"attrs\":{\"fill\":\"none\",\"id\":\"g1_outline_line0\",\"c_shapetype\":\"line\",\"points\":\"3982.2835 3008.268 3982.3229 3008.7011 3982.4804 3009.1341 3982.7166 3009.4885 3983.0315 3009.8034 3983.3859 3010.0396 3983.8189 3010.1971 3984.252 3010.2365 3988.189 3010.2365 3988.189 3010.4727 3988.189 3015.394 3988.189 3019.0947 3988.189 3021.9688 3988.189 3025.4333 3988.189 3028.8585 3988.189 3029.1341 3988.189 3033.8585 3984.252 3033.8585 3983.8189 3033.8979 3983.3859 3034.0553 3983.0315 3034.2916 3982.7166 3034.6065 3982.4804 3034.9609 3982.3229 3035.3939 3982.2835 3035.827 3982.3229 3036.2601 3982.4804 3036.6931 3982.7166 3037.0475 3983.0315 3037.3624 3983.3859 3037.5986 3983.8189 3037.7561 3984.252 3037.7955 3988.189 3037.7955 3988.189 3038.0711 3988.189 3043.3073 3992.9528 3043.3073 3993.1496 3043.3073 3993.2677 3043.3073 3993.8583 3043.3073 3994.7244 3043.3073 3995.8268 3043.3073 3997.126 3043.3073 3998.3858 3043.3073 3998.5433 3043.3073 4000 3043.3073 4001.4567 3043.3073 4002.874 3043.3073 4004.1732 3043.3073 4005.2756 3043.3073 4006.1417 3043.3073 4006.7323 3043.3073 4007.0472 3043.3073 4011.811 3043.3073 4011.811 3038.9766 4007.874 3038.9766 4007.874 3038.0711 4007.874 3031.89 4011.811 3031.89 4011.811 3028.8585 4011.811 3025.4333 4011.811 3022.4412 4011.811 3017.7168 4015.748 3017.7168 4016.1811 3017.6774 4016.6141 3017.5199 4016.9685 3017.2837 4017.2834 3016.9688 4017.5197 3016.6144 4017.6771 3016.1814 4017.7165 3015.7483 4017.6771 3015.3152 4017.5197 3014.8822 4017.2834 3014.5278 4016.9685 3014.2129 4016.6141 3013.9766 4016.1811 3013.8192 4015.748 3013.7798 4011.811 3013.7798 4011.811 3010.4727 4011.811 3000.0003 4009.8425 3000.0003 4009.8425 2989.1735 4009.8031 2988.9373 4009.685 2988.6617 4009.5275 2988.4649 4009.3307 2988.3074 4009.0945 2988.2287 4008.8976 2988.1893 4008.7008 2988.1893 4008.4252 2988.1893 4008.3464 2988.1893 4008.0315 2988.1893 4007.9134 2988.1893 4007.874 2988.1893 4008.0315 2988.1893 4007.9134 2988.2287 4007.9527 2988.1893 4008.0315 2988.1893 4008.2283 2988.2287 4007.9134 2988.2287 4008.0709 2988.1893 4008.4252 2988.1893 4008.6614 2988.2287 4008.3464 2988.1893 4008.4252 2988.1893 4008.7008 2988.1893 4008.6614 2988.2287 4008.4252 2988.1893 4008.0709 2988.1893 3982.2835 3008.268 3982.2835 3008.268\"}}]}"
],
"layers": [
"1~TopLayer~#FF0000~true~false~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~0.3",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~0.3",
"9~Ratlines~#6464FF~true~false~true~",
"10~BoardOutLine~#FF00FF~true~false~true~",
"11~Multi-Layer~#FFFFFF~true~false~true~0.5",
"12~Document~#FFFFFF~true~true~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#800000~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~false~true~",
"101~ComponentPolarityLayer~#66FFCC~true~false~true~",
"Hole~Hole~#222222~false~false~true~",
"DRCError~DRCError~#FAD609~false~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 3978.3,
"y": 2988.1,
"width": 43.3,
"height": 55.2
},
"netColors": []
}
},
"updated_at": 1744298413.0,
"lcsc": {
"number": "C22355831",
"id": 23787662
},
"description": "",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "SOFNG(\u7855\u65b9)",
"Manufacturer Part": "PJ-320B",
"pre": "CN?",
"name": "PJ-320B_C22355831",
"package": "AUDIO-SMD_PJ-320B",
"Supplier": "LCSC",
"Supplier Part": "C22355831",
"Contributor": "lcsc",
"JLCPCB Part Class": "Extended Part"
},
"docType": "2",
"editorVersion": "6.5.49",
"x": 400,
"y": 300,
"puuid": "9fec78267e1446ecb3bc60e5588ea91e",
"utime": 1743914378,
"uuid": "fee4c2ac1b6a42f4b4b560a8d43ae587",
"importFlag": 0,
"c_spiceCmd": null,
"hasIdFlag": true
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#CCCCCC~10~1000~1000~line~10~pixel~5~400~300",
"shape": [
"P~show~0~3~420~320~~gge7~0^^420~320^^M 420 320 h -20~#880000^^0~398~323~0~3~end~~~#0000FF^^1~405~319~0~3~start~~~#0000FF^^0~403~320^^0~M 400 317 L 397 320 L 400 323",
"P~show~0~2~420~310~~gge28~0^^420~310^^M 420 310 h -20~#880000^^0~398~313~0~2~end~~~#0000FF^^1~405~309~0~2~start~~~#0000FF^^0~403~310^^0~M 400 307 L 397 310 L 400 313",
"P~show~0~1~420~290~~gge49~0^^420~290^^M 420 290 h -20~#880000^^0~398~293~0~1~end~~~#0000FF^^1~405~289~0~1~start~~~#0000FF^^0~403~290^^0~M 400 287 L 397 290 L 400 293",
"PL~400 320 389 320 387 317 385 320~#880000~1~0~none~gge70~0",
"PL~400 310 383 310 381 314 379 310~#880000~1~0~none~gge73~0",
"R~367~300~~~6~21~#880000~1~0~none~gge76~0~",
"PL~400 290 370 290 370 300~#880000~1~0~none~gge79~0"
],
"BBox": {
"x": 367,
"y": 279.7,
"width": 54.5,
"height": 41.7
},
"colors": []
},
"atopile_queried_at": 1758928967.200991,
"atopile_manufacturer": "SOFNG",
"uuid": "fee4c2ac1b6a42f4b4b560a8d43ae587",
"title": "PJ-320B_C22355831",
"docType": 2,
"type": 3,
"thumb": "//image.lceda.cn/components/fee4c2ac1b6a42f4b4b560a8d43ae587.png",
"szlcsc": {
"id": 23787662,
"number": "C22355831"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [],
"updateTime": 1744303904,
"datastrid": "cfdc14ad46b446aa89563dc523e4010f",
"verify": true,
"SMT": true,
"jlcOnSale": 1,
"writable": false,
"isFavorite": false
}

View File

@@ -1,169 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "PJ-320B_C22355831"
(property "Reference" "CN"
(id 0)
(at 0 7.62 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "PJ-320B_C22355831"
(id 1)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C22355831:AUDIO-SMD_PJ-320B"
(id 2)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C22355831"
(id 5)
(at 0 -15.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "PJ-320B_C22355831_0_1"
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy 0 -5.08)
(xy -2.79 -5.08)
(xy -3.3 -4.32)
(xy -3.81 -5.08)
)
)
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy 0 -2.54)
(xy -4.32 -2.54)
(xy -4.83 -3.56)
(xy -5.33 -2.54)
)
)
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy 0 2.54)
(xy -7.62 2.54)
(xy -7.62 0)
)
)
(rectangle
(start -8.38 0)
(end -6.86 -5.33)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin unspecified line
(at 5.08 -5.08 180)
(length 5.08)
(name "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 5.08 -2.54 180)
(length 5.08)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 5.08 2.54 180)
(length 5.08)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

View File

@@ -1,239 +0,0 @@
(footprint "easyeda2kicad:AUDIO-SMD_HANELECTRICITY_PJ-320D"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -8.3 0)
(layer "F.SilkS")
(hide no)
(uuid "c369c749-deb9-447c-a14d-ffff7cb82a53")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "AUDIO-SMD_HANELECTRICITY_PJ-320D"
(at 0 8.3 0)
(layer "F.Fab")
(hide no)
(uuid "f85375fe-fa1b-45b9-9434-3ca72a7d910f")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start 3.13 3.63)
(end 3.13 4.8)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "e6a91fa8-3fea-4d84-9cc2-02846e7845c6")
)
(fp_line
(start 3.13 4.8)
(end -1.77 4.8)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "e73963f1-ab79-4185-a52e-a038c08309f1")
)
(fp_line
(start -2.5 -9.5)
(end 2.5 -9.5)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "0e51fa23-41b9-48a1-8aef-ca426d1dc955")
)
(fp_line
(start -3.12 -7.5)
(end -3.12 2.94)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "6f658083-cf6b-4a42-9a3f-11e6d3e25e1f")
)
(fp_line
(start 3.13 -7.49)
(end 3.13 -5.23)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "87072722-f0ae-4829-bef9-8ffae0025ed5")
)
(fp_line
(start 3.13 -7.5)
(end -3.12 -7.5)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "4d32968c-0f68-4cd7-919c-f363097defe0")
)
(fp_line
(start -2.5 -9.5)
(end -2.5 -7.5)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "11b6d962-5cfb-4b39-b6d8-414fc8f22088")
)
(fp_line
(start 2.5 -7.5)
(end 2.5 -9.5)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "8d1c1c18-4df1-4295-b77c-746c6f880f9f")
)
(fp_line
(start 3.13 -0.37)
(end 3.13 1.77)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "a2bf6611-c16d-4513-987c-c24c9bb0a1be")
)
(fp_line
(start 3.13 -3.37)
(end 3.13 -2.23)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "3f93233e-abe1-4ddd-8c8e-0ce4b53068ec")
)
(fp_circle
(center -4 4.8)
(end -3.97 4.8)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "54a9e815-6675-4f38-9c49-0bef370e0fc2")
)
(fp_circle
(center 0 -5.8)
(end 0.2 -5.8)
(stroke
(width 0.4)
(type solid)
)
(fill no)
(layer "Cmts.User")
(uuid "62324c56-a399-4082-ba8b-7ac73739c650")
)
(fp_circle
(center 0 1.2)
(end 0.2 1.2)
(stroke
(width 0.4)
(type solid)
)
(fill no)
(layer "Cmts.User")
(uuid "75038695-8698-4b40-ab4b-46164f7e788d")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "e7c68e98-fd65-48e8-b01f-3b3f303adb6b")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -8.3 0)
(layer "F.SilkS")
(uuid "c369c749-deb9-447c-a14d-ffff7cb82a53")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 3.5 -4.3 0)
(size 3 1.4)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "44f55399-ebd8-4457-ab68-e0d0137f646b")
)
(pad "3" smd rect
(at 3.5 -1.3 0)
(size 3 1.4)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "087422cf-bb6d-4015-afa1-3631eef1f332")
)
(pad "4" smd rect
(at 3.5 2.7 0)
(size 3 1.4)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "40a78dc6-3693-46fb-9f4f-af1afa735eec")
)
(pad "1" smd rect
(at -3.5 4.3 0)
(size 3 1.4)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "54caf76f-591a-4801-80f4-0026d46819b4")
)
(pad "" thru_hole circle
(at 0 -5.8 0)
(size 1.4 1.4)
(drill 1.4)
(layers "*.Cu" "*.Mask")
(uuid "9d5b0166-9a8f-4eec-b7fc-df0ab60ef3a3")
)
(pad "" thru_hole circle
(at 0 1.2 0)
(size 1.4 1.4)
(drill 1.4)
(layers "*.Cu" "*.Mask")
(uuid "d59a4a86-e61c-4db5-acc0-133b6d747031")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C22459515/AUDIO-SMD_HANELECTRICITY_PJ-320D.step"
(offset
(xyz 0 0 1)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 180)
)
)
)

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -1,205 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "PJ-320D_C22459515"
(property "Reference" "U"
(id 0)
(at 0 7.62 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "PJ-320D_C22459515"
(id 1)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C22459515:AUDIO-SMD_HANELECTRICITY_PJ-320D"
(id 2)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C22459515"
(id 5)
(at 0 -15.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "PJ-320D_C22459515_0_1"
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy 0 2.54)
(xy -10.16 2.54)
(xy -10.16 0)
)
)
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy 1.02 0)
(xy -3.3 0)
(xy -3.81 -1.02)
(xy -4.32 0)
)
)
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy 0 -2.54)
(xy -4.57 -2.54)
(xy -5.08 -1.52)
(xy -5.59 -2.54)
)
)
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy 0 -5.08)
(xy -5.84 -5.08)
(xy -6.35 -4.06)
(xy -6.86 -5.08)
)
)
(rectangle
(start -10.92 0)
(end -9.4 -4.57)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin unspecified line
(at 5.08 2.54 180)
(length 5.08)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 5.08 -2.54 180)
(length 5.08)
(name "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 5.08 -5.08 180)
(length 5.08)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 5.08 0 180)
(length 5.08)
(name "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

View File

@@ -1,112 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "0603WAF1000T5E"
(property "Reference" "R"
(id 0)
(at 0 5.08 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "0603WAF1000T5E"
(id 1)
(at 0 -5.08 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C22775:R0603"
(id 2)
(at 0 -7.62 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://lcsc.com/product-detail/Chip-Resistor-Surface-Mount-UniOhm_100R-1000-1_C22775.html"
(id 3)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C22775"
(id 5)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "0603WAF1000T5E_0_1"
(rectangle
(start -2.54 1.02)
(end 2.54 -1.02)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin input line
(at 5.08 0 180)
(length 2.54)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin input line
(at -5.08 0 0)
(length 2.54)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

File diff suppressed because one or more lines are too long

View File

@@ -1,151 +0,0 @@
(footprint "easyeda2kicad:R0603"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "d7fe1c4f-20c3-488c-938e-63059e57cf7d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "R0603"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "02502b2e-91fa-4a57-8145-690da2230101")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start 0.43 0.66)
(end 1.39 0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "8da42f97-a5db-450c-98db-a60d42e8b82d")
)
(fp_line
(start 1.39 0.66)
(end 1.39 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "ef2e69e8-ee38-472a-a059-e942fe03d49b")
)
(fp_line
(start 1.39 -0.66)
(end 0.43 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "123c2608-6054-430c-be5d-48a9ed6cc2ac")
)
(fp_line
(start -0.43 0.66)
(end -1.39 0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "0fa5038f-89cc-48f6-bc2c-4718477aa29d")
)
(fp_line
(start -1.39 0.66)
(end -1.39 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "3c887a04-476a-4606-8644-e9716b8f2ca8")
)
(fp_line
(start -1.39 -0.66)
(end -0.43 -0.66)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "09f4e01b-b2c4-4f77-952d-50a4de23a12f")
)
(fp_circle
(center -0.8 0.4)
(end -0.77 0.4)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "a7a3c355-2e7b-49b7-a670-aa353a65a73d")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "18695cf3-7c0f-4534-bfd4-715ba8289283")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "d7fe1c4f-20c3-488c-938e-63059e57cf7d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "2" smd rect
(at 0.75 0 0)
(size 0.81 0.86)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "02a0cb42-9654-4f20-968c-49555b0a6dfe")
)
(pad "1" smd rect
(at -0.75 0 0)
(size 0.81 0.86)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "e6c5c5f1-8325-4851-983b-4aefae95396f")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C22775/R0603.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 270)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,164 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "B2B-PH-SM4-TBT(LF)(SN)"
(property "Reference" "U"
(id 0)
(at 0 12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "B2B-PH-SM4-TBT(LF)(SN)"
(id 1)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C265003:CONN-SMD_B2B-PH-SM4-TBT-LF-SN"
(id 2)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://lcsc.com/product-detail/Others_JST-Sales-America_B2B-PH-SM4-TBT-LF-SN_JST-Sales-America-B2B-PH-SM4-TBT-LF-SN_C265003.html"
(id 3)
(at 0 -15.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C265003"
(id 5)
(at 0 -17.78 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "B2B-PH-SM4-TBT(LF)(SN)_0_1"
(circle
(center -1.27 3.81)
(end -0.89 3.81)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 5.08)
(end 7.62 -2.54)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin unspecified line
(at -5.08 2.54 0)
(length 2.54)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 0 0)
(length 2.54)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 5.08 -5.08 90)
(length 2.54)
(name "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 5.08 7.62 270)
(length 2.54)
(name "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

View File

@@ -1,226 +0,0 @@
{
"packageDetail": {
"updateTime": 1629859910,
"uuid": "ea93ea22ea9648698904b798aaddf36b",
"title": "CONN-SMD_B2B-PH-SM4-TBT-LF-SN",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "LCSC",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png",
"team": true
},
"datastrid": "4c68e3d32a8a430e955ea3e4f1d686a6",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.4.20.9",
"c_para": {
"package": "CONN-SMD_B2B-PH-SM4-TBT-LF-SN",
"pre": "U?",
"Contributor": "\u7acb\u521bEDA\u5b98\u65b9\u5c01\u88c5\u5e93",
"link": "https://atta.szlcsc.com/upload/public/pdf/source/20180928/C265003_0B7AFADDB7DEC201E4F515D974DF1F11.pdf",
"3DModel": "CONN-SMD_B2B-PH-SM4-TBT-LF-SN"
},
"hasIdFlag": true,
"x": 4000.0005,
"y": 2995.571,
"utime": 1629859909,
"uuid": "ea93ea22ea9648698904b798aaddf36b",
"importFlag": 0,
"transformList": "",
"uuid_3d": "87b092fa447946c4baba67e5c63f8b28"
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~7.874~1000~1000~line~0.5~mm~1~45~visible~0.5~4000.0005~2995.571~0~yes",
"shape": [
"CIRCLE~3984.351~3008.859~0.118~0.2362~101~gge121~0~~circle_gge122,circle_gge123",
"SOLIDREGION~100~~M 4002.9527 2991.142 L 4004.9213 2991.142 L 4004.9213 3008.8585 L 4002.9527 3008.8585 Z ~solid~gge105~~~~0",
"SOLIDREGION~100~~M 4011.7131 2986.8113 L 4015.6501 2986.8113 L 4015.6501 2995.4727 L 4011.7131 2995.4727 Z ~solid~gge109~~~~0",
"SOLIDREGION~100~~M 3984.3509 2986.8113 L 3988.2879 2986.8113 L 3988.2879 2995.4727 L 3984.3509 2995.4727 Z ~solid~gge110~~~~0",
"SOLIDREGION~100~~M 3995.0787 2991.142 L 3997.0473 2991.142 L 3997.0473 3008.8585 L 3995.0787 3008.8585 Z ~solid~gge112~~~~0",
"SOLIDREGION~99~~M 3984.3509 3000.9845 L 3984.3509 2981.2995 L 4015.6501 2981.2995 L 4015.6501 3000.9845 Z ~solid~gge104~~~~0",
"TRACK~1~3~~3984.252 2981.2993 4015.748 2981.2993~gge45~0",
"TRACK~1~3~~3984.252 3000.9844 3993.1845 3000.9844~gge53~0",
"TRACK~1~3~~3998.9415 3000.9844 4001.0585 3000.9844~gge54~0",
"TRACK~1~3~~4006.8155 3000.9844 4015.748 3000.9844~gge55~0",
"TRACK~1~3~~4015.748 3000.9844 4015.748 2997.9573~gge57~0",
"TRACK~1~3~~4015.748 2984.3263 4015.748 2981.2993~gge58~0",
"TRACK~1~3~~3984.252 2981.2993 3984.252 2984.3263~gge60~0",
"TRACK~1~3~~3984.252 2997.9573 3984.252 3000.9844~gge61~0",
"PAD~RECT~3996.063~3000~3.937~21.6535~1~~1~0~3994.0945 2989.1732 3998.0315 2989.1732 3998.0315 3010.8267 3994.0945 3010.8267~0~gge10~0~~Y~0~0~0.2~3996.063,3000",
"PAD~RECT~4003.937~3000~3.937~21.6535~1~~2~0~4001.9685 2989.1733 4005.9055 2989.1733 4005.9055 3010.8268 4001.9685 3010.8268~0~gge20~0~~Y~0~0~0.2~4003.937,3000",
"PAD~RECT~4013.78~2991.142~7.874~11.811~1~~3~0~4009.8425 2985.2363 4017.7165 2985.2363 4017.7165 2997.0473 4009.8425 2997.0473~0~gge30~0~~Y~0~0~0.2~4013.78,2991.142",
"PAD~RECT~3986.221~2991.142~7.874~11.811~1~~4~0~3982.2835 2985.2363 3990.1575 2985.2363 3990.1575 2997.0473 3982.2835 2997.0473~0~gge35~0~~Y~0~0~0.2~3986.221,2991.142",
"CIRCLE~3996.28~3007.642~0.5~1~12~gge113~0~~",
"SVGNODE~{\"gId\":\"g1_outline\",\"nodeName\":\"g\",\"nodeType\":1,\"layerid\":\"19\",\"attrs\":{\"c_width\":\"31.496\",\"c_height\":\"27.559\",\"c_rotation\":\"0,0,0\",\"z\":\"0\",\"c_origin\":\"4000.0005,2995.071\",\"uuid\":\"fa51a0cf3e2c44c08b08b17a4ed903b6\",\"c_etype\":\"outline3D\",\"id\":\"g1_outline\",\"title\":\"CONN-SMD_B2B-PH-SM4-TBT-LF-SN\",\"layerid\":\"19\",\"transform\":\"scale(1) translate(0, 0)\"},\"childNodes\":[{\"gId\":\"g1_outline_line0\",\"nodeName\":\"polyline\",\"nodeType\":1,\"attrs\":{\"fill\":\"none\",\"id\":\"g1_outline_line0\",\"c_shapetype\":\"line\",\"points\":\"3984.2525 2981.882 3984.2525 2985.2285 3984.2525 2986.8033 3985.6698 2986.8033 3985.4336 2986.8427 3985.0399 2987.0001 3984.7249 2987.2757 3984.4494 2987.5907 3984.2919 2987.9844 3984.2525 2988.3781 3984.2525 2993.8899 3984.2919 2994.2836 3984.4494 2994.6773 3984.7249 2994.9923 3985.0399 2995.2678 3985.4336 2995.4253 3985.6698 2995.4647 3984.2525 2995.4647 3984.2525 2998.2206 3984.2525 3000.3859 3984.2919 3000.5434 3984.3312 3000.6615 3984.41 3000.819 3984.5675 3000.8978 3984.6856 3000.9371 3984.8431 3000.9765 3989.7643 3000.9765 3994.8824 3000.9765 3995.0793 3000.9765 3995.0793 3007.2757 3995.3942 3008.8505 3995.4336 3008.8505 3995.5123 3008.8505 3995.5911 3008.8505 3996.5359 3008.8505 3996.6541 3008.8505 3996.6934 3008.8505 3996.7722 3008.8505 3997.0478 3007.2757 3997.0478 3000.9765 3997.2446 3000.9765 4002.7564 3000.9765 4002.9533 3000.9765 4002.9533 3007.2757 4003.2288 3008.8505 4003.2682 3008.8505 4003.3076 3008.8505 4003.347 3008.8505 4003.3863 3008.8505 4003.4651 3008.8505 4004.4099 3008.8505 4004.5281 3008.8505 4004.6068 3008.8505 4004.6462 3008.8505 4004.9218 3007.2757 4004.9218 3000.9765 4005.1186 3000.9765 4010.2367 3000.9765 4015.158 3000.9765 4015.3154 3000.9371 4015.4729 3000.8978 4015.591 3000.819 4015.6698 3000.6615 4015.7091 3000.5434 4015.7485 3000.3859 4015.7485 2998.2206 4015.7485 2995.4647 4014.3312 2995.4647 4014.5674 2995.4253 4014.9611 2995.2678 4015.2761 2994.9923 4015.5517 2994.6773 4015.7091 2994.2836 4015.7485 2993.8899 4015.7485 2988.3781 4015.7091 2987.9844 4015.5517 2987.5907 4015.2761 2987.2757 4014.9611 2987.0001 4014.5674 2986.8427 4014.3312 2986.8033 4015.7485 2986.8033 4015.7485 2985.2285 4015.7485 2981.882 4015.7091 2981.7246 4015.6698 2981.5671 4015.591 2981.449 4015.4729 2981.3702 4015.3154 2981.3309 4015.158 2981.2915 4010.2367 2981.2915 4009.0556 2981.2915 4005.1186 2981.2915 4001.7722 2981.2915 4001.6147 2981.2915 4001.4966 2981.2915 4001.3391 2981.2915 4001.2603 2981.2915 4001.221 2981.2915 4001.1816 2981.2915 4000.2367 2981.2915 3999.3706 2981.2915 3998.8194 2981.2915 3998.78 2981.2915 3998.7407 2981.2915 3998.6619 2981.2915 3998.5438 2981.2915 3998.3863 2981.2915 3998.2289 2981.2915 3994.8824 2981.2915 3990.9454 2981.2915 3989.7643 2981.2915 3984.8431 2981.2915 3984.6856 2981.3309 3984.5675 2981.3702 3984.41 2981.449 3984.3312 2981.5671 3984.2919 2981.7246 3984.2525 2981.882 3984.2525 2981.882\"}}]}"
],
"layers": [
"1~TopLayer~#FF0000~true~false~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~",
"9~Ratlines~#6464FF~true~false~true~",
"10~BoardOutline~#FF00FF~true~false~true~",
"11~Multi-Layer~#C0C0C0~true~false~true~",
"12~Document~#FFFFFF~true~true~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#800000~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~false~true~",
"101~ComponentMarkingLayer~#66FFCC~true~false~true~",
"Hole~Hole~#222222~false~false~true~",
"DRCError~DRCError~#FAD609~false~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 3982.3,
"y": 2981.3,
"width": 35.4,
"height": 29.5
}
}
},
"updated_at": 1758366272.0,
"lcsc": {
"number": "C265003",
"id": 255424,
"step": 1,
"min": 1,
"price": 0.8016,
"stock": 995,
"url": "https://lcsc.com/product-detail/Others_JST-Sales-America_B2B-PH-SM4-TBT-LF-SN_JST-Sales-America-B2B-PH-SM4-TBT-LF-SN_C265003.html"
},
"description": "",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "JST",
"Manufacturer Part": "B2B-PH-SM4-TBT(LF)(SN)",
"pre": "U?",
"name": "B2B-PH-SM4-TBT(LF)(SN)",
"package": "CONN-SMD_B2B-PH-SM4-TBT-LF-SN",
"Contributor": "LCSC",
"Supplier": "LCSC",
"Supplier Part": "C265003",
"JLCPCB Part Class": "Extended Part"
},
"docType": "2",
"editorVersion": "6.3.9",
"x": 400,
"y": 300,
"uuid": "941def3d78eb437999970ef3b251d0c4",
"puuid": "ea93ea22ea9648698904b798aaddf36b",
"importFlag": 0,
"c_spiceCmd": null,
"hasIdFlag": true,
"utime": 1574148822
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#CCCCCC~10~1000~1000~line~10~pixel~5~400~300",
"shape": [
"R~390~280~2~2~40~30~#880000~1~0~none~gge3~0~",
"E~395~285~1.5~1.5~#880000~1~0~#880000~gge4~0",
"P~show~0~1~380~290~180~gge5~0^^380~290^^M 380 290 h 10~#880000^^1~393.7~294~0~1~start~~~#0000FF^^1~389.5~289~0~1~end~~~#0000FF^^0~387~290^^0~M 390 293 L 393 290 L 390 287",
"P~show~0~2~380~300~180~gge12~0^^380~300^^M 380 300 h 10~#880000^^1~393.7~304~0~2~start~~~#0000FF^^1~389.5~299~0~2~end~~~#0000FF^^0~387~300^^0~M 390 303 L 393 300 L 390 297",
"P~show~0~3~420~320~270~gge19~0^^420~320^^M 420 320 v -10~#880000^^1~424~306.3~270~3~start~~~#0000FF^^1~419~310.5~270~3~end~~~#0000FF^^0~420~313^^0~M 423 310 L 420 307 L 417 310",
"P~show~0~4~420~270~90~gge26~0^^420~270^^M 420 270 v 10~#880000^^1~424~283.7~270~4~end~~~#0000FF^^1~419~279.5~270~4~start~~~#0000FF^^0~420~277^^0~M 417 280 L 420 283 L 423 280"
],
"BBox": {
"x": 378,
"y": 268,
"width": 52,
"height": 54
},
"colors": []
},
"atopile_queried_at": 1758849309.019219,
"atopile_manufacturer": "JST Sales America",
"uuid": "941def3d78eb437999970ef3b251d0c4",
"title": "B2B-PH-SM4-TBT(LF)(SN)",
"docType": 2,
"type": 3,
"thumb": "//image.lceda.cn/components/941def3d78eb437999970ef3b251d0c4.png",
"szlcsc": {
"id": 255424,
"number": "C265003",
"step": 1,
"min": 1,
"price": 4.74,
"stock": 853,
"url": "http://www.szlcsc.com/product/details_255424.html",
"image": "https://assets.lcsc.com/images/szlcsc/96x96/C265003_front.jpg"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "LCSC",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [
"Wire To Board / Wire To Wire Connector"
],
"updateTime": 1744298476,
"verify": true,
"SMT": true,
"datastrid": "36dcdfcb97a54ed2886c5e4918b23145",
"jlcOnSale": 1,
"writable": false,
"isFavorite": false
}

View File

@@ -1,194 +0,0 @@
(footprint "easyeda2kicad:CONN-SMD_B2B-PH-SM4-TBT-LF-SN"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -5.12 0)
(layer "F.SilkS")
(hide no)
(uuid "f1c6fd17-f458-4b60-8df5-00e09e398f8c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "CONN-SMD_B2B-PH-SM4-TBT-LF-SN"
(at 0 5.12 0)
(layer "F.Fab")
(hide no)
(uuid "53bcdd7e-3c13-4525-a7c4-44fa41b63003")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -4 -3.63)
(end 4 -3.63)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "30641db5-9964-4671-855a-0d94cf1be66a")
)
(fp_line
(start -4 1.37)
(end -1.73 1.37)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "c0b22978-fd80-4fd5-bdc3-7a62f9c71684")
)
(fp_line
(start -0.27 1.37)
(end 0.27 1.37)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "822fe15c-15a9-488c-bbf3-0e384e836f8b")
)
(fp_line
(start 1.73 1.37)
(end 4 1.37)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "bbb530c7-462d-42c8-ad26-cb6ff786b863")
)
(fp_line
(start 4 1.37)
(end 4 0.6)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "fcfe6d36-2516-4eb8-9caf-c55c43212090")
)
(fp_line
(start 4 -2.86)
(end 4 -3.63)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "d0b4f0db-64a2-4893-be7b-e0417c3c0dd3")
)
(fp_line
(start -4 -3.63)
(end -4 -2.86)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "72e9119c-8ca6-434b-96d2-3d5731f876ba")
)
(fp_line
(start -4 0.6)
(end -4 1.37)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "94d03034-fbdc-47a4-a7bc-aaf06a4c889f")
)
(fp_circle
(center -3.97 3.38)
(end -3.94 3.38)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "b19e2870-65e6-443e-8c84-899299d4b156")
)
(fp_circle
(center -0.95 3.07)
(end -0.82 3.07)
(stroke
(width 0.25)
(type solid)
)
(fill no)
(layer "Cmts.User")
(uuid "ce18044f-e079-4527-a32c-9f78b1eed09a")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "ae17cc2e-b204-4a94-be5f-e57ca9558c51")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -5.12 0)
(layer "F.SilkS")
(uuid "f1c6fd17-f458-4b60-8df5-00e09e398f8c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "1" smd rect
(at -1 1.12 0)
(size 1 5.5)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "c16bb4aa-8ef7-432f-a49d-c6c32f5391e5")
)
(pad "2" smd rect
(at 1 1.12 0)
(size 1 5.5)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ad5511c4-fa78-461e-964e-9de6eea69c99")
)
(pad "3" smd rect
(at 3.5 -1.12 0)
(size 2 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "7474c68e-8312-415f-bf65-71ed1771361d")
)
(pad "4" smd rect
(at -3.5 -1.12 0)
(size 2 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "648ef6f5-05e3-43fd-bd06-98078cc639fc")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C265003/CONN-SMD_B2B-PH-SM4-TBT-LF-SN.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,223 +0,0 @@
{
"packageDetail": {
"updateTime": 1652416371,
"uuid": "c0a8d5074cd14a40a7baee3704c47035",
"title": "CAP-SMD_BD6.3-L6.6-W6.6-FD",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"datastrid": "a647bb9f6e5d45c69231ee7a02d9dfc8",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.5.3",
"c_para": {
"pre": "C?",
"package": "CAP-SMD_BD6.3-L6.6-W6.6-FD",
"Contributor": "lcsc",
"link": "https://item.szlcsc.com/265679.html",
"3DModel": "CAP-SMD_BD6.3-L6.6-W6.6-FD"
},
"x": 4000,
"y": 3000,
"uuid": "c0a8d5074cd14a40a7baee3704c47035",
"utime": 1650955546,
"importFlag": 0,
"transformList": "",
"hasIdFlag": true,
"newgId": true,
"uuid_3d": "dd52bf33886043bc8b5b857471e9af51"
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~10~1000~1000~line~0.03937~mm~1~45~visible~0.5~4000~3000~0~none",
"shape": [
"CIRCLE~3985.694~3012.992~0.118~0.2362~101~gge1079~0~~",
"SOLIDREGION~100~~M 4004.1996 2998.7205 L 4014.4358 2998.7205 L 4014.4358 3001.2795 L 4004.1996 3001.2795 Z ~solid~gge1040~~~~0",
"SOLIDREGION~100~~M 3985.6942 2998.7205 L 3995.9304 2998.7205 L 3995.9304 3001.2795 L 3985.6942 3001.2795 Z ~solid~gge1041~~~~0",
"SOLIDREGION~99~~M 4012.9921 2987.0079 L 4012.9921 3012.9921 L 3992.2047 3012.9921 L 3987.0079 3007.7953 L 3987.0079 2992.2047 L 3992.2047 2987.0079 Z~solid~gge999~~~~0",
"TRACK~0.6~3~~4013.2111 3002.9105 4013.29 3013.29 3992.2 3013.29 3986.71 3007.8 3986.7626 3002.7~gge1022~0",
"TRACK~0.6~3~~4013.2657 2997.2138 4013.292 2986.708 3992.2046 2986.708 3986.708 2992.2046 3986.708 2997.3~gge1021~0",
"SOLIDREGION~3~~M 4012.2126 3005.5866 L 4012.2126 3006.3661 L 4009.0945 3006.3661 L 4009.0945 3005.5866 Z~solid~gge1004~~~~0",
"SOLIDREGION~3~~M 3987.7874 3005.5866 L 3987.7874 3006.3661 L 3990.9055 3006.3661 L 3990.9055 3005.5866 Z~solid~gge1005~~~~0",
"SOLIDREGION~3~~M 3988.9567 3003.378 L 3988.9567 3008.5748 L 3989.7362 3008.5748 L 3989.7362 3003.378 Z~solid~gge1006~~~~0",
"PAD~RECT~3989.488~3000~13.7795~4.7244~1~~1~0~3982.5985 2997.6378 3996.3781 2997.6378 3996.3781 3002.3622 3982.5985 3002.3622~0~gge1002~0~~Y~0~0.0000~0.2000~3989.4882,3000",
"PAD~RECT~4010.512~3000~13.7795~4.7244~1~~2~0~4003.6219 2997.6378 4017.4015 2997.6378 4017.4015 3002.3622 4003.6219 3002.3622~0~gge1003~0~~Y~0~0.0000~0.2000~4010.5118,3000",
"SOLIDREGION~12~~M 4012.2126 2999.6102 L 4012.2126 3000.3898 L 4009.0945 3000.3898 L 4009.0945 2999.6102 Z~solid~gge1009~~~~0",
"SOLIDREGION~12~~M 3987.7874 2999.6102 L 3987.7874 3000.3898 L 3990.9055 3000.3898 L 3990.9055 2999.6102 Z~solid~gge1010~~~~0",
"SOLIDREGION~12~~M 3988.937 2997.4016 L 3988.937 3002.5984 L 3989.7165 3002.5984 L 3989.7165 2997.4016 Z ~solid~gge1011~~~~0",
"SVGNODE~{\"gId\":\"g1_outline\",\"nodeName\":\"g\",\"nodeType\":1,\"layerid\":\"19\",\"attrs\":{\"c_width\":\"30.7086\",\"c_height\":\"25.9842\",\"c_rotation\":\"0,0,180\",\"z\":\"0\",\"c_origin\":\"4000,3000\",\"uuid\":\"6cb1ec5759f6404189e20b90556867d6\",\"c_etype\":\"outline3D\",\"id\":\"g1_outline\",\"title\":\"CAP-SMD_BD6.3-L6.6-W6.6-FD\",\"layerid\":\"19\",\"transform\":\"scale(1) translate(0, 0)\"},\"childNodes\":[{\"gId\":\"g1_outline_line0\",\"nodeName\":\"polyline\",\"nodeType\":1,\"attrs\":{\"fill\":\"none\",\"id\":\"g1_outline_line0\",\"c_shapetype\":\"line\",\"points\":\"4015.3543 3001.2992 4015.3543 2998.7402 4012.9921 2998.7403 4012.9921 2997.2441 4012.992 2996.063 4012.9921 2988.9765 4012.992 2987.008 4011.0236 2987.008 4004.6457 2987.008 4003.937 2987.008 4001.4961 2987.0079 4000.3937 2987.0079 3999.5276 2987.0079 3998.4646 2987.008 3996.0629 2987.008 3995.5511 2987.0079 3992.9134 2987.0079 3990.9449 2988.9764 3987.0079 2992.9135 3987.0079 2996.0631 3987.0079 2997.2441 3987.0079 2998.7403 3984.6457 2998.7402 3984.6457 3001.2992 3987.0079 3001.2993 3987.0079 3002.756 3987.0079 3003.9371 3987.0079 3004.1732 3987.0079 3005.3543 3987.0079 3006.0236 3987.0079 3007.0866 3992.9134 3012.9922 3995.5512 3012.9921 3996.0629 3012.9921 3998.4646 3012.9922 3999.5276 3012.9921 4000.3937 3012.9921 4001.4961 3012.9921 4003.937 3012.9922 4004.6457 3012.9922 4011.0235 3012.9922 4012.992 3012.9921 4012.992 3006.0236 4012.9921 3005.3543 4012.9921 3004.1732 4012.992 3003.9371 4012.9921 3002.756 4012.9921 3001.2993 4015.3543 3001.2992 4015.3543 3001.2992\"}}]}"
],
"layers": [
"1~TopLayer~#FF0000~true~false~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~0.3",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~0.3",
"9~Ratlines~#6464FF~true~false~true~",
"10~BoardOutLine~#FF00FF~true~false~true~",
"11~Multi-Layer~#FFFFFF~true~false~true~0.5",
"12~Document~#FFFFFF~true~true~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#800000~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~false~true~",
"101~ComponentPolarityLayer~#66FFCC~true~false~true~",
"Hole~Hole~#222222~false~false~true~",
"DRCError~DRCError~#FAD609~false~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 3982.6,
"y": 2986.7,
"width": 34.8,
"height": 26.6
}
}
},
"updated_at": 1758364076.0,
"lcsc": {
"number": "C335982",
"id": 314095,
"step": 10,
"min": 10,
"price": 0.0406,
"stock": 9960,
"url": "https://lcsc.com/product-detail/Others_ROQANG-RVT1A471M0607_C335982.html"
},
"description": "",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "ROQANG(\u5bb9\u5f3a)",
"Manufacturer Part": "RVT1A471M0607",
"pre": "C?",
"name": "RVT1A471M0607_C335982",
"package": "CAP-SMD_BD6.3-L6.6-W6.6-FD",
"nameAlias": "Value",
"Contributor": "LCSC",
"Supplier": "LCSC",
"Supplier Part": "C335982",
"Value": "470uF",
"JLCPCB Part Class": "Extended Part"
},
"docType": "2",
"editorVersion": "6.2.41",
"x": 400,
"y": 300,
"uuid": "71796b111cc94916adabf3e44d9aa91f",
"puuid": "c0a8d5074cd14a40a7baee3704c47035",
"importFlag": 0,
"c_spiceCmd": null,
"hasIdFlag": true,
"utime": 1567670147
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#CCCCCC~10~1000~1000~line~10~pixel~5~400~300",
"shape": [
"P~show~0~1~400~280~270~gge3~0^^400~280^^M 400 280 v 17~#8D2323^^0~403~300~270~1~end~~~#8D2323^^0~399~291~270~1~start~~~#8D2323^^0~400~300^^0~M 403 297 L 400 294 L 397 297",
"P~show~0~2~400~320~90~gge10~0^^400~320^^M 400 320 v -19~#8D2323^^0~403~298~270~2~start~~~#8D2323^^0~399~307~270~2~end~~~#8D2323^^0~400~298^^0~M 397 301 L 400 304 L 403 301",
"PL~390 297 410 297~#8D2323~1~0~none~gge17~0",
"A~M 400 301 A 16.0836 16.0836 0 0 1 410 304~~#8D2323~1~0~none~gge18~0",
"A~M 390 304 A 16.2917 16.2917 0 0 1 400 301~~#8D2323~1~0~none~gge19~0",
"R~390~294~~~4~0.1~#8D2323~1~0~#8D2323~gge20~0~",
"R~392~292~~~0.1~4~#8D2323~1~0~#8D2323~gge21~0~"
],
"BBox": {
"x": 390,
"y": 278,
"width": 20,
"height": 44
},
"colors": []
},
"atopile_queried_at": 1758844503.430802,
"atopile_manufacturer": "ROQANG",
"uuid": "71796b111cc94916adabf3e44d9aa91f",
"title": "RVT1A471M0607_C335982",
"docType": 2,
"type": 3,
"thumb": "//image.lceda.cn/components/71796b111cc94916adabf3e44d9aa91f.png",
"szlcsc": {
"id": 314095,
"number": "C335982",
"step": 10,
"min": 10,
"price": 0.239952,
"stock": 42270,
"url": "http://www.szlcsc.com/product/details_314095.html"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "LCSC",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [
"Aluminum Electrolytic Capacitors - SMD"
],
"updateTime": 1742385077,
"verify": true,
"SMT": true,
"datastrid": "0a7cd4fcfadf434fbf3e97462acdc7d0",
"jlcOnSale": 1,
"writable": false,
"isFavorite": false
}

View File

@@ -1,171 +0,0 @@
(footprint "easyeda2kicad:CAP-SMD_BD6.3-L6.6-W6.6-FD"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -4 0)
(layer "F.SilkS")
(hide no)
(uuid "fd091def-bea5-40f8-ac65-a6d182e98eee")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "CAP-SMD_BD6.3-L6.6-W6.6-FD"
(at 0 4 0)
(layer "F.Fab")
(hide no)
(uuid "275a3428-2722-47cb-a486-a03ac350f381")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start 3.36 0.74)
(end 3.38 3.38)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "c0c04a2d-4d76-4187-8b20-8cc7e1c2f79a")
)
(fp_line
(start 3.38 3.38)
(end -1.98 3.38)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "e9173faf-b5d8-4728-82e0-17c9f3338376")
)
(fp_line
(start -1.98 3.38)
(end -3.38 1.98)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "15bbf761-eb87-4ccc-ac91-10133813285d")
)
(fp_line
(start -3.38 1.98)
(end -3.36 0.69)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "aae84088-947a-4619-b2c9-1af38abdf506")
)
(fp_line
(start 3.37 -0.71)
(end 3.38 -3.38)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "aaaabbf4-1c3c-4a88-9d59-e6ecf46a613c")
)
(fp_line
(start 3.38 -3.38)
(end -1.98 -3.38)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "c4eeed76-f3a6-4a60-a7e0-6f2441d0411b")
)
(fp_line
(start -1.98 -3.38)
(end -3.38 -1.98)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "a885ee70-010e-481d-bf52-662ab54e9f26")
)
(fp_line
(start -3.38 -1.98)
(end -3.38 -0.69)
(stroke
(width 0.15)
(type solid)
)
(layer "F.SilkS")
(uuid "79885ee0-7260-4b85-9419-0c98bf4b9a57")
)
(fp_circle
(center -3.63 3.3)
(end -3.6 3.3)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "34ad77bc-7933-4e89-9a5f-e6bdf28c865f")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "ce009cbe-0092-4151-888c-74fad6c93e55")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -4 0)
(layer "F.SilkS")
(uuid "fd091def-bea5-40f8-ac65-a6d182e98eee")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "1" smd rect
(at -2.67 0 0)
(size 3.5 1.2)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "6890359e-f9e7-4e0f-8f1e-d281e2f7e18a")
)
(pad "2" smd rect
(at 2.67 0 0)
(size 3.5 1.2)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "476dae52-0d0b-4d0f-9ceb-6850597e6450")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C335982/CAP-SMD_BD6.3-L6.6-W6.6-FD.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 180)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,164 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "RVT1A471M0607_C335982"
(property "Reference" "C"
(id 0)
(at 0 10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "RVT1A471M0607_C335982"
(id 1)
(at 0 -10.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C335982:CAP-SMD_BD6.3-L6.6-W6.6-FD"
(id 2)
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://lcsc.com/product-detail/Others_ROQANG-RVT1A471M0607_C335982.html"
(id 3)
(at 0 -15.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C335982"
(id 5)
(at 0 -17.78 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "RVT1A471M0607_C335982_0_1"
(polyline
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
(pts
(xy -2.54 0.76)
(xy 2.54 0.76)
)
)
(rectangle
(start -2.54 1.52)
(end -1.52 1.52)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(rectangle
(start -2.03 2.03)
(end -2.03 1.02)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(arc
(start 0 -0.25)
(mid 4.23 -4.7)
(end 2.54 -1.02)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(arc
(start -2.54 -1.02)
(mid 3.94 -3.72)
(end 0 -0.25)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(pin unspecified line
(at 0 5.08 90)
(length 4.318)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at 0 -5.08 270)
(length 4.826)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

File diff suppressed because one or more lines are too long

View File

@@ -1,247 +0,0 @@
(footprint "easyeda2kicad:HDR-SMD_8P-P2.54-V-F-S4.7"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -5.5 0)
(layer "F.SilkS")
(hide no)
(uuid "20253321-00db-459c-a560-fdc95e364bc2")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "HDR-SMD_8P-P2.54-V-F-S4.7"
(at 0 5.5 0)
(layer "F.Fab")
(hide no)
(uuid "82d1f88e-c012-4f8a-8e99-e725587df979")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start 9.63 1.25)
(end 10.41 1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "dead3fad-7dcb-46ea-99c0-83d5e87addc2")
)
(fp_line
(start 4.55 1.25)
(end 8.15 1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "6ed25e54-ca45-4e82-a7a4-4b8d99f6863b")
)
(fp_line
(start -0.53 1.25)
(end 3.07 1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "796b880f-eac8-4b27-ac03-2e58f34e3705")
)
(fp_line
(start -5.61 1.25)
(end -2.01 1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "b82bddb8-2fa9-4c55-9b4f-b772af271d76")
)
(fp_line
(start -10.41 1.25)
(end -7.09 1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "d479cefe-d015-4d74-acb1-b558ff00eb63")
)
(fp_line
(start 7.09 -1.25)
(end 10.41 -1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "0d8f2bb1-bd61-4fc4-885b-da8bfdcf0243")
)
(fp_line
(start 2.01 -1.25)
(end 5.61 -1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "be460e81-8566-476f-b9a4-b66106bb2bfa")
)
(fp_line
(start -3.07 -1.25)
(end 0.53 -1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "9be33b9f-b4e7-4913-a69e-8afc1063e5be")
)
(fp_line
(start -8.15 -1.25)
(end -4.55 -1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "00c431b2-b951-4d86-bca3-173a4ce9637b")
)
(fp_line
(start -10.41 -1.25)
(end -9.63 -1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "cf52306c-26fb-4f35-ad33-6928643ac52f")
)
(fp_line
(start 10.41 -1.25)
(end 10.41 1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "e8237287-0474-4f4e-b6ec-c20bca01bddc")
)
(fp_line
(start -10.41 -1.25)
(end -10.41 1.25)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "73ca818f-c93b-4c93-916d-b1ebd1d9765d")
)
(fp_circle
(center -10.41 -2.35)
(end -10.38 -2.35)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "4e517f66-237e-4958-a29a-a5cb8c0036e9")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "51e1cfe0-a2b6-4416-b5f8-03a469aeb046")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -5.5 0)
(layer "F.SilkS")
(uuid "20253321-00db-459c-a560-fdc95e364bc2")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "1" smd rect
(at -8.89 -1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "a7eb77b7-41f0-460d-9212-582e4bf68bc7")
)
(pad "2" smd rect
(at -6.35 1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ed1411fc-75d6-467d-971f-3dd49fbca3a5")
)
(pad "3" smd rect
(at -3.81 -1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "62af95c4-3b5c-40a2-826e-fe24d771d030")
)
(pad "4" smd rect
(at -1.27 1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "9091b24c-2155-4088-992c-c3063761889a")
)
(pad "5" smd rect
(at 1.27 -1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "cfe82e35-ad04-409c-bcf2-9a75e3651477")
)
(pad "6" smd rect
(at 3.81 1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "53380563-00a7-4a22-8b39-312e71930974")
)
(pad "7" smd rect
(at 6.35 -1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "a73942c2-03e2-4630-94ce-65d069b1306e")
)
(pad "8" smd rect
(at 8.89 1.5 0)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "08325ebf-13db-41fd-8ad1-66c665476b5c")
)
(model "${KIPRJMOD}/../../build/cache/parts/easyeda/C46635844/HDR-SMD_8P-P2.54-V-F-S4.7.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -1,234 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "HXPM2.54-1X8PTPH8.5-YQ"
(property "Reference" "U"
(id 0)
(at 0 13.97 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "HX PM2.54-1X8P TP H8.5-YQ"
(id 1)
(at 0 -13.97 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C46635844:HDR-SMD_8P-P2.54-V-F-S4.7"
(id 2)
(at 0 -16.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C46635844"
(id 5)
(at 0 -19.05 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "HXPM2.54-1X8PTPH8.5-YQ_0_1"
(circle
(center -1.27 10.16)
(end -0.89 10.16)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 11.43)
(end 2.54 -11.43)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin unspecified line
(at -5.08 8.89 0)
(length 2.54)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 6.35 0)
(length 2.54)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 3.81 0)
(length 2.54)
(name "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 1.27 0)
(length 2.54)
(name "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -1.27 0)
(length 2.54)
(name "5"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -3.81 0)
(length 2.54)
(name "6"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -6.35 0)
(length 2.54)
(name "7"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "7"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -8.89 0)
(length 2.54)
(name "8"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "8"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

View File

@@ -1,226 +0,0 @@
{
"packageDetail": {
"updateTime": 1753692359,
"uuid": "c4c54a1b84004994bd354b2b98cb5650",
"title": "HDR-SMD_8P-P2.54-V-F-LS4.7",
"docType": 4,
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"datastrid": "4594769478c74767be5ac25e62015a2e",
"writable": false,
"dataStr": {
"head": {
"docType": "4",
"editorVersion": "6.5.50",
"newgId": true,
"c_para": {
"package": "HDR-SMD_8P-P2.54-V-F-LS4.7",
"pre": "U?",
"Contributor": "lcsc",
"link": "https://atta.szlcsc.com/upload/public/pdf/source/20250428/C8D716027BA69576A8F95CEA57FD38EA.pdf"
},
"x": 3937.5,
"y": 3057.4447,
"hasIdFlag": true,
"utime": 1753692314,
"uuid": "c4c54a1b84004994bd354b2b98cb5650"
},
"canvas": "CA~1000~1000~#000000~yes~#FFFFFF~10~1000~1000~line~0.5~mm~1~45~~0.5~3937.5~3057.4447~0~none",
"shape": [
"CIRCLE~3897.5~3066.8937~0.118~0.2362~101~gge250~0~~",
"SOLIDREGION~100~~M 3901.2402 3060.988 L 3901.2402 3066.8935 L 3903.7598 3066.8935 L 3903.7598 3060.988 Z ~solid~gge196~~~~0",
"SOLIDREGION~100~~M 3921.2402 3060.988 L 3921.2402 3066.8935 L 3923.7598 3066.8935 L 3923.7598 3060.988 Z ~solid~gge199~~~~0",
"SOLIDREGION~100~~M 3911.2402 3047.9959 L 3911.2402 3053.9014 L 3913.7598 3053.9014 L 3913.7598 3047.9959 Z ~solid~gge202~~~~0",
"SOLIDREGION~100~~M 3931.2402 3047.9959 L 3931.2402 3053.9014 L 3933.7598 3053.9014 L 3933.7598 3047.9959 Z ~solid~gge205~~~~0",
"SOLIDREGION~100~~M 3941.2402 3060.988 L 3941.2402 3066.8935 L 3943.7598 3066.8935 L 3943.7598 3060.988 Z ~solid~gge208~~~~0",
"SOLIDREGION~100~~M 3951.2402 3047.9959 L 3951.2402 3053.9014 L 3953.7598 3053.9014 L 3953.7598 3047.9959 Z ~solid~gge211~~~~0",
"SOLIDREGION~100~~M 3961.2402 3060.988 L 3961.2402 3066.8935 L 3963.7598 3066.8935 L 3963.7598 3060.988 Z ~solid~gge214~~~~0",
"SOLIDREGION~100~~M 3971.2402 3047.9959 L 3971.2402 3053.9014 L 3973.7598 3053.9014 L 3973.7598 3047.9959 Z ~solid~gge217~~~~0",
"SOLIDREGION~99~~M 3897.4999 3052.5235 L 3897.4999 3062.366 L 3977.4997 3062.366 L 3977.4997 3052.5235 Z ~solid~gge247~~~~0",
"PAD~RECT~3972.5~3051.5392~4.0157~11.811~1~~8~0~3974.5079 3057.4447 3970.4921 3057.4447 3970.4921 3045.6337 3974.5079 3045.6337~180~gge220~0~~Y~0~0.0000~0.2000~3972.4999,3051.5397",
"PAD~RECT~3962.5~3063.3502~4.0157~11.811~1~~7~0~3964.5079 3069.2557 3960.4921 3069.2557 3960.4921 3057.4447 3964.5079 3057.4447~180~gge223~0~~Y~0~0.0000~0.2000~3962.4999,3063.35",
"PAD~RECT~3952.5~3051.5392~4.0157~11.811~1~~6~0~3954.5079 3057.4447 3950.4921 3057.4447 3950.4921 3045.6337 3954.5079 3045.6337~180~gge226~0~~Y~0~0.0000~0.2000~3952.4999,3051.5397",
"PAD~RECT~3942.5~3063.3502~4.0157~11.811~1~~5~0~3944.5079 3069.2557 3940.4921 3069.2557 3940.4921 3057.4447 3944.5079 3057.4447~180~gge229~0~~Y~0~0.0000~0.2000~3942.4999,3063.35",
"PAD~RECT~3932.5~3051.5392~4.0157~11.811~1~~4~0~3934.5079 3057.4447 3930.4921 3057.4447 3930.4921 3045.6337 3934.5079 3045.6337~180~gge232~0~~Y~0~0.0000~0.2000~3932.4999,3051.5397",
"PAD~RECT~3912.5~3051.5392~4.0157~11.811~1~~2~0~3914.5079 3057.4447 3910.4921 3057.4447 3910.4921 3045.6337 3914.5079 3045.6337~180~gge235~0~~Y~0~0.0000~0.2000~3912.4999,3051.5391",
"PAD~RECT~3922.5~3063.3502~4.0157~11.811~1~~3~0~3924.5079 3069.2557 3920.4921 3069.2557 3920.4921 3057.4447 3924.5079 3057.4447~180~gge238~0~~Y~0~0.0000~0.2000~3922.4999,3063.35",
"PAD~RECT~3902.5~3063.3502~4.0157~11.811~1~~1~0~3904.5079 3069.2557 3900.4921 3069.2557 3900.4921 3057.4447 3904.5079 3057.4447~180~gge241~0~~Y~0~0.0000~0.2000~3902.4999,3063.35",
"TRACK~1~3~~3977.5 3052.4405 3975.9099 3052.4405~gge286~0",
"TRACK~1~3~~3965.9099 3062.4405 3977.5 3062.4405~gge283~0",
"TRACK~1~3~~3897.5 3062.4446 3897.5 3052.4446~gge280~0",
"TRACK~1~3~~3899.0898 3062.4446 3897.5 3062.4446~gge277~0",
"TRACK~1~3~~3919.0898 3062.4446 3905.9099 3062.4446~gge274~0",
"TRACK~1~3~~3939.0898 3062.4446 3925.9099 3062.4446~gge271~0",
"TRACK~1~3~~3959.0898 3062.4446 3945.9099 3062.4446~gge268~0",
"TRACK~1~3~~3955.9099 3052.4446 3969.0898 3052.4446~gge265~0",
"TRACK~1~3~~3935.9099 3052.4446 3949.0898 3052.4446~gge262~0",
"TRACK~1~3~~3915.9099 3052.4446 3929.0898 3052.4446~gge259~0",
"TRACK~1~3~~3897.5 3052.4446 3909.0898 3052.4446~gge256~0",
"TRACK~1~3~~3977.5 3052.4405 3977.5 3055.4207 3977.5 3062.4405~gge253~0",
"CIRCLE~3897.5~3067.4447~0.591~1.1811~3~gge244~0~~"
],
"layers": [
"1~TopLayer~#FF0000~true~true~true~",
"2~BottomLayer~#0000FF~true~false~true~",
"3~TopSilkLayer~#FFCC00~true~false~true~",
"4~BottomSilkLayer~#66CC33~true~false~true~",
"5~TopPasteMaskLayer~#808080~true~false~true~",
"6~BottomPasteMaskLayer~#800000~true~false~true~",
"7~TopSolderMaskLayer~#800080~true~false~true~0.3",
"8~BottomSolderMaskLayer~#AA00FF~true~false~true~0.3",
"9~Ratlines~#6464FF~true~false~true~",
"10~BoardOutLine~#FF00FF~true~false~true~",
"11~Multi-Layer~#C0C0C0~true~false~true~",
"12~Document~#FFFFFF~true~false~true~",
"13~TopAssembly~#33CC99~true~false~true~",
"14~BottomAssembly~#5555FF~true~false~true~",
"15~Mechanical~#F022F0~true~false~true~",
"19~3DModel~#66CCFF~true~false~true~",
"21~Inner1~#999966~false~false~false~~",
"22~Inner2~#008000~false~false~false~~",
"23~Inner3~#00FF00~false~false~false~~",
"24~Inner4~#BC8E00~false~false~false~~",
"25~Inner5~#70DBFA~false~false~false~~",
"26~Inner6~#00CC66~false~false~false~~",
"27~Inner7~#9966FF~false~false~false~~",
"28~Inner8~#800080~false~false~false~~",
"29~Inner9~#008080~false~false~false~~",
"30~Inner10~#15935F~false~false~false~~",
"31~Inner11~#000080~false~false~false~~",
"32~Inner12~#00B400~false~false~false~~",
"33~Inner13~#2E4756~false~false~false~~",
"34~Inner14~#99842F~false~false~false~~",
"35~Inner15~#FFFFAA~false~false~false~~",
"36~Inner16~#99842F~false~false~false~~",
"37~Inner17~#2E4756~false~false~false~~",
"38~Inner18~#3535FF~false~false~false~~",
"39~Inner19~#8000BC~false~false~false~~",
"40~Inner20~#43AE5F~false~false~false~~",
"41~Inner21~#C3ECCE~false~false~false~~",
"42~Inner22~#728978~false~false~false~~",
"43~Inner23~#39503F~false~false~false~~",
"44~Inner24~#0C715D~false~false~false~~",
"45~Inner25~#5A8A80~false~false~false~~",
"46~Inner26~#2B937E~false~false~false~~",
"47~Inner27~#23999D~false~false~false~~",
"48~Inner28~#45B4E3~false~false~false~~",
"49~Inner29~#215DA1~false~false~false~~",
"50~Inner30~#4564D7~false~false~false~~",
"51~Inner31~#6969E9~false~false~false~~",
"52~Inner32~#9069E9~false~false~false~~",
"99~ComponentShapeLayer~#00CCCC~true~false~true~0.4",
"100~LeadShapeLayer~#CC9999~true~false~true~",
"101~ComponentMarkingLayer~#66FFCC~true~false~true~",
"Hole~Hole~#222222~~false~true~",
"DRCError~DRCError~#FAD609~~false~true~"
],
"objects": [
"All~true~false",
"Component~true~true",
"Prefix~true~true",
"Name~true~false",
"Track~true~true",
"Pad~true~true",
"Via~true~true",
"Hole~true~true",
"Copper_Area~true~true",
"Circle~true~true",
"Arc~true~true",
"Solid_Region~true~true",
"Text~true~true",
"Image~true~true",
"Rect~true~true",
"Dimension~true~true",
"Protractor~true~true"
],
"BBox": {
"x": 3896.9,
"y": 3045.6,
"width": 80.6,
"height": 23.6
},
"netColors": []
}
},
"updated_at": 1753685409.0,
"lcsc": {
"number": "C48641756",
"id": 50919952
},
"description": "",
"dataStr": {
"head": {
"c_para": {
"Manufacturer": "hanxia(\u97e9\u4e0b)",
"Manufacturer Part": "HX PM2.54-1x8P TP H8.5-ZQ",
"pre": "H?",
"name": "HX PM2.54-1X8P TP H8.5-ZQ",
"package": "HDR-SMD_8P-P2.54-V-F-LS4.7",
"Supplier": "LCSC",
"Supplier Part": "C48641756",
"JLCPCB Part Class": "Extended Part",
"Contributor": "lcsc"
},
"docType": "2",
"editorVersion": "6.5.50",
"x": 400,
"y": 300,
"puuid": "c4c54a1b84004994bd354b2b98cb5650",
"utime": 1753692324,
"uuid": "545cd4da9bf548feb0e9fc5ee27fd157",
"importFlag": 0,
"c_spiceCmd": null,
"pre": "H?",
"name": "HX PM2.54-1X8P TP H8.5-ZQ",
"hasIdFlag": true
},
"canvas": "CA~1000~1000~#FFFFFF~yes~#CCCCCC~5~1000~1000~line~5~pixel~5~400~300",
"shape": [
"R~390~255~2~2~20~90~#880000~1~0~none~gge1~0~",
"E~395~260~1.5~1.5~#880000~1~0~#880000~gge2~0",
"P~show~0~1~380~265~180~gge5~0^^380~265^^M380,265h10~#880000^^1~393.7~269~0~1~start~~~#0000FF^^1~389.5~264~0~1~end~~~#0000FF^^0~387~265^^0~M 390 268 L 393 265 L 390 262",
"P~show~0~2~380~275~180~gge6~0^^380~275^^M380,275h10~#880000^^1~393.7~279~0~2~start~~~#0000FF^^1~389.5~274~0~2~end~~~#0000FF^^0~387~275^^0~M 390 278 L 393 275 L 390 272",
"P~show~0~3~380~285~180~gge7~0^^380~285^^M380,285h10~#880000^^1~393.7~289~0~3~start~~~#0000FF^^1~389.5~284~0~3~end~~~#0000FF^^0~387~285^^0~M 390 288 L 393 285 L 390 282",
"P~show~0~4~380~295~180~gge8~0^^380~295^^M380,295h10~#880000^^1~393.7~299~0~4~start~~~#0000FF^^1~389.5~294~0~4~end~~~#0000FF^^0~387~295^^0~M 390 298 L 393 295 L 390 292",
"P~show~0~5~380~305~180~gge9~0^^380~305^^M380,305h10~#880000^^1~393.7~309~0~5~start~~~#0000FF^^1~389.5~304~0~5~end~~~#0000FF^^0~387~305^^0~M 390 308 L 393 305 L 390 302",
"P~show~0~6~380~315~180~gge10~0^^380~315^^M380,315h10~#880000^^1~393.7~319~0~6~start~~~#0000FF^^1~389.5~314~0~6~end~~~#0000FF^^0~387~315^^0~M 390 318 L 393 315 L 390 312",
"P~show~0~7~380~325~180~gge11~0^^380~325^^M380,325h10~#880000^^1~393.7~329~0~7~start~~~#0000FF^^1~389.5~324~0~7~end~~~#0000FF^^0~387~325^^0~M 390 328 L 393 325 L 390 322",
"P~show~0~8~380~335~180~gge12~0^^380~335^^M380,335h10~#880000^^1~393.7~339~0~8~start~~~#0000FF^^1~389.5~334~0~8~end~~~#0000FF^^0~387~335^^0~M 390 338 L 393 335 L 390 332"
],
"BBox": {
"x": 379,
"y": 254.6,
"width": 31,
"height": 90.4
},
"colors": []
},
"atopile_queried_at": 1758846967.911335,
"atopile_manufacturer": "hanxia",
"uuid": "545cd4da9bf548feb0e9fc5ee27fd157",
"title": "HX PM2.54-1X8P TP H8.5-ZQ",
"docType": 2,
"type": 3,
"thumb": "//image.lceda.cn/components/545cd4da9bf548feb0e9fc5ee27fd157.png",
"szlcsc": {
"id": 50919952,
"number": "C48641756"
},
"owner": {
"uuid": "0819f05c4eef4c71ace90d822a990e87",
"username": "lcsc",
"nickname": "LCSC",
"avatar": "//image.lceda.cn/avatars/2018/6/kFlrasi7W06gTdBLAqW3fkrqbDhbowynuSzkjqso.png"
},
"tags": [],
"updateTime": 1753692359,
"jlcOnSale": 1,
"datastrid": "6844c84e5b0a432eb0a4d03e177454f2",
"verify": true,
"writable": false,
"isFavorite": false
}

View File

@@ -1,257 +0,0 @@
(footprint "easyeda2kicad:HDR-SMD_8P-P2.54-V-F-LS4.7"
(layer "F.Cu")
(descr "")
(version 20241229)
(generator "faebryk")
(generator_version "v5")
(tedit "5DC5F6A4")
(property "Reference" "REF**"
(at 0 -5.5 0)
(layer "F.SilkS")
(hide no)
(uuid "e1fdcb25-bbb7-480b-a3eb-ca2182d4a17c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "HDR-SMD_8P-P2.54-V-F-LS4.7"
(at 0 5.5 0)
(layer "F.Fab")
(hide no)
(uuid "e6735211-f1b3-4a8d-a8a6-ddd8d9cce98f")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr through_hole)
(fp_line
(start 10.15 -1.27)
(end 9.75 -1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "9fe7b994-fabf-4967-ba95-ba1ef22ac473")
)
(fp_line
(start 7.22 1.27)
(end 10.15 1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "e2696bdc-e1af-410c-bf01-70efd20c9991")
)
(fp_line
(start -10.16 1.27)
(end -10.16 -1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "1bd1ae5a-0142-45fa-a407-9206686723ba")
)
(fp_line
(start -9.75 1.27)
(end -10.16 1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "0614385d-9bf9-4ef3-82b6-a83d514d87c4")
)
(fp_line
(start -4.67 1.27)
(end -8.02 1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "9664ed60-714e-4f63-960a-b936fc4647d3")
)
(fp_line
(start 0.4 1.27)
(end -2.95 1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "6a3c726a-a4fb-4db1-9faf-10daa681229f")
)
(fp_line
(start 5.49 1.27)
(end 2.13 1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "92270ee3-3b03-4d15-89cc-25d42e1a68f2")
)
(fp_line
(start 4.67 -1.27)
(end 8.02 -1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "88260e44-03bb-472a-b0b7-bfc980f8a560")
)
(fp_line
(start -0.4 -1.27)
(end 2.95 -1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "219acf0c-bff7-4e14-9c0d-4aa72300865e")
)
(fp_line
(start -5.49 -1.27)
(end -2.13 -1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "7a1d7a0e-7ce5-46b1-aeb4-0c8fdc0b5e5d")
)
(fp_line
(start -10.16 -1.27)
(end -7.22 -1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "a3d6dfd4-6734-4927-a957-05e3dc6140ce")
)
(fp_line
(start 10.15 -1.27)
(end 10.15 -0.51)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "bd068a07-dcf1-4279-82e5-2be285c6b171")
)
(fp_line
(start 10.15 -0.51)
(end 10.15 1.27)
(stroke
(width 0.25)
(type solid)
)
(layer "F.SilkS")
(uuid "3041c736-cad2-4538-a405-217b0583e46d")
)
(fp_circle
(center -10.16 2.4)
(end -10.13 2.4)
(stroke
(width 0.06)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "9f95cfa0-d1bd-4315-9a64-26c9896bacbd")
)
(fp_circle
(center -10.16 2.54)
(end -10.01 2.54)
(stroke
(width 0.3)
(type solid)
)
(fill no)
(layer "F.SilkS")
(uuid "57cc6a1d-bd3d-43bb-bd86-97116c66cfd0")
)
(fp_text user "%R"
(at 0 0 0)
(layer "F.Fab")
(uuid "aa94f2c5-ea48-45ac-abb9-17c29da40240")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(fp_text user "${REFERENCE}"
(at 0 -5.5 0)
(layer "F.SilkS")
(uuid "e1fdcb25-bbb7-480b-a3eb-ca2182d4a17c")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
(unlocked no)
)
(pad "8" smd rect
(at 8.89 -1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "30e38b82-4508-4f5d-bdee-a1985b0077eb")
)
(pad "7" smd rect
(at 6.35 1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "46c85612-6230-4434-b26f-8fbad3d5b776")
)
(pad "6" smd rect
(at 3.81 -1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "37c4b44f-eb20-43a8-ac8a-94d7ec55b7cd")
)
(pad "5" smd rect
(at 1.27 1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "5d145eb8-cce2-4595-a38a-b1acf7fe4c95")
)
(pad "4" smd rect
(at -1.27 -1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "ce158f8c-ef79-4474-bb57-93b0ae7cd8e2")
)
(pad "2" smd rect
(at -6.35 -1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "5094a899-3132-4fb1-92b2-b23f8a7f1ac2")
)
(pad "3" smd rect
(at -3.81 1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "418d2820-79dd-4774-89ec-5e1cc2077416")
)
(pad "1" smd rect
(at -8.89 1.5 180)
(size 1.02 3)
(layers "F.Cu" "F.Paste" "F.Mask")
(uuid "0b4a9f64-89fe-4b66-af32-c2df7be08c09")
)
)

View File

@@ -1,234 +0,0 @@
(kicad_symbol_lib
(version 1)
(generator "faebryk")
(symbol "HXPM2.54-1X8PTPH8.5-ZQ"
(property "Reference" "H"
(id 0)
(at 0 13.97 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Value" "HX PM2.54-1X8P TP H8.5-ZQ"
(id 1)
(at 0 -13.97 0)
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(property "Footprint" "C48641756:HDR-SMD_8P-P2.54-V-F-LS4.7"
(id 2)
(at 0 -16.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC Part" "C48641756"
(id 5)
(at 0 -19.05 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(in_bom yes)
(on_board yes)
(symbol "HXPM2.54-1X8PTPH8.5-ZQ_0_1"
(circle
(center -1.27 10.16)
(end -0.89 10.16)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 11.43)
(end 2.54 -11.43)
(stroke
(width 0)
(type default)
(color 0 0 0 0)
)
(fill
(type background)
)
)
(pin unspecified line
(at -5.08 8.89 0)
(length 2.54)
(name "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 6.35 0)
(length 2.54)
(name "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 3.81 0)
(length 2.54)
(name "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 1.27 0)
(length 2.54)
(name "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -1.27 0)
(length 2.54)
(name "5"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -3.81 0)
(length 2.54)
(name "6"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -6.35 0)
(length 2.54)
(name "7"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "7"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
(pin unspecified line
(at -5.08 -8.89 0)
(length 2.54)
(name "8"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
(number "8"
(effects
(font
(size 1.27 1.27)
)
(hide no)
)
)
)
)
)
)

Some files were not shown because too many files have changed in this diff Show More