├── .gitignore
├── README.md
├── doc
└── images
│ ├── amplifier_open.jpg
│ ├── coil_assembly.jpg
│ ├── hf_bode.PNG
│ ├── lf_bode.PNG
│ ├── model_schematic.png
│ ├── noise.PNG
│ ├── noise_fft.PNG
│ ├── pcb_render.png
│ ├── pcb_schematic.png
│ ├── probe_connections.jpeg
│ ├── probe_smps.jpeg
│ ├── rogowski_coil_drawing.png
│ ├── rogowski_coil_model.png
│ └── step_response.PNG
├── mech
├── README.md
├── coil_retainer_bottom.stl
├── coil_retainer_top.stl
└── img
│ ├── amplifier_open.jpg
│ └── coil_assembly.jpg
├── pcb
├── coil_terminator
│ ├── coil_term_panel_gerbers.zip
│ ├── coil_term_panel_gerbers
│ │ ├── coil_terminator_panelized-B_Cu.gbr
│ │ ├── coil_terminator_panelized-B_Mask.gbr
│ │ ├── coil_terminator_panelized-B_Paste.gbr
│ │ ├── coil_terminator_panelized-B_Silkscreen.gbr
│ │ ├── coil_terminator_panelized-Edge_Cuts.gbr
│ │ ├── coil_terminator_panelized-F_Cu.gbr
│ │ ├── coil_terminator_panelized-F_Mask.gbr
│ │ ├── coil_terminator_panelized-F_Paste.gbr
│ │ ├── coil_terminator_panelized-F_Silkscreen.gbr
│ │ ├── coil_terminator_panelized-User_Comments.gbr
│ │ ├── coil_terminator_panelized-drl_map.gbr
│ │ ├── coil_terminator_panelized-job.gbrjob
│ │ └── coil_terminator_panelized.drl
│ ├── coil_terminator-backups
│ │ ├── coil_terminator-2023-01-07_170400.zip
│ │ ├── coil_terminator-2023-01-07_173725.zip
│ │ ├── coil_terminator-2023-01-07_175018.zip
│ │ └── coil_terminator-2023-01-07_180014.zip
│ ├── coil_terminator.kicad_pcb
│ ├── coil_terminator.kicad_prl
│ ├── coil_terminator.kicad_pro
│ ├── coil_terminator.kicad_sch
│ ├── coil_terminator.step
│ ├── coil_terminator_panelized.kicad_pcb
│ ├── coil_terminator_panelized.kicad_prl
│ └── coil_terminator_panelized.kicad_pro
├── packaged-amp-panel-b
│ ├── packaged-amp-panel-b-backups
│ │ ├── packaged-amp-panel-b-2022-10-10_133631.zip
│ │ ├── packaged-amp-panel-b-2022-10-10_134707.zip
│ │ ├── packaged-amp-panel-b-2022-10-12_113554.zip
│ │ ├── packaged-amp-panel-b-2022-11-12_192323.zip
│ │ ├── packaged-amp-panel-b-2022-11-13_150609.zip
│ │ ├── packaged-amp-panel-b-2022-11-13_164620.zip
│ │ ├── packaged-amp-panel-b-2022-11-13_170623.zip
│ │ ├── packaged-amp-panel-b-2023-01-07_165854.zip
│ │ ├── packaged-amp-panel-b-2023-01-07_170421.zip
│ │ └── packaged-amp-panel-b-2023-01-07_180422.zip
│ ├── packaged-amp-panel-b.kicad_pcb
│ ├── packaged-amp-panel-b.kicad_prl
│ ├── packaged-amp-panel-b.kicad_pro
│ ├── packaged-amp-panel-b.kicad_sch
│ ├── panel-b-gerbers.zip
│ └── panel-b-gerbers
│ │ ├── packaged-amp-panel-b-B_Cu.gbr
│ │ ├── packaged-amp-panel-b-B_Mask.gbr
│ │ ├── packaged-amp-panel-b-B_Paste.gbr
│ │ ├── packaged-amp-panel-b-B_Silkscreen.gbr
│ │ ├── packaged-amp-panel-b-Edge_Cuts.gbr
│ │ ├── packaged-amp-panel-b-F_Cu.gbr
│ │ ├── packaged-amp-panel-b-F_Mask.gbr
│ │ ├── packaged-amp-panel-b-F_Paste.gbr
│ │ ├── packaged-amp-panel-b-F_Silkscreen.gbr
│ │ ├── packaged-amp-panel-b-drl_map.gbr
│ │ ├── packaged-amp-panel-b-job.gbrjob
│ │ └── packaged-amp-panel-b.drl
├── packaged-amp-panel-f
│ ├── packaged-amp-panel-f-backups
│ │ ├── packaged-amp-panel-f-2022-10-10_132714.zip
│ │ ├── packaged-amp-panel-f-2022-10-10_133309.zip
│ │ ├── packaged-amp-panel-f-2022-11-12_191530.zip
│ │ ├── packaged-amp-panel-f-2023-01-07_165706.zip
│ │ └── packaged-amp-panel-f-2023-01-07_180252.zip
│ ├── packaged-amp-panel-f.kicad_pcb
│ ├── packaged-amp-panel-f.kicad_prl
│ ├── packaged-amp-panel-f.kicad_pro
│ ├── packaged-amp-panel-f.kicad_sch
│ ├── panel-f-gerbers.zip
│ └── panel-f-gerbers
│ │ ├── packaged-amp-panel-f-B_Cu.gbr
│ │ ├── packaged-amp-panel-f-B_Mask.gbr
│ │ ├── packaged-amp-panel-f-B_Silkscreen.gbr
│ │ ├── packaged-amp-panel-f-Edge_Cuts.gbr
│ │ ├── packaged-amp-panel-f-F_Cu.gbr
│ │ ├── packaged-amp-panel-f-F_Mask.gbr
│ │ ├── packaged-amp-panel-f-F_Silkscreen.gbr
│ │ ├── packaged-amp-panel-f-drl_map.gbr
│ │ ├── packaged-amp-panel-f-job.gbrjob
│ │ └── packaged-amp-panel-f.drl
└── packaged-amp
│ ├── Digikey_BOM.csv
│ ├── JLC_BOM.csv
│ ├── packaged-amp-gerbers.zip
│ ├── packaged-amp-gerbers
│ ├── packaged-amp-B_Cu.gbr
│ ├── packaged-amp-B_Mask.gbr
│ ├── packaged-amp-B_Paste.gbr
│ ├── packaged-amp-B_Silkscreen.gbr
│ ├── packaged-amp-Edge_Cuts.gbr
│ ├── packaged-amp-F_Cu.gbr
│ ├── packaged-amp-F_Mask.gbr
│ ├── packaged-amp-F_Paste.gbr
│ ├── packaged-amp-F_Silkscreen.gbr
│ ├── packaged-amp-In1_Cu.gbr
│ ├── packaged-amp-In2_Cu.gbr
│ ├── packaged-amp-job.gbrjob
│ ├── packaged-amp-top-pos.csv
│ └── packaged-amp.drl
│ ├── packaged-amp.kicad_pcb
│ ├── packaged-amp.kicad_prl
│ ├── packaged-amp.kicad_pro
│ ├── packaged-amp.kicad_sch
│ ├── packaged-amp.pdf
│ └── packaged-amp.svg
└── sim
├── amp_sim_freq.asc
├── amp_sim_noise.asc
└── amp_sim_transient.asc
/.gitignore:
--------------------------------------------------------------------------------
1 | #ignore ltspice log files
2 | *.log
3 | *.plt
4 | *.raw
5 | *.net
6 | #kicad files
7 | *.bak
8 | *.kicad_pcb-bak
9 | *.kicad_sch-bak
10 | *fp-info-cache
11 | pcb/packaged-amp/packaged-amp-backups
12 | *-backups
13 | #firmware files
14 | *.o
15 | *.d
16 | *.lst
17 | *.hex
18 | *.elf
19 | *.tmp
20 | *.map
21 | *.bin
22 |
23 | *.pyc
24 | #cvs backup files
25 | *.csv#
26 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # rogowski-relief
2 | ## An open source rogowski coil based current probe
3 |
4 | This project is a rogowski coil based current probe designed to measure high frequency AC currents in tight spaces.
5 | The sensing coil is optimized to be small enough to fit between the leads of a TO-220 transistor and can be slipped around the leads of many through hole power components for non-intrusive current measurements.
6 | The project consists of the rogowski coil and the integrator/amplifier which conditions the signal from the rogowski coil and provides an output voltage proportional to the current flowing in a conductor encircled by the rogowski coil.
7 |
8 |
9 |
10 | ## Operation
11 | The sensing coil is open ended, with the free end held in place by a captive O-ring.
12 | The enables the coil to be placed around a wire without breaking the circuit.
13 | The amplifier provides a 0.1V/A output through a SMA connector and is designed to drive a 1M oscilloscope input through a coaxial cable.
14 | The amplifier is powered through a USB-B connector and draws less than 2W.
15 |
16 |
17 | ## Specifications
18 |
19 | ### Typical Electrical Performance
20 |
21 | - **Bandwidth**: 800 Hz - 25 MHz
22 | - **Sensitivity**: 0.1 Volts/Amp
23 | - **Max Current**: +/- 30 A
24 | - **Noise**: 6 mA RMS
25 | - **Slew Rate**: 1 A/ns
26 |
27 | ### Coil
28 | - **OD**: < 1.7mm
29 | - **Length**: 70mm
30 |
31 |
32 | ## Project Status
33 | The current probe meets the original design goals and is suitable for general purpose lab use.
34 | The most recently fabricated version of the integrator had some issues with interference from wireless signals (WiFi and LTE).
35 | The PCB files in the latest commit have layout changes to fit the circuitry under a metal shielding can, which should largely remedy the issue.
36 | There are only minor electrical revisions in the updated version, but it remains untested.
37 |
38 | ## Project Files
39 |
40 | LTSpice simulation files for the time domain and frequency domain as well as noise simulation of the system are in the [sim](sim/) directory.
41 | PCB design files and schematics are in the [PCB](pcb/) directory.
42 | STL files of for the rogowski coil, mechanical BOM, and build instructions are in the [mech](mech/) directory.
43 | Schematic of the integrator provided below for convenience.
44 |
45 |
46 |
47 | ## Operating Principles
48 |
49 | ### Rogowski Coil
50 |
51 | |
|
52 | |:--:|
53 | | *Rogowski Coil Drawing. Source: [Wikipedia](https://en.wikipedia.org/wiki/File:Rogowski_coil.png)* |
54 |
55 | A rogowski coil is a toroidally wound air coil, consisting of many turns of wire wrapped around a coil form, with the start and end of the coil form joined together.
56 | Each turn of the coil generates a voltage proportional to the change in the coupled magnetic field.
57 | The sum of the voltage produced by all the turns is proportional to the change in the line integral of magnetic field around the path of the coil.
58 | As expressed by Ampere's law, the line integral of the magnetic field for any closed path is proportional to the current flowing in the enclosed area.
59 | Thus, the rogowski coil produces a voltage proportional to the change in current in a wire encircled by the coil with the output signal independent of the positioning of the wire.
60 | This allows for a flexible air-cored current sensor.
61 | Unlike a current transformer, the rogowski coil generates a voltage proportional to the dI/dt and the signal must be integrated to produce an output proportional to current.
62 | Additionally, as the dI/dt of a DC current is zero, the rogowski coil can not measure a DC current.
63 |
64 | |
|
65 | |:--:|
66 | | *Circuit Model of Rogowski Coil* |
67 |
68 | The rogowski coil can be modeled as a mutual inductance representing the flux coupling between the encircled wire and the coil, and the physical inductance and capacitance of the coil.
69 | The induced signal can be modeled as a current source equal to that of the current in the encircled wire that is parallel with the mutual inductance.
70 | The inductance and capacitance of the coil limit the maximum bandwidth and are dependent on the geometry of the coil.
71 | The winding diameter and pitch determine the characteristic impedance of the coil, which determines the ratio of inductance to capacitance.
72 | The bandwidth of the rogowski coil is maximized when the coil is terminated with a resistance equal to the characteristic impedance.
73 | The total values of inductance and capacitance are determined by the length of the coil, which is proportional to the number of turns.
74 |
75 |
76 | ### Integrator
77 | This project uses an op-amp based integrator to process the signal from the rogowski coil.
78 | As integrator gain increases at low frequencies, the noise of the integrator ultimately limits the achievable low frequency bandwidth and is one of the most important design criteria.
79 |
80 | This design uses an non-inverting integrator, best described in the paper [High Performance Rogowski Current Transducers](https://gmw.com/wp-content/uploads/2019/01/ias_2000_pem.pdf), and a servo high-pass filter with a second op-amp, best described in [A new filter topology for analog high-pass filters](https://www.ti.com/lit/an/slyt299/slyt299.pdf) to roll off the low frequency gain.
81 |
82 |
83 | |
|
84 | |:--:|
85 | | *Annotated schematic of Rogowski coil and integrator* |
86 |
87 | The non-inverting integrator consists of a passive RC integrator for high frequency integration and an op-amp integrator for low frequencies.
88 | The passive RC integrator is comprised of the termination resistor for the rogowski coil, which matches the characteristic impedance of the rogowski coil and is co-located with the rogowski coil.
89 | This allows for the capacitance of the cable between the rogowski coil and the integrator, which would otherwise limit bandwidth, to be incorporated as part of the integrator capacitance.
90 | The non-inverting integrator requires that the crossover frequencies of the passive RC integrator and the op-amp match, necessitating a trimmer resistor.
91 |
92 | The servo high-pass filter reduces the gain of the integrator below the cutoff frequency instead of leveling off the gain.
93 | This reduces the noise of the system and nulls the DC offset of the amplifier, which could otherwise limit the output signal range.
94 |
95 | An additional op-amp is used as an output buffer to provide adjustable gain to normalize the output to a fixed V/A ratio, and provide high frequency peaking to compensate for losses in the rogowski coil.
96 |
97 | The op-amp used for the integrator was chosen for its low noise and high bandwidth.
98 | Changing the op-amp can drastically change the output noise.
99 |
100 | ### Power Supply
101 | The integrator is powered through a USB-B connector.
102 | An isolated DC/DC converter module is uses to provide bipolar outputs of +/-9V which is then regulated down to +/-6V with linear regulators.
103 | The linear regulators reduce switching noise which could otherwise couple into the output.
104 | The isolated DC/DC converters are a commodity component that provide a bipolar output with lower cost and complexity than could be achieved with a solution using discrete components.
105 | Additionally, the isolated module prevents any return current from passing through the output cable, which can inject noise or cause a DC offset.
106 |
107 | ## Safety
108 | No safety guarantees or warranty is implied for this design.
109 | However, some safety precautions were taken as the rogowski coil could come into contact with conductors that are at a high voltage.
110 | A PCB trace fuse on both connections from the coil is included on the PCB layout in the hope that the traces will blow and isolate the coil if the coil arcs over.
111 | Additionally, a gas discharge tube is included on the output to further protect a connected device if such an arc-over would occur.
112 |
113 | No voltage rating of the rogowski coil is implied or tested
114 | The recommended heat-shrink has a wall thickness of 8 mil and a dielectric strength of 2kV/mil.
115 | The recommended magnetic wire is MW 35-C rated and as such has a minimum dielectric strength of 2340V.
116 | Mechanical wear and high dv/dt signals both adversely impact the voltage rating.
117 |
118 | ## Demo
119 | |
|
120 | |:--:|
121 | | *Probe step response. Reference (yellow) and probe output (orange)* |
122 |
123 | |
|
124 | |:--:|
125 | | *Output Noise and FFT* |
126 |
127 |
128 | |
|
129 | |:--:|
130 | | *Probe frequency response* |
131 |
132 | |
|
133 | |:--:|
134 | | *Probing primary current (yellow) and output choke current (orange) of a SMPS* |
135 |
136 |
137 |
138 |
139 | ## Open Source
140 | This work is licensed under a
141 | [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
142 |
143 | [![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
144 |
145 | [cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
146 | [cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
147 | [cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
--------------------------------------------------------------------------------
/doc/images/amplifier_open.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/amplifier_open.jpg
--------------------------------------------------------------------------------
/doc/images/coil_assembly.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/coil_assembly.jpg
--------------------------------------------------------------------------------
/doc/images/hf_bode.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/hf_bode.PNG
--------------------------------------------------------------------------------
/doc/images/lf_bode.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/lf_bode.PNG
--------------------------------------------------------------------------------
/doc/images/model_schematic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/model_schematic.png
--------------------------------------------------------------------------------
/doc/images/noise.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/noise.PNG
--------------------------------------------------------------------------------
/doc/images/noise_fft.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/noise_fft.PNG
--------------------------------------------------------------------------------
/doc/images/pcb_render.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/pcb_render.png
--------------------------------------------------------------------------------
/doc/images/pcb_schematic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/pcb_schematic.png
--------------------------------------------------------------------------------
/doc/images/probe_connections.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/probe_connections.jpeg
--------------------------------------------------------------------------------
/doc/images/probe_smps.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/probe_smps.jpeg
--------------------------------------------------------------------------------
/doc/images/rogowski_coil_drawing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/rogowski_coil_drawing.png
--------------------------------------------------------------------------------
/doc/images/rogowski_coil_model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/rogowski_coil_model.png
--------------------------------------------------------------------------------
/doc/images/step_response.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/doc/images/step_response.PNG
--------------------------------------------------------------------------------
/mech/README.md:
--------------------------------------------------------------------------------
1 | # Build Instructions
2 |
3 |
4 | ## Rogowski Coil
5 | The rogowski coil assembly consists of the wound coil, the 3D printed housing, and a small PCB which connects the rogowski coil to a U.FL connector and holds the termination resistor.
6 |
7 | This rogowski coil design involved winding countless coils and trying over 20 types of heatshrink to find a design with good electrical performance, an outer diameter less than 1.7mm so the coil can fit between the leads of a TO-220 package, and is mechanically robust to bending and abrasion.
8 | The integrator design is tuned to the properties of the rogowski coil described here.
9 | If the coil size is changed or different materials are used the coil sensitivity will be different and the integrator may not be able to be adjusted for a nominal gain of 0.1V/A or a flat pulse response.
10 |
11 | When winding the coil it is of utmost importance that the winding are uniform with no gaps or overlaps.
12 | A constant winding tension is important as the tension causes shrinkage of the PTFE tube and a non-uniform cross section degrades the rejection of external magnetic fields.
13 |
14 | As a general summary of the coil winding and assembly, the coil is wound on a PTFE tube.
15 | The starting wire is secured by a small hole in the tube and passed through the center of the tube such that the start and end wires are at the same end.
16 | UV cure epoxy is used to temporally secure the coil end after winding and the coil is protected with FEP heatshrink.
17 | Additional heat shrink is used to strain relief the coil and and the coaxial cable that connects the rogowski coil to the integrator.
18 |
19 |
20 | |
|
21 | |:--:|
22 | | *Rogowski coil assembly before top case is installed* |
23 |
24 | ### 3D prints
25 | 1x of `coil_retainer_bottom.stl` and `coil_retainer_top.stl`
26 | Printed in SLS nylon.
27 | Test parts were printed out of 3201PA-F Nylon through JLCPCB.
28 |
29 | ### PCB
30 | Coil terminator board populated with 680 ohm 1206 resistor and U.FL connector
31 |
32 | ### Parts
33 | * 1.3x shrink ratio FEP for 18 Wire Gage, McMaster-Carr P/N 8703K114
34 | * 2.5mm diameter 2x shrink ratio Polyolefin heat shrink, Digikey P/N HST-04-WT-4
35 | * 0.6mm ID x 1mm OD PTFE tubing, [Amazon](https://www.amazon.com/gp/product/B07F5X51F5/)
36 | * 36AWG MW 35-C magnet wire, Remington Industries P/N 36S200P
37 | * 450mm 1.37mm coax cable, U.FL to U.FL, Digikey P/N 732-636201100450-ND
38 | * 4x M1.6x6 flat head self tapping screw McMaster-Carr P/N 95893A162
39 | * double sided adhesive tape, 3M 9495LE or similar
40 | * UV cure epoxy, Loctite 3494 or similar
41 | * 1/16"-004 O-Ring, McMaster-Carr P/N 9452K12
42 |
43 | ### Build Instructions
44 |
45 | #### Bare Coil
46 | 1. Cut 1mm OD PTFE tube to 90mm length, cut hole big enough to pass 36 AWG wire 2mm from one end.
47 | 2. Thread 36 AWG magnet wire through the hole and have the wire exit the opposite end of the PFTE tube.
48 | 3. With the end of the magnet wire secured, wind a coil around the tube, winding should extend to the bottom 4mm of the tube. Use constant tension and ensure there are no gaps, overlaps, or kinks. This process can be easier by using a think stainless steel wire as a mandrel to hold the tube.
49 | 4. Secure the end of the winding with a small dab of UV cure epoxy. Cut the coil ends to 5mm length
50 | 5. Cut 100mm of the FEP heatshrink and heatshrink the coil with hot air at 250C. Start from the coil end and ensure the heat shrink starts flush with the PFET tube. After heating, trim the heatshink to be flush with the far end of the PTFE tube.
51 | 6. Cut 10mm of the Polyolefin heat shrink and apply to the wire end of the coil. Make sure that the heat shrink is flush with the existing heatshrink and coil end, it should not overhang. Process with 250C hot air.
52 | 7. Strip the last 2mm of the wires of enamel and tin with solder.
53 |
54 | #### Coil Assembly
55 | 1. Cut 50mm of the Polyolefin heat shrink and apply to both ends of the coax cable. The heat shrink should be flush with the neck of the U.FL connector. Process with 250C hot air.
56 | 2. Secure the coil terminator PCB to the inside of the bottom coil retainer housing with adhesive tape. The board edge should be flush with the wall where the rogowski coil is connected.
57 | 3. Solder the rogowski coil leads to the pads on the coil terminator board. Minimize any exposed loops.
58 | 4. Connect the coaxial cable to the U.FL connector on the coil terminator board.
59 | 5. Place an O-ring in the O-ring retaining grove.
60 | 6. Make sure that the end of the rogowski coil is flush with the inner wall. Cover with the top coil retainer housing, compress the housing halves together and secure with M1.6x6 self tapping screws. Use gentle tightening force to ensure screw holes do not strip out.
61 |
62 |
63 |
64 | ## Integrator
65 | The final assembly is the integrator PCBA and the rogowski coil.
66 | The project is contained in an off the shelf project box and uses PCB based front and rear panels.
67 | The integrator PCBA was optimized for assembly with the JLCPCB PCBA service, but component availability varies.
68 | The KiCad project contains both a BOM with LCSC part numbers and a BOM with western part numbers stocked at Digikey.
69 |
70 | |
|
71 | |:--:|
72 | | *Complete current probe with top case open* |
73 |
74 | ### PCBs
75 | * Integrator PCBA
76 | * Front panel PCB
77 | * Rear Panel PCB
78 |
79 | ### Parts
80 |
81 | * \#4-1/4" thread cutting screws, McMaster-Carr P/N 94629A150
82 | * M6X1.0 Cable gland, Generic, [Aliexpress example](https://www.aliexpress.us/item/3256803804996455.html)
83 | * M6X1.0 thin hex nut, McMaster-Carr P/N 90710A038
84 | * ABS Project Enclosure, Digikey P/N 377-1651-ND
85 | * Ferrite EMI suppression bead, Digikey P/N 1934-1323-ND
86 | * 5mm LED light pipe, Digikey P/N 492-1531-ND
87 |
88 | #### Assembly
89 | 1. Attach the M6 cable gland to the front panel PCB with the M6 nut and tighten. Press fit the LED light pipe into the front panel.
90 | 2. Slide the rear panel over the SMA and USB connectors of the integrator PCB and slide the integrator PCBA and panel PCBs into the project box.
91 | 3. Secure integrator PCBA to the project box with the \#4-1/4" screws.
92 | 4. Thread the coaxial cable of the rogowski coil assembly through the cable gland.
93 | 5. Slide the ferrite bead over the side of the coaxial cable that is inside the project box.
94 | 6. Connect the U.FL connector of the rogowski coil assembly to the U.FL connector of the integrator PCBA. Adjust the cable length such that the cable is not under tension and then tighten the cable gland.
95 | 7. Secure the ferrite bead to the integrator PCBA with adhesive or zip-tie.
96 | 8. After calibration, install the top of the project box.
97 |
98 | #### Calibration
99 | With a 100KHz square wave current source adjust the gain and compensation trimmer resistors such that the pulse response is flat and the probe gain is the nominal 0.1V/A.
100 | The compensation trimmer adjusts the rising edge of the waveform and also impacts the gain and should be adjusted first.
101 |
102 | A function generator driving a 10 turn coil and a 1 ohm shunt resistor to provide a reference signal should provide a sufficient signal for calibration.
103 | When multiple loops of the same wire pass through the sensing coil the measured current is the current flowing through the wire times the number of turns.
104 |
105 |
--------------------------------------------------------------------------------
/mech/coil_retainer_bottom.stl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/mech/coil_retainer_bottom.stl
--------------------------------------------------------------------------------
/mech/coil_retainer_top.stl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/mech/coil_retainer_top.stl
--------------------------------------------------------------------------------
/mech/img/amplifier_open.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/mech/img/amplifier_open.jpg
--------------------------------------------------------------------------------
/mech/img/coil_assembly.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/mech/img/coil_assembly.jpg
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_term_panel_gerbers.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/coil_terminator/coil_term_panel_gerbers.zip
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_term_panel_gerbers/coil_terminator_panelized-B_Mask.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T17:55:22-08:00*%
3 | %TF.ProjectId,coil_terminator_panelized,636f696c-5f74-4657-926d-696e61746f72,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Soldermask,Bot*%
6 | %TF.FilePolarity,Negative*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 17:55:22*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,1.300000*%
15 | %ADD11R,1.000000X1.000000*%
16 | %ADD12O,1.000000X1.000000*%
17 | G04 APERTURE END LIST*
18 | D10*
19 | %TO.C,REF\u002A\u002A*%
20 | X104000000Y-110000000D03*
21 | %TD*%
22 | %TO.C,REF\u002A\u002A*%
23 | X176000000Y-110000000D03*
24 | %TD*%
25 | %TO.C,REF\u002A\u002A*%
26 | X176000000Y-180000000D03*
27 | %TD*%
28 | %TO.C,REF\u002A\u002A*%
29 | X104000000Y-180000000D03*
30 | %TD*%
31 | D11*
32 | %TO.C,J2*%
33 | X116500000Y-110350000D03*
34 | D12*
35 | X116500000Y-111620000D03*
36 | %TD*%
37 | D11*
38 | %TO.C,J2*%
39 | X116500000Y-117950000D03*
40 | D12*
41 | X116500000Y-119220000D03*
42 | %TD*%
43 | D11*
44 | %TO.C,J2*%
45 | X116500000Y-125550000D03*
46 | D12*
47 | X116500000Y-126820000D03*
48 | %TD*%
49 | D11*
50 | %TO.C,J2*%
51 | X116500000Y-133150000D03*
52 | D12*
53 | X116500000Y-134420000D03*
54 | %TD*%
55 | D11*
56 | %TO.C,J2*%
57 | X116500000Y-140750000D03*
58 | D12*
59 | X116500000Y-142020000D03*
60 | %TD*%
61 | D11*
62 | %TO.C,J2*%
63 | X116500000Y-148350000D03*
64 | D12*
65 | X116500000Y-149620000D03*
66 | %TD*%
67 | D11*
68 | %TO.C,J2*%
69 | X116500000Y-155950000D03*
70 | D12*
71 | X116500000Y-157220000D03*
72 | %TD*%
73 | D11*
74 | %TO.C,J2*%
75 | X116500000Y-163550000D03*
76 | D12*
77 | X116500000Y-164820000D03*
78 | %TD*%
79 | D11*
80 | %TO.C,J2*%
81 | X116500000Y-171150000D03*
82 | D12*
83 | X116500000Y-172420000D03*
84 | %TD*%
85 | D11*
86 | %TO.C,J2*%
87 | X116500000Y-178750000D03*
88 | D12*
89 | X116500000Y-180020000D03*
90 | %TD*%
91 | D11*
92 | %TO.C,J2*%
93 | X127600000Y-110350000D03*
94 | D12*
95 | X127600000Y-111620000D03*
96 | %TD*%
97 | D11*
98 | %TO.C,J2*%
99 | X127600000Y-117950000D03*
100 | D12*
101 | X127600000Y-119220000D03*
102 | %TD*%
103 | D11*
104 | %TO.C,J2*%
105 | X127600000Y-125550000D03*
106 | D12*
107 | X127600000Y-126820000D03*
108 | %TD*%
109 | D11*
110 | %TO.C,J2*%
111 | X127600000Y-133150000D03*
112 | D12*
113 | X127600000Y-134420000D03*
114 | %TD*%
115 | D11*
116 | %TO.C,J2*%
117 | X127600000Y-140750000D03*
118 | D12*
119 | X127600000Y-142020000D03*
120 | %TD*%
121 | D11*
122 | %TO.C,J2*%
123 | X127600000Y-148350000D03*
124 | D12*
125 | X127600000Y-149620000D03*
126 | %TD*%
127 | D11*
128 | %TO.C,J2*%
129 | X127600000Y-155950000D03*
130 | D12*
131 | X127600000Y-157220000D03*
132 | %TD*%
133 | D11*
134 | %TO.C,J2*%
135 | X127600000Y-163550000D03*
136 | D12*
137 | X127600000Y-164820000D03*
138 | %TD*%
139 | D11*
140 | %TO.C,J2*%
141 | X127600000Y-171150000D03*
142 | D12*
143 | X127600000Y-172420000D03*
144 | %TD*%
145 | D11*
146 | %TO.C,J2*%
147 | X127600000Y-178750000D03*
148 | D12*
149 | X127600000Y-180020000D03*
150 | %TD*%
151 | D11*
152 | %TO.C,J2*%
153 | X138700000Y-110350000D03*
154 | D12*
155 | X138700000Y-111620000D03*
156 | %TD*%
157 | D11*
158 | %TO.C,J2*%
159 | X138700000Y-117950000D03*
160 | D12*
161 | X138700000Y-119220000D03*
162 | %TD*%
163 | D11*
164 | %TO.C,J2*%
165 | X138700000Y-125550000D03*
166 | D12*
167 | X138700000Y-126820000D03*
168 | %TD*%
169 | D11*
170 | %TO.C,J2*%
171 | X138700000Y-133150000D03*
172 | D12*
173 | X138700000Y-134420000D03*
174 | %TD*%
175 | D11*
176 | %TO.C,J2*%
177 | X138700000Y-140750000D03*
178 | D12*
179 | X138700000Y-142020000D03*
180 | %TD*%
181 | D11*
182 | %TO.C,J2*%
183 | X138700000Y-148350000D03*
184 | D12*
185 | X138700000Y-149620000D03*
186 | %TD*%
187 | D11*
188 | %TO.C,J2*%
189 | X138700000Y-155950000D03*
190 | D12*
191 | X138700000Y-157220000D03*
192 | %TD*%
193 | D11*
194 | %TO.C,J2*%
195 | X138700000Y-163550000D03*
196 | D12*
197 | X138700000Y-164820000D03*
198 | %TD*%
199 | D11*
200 | %TO.C,J2*%
201 | X138700000Y-171150000D03*
202 | D12*
203 | X138700000Y-172420000D03*
204 | %TD*%
205 | D11*
206 | %TO.C,J2*%
207 | X138700000Y-178750000D03*
208 | D12*
209 | X138700000Y-180020000D03*
210 | %TD*%
211 | D11*
212 | %TO.C,J2*%
213 | X149800000Y-110350000D03*
214 | D12*
215 | X149800000Y-111620000D03*
216 | %TD*%
217 | D11*
218 | %TO.C,J2*%
219 | X149800000Y-117950000D03*
220 | D12*
221 | X149800000Y-119220000D03*
222 | %TD*%
223 | D11*
224 | %TO.C,J2*%
225 | X149800000Y-125550000D03*
226 | D12*
227 | X149800000Y-126820000D03*
228 | %TD*%
229 | D11*
230 | %TO.C,J2*%
231 | X149800000Y-133150000D03*
232 | D12*
233 | X149800000Y-134420000D03*
234 | %TD*%
235 | D11*
236 | %TO.C,J2*%
237 | X149800000Y-140750000D03*
238 | D12*
239 | X149800000Y-142020000D03*
240 | %TD*%
241 | D11*
242 | %TO.C,J2*%
243 | X149800000Y-148350000D03*
244 | D12*
245 | X149800000Y-149620000D03*
246 | %TD*%
247 | D11*
248 | %TO.C,J2*%
249 | X149800000Y-155950000D03*
250 | D12*
251 | X149800000Y-157220000D03*
252 | %TD*%
253 | D11*
254 | %TO.C,J2*%
255 | X149800000Y-163550000D03*
256 | D12*
257 | X149800000Y-164820000D03*
258 | %TD*%
259 | D11*
260 | %TO.C,J2*%
261 | X149800000Y-171150000D03*
262 | D12*
263 | X149800000Y-172420000D03*
264 | %TD*%
265 | D11*
266 | %TO.C,J2*%
267 | X149800000Y-178750000D03*
268 | D12*
269 | X149800000Y-180020000D03*
270 | %TD*%
271 | D11*
272 | %TO.C,J2*%
273 | X160900000Y-110350000D03*
274 | D12*
275 | X160900000Y-111620000D03*
276 | %TD*%
277 | D11*
278 | %TO.C,J2*%
279 | X160900000Y-117950000D03*
280 | D12*
281 | X160900000Y-119220000D03*
282 | %TD*%
283 | D11*
284 | %TO.C,J2*%
285 | X160900000Y-125550000D03*
286 | D12*
287 | X160900000Y-126820000D03*
288 | %TD*%
289 | D11*
290 | %TO.C,J2*%
291 | X160900000Y-133150000D03*
292 | D12*
293 | X160900000Y-134420000D03*
294 | %TD*%
295 | D11*
296 | %TO.C,J2*%
297 | X160900000Y-140750000D03*
298 | D12*
299 | X160900000Y-142020000D03*
300 | %TD*%
301 | D11*
302 | %TO.C,J2*%
303 | X160900000Y-148350000D03*
304 | D12*
305 | X160900000Y-149620000D03*
306 | %TD*%
307 | D11*
308 | %TO.C,J2*%
309 | X160900000Y-155950000D03*
310 | D12*
311 | X160900000Y-157220000D03*
312 | %TD*%
313 | D11*
314 | %TO.C,J2*%
315 | X160900000Y-163550000D03*
316 | D12*
317 | X160900000Y-164820000D03*
318 | %TD*%
319 | D11*
320 | %TO.C,J2*%
321 | X160900000Y-171150000D03*
322 | D12*
323 | X160900000Y-172420000D03*
324 | %TD*%
325 | D11*
326 | %TO.C,J2*%
327 | X160900000Y-178750000D03*
328 | D12*
329 | X160900000Y-180020000D03*
330 | %TD*%
331 | D11*
332 | %TO.C,J2*%
333 | X172000000Y-110350000D03*
334 | D12*
335 | X172000000Y-111620000D03*
336 | %TD*%
337 | D11*
338 | %TO.C,J2*%
339 | X172000000Y-117950000D03*
340 | D12*
341 | X172000000Y-119220000D03*
342 | %TD*%
343 | D11*
344 | %TO.C,J2*%
345 | X172000000Y-125550000D03*
346 | D12*
347 | X172000000Y-126820000D03*
348 | %TD*%
349 | D11*
350 | %TO.C,J2*%
351 | X172000000Y-133150000D03*
352 | D12*
353 | X172000000Y-134420000D03*
354 | %TD*%
355 | D11*
356 | %TO.C,J2*%
357 | X172000000Y-140750000D03*
358 | D12*
359 | X172000000Y-142020000D03*
360 | %TD*%
361 | D11*
362 | %TO.C,J2*%
363 | X172000000Y-148350000D03*
364 | D12*
365 | X172000000Y-149620000D03*
366 | %TD*%
367 | D11*
368 | %TO.C,J2*%
369 | X172000000Y-155950000D03*
370 | D12*
371 | X172000000Y-157220000D03*
372 | %TD*%
373 | D11*
374 | %TO.C,J2*%
375 | X172000000Y-163550000D03*
376 | D12*
377 | X172000000Y-164820000D03*
378 | %TD*%
379 | D11*
380 | %TO.C,J2*%
381 | X172000000Y-171150000D03*
382 | D12*
383 | X172000000Y-172420000D03*
384 | %TD*%
385 | D11*
386 | %TO.C,J2*%
387 | X172000000Y-178750000D03*
388 | D12*
389 | X172000000Y-180020000D03*
390 | %TD*%
391 | M02*
392 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_term_panel_gerbers/coil_terminator_panelized-B_Paste.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T17:55:22-08:00*%
3 | %TF.ProjectId,coil_terminator_panelized,636f696c-5f74-4657-926d-696e61746f72,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Paste,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 17:55:22*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 APERTURE END LIST*
15 | M02*
16 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_term_panel_gerbers/coil_terminator_panelized-B_Silkscreen.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T17:55:22-08:00*%
3 | %TF.ProjectId,coil_terminator_panelized,636f696c-5f74-4657-926d-696e61746f72,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Legend,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 17:55:22*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 APERTURE END LIST*
15 | M02*
16 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_term_panel_gerbers/coil_terminator_panelized-Edge_Cuts.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T17:55:22-08:00*%
3 | %TF.ProjectId,coil_terminator_panelized,636f696c-5f74-4657-926d-696e61746f72,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Profile,NP*%
6 | %FSLAX46Y46*%
7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
8 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 17:55:22*
9 | %MOMM*%
10 | %LPD*%
11 | G01*
12 | G04 APERTURE LIST*
13 | %TA.AperFunction,Profile*%
14 | %ADD10C,0.100000*%
15 | %TD*%
16 | G04 APERTURE END LIST*
17 | D10*
18 | X101450000Y-183200000D02*
19 | X101450000Y-107200000D01*
20 | X178050000Y-183200000D02*
21 | X101450000Y-183200000D01*
22 | X161900000Y-107200000D02*
23 | X161900000Y-183200000D01*
24 | X106400000Y-107200000D02*
25 | X106400000Y-183200000D01*
26 | X101450000Y-160350000D02*
27 | X178050000Y-160350000D01*
28 | X178050000Y-107200000D02*
29 | X178050000Y-183200000D01*
30 | X128600000Y-107200000D02*
31 | X128600000Y-183200000D01*
32 | X101450000Y-107200000D02*
33 | X178050000Y-107200000D01*
34 | X150800000Y-107200000D02*
35 | X150800000Y-183200000D01*
36 | X101450000Y-152750000D02*
37 | X178050000Y-152750000D01*
38 | X101450000Y-175550000D02*
39 | X178050000Y-175550000D01*
40 | X101450000Y-114750000D02*
41 | X178050000Y-114750000D01*
42 | X117500000Y-107200000D02*
43 | X117500000Y-183200000D01*
44 | X101450000Y-137550000D02*
45 | X178050000Y-137550000D01*
46 | X101450000Y-167950000D02*
47 | X178050000Y-167950000D01*
48 | X101450000Y-145150000D02*
49 | X178050000Y-145150000D01*
50 | X139700000Y-107200000D02*
51 | X139700000Y-183200000D01*
52 | X101450000Y-129950000D02*
53 | X178050000Y-129950000D01*
54 | X173000000Y-107200000D02*
55 | X173000000Y-183200000D01*
56 | X101450000Y-122350000D02*
57 | X178050000Y-122350000D01*
58 | M02*
59 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_term_panel_gerbers/coil_terminator_panelized-job.gbrjob:
--------------------------------------------------------------------------------
1 | {
2 | "Header": {
3 | "GenerationSoftware": {
4 | "Vendor": "KiCad",
5 | "Application": "Pcbnew",
6 | "Version": "6.0.10-86aedd382b~118~ubuntu20.04.1"
7 | },
8 | "CreationDate": "2023-01-07T17:55:22-08:00"
9 | },
10 | "GeneralSpecs": {
11 | "ProjectId": {
12 | "Name": "coil_terminator_panelized",
13 | "GUID": "636f696c-5f74-4657-926d-696e61746f72",
14 | "Revision": "rev?"
15 | },
16 | "Size": {
17 | "X": 76.7,
18 | "Y": 76.1
19 | },
20 | "LayerNumber": 2,
21 | "BoardThickness": 0.8,
22 | "Finish": "None"
23 | },
24 | "DesignRules": [
25 | {
26 | "Layers": "Outer",
27 | "PadToPad": 0.2,
28 | "PadToTrack": 0.2,
29 | "TrackToTrack": 0.2,
30 | "TrackToRegion": 0.2,
31 | "RegionToRegion": 0.2
32 | }
33 | ],
34 | "FilesAttributes": [
35 | {
36 | "Path": "coil_terminator_panelized-F_Cu.gbr",
37 | "FileFunction": "Copper,L1,Top",
38 | "FilePolarity": "Positive"
39 | },
40 | {
41 | "Path": "coil_terminator_panelized-B_Cu.gbr",
42 | "FileFunction": "Copper,L2,Bot",
43 | "FilePolarity": "Positive"
44 | },
45 | {
46 | "Path": "coil_terminator_panelized-F_Paste.gbr",
47 | "FileFunction": "SolderPaste,Top",
48 | "FilePolarity": "Positive"
49 | },
50 | {
51 | "Path": "coil_terminator_panelized-B_Paste.gbr",
52 | "FileFunction": "SolderPaste,Bot",
53 | "FilePolarity": "Positive"
54 | },
55 | {
56 | "Path": "coil_terminator_panelized-F_Silkscreen.gbr",
57 | "FileFunction": "Legend,Top",
58 | "FilePolarity": "Positive"
59 | },
60 | {
61 | "Path": "coil_terminator_panelized-B_Silkscreen.gbr",
62 | "FileFunction": "Legend,Bot",
63 | "FilePolarity": "Positive"
64 | },
65 | {
66 | "Path": "coil_terminator_panelized-F_Mask.gbr",
67 | "FileFunction": "SolderMask,Top",
68 | "FilePolarity": "Negative"
69 | },
70 | {
71 | "Path": "coil_terminator_panelized-B_Mask.gbr",
72 | "FileFunction": "SolderMask,Bot",
73 | "FilePolarity": "Negative"
74 | },
75 | {
76 | "Path": "coil_terminator_panelized-User_Comments.gbr",
77 | "FileFunction": "Other,User",
78 | "FilePolarity": "Positive"
79 | },
80 | {
81 | "Path": "coil_terminator_panelized-Edge_Cuts.gbr",
82 | "FileFunction": "Profile",
83 | "FilePolarity": "Positive"
84 | }
85 | ],
86 | "MaterialStackup": [
87 | {
88 | "Type": "Legend",
89 | "Name": "Top Silk Screen"
90 | },
91 | {
92 | "Type": "SolderPaste",
93 | "Name": "Top Solder Paste"
94 | },
95 | {
96 | "Type": "SolderMask",
97 | "Thickness": 0.01,
98 | "Name": "Top Solder Mask"
99 | },
100 | {
101 | "Type": "Copper",
102 | "Thickness": 0.035,
103 | "Name": "F.Cu"
104 | },
105 | {
106 | "Type": "Dielectric",
107 | "Thickness": 0.71,
108 | "Material": "FR4",
109 | "Name": "F.Cu/B.Cu",
110 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
111 | },
112 | {
113 | "Type": "Copper",
114 | "Thickness": 0.035,
115 | "Name": "B.Cu"
116 | },
117 | {
118 | "Type": "SolderMask",
119 | "Thickness": 0.01,
120 | "Name": "Bottom Solder Mask"
121 | },
122 | {
123 | "Type": "SolderPaste",
124 | "Name": "Bottom Solder Paste"
125 | },
126 | {
127 | "Type": "Legend",
128 | "Name": "Bottom Silk Screen"
129 | }
130 | ]
131 | }
132 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_term_panel_gerbers/coil_terminator_panelized.drl:
--------------------------------------------------------------------------------
1 | M48
2 | ; DRILL file {KiCad 6.0.10-86aedd382b~118~ubuntu20.04.1} date Sat 07 Jan 2023 05:55:30 PM PST
3 | ; FORMAT={-:-/ absolute / inch / decimal}
4 | ; #@! TF.CreationDate,2023-01-07T17:55:30-08:00
5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1
6 | ; #@! TF.FileFunction,MixedPlating,1,2
7 | FMAT,2
8 | INCH
9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill
10 | T1C0.0118
11 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
12 | T2C0.0256
13 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
14 | T3C0.0454
15 | %
16 | G90
17 | G05
18 | T1
19 | X4.3209Y-4.2815
20 | X4.3209Y-4.4587
21 | X4.3209Y-4.5807
22 | X4.3209Y-4.7579
23 | X4.3209Y-4.8799
24 | X4.3209Y-5.0571
25 | X4.3209Y-5.1791
26 | X4.3209Y-5.3563
27 | X4.3209Y-5.4783
28 | X4.3209Y-5.6555
29 | X4.3209Y-5.7776
30 | X4.3209Y-5.9547
31 | X4.3209Y-6.0768
32 | X4.3209Y-6.2539
33 | X4.3209Y-6.376
34 | X4.3209Y-6.5531
35 | X4.3209Y-6.6752
36 | X4.3209Y-6.8524
37 | X4.3209Y-6.9744
38 | X4.3209Y-7.1516
39 | X4.3602Y-4.2815
40 | X4.3602Y-4.4587
41 | X4.3602Y-4.5807
42 | X4.3602Y-4.7579
43 | X4.3602Y-4.8799
44 | X4.3602Y-5.0571
45 | X4.3602Y-5.1791
46 | X4.3602Y-5.3563
47 | X4.3602Y-5.4783
48 | X4.3602Y-5.6555
49 | X4.3602Y-5.7776
50 | X4.3602Y-5.9547
51 | X4.3602Y-6.0768
52 | X4.3602Y-6.2539
53 | X4.3602Y-6.376
54 | X4.3602Y-6.5531
55 | X4.3602Y-6.6752
56 | X4.3602Y-6.8524
57 | X4.3602Y-6.9744
58 | X4.3602Y-7.1516
59 | X4.5768Y-4.4587
60 | X4.5768Y-4.7579
61 | X4.5768Y-5.0571
62 | X4.5768Y-5.3563
63 | X4.5768Y-5.6555
64 | X4.5768Y-5.9547
65 | X4.5768Y-6.2539
66 | X4.5768Y-6.5531
67 | X4.5768Y-6.8524
68 | X4.5768Y-7.1516
69 | X4.7579Y-4.2815
70 | X4.7579Y-4.4587
71 | X4.7579Y-4.5807
72 | X4.7579Y-4.7579
73 | X4.7579Y-4.8799
74 | X4.7579Y-5.0571
75 | X4.7579Y-5.1791
76 | X4.7579Y-5.3563
77 | X4.7579Y-5.4783
78 | X4.7579Y-5.6555
79 | X4.7579Y-5.7776
80 | X4.7579Y-5.9547
81 | X4.7579Y-6.0768
82 | X4.7579Y-6.2539
83 | X4.7579Y-6.376
84 | X4.7579Y-6.5531
85 | X4.7579Y-6.6752
86 | X4.7579Y-6.8524
87 | X4.7579Y-6.9744
88 | X4.7579Y-7.1516
89 | X4.7972Y-4.2815
90 | X4.7972Y-4.4587
91 | X4.7972Y-4.5807
92 | X4.7972Y-4.7579
93 | X4.7972Y-4.8799
94 | X4.7972Y-5.0571
95 | X4.7972Y-5.1791
96 | X4.7972Y-5.3563
97 | X4.7972Y-5.4783
98 | X4.7972Y-5.6555
99 | X4.7972Y-5.7776
100 | X4.7972Y-5.9547
101 | X4.7972Y-6.0768
102 | X4.7972Y-6.2539
103 | X4.7972Y-6.376
104 | X4.7972Y-6.5531
105 | X4.7972Y-6.6752
106 | X4.7972Y-6.8524
107 | X4.7972Y-6.9744
108 | X4.7972Y-7.1516
109 | X5.0138Y-4.4587
110 | X5.0138Y-4.7579
111 | X5.0138Y-5.0571
112 | X5.0138Y-5.3563
113 | X5.0138Y-5.6555
114 | X5.0138Y-5.9547
115 | X5.0138Y-6.2539
116 | X5.0138Y-6.5531
117 | X5.0138Y-6.8524
118 | X5.0138Y-7.1516
119 | X5.1949Y-4.2815
120 | X5.1949Y-4.4587
121 | X5.1949Y-4.5807
122 | X5.1949Y-4.7579
123 | X5.1949Y-4.8799
124 | X5.1949Y-5.0571
125 | X5.1949Y-5.1791
126 | X5.1949Y-5.3563
127 | X5.1949Y-5.4783
128 | X5.1949Y-5.6555
129 | X5.1949Y-5.7776
130 | X5.1949Y-5.9547
131 | X5.1949Y-6.0768
132 | X5.1949Y-6.2539
133 | X5.1949Y-6.376
134 | X5.1949Y-6.5531
135 | X5.1949Y-6.6752
136 | X5.1949Y-6.8524
137 | X5.1949Y-6.9744
138 | X5.1949Y-7.1516
139 | X5.2343Y-4.2815
140 | X5.2343Y-4.4587
141 | X5.2343Y-4.5807
142 | X5.2343Y-4.7579
143 | X5.2343Y-4.8799
144 | X5.2343Y-5.0571
145 | X5.2343Y-5.1791
146 | X5.2343Y-5.3563
147 | X5.2343Y-5.4783
148 | X5.2343Y-5.6555
149 | X5.2343Y-5.7776
150 | X5.2343Y-5.9547
151 | X5.2343Y-6.0768
152 | X5.2343Y-6.2539
153 | X5.2343Y-6.376
154 | X5.2343Y-6.5531
155 | X5.2343Y-6.6752
156 | X5.2343Y-6.8524
157 | X5.2343Y-6.9744
158 | X5.2343Y-7.1516
159 | X5.4508Y-4.4587
160 | X5.4508Y-4.7579
161 | X5.4508Y-5.0571
162 | X5.4508Y-5.3563
163 | X5.4508Y-5.6555
164 | X5.4508Y-5.9547
165 | X5.4508Y-6.2539
166 | X5.4508Y-6.5531
167 | X5.4508Y-6.8524
168 | X5.4508Y-7.1516
169 | X5.6319Y-4.2815
170 | X5.6319Y-4.4587
171 | X5.6319Y-4.5807
172 | X5.6319Y-4.7579
173 | X5.6319Y-4.8799
174 | X5.6319Y-5.0571
175 | X5.6319Y-5.1791
176 | X5.6319Y-5.3563
177 | X5.6319Y-5.4783
178 | X5.6319Y-5.6555
179 | X5.6319Y-5.7776
180 | X5.6319Y-5.9547
181 | X5.6319Y-6.0768
182 | X5.6319Y-6.2539
183 | X5.6319Y-6.376
184 | X5.6319Y-6.5531
185 | X5.6319Y-6.6752
186 | X5.6319Y-6.8524
187 | X5.6319Y-6.9744
188 | X5.6319Y-7.1516
189 | X5.6713Y-4.2815
190 | X5.6713Y-4.4587
191 | X5.6713Y-4.5807
192 | X5.6713Y-4.7579
193 | X5.6713Y-4.8799
194 | X5.6713Y-5.0571
195 | X5.6713Y-5.1791
196 | X5.6713Y-5.3563
197 | X5.6713Y-5.4783
198 | X5.6713Y-5.6555
199 | X5.6713Y-5.7776
200 | X5.6713Y-5.9547
201 | X5.6713Y-6.0768
202 | X5.6713Y-6.2539
203 | X5.6713Y-6.376
204 | X5.6713Y-6.5531
205 | X5.6713Y-6.6752
206 | X5.6713Y-6.8524
207 | X5.6713Y-6.9744
208 | X5.6713Y-7.1516
209 | X5.8878Y-4.4587
210 | X5.8878Y-4.7579
211 | X5.8878Y-5.0571
212 | X5.8878Y-5.3563
213 | X5.8878Y-5.6555
214 | X5.8878Y-5.9547
215 | X5.8878Y-6.2539
216 | X5.8878Y-6.5531
217 | X5.8878Y-6.8524
218 | X5.8878Y-7.1516
219 | X6.0689Y-4.2815
220 | X6.0689Y-4.4587
221 | X6.0689Y-4.5807
222 | X6.0689Y-4.7579
223 | X6.0689Y-4.8799
224 | X6.0689Y-5.0571
225 | X6.0689Y-5.1791
226 | X6.0689Y-5.3563
227 | X6.0689Y-5.4783
228 | X6.0689Y-5.6555
229 | X6.0689Y-5.7776
230 | X6.0689Y-5.9547
231 | X6.0689Y-6.0768
232 | X6.0689Y-6.2539
233 | X6.0689Y-6.376
234 | X6.0689Y-6.5531
235 | X6.0689Y-6.6752
236 | X6.0689Y-6.8524
237 | X6.0689Y-6.9744
238 | X6.0689Y-7.1516
239 | X6.1083Y-4.2815
240 | X6.1083Y-4.4587
241 | X6.1083Y-4.5807
242 | X6.1083Y-4.7579
243 | X6.1083Y-4.8799
244 | X6.1083Y-5.0571
245 | X6.1083Y-5.1791
246 | X6.1083Y-5.3563
247 | X6.1083Y-5.4783
248 | X6.1083Y-5.6555
249 | X6.1083Y-5.7776
250 | X6.1083Y-5.9547
251 | X6.1083Y-6.0768
252 | X6.1083Y-6.2539
253 | X6.1083Y-6.376
254 | X6.1083Y-6.5531
255 | X6.1083Y-6.6752
256 | X6.1083Y-6.8524
257 | X6.1083Y-6.9744
258 | X6.1083Y-7.1516
259 | X6.3248Y-4.4587
260 | X6.3248Y-4.7579
261 | X6.3248Y-5.0571
262 | X6.3248Y-5.3563
263 | X6.3248Y-5.6555
264 | X6.3248Y-5.9547
265 | X6.3248Y-6.2539
266 | X6.3248Y-6.5531
267 | X6.3248Y-6.8524
268 | X6.3248Y-7.1516
269 | X6.5059Y-4.2815
270 | X6.5059Y-4.4587
271 | X6.5059Y-4.5807
272 | X6.5059Y-4.7579
273 | X6.5059Y-4.8799
274 | X6.5059Y-5.0571
275 | X6.5059Y-5.1791
276 | X6.5059Y-5.3563
277 | X6.5059Y-5.4783
278 | X6.5059Y-5.6555
279 | X6.5059Y-5.7776
280 | X6.5059Y-5.9547
281 | X6.5059Y-6.0768
282 | X6.5059Y-6.2539
283 | X6.5059Y-6.376
284 | X6.5059Y-6.5531
285 | X6.5059Y-6.6752
286 | X6.5059Y-6.8524
287 | X6.5059Y-6.9744
288 | X6.5059Y-7.1516
289 | X6.5453Y-4.2815
290 | X6.5453Y-4.4587
291 | X6.5453Y-4.5807
292 | X6.5453Y-4.7579
293 | X6.5453Y-4.8799
294 | X6.5453Y-5.0571
295 | X6.5453Y-5.1791
296 | X6.5453Y-5.3563
297 | X6.5453Y-5.4783
298 | X6.5453Y-5.6555
299 | X6.5453Y-5.7776
300 | X6.5453Y-5.9547
301 | X6.5453Y-6.0768
302 | X6.5453Y-6.2539
303 | X6.5453Y-6.376
304 | X6.5453Y-6.5531
305 | X6.5453Y-6.6752
306 | X6.5453Y-6.8524
307 | X6.5453Y-6.9744
308 | X6.5453Y-7.1516
309 | X6.7618Y-4.4587
310 | X6.7618Y-4.7579
311 | X6.7618Y-5.0571
312 | X6.7618Y-5.3563
313 | X6.7618Y-5.6555
314 | X6.7618Y-5.9547
315 | X6.7618Y-6.2539
316 | X6.7618Y-6.5531
317 | X6.7618Y-6.8524
318 | X6.7618Y-7.1516
319 | T2
320 | X4.5866Y-4.3445
321 | X4.5866Y-4.3945
322 | X4.5866Y-4.6437
323 | X4.5866Y-4.6937
324 | X4.5866Y-4.9429
325 | X4.5866Y-4.9929
326 | X4.5866Y-5.2421
327 | X4.5866Y-5.2921
328 | X4.5866Y-5.5413
329 | X4.5866Y-5.5913
330 | X4.5866Y-5.8406
331 | X4.5866Y-5.8906
332 | X4.5866Y-6.1398
333 | X4.5866Y-6.1898
334 | X4.5866Y-6.439
335 | X4.5866Y-6.489
336 | X4.5866Y-6.7382
337 | X4.5866Y-6.7882
338 | X4.5866Y-7.0374
339 | X4.5866Y-7.0874
340 | X5.0236Y-4.3445
341 | X5.0236Y-4.3945
342 | X5.0236Y-4.6437
343 | X5.0236Y-4.6937
344 | X5.0236Y-4.9429
345 | X5.0236Y-4.9929
346 | X5.0236Y-5.2421
347 | X5.0236Y-5.2921
348 | X5.0236Y-5.5413
349 | X5.0236Y-5.5913
350 | X5.0236Y-5.8406
351 | X5.0236Y-5.8906
352 | X5.0236Y-6.1398
353 | X5.0236Y-6.1898
354 | X5.0236Y-6.439
355 | X5.0236Y-6.489
356 | X5.0236Y-6.7382
357 | X5.0236Y-6.7882
358 | X5.0236Y-7.0374
359 | X5.0236Y-7.0874
360 | X5.4606Y-4.3445
361 | X5.4606Y-4.3945
362 | X5.4606Y-4.6437
363 | X5.4606Y-4.6937
364 | X5.4606Y-4.9429
365 | X5.4606Y-4.9929
366 | X5.4606Y-5.2421
367 | X5.4606Y-5.2921
368 | X5.4606Y-5.5413
369 | X5.4606Y-5.5913
370 | X5.4606Y-5.8406
371 | X5.4606Y-5.8906
372 | X5.4606Y-6.1398
373 | X5.4606Y-6.1898
374 | X5.4606Y-6.439
375 | X5.4606Y-6.489
376 | X5.4606Y-6.7382
377 | X5.4606Y-6.7882
378 | X5.4606Y-7.0374
379 | X5.4606Y-7.0874
380 | X5.8976Y-4.3445
381 | X5.8976Y-4.3945
382 | X5.8976Y-4.6437
383 | X5.8976Y-4.6937
384 | X5.8976Y-4.9429
385 | X5.8976Y-4.9929
386 | X5.8976Y-5.2421
387 | X5.8976Y-5.2921
388 | X5.8976Y-5.5413
389 | X5.8976Y-5.5913
390 | X5.8976Y-5.8406
391 | X5.8976Y-5.8906
392 | X5.8976Y-6.1398
393 | X5.8976Y-6.1898
394 | X5.8976Y-6.439
395 | X5.8976Y-6.489
396 | X5.8976Y-6.7382
397 | X5.8976Y-6.7882
398 | X5.8976Y-7.0374
399 | X5.8976Y-7.0874
400 | X6.3346Y-4.3445
401 | X6.3346Y-4.3945
402 | X6.3346Y-4.6437
403 | X6.3346Y-4.6937
404 | X6.3346Y-4.9429
405 | X6.3346Y-4.9929
406 | X6.3346Y-5.2421
407 | X6.3346Y-5.2921
408 | X6.3346Y-5.5413
409 | X6.3346Y-5.5913
410 | X6.3346Y-5.8406
411 | X6.3346Y-5.8906
412 | X6.3346Y-6.1398
413 | X6.3346Y-6.1898
414 | X6.3346Y-6.439
415 | X6.3346Y-6.489
416 | X6.3346Y-6.7382
417 | X6.3346Y-6.7882
418 | X6.3346Y-7.0374
419 | X6.3346Y-7.0874
420 | X6.7717Y-4.3445
421 | X6.7717Y-4.3945
422 | X6.7717Y-4.6437
423 | X6.7717Y-4.6937
424 | X6.7717Y-4.9429
425 | X6.7717Y-4.9929
426 | X6.7717Y-5.2421
427 | X6.7717Y-5.2921
428 | X6.7717Y-5.5413
429 | X6.7717Y-5.5913
430 | X6.7717Y-5.8406
431 | X6.7717Y-5.8906
432 | X6.7717Y-6.1398
433 | X6.7717Y-6.1898
434 | X6.7717Y-6.439
435 | X6.7717Y-6.489
436 | X6.7717Y-6.7382
437 | X6.7717Y-6.7882
438 | X6.7717Y-7.0374
439 | X6.7717Y-7.0874
440 | T3
441 | X4.0945Y-4.3307
442 | X4.0945Y-7.0866
443 | X6.9291Y-4.3307
444 | X6.9291Y-7.0866
445 | T0
446 | M30
447 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_170400.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_170400.zip
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_173725.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_173725.zip
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_175018.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_175018.zip
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_180014.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/coil_terminator/coil_terminator-backups/coil_terminator-2023-01-07_180014.zip
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator.kicad_prl:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "active_layer": 37,
4 | "active_layer_preset": "All Layers",
5 | "auto_track_width": true,
6 | "hidden_nets": [],
7 | "high_contrast_mode": 0,
8 | "net_color_mode": 1,
9 | "opacity": {
10 | "pads": 1.0,
11 | "tracks": 1.0,
12 | "vias": 1.0,
13 | "zones": 0.6
14 | },
15 | "ratsnest_display_mode": 0,
16 | "selection_filter": {
17 | "dimensions": true,
18 | "footprints": true,
19 | "graphics": true,
20 | "keepouts": true,
21 | "lockedItems": true,
22 | "otherItems": true,
23 | "pads": true,
24 | "text": true,
25 | "tracks": true,
26 | "vias": true,
27 | "zones": true
28 | },
29 | "visible_items": [
30 | 0,
31 | 1,
32 | 2,
33 | 3,
34 | 4,
35 | 5,
36 | 8,
37 | 9,
38 | 10,
39 | 11,
40 | 12,
41 | 13,
42 | 14,
43 | 15,
44 | 16,
45 | 17,
46 | 18,
47 | 19,
48 | 20,
49 | 21,
50 | 22,
51 | 23,
52 | 24,
53 | 25,
54 | 26,
55 | 27,
56 | 28,
57 | 29,
58 | 30,
59 | 32,
60 | 33,
61 | 34,
62 | 35,
63 | 36
64 | ],
65 | "visible_layers": "fffffff_ffffffff",
66 | "zone_display_mode": 0
67 | },
68 | "meta": {
69 | "filename": "coil_terminator.kicad_prl",
70 | "version": 3
71 | },
72 | "project": {
73 | "files": []
74 | }
75 | }
76 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator.kicad_pro:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "design_settings": {
4 | "defaults": {
5 | "board_outline_line_width": 0.09999999999999999,
6 | "copper_line_width": 0.19999999999999998,
7 | "copper_text_italic": false,
8 | "copper_text_size_h": 1.5,
9 | "copper_text_size_v": 1.5,
10 | "copper_text_thickness": 0.3,
11 | "copper_text_upright": false,
12 | "courtyard_line_width": 0.049999999999999996,
13 | "dimension_precision": 4,
14 | "dimension_units": 3,
15 | "dimensions": {
16 | "arrow_length": 1270000,
17 | "extension_offset": 500000,
18 | "keep_text_aligned": true,
19 | "suppress_zeroes": false,
20 | "text_position": 0,
21 | "units_format": 1
22 | },
23 | "fab_line_width": 0.09999999999999999,
24 | "fab_text_italic": false,
25 | "fab_text_size_h": 1.0,
26 | "fab_text_size_v": 1.0,
27 | "fab_text_thickness": 0.15,
28 | "fab_text_upright": false,
29 | "other_line_width": 0.15,
30 | "other_text_italic": false,
31 | "other_text_size_h": 1.0,
32 | "other_text_size_v": 1.0,
33 | "other_text_thickness": 0.15,
34 | "other_text_upright": false,
35 | "pads": {
36 | "drill": 0.762,
37 | "height": 1.524,
38 | "width": 1.524
39 | },
40 | "silk_line_width": 0.15,
41 | "silk_text_italic": false,
42 | "silk_text_size_h": 1.0,
43 | "silk_text_size_v": 1.0,
44 | "silk_text_thickness": 0.15,
45 | "silk_text_upright": false,
46 | "zones": {
47 | "45_degree_only": false,
48 | "min_clearance": 0.24
49 | }
50 | },
51 | "diff_pair_dimensions": [
52 | {
53 | "gap": 0.0,
54 | "via_gap": 0.0,
55 | "width": 0.0
56 | }
57 | ],
58 | "drc_exclusions": [],
59 | "meta": {
60 | "version": 2
61 | },
62 | "rule_severities": {
63 | "annular_width": "error",
64 | "clearance": "error",
65 | "copper_edge_clearance": "error",
66 | "courtyards_overlap": "error",
67 | "diff_pair_gap_out_of_range": "error",
68 | "diff_pair_uncoupled_length_too_long": "error",
69 | "drill_out_of_range": "error",
70 | "duplicate_footprints": "warning",
71 | "extra_footprint": "warning",
72 | "footprint_type_mismatch": "error",
73 | "hole_clearance": "error",
74 | "hole_near_hole": "error",
75 | "invalid_outline": "error",
76 | "item_on_disabled_layer": "error",
77 | "items_not_allowed": "error",
78 | "length_out_of_range": "error",
79 | "malformed_courtyard": "error",
80 | "microvia_drill_out_of_range": "error",
81 | "missing_courtyard": "ignore",
82 | "missing_footprint": "warning",
83 | "net_conflict": "warning",
84 | "npth_inside_courtyard": "ignore",
85 | "padstack": "error",
86 | "pth_inside_courtyard": "ignore",
87 | "shorting_items": "error",
88 | "silk_over_copper": "warning",
89 | "silk_overlap": "warning",
90 | "skew_out_of_range": "error",
91 | "through_hole_pad_without_hole": "error",
92 | "too_many_vias": "error",
93 | "track_dangling": "warning",
94 | "track_width": "error",
95 | "tracks_crossing": "error",
96 | "unconnected_items": "error",
97 | "unresolved_variable": "error",
98 | "via_dangling": "warning",
99 | "zone_has_empty_net": "error",
100 | "zones_intersect": "error"
101 | },
102 | "rules": {
103 | "allow_blind_buried_vias": false,
104 | "allow_microvias": false,
105 | "max_error": 0.005,
106 | "min_clearance": 0.127,
107 | "min_copper_edge_clearance": 0.35,
108 | "min_hole_clearance": 0.25,
109 | "min_hole_to_hole": 0.25,
110 | "min_microvia_diameter": 0.19999999999999998,
111 | "min_microvia_drill": 0.09999999999999999,
112 | "min_silk_clearance": 0.0,
113 | "min_through_hole_diameter": 0.3,
114 | "min_track_width": 0.127,
115 | "min_via_annular_width": 0.15,
116 | "min_via_diameter": 0.6,
117 | "solder_mask_clearance": 0.0,
118 | "solder_mask_min_width": 0.0,
119 | "use_height_for_length_calcs": true
120 | },
121 | "track_widths": [
122 | 0.0,
123 | 0.16,
124 | 0.24
125 | ],
126 | "via_dimensions": [
127 | {
128 | "diameter": 0.0,
129 | "drill": 0.0
130 | },
131 | {
132 | "diameter": 0.6,
133 | "drill": 0.3
134 | }
135 | ],
136 | "zones_allow_external_fillets": false,
137 | "zones_use_no_outline": true
138 | },
139 | "layer_presets": []
140 | },
141 | "boards": [],
142 | "cvpcb": {
143 | "equivalence_files": []
144 | },
145 | "erc": {
146 | "erc_exclusions": [],
147 | "meta": {
148 | "version": 0
149 | },
150 | "pin_map": [
151 | [
152 | 0,
153 | 0,
154 | 0,
155 | 0,
156 | 0,
157 | 0,
158 | 1,
159 | 0,
160 | 0,
161 | 0,
162 | 0,
163 | 2
164 | ],
165 | [
166 | 0,
167 | 2,
168 | 0,
169 | 1,
170 | 0,
171 | 0,
172 | 1,
173 | 0,
174 | 2,
175 | 2,
176 | 2,
177 | 2
178 | ],
179 | [
180 | 0,
181 | 0,
182 | 0,
183 | 0,
184 | 0,
185 | 0,
186 | 1,
187 | 0,
188 | 1,
189 | 0,
190 | 1,
191 | 2
192 | ],
193 | [
194 | 0,
195 | 1,
196 | 0,
197 | 0,
198 | 0,
199 | 0,
200 | 1,
201 | 1,
202 | 2,
203 | 1,
204 | 1,
205 | 2
206 | ],
207 | [
208 | 0,
209 | 0,
210 | 0,
211 | 0,
212 | 0,
213 | 0,
214 | 1,
215 | 0,
216 | 0,
217 | 0,
218 | 0,
219 | 2
220 | ],
221 | [
222 | 0,
223 | 0,
224 | 0,
225 | 0,
226 | 0,
227 | 0,
228 | 0,
229 | 0,
230 | 0,
231 | 0,
232 | 0,
233 | 2
234 | ],
235 | [
236 | 1,
237 | 1,
238 | 1,
239 | 1,
240 | 1,
241 | 0,
242 | 1,
243 | 1,
244 | 1,
245 | 1,
246 | 1,
247 | 2
248 | ],
249 | [
250 | 0,
251 | 0,
252 | 0,
253 | 1,
254 | 0,
255 | 0,
256 | 1,
257 | 0,
258 | 0,
259 | 0,
260 | 0,
261 | 2
262 | ],
263 | [
264 | 0,
265 | 2,
266 | 1,
267 | 2,
268 | 0,
269 | 0,
270 | 1,
271 | 0,
272 | 2,
273 | 2,
274 | 2,
275 | 2
276 | ],
277 | [
278 | 0,
279 | 2,
280 | 0,
281 | 1,
282 | 0,
283 | 0,
284 | 1,
285 | 0,
286 | 2,
287 | 0,
288 | 0,
289 | 2
290 | ],
291 | [
292 | 0,
293 | 2,
294 | 1,
295 | 1,
296 | 0,
297 | 0,
298 | 1,
299 | 0,
300 | 2,
301 | 0,
302 | 0,
303 | 2
304 | ],
305 | [
306 | 2,
307 | 2,
308 | 2,
309 | 2,
310 | 2,
311 | 2,
312 | 2,
313 | 2,
314 | 2,
315 | 2,
316 | 2,
317 | 2
318 | ]
319 | ],
320 | "rule_severities": {
321 | "bus_definition_conflict": "error",
322 | "bus_entry_needed": "error",
323 | "bus_label_syntax": "error",
324 | "bus_to_bus_conflict": "error",
325 | "bus_to_net_conflict": "error",
326 | "different_unit_footprint": "error",
327 | "different_unit_net": "error",
328 | "duplicate_reference": "error",
329 | "duplicate_sheet_names": "error",
330 | "extra_units": "error",
331 | "global_label_dangling": "warning",
332 | "hier_label_mismatch": "error",
333 | "label_dangling": "error",
334 | "lib_symbol_issues": "warning",
335 | "multiple_net_names": "warning",
336 | "net_not_bus_member": "warning",
337 | "no_connect_connected": "warning",
338 | "no_connect_dangling": "warning",
339 | "pin_not_connected": "error",
340 | "pin_not_driven": "error",
341 | "pin_to_pin": "warning",
342 | "power_pin_not_driven": "error",
343 | "similar_labels": "warning",
344 | "unannotated": "error",
345 | "unit_value_mismatch": "error",
346 | "unresolved_variable": "error",
347 | "wire_dangling": "error"
348 | }
349 | },
350 | "libraries": {
351 | "pinned_footprint_libs": [],
352 | "pinned_symbol_libs": []
353 | },
354 | "meta": {
355 | "filename": "coil_terminator.kicad_pro",
356 | "version": 1
357 | },
358 | "net_settings": {
359 | "classes": [
360 | {
361 | "bus_width": 12.0,
362 | "clearance": 0.127,
363 | "diff_pair_gap": 0.25,
364 | "diff_pair_via_gap": 0.25,
365 | "diff_pair_width": 0.2,
366 | "line_style": 0,
367 | "microvia_diameter": 0.3,
368 | "microvia_drill": 0.1,
369 | "name": "Default",
370 | "pcb_color": "rgba(0, 0, 0, 0.000)",
371 | "schematic_color": "rgba(0, 0, 0, 0.000)",
372 | "track_width": 0.127,
373 | "via_diameter": 0.6,
374 | "via_drill": 0.3,
375 | "wire_width": 6.0
376 | }
377 | ],
378 | "meta": {
379 | "version": 2
380 | },
381 | "net_colors": null
382 | },
383 | "pcbnew": {
384 | "last_paths": {
385 | "gencad": "",
386 | "idf": "",
387 | "netlist": "",
388 | "specctra_dsn": "",
389 | "step": "coil_terminator.step",
390 | "vrml": ""
391 | },
392 | "page_layout_descr_file": ""
393 | },
394 | "schematic": {
395 | "annotate_start_num": 0,
396 | "drawing": {
397 | "default_line_thickness": 6.0,
398 | "default_text_size": 50.0,
399 | "field_names": [],
400 | "intersheets_ref_own_page": false,
401 | "intersheets_ref_prefix": "",
402 | "intersheets_ref_short": false,
403 | "intersheets_ref_show": false,
404 | "intersheets_ref_suffix": "",
405 | "junction_size_choice": 3,
406 | "label_size_ratio": 0.375,
407 | "pin_symbol_size": 25.0,
408 | "text_offset_ratio": 0.15
409 | },
410 | "legacy_lib_dir": "",
411 | "legacy_lib_list": [],
412 | "meta": {
413 | "version": 1
414 | },
415 | "net_format_name": "",
416 | "ngspice": {
417 | "fix_include_paths": true,
418 | "fix_passive_vals": false,
419 | "meta": {
420 | "version": 0
421 | },
422 | "model_mode": 0,
423 | "workbook_filename": ""
424 | },
425 | "page_layout_descr_file": "",
426 | "plot_directory": "",
427 | "spice_adjust_passive_values": false,
428 | "spice_external_command": "spice \"%I\"",
429 | "subpart_first_id": 65,
430 | "subpart_id_separator": 0
431 | },
432 | "sheets": [
433 | [
434 | "236caf27-5ef1-4e92-9338-c01d90f90200",
435 | ""
436 | ]
437 | ],
438 | "text_variables": {}
439 | }
440 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator_panelized.kicad_prl:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "active_layer": 0,
4 | "active_layer_preset": "All Layers",
5 | "auto_track_width": true,
6 | "hidden_nets": [],
7 | "high_contrast_mode": 0,
8 | "net_color_mode": 1,
9 | "opacity": {
10 | "pads": 1.0,
11 | "tracks": 1.0,
12 | "vias": 1.0,
13 | "zones": 0.6
14 | },
15 | "ratsnest_display_mode": 0,
16 | "selection_filter": {
17 | "dimensions": true,
18 | "footprints": true,
19 | "graphics": true,
20 | "keepouts": true,
21 | "lockedItems": true,
22 | "otherItems": true,
23 | "pads": true,
24 | "text": true,
25 | "tracks": true,
26 | "vias": true,
27 | "zones": true
28 | },
29 | "visible_items": [
30 | 0,
31 | 1,
32 | 2,
33 | 3,
34 | 4,
35 | 5,
36 | 8,
37 | 9,
38 | 10,
39 | 11,
40 | 12,
41 | 13,
42 | 14,
43 | 15,
44 | 16,
45 | 17,
46 | 18,
47 | 19,
48 | 20,
49 | 21,
50 | 22,
51 | 23,
52 | 24,
53 | 25,
54 | 26,
55 | 27,
56 | 28,
57 | 29,
58 | 30,
59 | 32,
60 | 33,
61 | 34,
62 | 35,
63 | 36
64 | ],
65 | "visible_layers": "fffffff_ffffffff",
66 | "zone_display_mode": 0
67 | },
68 | "meta": {
69 | "filename": "coil_terminator_panelized.kicad_prl",
70 | "version": 3
71 | },
72 | "project": {
73 | "files": []
74 | }
75 | }
76 |
--------------------------------------------------------------------------------
/pcb/coil_terminator/coil_terminator_panelized.kicad_pro:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "design_settings": {
4 | "defaults": {
5 | "board_outline_line_width": 0.049999999999999996,
6 | "copper_line_width": 0.19999999999999998,
7 | "copper_text_italic": false,
8 | "copper_text_size_h": 1.5,
9 | "copper_text_size_v": 1.5,
10 | "copper_text_thickness": 0.3,
11 | "copper_text_upright": false,
12 | "courtyard_line_width": 0.049999999999999996,
13 | "dimension_precision": 4,
14 | "dimension_units": 3,
15 | "dimensions": {
16 | "arrow_length": 1270000,
17 | "extension_offset": 500000,
18 | "keep_text_aligned": true,
19 | "suppress_zeroes": false,
20 | "text_position": 0,
21 | "units_format": 1
22 | },
23 | "fab_line_width": 0.09999999999999999,
24 | "fab_text_italic": false,
25 | "fab_text_size_h": 1.0,
26 | "fab_text_size_v": 1.0,
27 | "fab_text_thickness": 0.15,
28 | "fab_text_upright": false,
29 | "other_line_width": 0.09999999999999999,
30 | "other_text_italic": false,
31 | "other_text_size_h": 1.0,
32 | "other_text_size_v": 1.0,
33 | "other_text_thickness": 0.15,
34 | "other_text_upright": false,
35 | "pads": {
36 | "drill": 0.762,
37 | "height": 1.524,
38 | "width": 1.524
39 | },
40 | "silk_line_width": 0.12,
41 | "silk_text_italic": false,
42 | "silk_text_size_h": 1.0,
43 | "silk_text_size_v": 1.0,
44 | "silk_text_thickness": 0.15,
45 | "silk_text_upright": false,
46 | "zones": {
47 | "45_degree_only": false,
48 | "min_clearance": 0.508
49 | }
50 | },
51 | "diff_pair_dimensions": [],
52 | "drc_exclusions": [],
53 | "meta": {
54 | "version": 2
55 | },
56 | "rule_severities": {
57 | "annular_width": "error",
58 | "clearance": "error",
59 | "copper_edge_clearance": "error",
60 | "courtyards_overlap": "error",
61 | "diff_pair_gap_out_of_range": "error",
62 | "diff_pair_uncoupled_length_too_long": "error",
63 | "drill_out_of_range": "error",
64 | "duplicate_footprints": "warning",
65 | "extra_footprint": "warning",
66 | "footprint_type_mismatch": "error",
67 | "hole_clearance": "error",
68 | "hole_near_hole": "error",
69 | "invalid_outline": "error",
70 | "item_on_disabled_layer": "error",
71 | "items_not_allowed": "error",
72 | "length_out_of_range": "error",
73 | "malformed_courtyard": "error",
74 | "microvia_drill_out_of_range": "error",
75 | "missing_courtyard": "ignore",
76 | "missing_footprint": "warning",
77 | "net_conflict": "warning",
78 | "npth_inside_courtyard": "ignore",
79 | "padstack": "error",
80 | "pth_inside_courtyard": "ignore",
81 | "shorting_items": "error",
82 | "silk_over_copper": "warning",
83 | "silk_overlap": "warning",
84 | "skew_out_of_range": "error",
85 | "through_hole_pad_without_hole": "error",
86 | "too_many_vias": "error",
87 | "track_dangling": "warning",
88 | "track_width": "error",
89 | "tracks_crossing": "error",
90 | "unconnected_items": "error",
91 | "unresolved_variable": "error",
92 | "via_dangling": "warning",
93 | "zone_has_empty_net": "error",
94 | "zones_intersect": "error"
95 | },
96 | "rules": {
97 | "allow_blind_buried_vias": false,
98 | "allow_microvias": false,
99 | "max_error": 0.005,
100 | "min_clearance": 0.0,
101 | "min_copper_edge_clearance": 0.01,
102 | "min_hole_clearance": 0.25,
103 | "min_hole_to_hole": 0.25,
104 | "min_microvia_diameter": 0.19999999999999998,
105 | "min_microvia_drill": 0.09999999999999999,
106 | "min_silk_clearance": 0.0,
107 | "min_through_hole_diameter": 0.3,
108 | "min_track_width": 0.19999999999999998,
109 | "min_via_annular_width": 0.049999999999999996,
110 | "min_via_diameter": 0.39999999999999997,
111 | "use_height_for_length_calcs": true
112 | },
113 | "track_widths": [],
114 | "via_dimensions": [],
115 | "zones_allow_external_fillets": false,
116 | "zones_use_no_outline": true
117 | },
118 | "layer_presets": []
119 | },
120 | "boards": [],
121 | "cvpcb": {
122 | "equivalence_files": []
123 | },
124 | "libraries": {
125 | "pinned_footprint_libs": [],
126 | "pinned_symbol_libs": []
127 | },
128 | "meta": {
129 | "filename": "coil_terminator_panelized.kicad_pro",
130 | "version": 1
131 | },
132 | "net_settings": {
133 | "classes": [
134 | {
135 | "bus_width": 12.0,
136 | "clearance": 0.2,
137 | "diff_pair_gap": 0.25,
138 | "diff_pair_via_gap": 0.25,
139 | "diff_pair_width": 0.2,
140 | "line_style": 0,
141 | "microvia_diameter": 0.3,
142 | "microvia_drill": 0.1,
143 | "name": "Default",
144 | "pcb_color": "rgba(0, 0, 0, 0.000)",
145 | "schematic_color": "rgba(0, 0, 0, 0.000)",
146 | "track_width": 0.25,
147 | "via_diameter": 0.8,
148 | "via_drill": 0.4,
149 | "wire_width": 6.0
150 | }
151 | ],
152 | "meta": {
153 | "version": 2
154 | },
155 | "net_colors": null
156 | },
157 | "pcbnew": {
158 | "last_paths": {
159 | "gencad": "",
160 | "idf": "",
161 | "netlist": "",
162 | "specctra_dsn": "",
163 | "step": "",
164 | "vrml": ""
165 | },
166 | "page_layout_descr_file": ""
167 | },
168 | "schematic": {
169 | "legacy_lib_dir": "",
170 | "legacy_lib_list": []
171 | },
172 | "sheets": [],
173 | "text_variables": {}
174 | }
175 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-10-10_133631.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-10-10_133631.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-10-10_134707.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-10-10_134707.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-10-12_113554.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-10-12_113554.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-12_192323.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-12_192323.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-13_150609.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-13_150609.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-13_164620.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-13_164620.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-13_170623.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2022-11-13_170623.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2023-01-07_165854.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2023-01-07_165854.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2023-01-07_170421.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2023-01-07_170421.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2023-01-07_180422.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/packaged-amp-panel-b-backups/packaged-amp-panel-b-2023-01-07_180422.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b.kicad_prl:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "active_layer": 36,
4 | "active_layer_preset": "All Layers",
5 | "auto_track_width": true,
6 | "hidden_nets": [],
7 | "high_contrast_mode": 0,
8 | "net_color_mode": 1,
9 | "opacity": {
10 | "pads": 1.0,
11 | "tracks": 1.0,
12 | "vias": 1.0,
13 | "zones": 0.6
14 | },
15 | "ratsnest_display_mode": 0,
16 | "selection_filter": {
17 | "dimensions": true,
18 | "footprints": true,
19 | "graphics": true,
20 | "keepouts": true,
21 | "lockedItems": true,
22 | "otherItems": true,
23 | "pads": true,
24 | "text": true,
25 | "tracks": true,
26 | "vias": true,
27 | "zones": true
28 | },
29 | "visible_items": [
30 | 0,
31 | 1,
32 | 2,
33 | 3,
34 | 4,
35 | 5,
36 | 8,
37 | 9,
38 | 10,
39 | 11,
40 | 12,
41 | 13,
42 | 14,
43 | 15,
44 | 16,
45 | 17,
46 | 18,
47 | 19,
48 | 20,
49 | 21,
50 | 22,
51 | 23,
52 | 24,
53 | 25,
54 | 26,
55 | 27,
56 | 28,
57 | 29,
58 | 30,
59 | 32,
60 | 33,
61 | 34,
62 | 35,
63 | 36
64 | ],
65 | "visible_layers": "fffffff_ffffffff",
66 | "zone_display_mode": 0
67 | },
68 | "meta": {
69 | "filename": "packaged-amp-panel-b.kicad_prl",
70 | "version": 3
71 | },
72 | "project": {
73 | "files": []
74 | }
75 | }
76 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b.kicad_pro:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "design_settings": {
4 | "defaults": {
5 | "board_outline_line_width": 0.09999999999999999,
6 | "copper_line_width": 0.19999999999999998,
7 | "copper_text_italic": false,
8 | "copper_text_size_h": 1.5,
9 | "copper_text_size_v": 1.5,
10 | "copper_text_thickness": 0.3,
11 | "copper_text_upright": false,
12 | "courtyard_line_width": 0.049999999999999996,
13 | "dimension_precision": 4,
14 | "dimension_units": 3,
15 | "dimensions": {
16 | "arrow_length": 1270000,
17 | "extension_offset": 500000,
18 | "keep_text_aligned": true,
19 | "suppress_zeroes": false,
20 | "text_position": 0,
21 | "units_format": 1
22 | },
23 | "fab_line_width": 0.09999999999999999,
24 | "fab_text_italic": false,
25 | "fab_text_size_h": 1.0,
26 | "fab_text_size_v": 1.0,
27 | "fab_text_thickness": 0.15,
28 | "fab_text_upright": false,
29 | "other_line_width": 0.15,
30 | "other_text_italic": false,
31 | "other_text_size_h": 1.0,
32 | "other_text_size_v": 1.0,
33 | "other_text_thickness": 0.15,
34 | "other_text_upright": false,
35 | "pads": {
36 | "drill": 0.762,
37 | "height": 1.524,
38 | "width": 1.524
39 | },
40 | "silk_line_width": 0.15,
41 | "silk_text_italic": false,
42 | "silk_text_size_h": 1.0,
43 | "silk_text_size_v": 1.0,
44 | "silk_text_thickness": 0.15,
45 | "silk_text_upright": false,
46 | "zones": {
47 | "45_degree_only": false,
48 | "min_clearance": 0.508
49 | }
50 | },
51 | "diff_pair_dimensions": [],
52 | "drc_exclusions": [],
53 | "meta": {
54 | "version": 2
55 | },
56 | "rule_severities": {
57 | "annular_width": "error",
58 | "clearance": "error",
59 | "copper_edge_clearance": "error",
60 | "courtyards_overlap": "error",
61 | "diff_pair_gap_out_of_range": "error",
62 | "diff_pair_uncoupled_length_too_long": "error",
63 | "drill_out_of_range": "error",
64 | "duplicate_footprints": "warning",
65 | "extra_footprint": "warning",
66 | "footprint_type_mismatch": "error",
67 | "hole_clearance": "error",
68 | "hole_near_hole": "error",
69 | "invalid_outline": "error",
70 | "item_on_disabled_layer": "error",
71 | "items_not_allowed": "error",
72 | "length_out_of_range": "error",
73 | "malformed_courtyard": "error",
74 | "microvia_drill_out_of_range": "error",
75 | "missing_courtyard": "ignore",
76 | "missing_footprint": "warning",
77 | "net_conflict": "warning",
78 | "npth_inside_courtyard": "ignore",
79 | "padstack": "error",
80 | "pth_inside_courtyard": "ignore",
81 | "shorting_items": "error",
82 | "silk_over_copper": "warning",
83 | "silk_overlap": "warning",
84 | "skew_out_of_range": "error",
85 | "through_hole_pad_without_hole": "error",
86 | "too_many_vias": "error",
87 | "track_dangling": "warning",
88 | "track_width": "error",
89 | "tracks_crossing": "error",
90 | "unconnected_items": "error",
91 | "unresolved_variable": "error",
92 | "via_dangling": "warning",
93 | "zone_has_empty_net": "error",
94 | "zones_intersect": "error"
95 | },
96 | "rules": {
97 | "allow_blind_buried_vias": false,
98 | "allow_microvias": false,
99 | "max_error": 0.005,
100 | "min_clearance": 0.0,
101 | "min_copper_edge_clearance": 0.0,
102 | "min_hole_clearance": 0.25,
103 | "min_hole_to_hole": 0.25,
104 | "min_microvia_diameter": 0.19999999999999998,
105 | "min_microvia_drill": 0.09999999999999999,
106 | "min_silk_clearance": 0.0,
107 | "min_through_hole_diameter": 0.3,
108 | "min_track_width": 0.19999999999999998,
109 | "min_via_annular_width": 0.049999999999999996,
110 | "min_via_diameter": 0.39999999999999997,
111 | "solder_mask_clearance": 0.0,
112 | "solder_mask_min_width": 0.0,
113 | "use_height_for_length_calcs": true
114 | },
115 | "track_widths": [],
116 | "via_dimensions": [],
117 | "zones_allow_external_fillets": false,
118 | "zones_use_no_outline": true
119 | },
120 | "layer_presets": []
121 | },
122 | "boards": [],
123 | "cvpcb": {
124 | "equivalence_files": []
125 | },
126 | "libraries": {
127 | "pinned_footprint_libs": [],
128 | "pinned_symbol_libs": []
129 | },
130 | "meta": {
131 | "filename": "packaged-amp-panel-b.kicad_pro",
132 | "version": 1
133 | },
134 | "net_settings": {
135 | "classes": [
136 | {
137 | "bus_width": 12.0,
138 | "clearance": 0.2,
139 | "diff_pair_gap": 0.25,
140 | "diff_pair_via_gap": 0.25,
141 | "diff_pair_width": 0.2,
142 | "line_style": 0,
143 | "microvia_diameter": 0.3,
144 | "microvia_drill": 0.1,
145 | "name": "Default",
146 | "pcb_color": "rgba(0, 0, 0, 0.000)",
147 | "schematic_color": "rgba(0, 0, 0, 0.000)",
148 | "track_width": 0.25,
149 | "via_diameter": 0.8,
150 | "via_drill": 0.4,
151 | "wire_width": 6.0
152 | }
153 | ],
154 | "meta": {
155 | "version": 2
156 | },
157 | "net_colors": null
158 | },
159 | "pcbnew": {
160 | "last_paths": {
161 | "gencad": "",
162 | "idf": "",
163 | "netlist": "",
164 | "specctra_dsn": "",
165 | "step": "",
166 | "vrml": ""
167 | },
168 | "page_layout_descr_file": ""
169 | },
170 | "schematic": {
171 | "legacy_lib_dir": "",
172 | "legacy_lib_list": []
173 | },
174 | "sheets": [],
175 | "text_variables": {}
176 | }
177 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/packaged-amp-panel-b.kicad_sch:
--------------------------------------------------------------------------------
1 | (kicad_sch (version 20211123) (generator eeschema)
2 | (paper "A4")
3 | (lib_symbols)
4 | (symbol_instances)
5 | )
6 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-b/panel-b-gerbers.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-B_Cu.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Copper,L2,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %TA.AperFunction,ViaPad*%
15 | %ADD10C,0.800000*%
16 | %TD*%
17 | G04 APERTURE END LIST*
18 | D10*
19 | %TO.N,*%
20 | X104500000Y-72300000D03*
21 | %TD*%
22 | M02*
23 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-B_Mask.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Soldermask,Bot*%
6 | %TF.FilePolarity,Negative*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.325000*%
15 | G04 APERTURE END LIST*
16 | D10*
17 | X108612500Y-68450000D02*
18 | G75*
19 | G03*
20 | X108612500Y-68450000I-162500J0D01*
21 | G01*
22 | M02*
23 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-B_Paste.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Paste,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 APERTURE END LIST*
15 | M02*
16 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-B_Silkscreen.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Legend,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.150000*%
15 | G04 APERTURE END LIST*
16 | D10*
17 | X133119047Y-61152380D02*
18 | X133119047Y-61866666D01*
19 | X133166666Y-62009523D01*
20 | X133261904Y-62104761D01*
21 | X133404761Y-62152380D01*
22 | X133500000Y-62152380D01*
23 | X132166666Y-62152380D02*
24 | X132642857Y-62152380D01*
25 | X132642857Y-61152380D01*
26 | X131261904Y-62057142D02*
27 | X131309523Y-62104761D01*
28 | X131452380Y-62152380D01*
29 | X131547619Y-62152380D01*
30 | X131690476Y-62104761D01*
31 | X131785714Y-62009523D01*
32 | X131833333Y-61914285D01*
33 | X131880952Y-61723809D01*
34 | X131880952Y-61580952D01*
35 | X131833333Y-61390476D01*
36 | X131785714Y-61295238D01*
37 | X131690476Y-61200000D01*
38 | X131547619Y-61152380D01*
39 | X131452380Y-61152380D01*
40 | X131309523Y-61200000D01*
41 | X131261904Y-61247619D01*
42 | X130547619Y-61152380D02*
43 | X130547619Y-61866666D01*
44 | X130595238Y-62009523D01*
45 | X130690476Y-62104761D01*
46 | X130833333Y-62152380D01*
47 | X130928571Y-62152380D01*
48 | X129595238Y-62152380D02*
49 | X130071428Y-62152380D01*
50 | X130071428Y-61152380D01*
51 | X128690476Y-62057142D02*
52 | X128738095Y-62104761D01*
53 | X128880952Y-62152380D01*
54 | X128976190Y-62152380D01*
55 | X129119047Y-62104761D01*
56 | X129214285Y-62009523D01*
57 | X129261904Y-61914285D01*
58 | X129309523Y-61723809D01*
59 | X129309523Y-61580952D01*
60 | X129261904Y-61390476D01*
61 | X129214285Y-61295238D01*
62 | X129119047Y-61200000D01*
63 | X128976190Y-61152380D01*
64 | X128880952Y-61152380D01*
65 | X128738095Y-61200000D01*
66 | X128690476Y-61247619D01*
67 | X127976190Y-61152380D02*
68 | X127976190Y-61866666D01*
69 | X128023809Y-62009523D01*
70 | X128119047Y-62104761D01*
71 | X128261904Y-62152380D01*
72 | X128357142Y-62152380D01*
73 | X127023809Y-62152380D02*
74 | X127500000Y-62152380D01*
75 | X127500000Y-61152380D01*
76 | X126119047Y-62057142D02*
77 | X126166666Y-62104761D01*
78 | X126309523Y-62152380D01*
79 | X126404761Y-62152380D01*
80 | X126547619Y-62104761D01*
81 | X126642857Y-62009523D01*
82 | X126690476Y-61914285D01*
83 | X126738095Y-61723809D01*
84 | X126738095Y-61580952D01*
85 | X126690476Y-61390476D01*
86 | X126642857Y-61295238D01*
87 | X126547619Y-61200000D01*
88 | X126404761Y-61152380D01*
89 | X126309523Y-61152380D01*
90 | X126166666Y-61200000D01*
91 | X126119047Y-61247619D01*
92 | X125404761Y-61152380D02*
93 | X125404761Y-61866666D01*
94 | X125452380Y-62009523D01*
95 | X125547619Y-62104761D01*
96 | X125690476Y-62152380D01*
97 | X125785714Y-62152380D01*
98 | X124452380Y-62152380D02*
99 | X124928571Y-62152380D01*
100 | X124928571Y-61152380D01*
101 | X123547619Y-62057142D02*
102 | X123595238Y-62104761D01*
103 | X123738095Y-62152380D01*
104 | X123833333Y-62152380D01*
105 | X123976190Y-62104761D01*
106 | X124071428Y-62009523D01*
107 | X124119047Y-61914285D01*
108 | X124166666Y-61723809D01*
109 | X124166666Y-61580952D01*
110 | X124119047Y-61390476D01*
111 | X124071428Y-61295238D01*
112 | X123976190Y-61200000D01*
113 | X123833333Y-61152380D01*
114 | X123738095Y-61152380D01*
115 | X123595238Y-61200000D01*
116 | X123547619Y-61247619D01*
117 | M02*
118 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-Edge_Cuts.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Profile,NP*%
6 | %FSLAX46Y46*%
7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
8 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
9 | %MOMM*%
10 | %LPD*%
11 | G01*
12 | G04 APERTURE LIST*
13 | %TA.AperFunction,Profile*%
14 | %ADD10C,0.200000*%
15 | %TD*%
16 | G04 APERTURE END LIST*
17 | D10*
18 | X152555626Y-58250000D02*
19 | X95555626Y-58250000D01*
20 | X94055600Y-79450000D02*
21 | G75*
22 | G03*
23 | X95555626Y-80950000I1500000J0D01*
24 | G01*
25 | X122950000Y-64200000D02*
26 | X134050000Y-64200000D01*
27 | X134800000Y-64950000D02*
28 | X134800000Y-74550000D01*
29 | X122950000Y-64200000D02*
30 | G75*
31 | G03*
32 | X122200000Y-64950000I0J-750000D01*
33 | G01*
34 | X95555626Y-80950000D02*
35 | X152555626Y-80950000D01*
36 | X94055626Y-59750000D02*
37 | X94055626Y-79450000D01*
38 | X122200000Y-74550000D02*
39 | X122200000Y-64950000D01*
40 | X134800000Y-64950000D02*
41 | G75*
42 | G03*
43 | X134050000Y-64200000I-750000J0D01*
44 | G01*
45 | X134050000Y-75300000D02*
46 | G75*
47 | G03*
48 | X134800000Y-74550000I0J750000D01*
49 | G01*
50 | X152555626Y-80950026D02*
51 | G75*
52 | G03*
53 | X154055626Y-79450000I-26J1500026D01*
54 | G01*
55 | X122200000Y-74550000D02*
56 | G75*
57 | G03*
58 | X122950000Y-75300000I750000J0D01*
59 | G01*
60 | X154055600Y-59750000D02*
61 | G75*
62 | G03*
63 | X152555626Y-58250000I-1500000J0D01*
64 | G01*
65 | X134050000Y-75300000D02*
66 | X122950000Y-75300000D01*
67 | X107750000Y-68450000D02*
68 | G75*
69 | G03*
70 | X107750000Y-68450000I-3250000J0D01*
71 | G01*
72 | X95555626Y-58250026D02*
73 | G75*
74 | G03*
75 | X94055626Y-59750000I-26J-1499974D01*
76 | G01*
77 | X154055626Y-79450000D02*
78 | X154055626Y-59750000D01*
79 | M02*
80 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-F_Cu.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Copper,L1,Top*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %TA.AperFunction,ViaPad*%
15 | %ADD10C,0.800000*%
16 | %TD*%
17 | G04 APERTURE END LIST*
18 | D10*
19 | %TO.N,*%
20 | X104500000Y-72300000D03*
21 | %TD*%
22 | M02*
23 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-F_Mask.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Soldermask,Top*%
6 | %TF.FilePolarity,Negative*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.325000*%
15 | G04 APERTURE END LIST*
16 | D10*
17 | X108612500Y-68450000D02*
18 | G75*
19 | G03*
20 | X108612500Y-68450000I-162500J0D01*
21 | G01*
22 | M02*
23 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-F_Paste.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:30-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Paste,Top*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:30*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 APERTURE END LIST*
15 | M02*
16 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-drl_map.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:04:33-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-b,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Drillmap*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX45Y45*%
8 | G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:04:33*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.200000*%
15 | %ADD11C,0.040000*%
16 | G04 APERTURE END LIST*
17 | D10*
18 | X15255563Y-5825000D02*
19 | X9555563Y-5825000D01*
20 | X9405560Y-7945000D02*
21 | G75*
22 | G03*
23 | X9555563Y-8095000I150000J0D01*
24 | G01*
25 | X12295000Y-6420000D02*
26 | X13405000Y-6420000D01*
27 | X13480000Y-6495000D02*
28 | X13480000Y-7455000D01*
29 | X12295000Y-6420000D02*
30 | G75*
31 | G03*
32 | X12220000Y-6495000I0J-75000D01*
33 | G01*
34 | X9555563Y-8095000D02*
35 | X15255563Y-8095000D01*
36 | X9405563Y-5975000D02*
37 | X9405563Y-7945000D01*
38 | X12220000Y-7455000D02*
39 | X12220000Y-6495000D01*
40 | X13480000Y-6495000D02*
41 | G75*
42 | G03*
43 | X13405000Y-6420000I-75000J0D01*
44 | G01*
45 | X13405000Y-7530000D02*
46 | G75*
47 | G03*
48 | X13480000Y-7455000I0J75000D01*
49 | G01*
50 | X15255563Y-8095003D02*
51 | G75*
52 | G03*
53 | X15405563Y-7945000I-3J150003D01*
54 | G01*
55 | X12220000Y-7455000D02*
56 | G75*
57 | G03*
58 | X12295000Y-7530000I75000J0D01*
59 | G01*
60 | X15405560Y-5975000D02*
61 | G75*
62 | G03*
63 | X15255563Y-5825000I-150000J0D01*
64 | G01*
65 | X13405000Y-7530000D02*
66 | X12295000Y-7530000D01*
67 | X10775000Y-6845000D02*
68 | G75*
69 | G03*
70 | X10775000Y-6845000I-325000J0D01*
71 | G01*
72 | X9555563Y-5825003D02*
73 | G75*
74 | G03*
75 | X9405563Y-5975000I-3J-149997D01*
76 | G01*
77 | X15405563Y-7945000D02*
78 | X15405563Y-5975000D01*
79 | D11*
80 | X10430000Y-7210000D02*
81 | X10470000Y-7250000D01*
82 | X10470000Y-7210000D02*
83 | X10430000Y-7250000D01*
84 | D10*
85 | X9653182Y-8415476D02*
86 | X9653182Y-8215476D01*
87 | X9700801Y-8215476D01*
88 | X9729372Y-8225000D01*
89 | X9748420Y-8244048D01*
90 | X9757944Y-8263095D01*
91 | X9767467Y-8301190D01*
92 | X9767467Y-8329762D01*
93 | X9757944Y-8367857D01*
94 | X9748420Y-8386905D01*
95 | X9729372Y-8405952D01*
96 | X9700801Y-8415476D01*
97 | X9653182Y-8415476D01*
98 | X9853182Y-8415476D02*
99 | X9853182Y-8282143D01*
100 | X9853182Y-8320238D02*
101 | X9862705Y-8301190D01*
102 | X9872229Y-8291667D01*
103 | X9891277Y-8282143D01*
104 | X9910325Y-8282143D01*
105 | X9976991Y-8415476D02*
106 | X9976991Y-8282143D01*
107 | X9976991Y-8215476D02*
108 | X9967467Y-8225000D01*
109 | X9976991Y-8234524D01*
110 | X9986515Y-8225000D01*
111 | X9976991Y-8215476D01*
112 | X9976991Y-8234524D01*
113 | X10100801Y-8415476D02*
114 | X10081753Y-8405952D01*
115 | X10072229Y-8386905D01*
116 | X10072229Y-8215476D01*
117 | X10205563Y-8415476D02*
118 | X10186515Y-8405952D01*
119 | X10176991Y-8386905D01*
120 | X10176991Y-8215476D01*
121 | X10434134Y-8415476D02*
122 | X10434134Y-8215476D01*
123 | X10500801Y-8358333D01*
124 | X10567467Y-8215476D01*
125 | X10567467Y-8415476D01*
126 | X10748420Y-8415476D02*
127 | X10748420Y-8310714D01*
128 | X10738896Y-8291667D01*
129 | X10719848Y-8282143D01*
130 | X10681753Y-8282143D01*
131 | X10662705Y-8291667D01*
132 | X10748420Y-8405952D02*
133 | X10729372Y-8415476D01*
134 | X10681753Y-8415476D01*
135 | X10662705Y-8405952D01*
136 | X10653182Y-8386905D01*
137 | X10653182Y-8367857D01*
138 | X10662705Y-8348809D01*
139 | X10681753Y-8339286D01*
140 | X10729372Y-8339286D01*
141 | X10748420Y-8329762D01*
142 | X10843658Y-8282143D02*
143 | X10843658Y-8482143D01*
144 | X10843658Y-8291667D02*
145 | X10862705Y-8282143D01*
146 | X10900801Y-8282143D01*
147 | X10919848Y-8291667D01*
148 | X10929372Y-8301190D01*
149 | X10938896Y-8320238D01*
150 | X10938896Y-8377381D01*
151 | X10929372Y-8396429D01*
152 | X10919848Y-8405952D01*
153 | X10900801Y-8415476D01*
154 | X10862705Y-8415476D01*
155 | X10843658Y-8405952D01*
156 | X11024610Y-8396429D02*
157 | X11034134Y-8405952D01*
158 | X11024610Y-8415476D01*
159 | X11015086Y-8405952D01*
160 | X11024610Y-8396429D01*
161 | X11024610Y-8415476D01*
162 | X11024610Y-8291667D02*
163 | X11034134Y-8301190D01*
164 | X11024610Y-8310714D01*
165 | X11015086Y-8301190D01*
166 | X11024610Y-8291667D01*
167 | X11024610Y-8310714D01*
168 | D11*
169 | X9355563Y-8725000D02*
170 | X9395563Y-8765000D01*
171 | X9395563Y-8725000D02*
172 | X9355563Y-8765000D01*
173 | D10*
174 | X9691277Y-8635476D02*
175 | X9710325Y-8635476D01*
176 | X9729372Y-8645000D01*
177 | X9738896Y-8654524D01*
178 | X9748420Y-8673571D01*
179 | X9757944Y-8711667D01*
180 | X9757944Y-8759286D01*
181 | X9748420Y-8797381D01*
182 | X9738896Y-8816429D01*
183 | X9729372Y-8825952D01*
184 | X9710325Y-8835476D01*
185 | X9691277Y-8835476D01*
186 | X9672229Y-8825952D01*
187 | X9662705Y-8816429D01*
188 | X9653182Y-8797381D01*
189 | X9643658Y-8759286D01*
190 | X9643658Y-8711667D01*
191 | X9653182Y-8673571D01*
192 | X9662705Y-8654524D01*
193 | X9672229Y-8645000D01*
194 | X9691277Y-8635476D01*
195 | X9843658Y-8816429D02*
196 | X9853182Y-8825952D01*
197 | X9843658Y-8835476D01*
198 | X9834134Y-8825952D01*
199 | X9843658Y-8816429D01*
200 | X9843658Y-8835476D01*
201 | X10024610Y-8702143D02*
202 | X10024610Y-8835476D01*
203 | X9976991Y-8625952D02*
204 | X9929372Y-8768810D01*
205 | X10053182Y-8768810D01*
206 | X10167467Y-8635476D02*
207 | X10186515Y-8635476D01*
208 | X10205563Y-8645000D01*
209 | X10215086Y-8654524D01*
210 | X10224610Y-8673571D01*
211 | X10234134Y-8711667D01*
212 | X10234134Y-8759286D01*
213 | X10224610Y-8797381D01*
214 | X10215086Y-8816429D01*
215 | X10205563Y-8825952D01*
216 | X10186515Y-8835476D01*
217 | X10167467Y-8835476D01*
218 | X10148420Y-8825952D01*
219 | X10138896Y-8816429D01*
220 | X10129372Y-8797381D01*
221 | X10119848Y-8759286D01*
222 | X10119848Y-8711667D01*
223 | X10129372Y-8673571D01*
224 | X10138896Y-8654524D01*
225 | X10148420Y-8645000D01*
226 | X10167467Y-8635476D01*
227 | X10357944Y-8635476D02*
228 | X10376991Y-8635476D01*
229 | X10396039Y-8645000D01*
230 | X10405563Y-8654524D01*
231 | X10415086Y-8673571D01*
232 | X10424610Y-8711667D01*
233 | X10424610Y-8759286D01*
234 | X10415086Y-8797381D01*
235 | X10405563Y-8816429D01*
236 | X10396039Y-8825952D01*
237 | X10376991Y-8835476D01*
238 | X10357944Y-8835476D01*
239 | X10338896Y-8825952D01*
240 | X10329372Y-8816429D01*
241 | X10319848Y-8797381D01*
242 | X10310325Y-8759286D01*
243 | X10310325Y-8711667D01*
244 | X10319848Y-8673571D01*
245 | X10329372Y-8654524D01*
246 | X10338896Y-8645000D01*
247 | X10357944Y-8635476D01*
248 | X10510325Y-8835476D02*
249 | X10510325Y-8702143D01*
250 | X10510325Y-8721190D02*
251 | X10519848Y-8711667D01*
252 | X10538896Y-8702143D01*
253 | X10567467Y-8702143D01*
254 | X10586515Y-8711667D01*
255 | X10596039Y-8730714D01*
256 | X10596039Y-8835476D01*
257 | X10596039Y-8730714D02*
258 | X10605563Y-8711667D01*
259 | X10624610Y-8702143D01*
260 | X10653182Y-8702143D01*
261 | X10672229Y-8711667D01*
262 | X10681753Y-8730714D01*
263 | X10681753Y-8835476D01*
264 | X10776991Y-8835476D02*
265 | X10776991Y-8702143D01*
266 | X10776991Y-8721190D02*
267 | X10786515Y-8711667D01*
268 | X10805563Y-8702143D01*
269 | X10834134Y-8702143D01*
270 | X10853182Y-8711667D01*
271 | X10862705Y-8730714D01*
272 | X10862705Y-8835476D01*
273 | X10862705Y-8730714D02*
274 | X10872229Y-8711667D01*
275 | X10891277Y-8702143D01*
276 | X10919848Y-8702143D01*
277 | X10938896Y-8711667D01*
278 | X10948420Y-8730714D01*
279 | X10948420Y-8835476D01*
280 | X11338896Y-8625952D02*
281 | X11167467Y-8883095D01*
282 | X11596039Y-8635476D02*
283 | X11615086Y-8635476D01*
284 | X11634134Y-8645000D01*
285 | X11643658Y-8654524D01*
286 | X11653182Y-8673571D01*
287 | X11662705Y-8711667D01*
288 | X11662705Y-8759286D01*
289 | X11653182Y-8797381D01*
290 | X11643658Y-8816429D01*
291 | X11634134Y-8825952D01*
292 | X11615086Y-8835476D01*
293 | X11596039Y-8835476D01*
294 | X11576991Y-8825952D01*
295 | X11567467Y-8816429D01*
296 | X11557943Y-8797381D01*
297 | X11548420Y-8759286D01*
298 | X11548420Y-8711667D01*
299 | X11557943Y-8673571D01*
300 | X11567467Y-8654524D01*
301 | X11576991Y-8645000D01*
302 | X11596039Y-8635476D01*
303 | X11748420Y-8816429D02*
304 | X11757943Y-8825952D01*
305 | X11748420Y-8835476D01*
306 | X11738896Y-8825952D01*
307 | X11748420Y-8816429D01*
308 | X11748420Y-8835476D01*
309 | X11881753Y-8635476D02*
310 | X11900801Y-8635476D01*
311 | X11919848Y-8645000D01*
312 | X11929372Y-8654524D01*
313 | X11938896Y-8673571D01*
314 | X11948420Y-8711667D01*
315 | X11948420Y-8759286D01*
316 | X11938896Y-8797381D01*
317 | X11929372Y-8816429D01*
318 | X11919848Y-8825952D01*
319 | X11900801Y-8835476D01*
320 | X11881753Y-8835476D01*
321 | X11862705Y-8825952D01*
322 | X11853182Y-8816429D01*
323 | X11843658Y-8797381D01*
324 | X11834134Y-8759286D01*
325 | X11834134Y-8711667D01*
326 | X11843658Y-8673571D01*
327 | X11853182Y-8654524D01*
328 | X11862705Y-8645000D01*
329 | X11881753Y-8635476D01*
330 | X12138896Y-8835476D02*
331 | X12024610Y-8835476D01*
332 | X12081753Y-8835476D02*
333 | X12081753Y-8635476D01*
334 | X12062705Y-8664048D01*
335 | X12043658Y-8683095D01*
336 | X12024610Y-8692619D01*
337 | X12319848Y-8635476D02*
338 | X12224610Y-8635476D01*
339 | X12215086Y-8730714D01*
340 | X12224610Y-8721190D01*
341 | X12243658Y-8711667D01*
342 | X12291277Y-8711667D01*
343 | X12310324Y-8721190D01*
344 | X12319848Y-8730714D01*
345 | X12329372Y-8749762D01*
346 | X12329372Y-8797381D01*
347 | X12319848Y-8816429D01*
348 | X12310324Y-8825952D01*
349 | X12291277Y-8835476D01*
350 | X12243658Y-8835476D01*
351 | X12224610Y-8825952D01*
352 | X12215086Y-8816429D01*
353 | X12396039Y-8635476D02*
354 | X12529372Y-8635476D01*
355 | X12443658Y-8835476D01*
356 | X12596039Y-8635476D02*
357 | X12596039Y-8673571D01*
358 | X12672229Y-8635476D02*
359 | X12672229Y-8673571D01*
360 | X12967467Y-8911667D02*
361 | X12957943Y-8902143D01*
362 | X12938896Y-8873571D01*
363 | X12929372Y-8854524D01*
364 | X12919848Y-8825952D01*
365 | X12910324Y-8778333D01*
366 | X12910324Y-8740238D01*
367 | X12919848Y-8692619D01*
368 | X12929372Y-8664048D01*
369 | X12938896Y-8645000D01*
370 | X12957943Y-8616429D01*
371 | X12967467Y-8606905D01*
372 | X13148420Y-8835476D02*
373 | X13034134Y-8835476D01*
374 | X13091277Y-8835476D02*
375 | X13091277Y-8635476D01*
376 | X13072229Y-8664048D01*
377 | X13053182Y-8683095D01*
378 | X13034134Y-8692619D01*
379 | X13386515Y-8835476D02*
380 | X13386515Y-8635476D01*
381 | X13472229Y-8835476D02*
382 | X13472229Y-8730714D01*
383 | X13462705Y-8711667D01*
384 | X13443658Y-8702143D01*
385 | X13415086Y-8702143D01*
386 | X13396039Y-8711667D01*
387 | X13386515Y-8721190D01*
388 | X13596039Y-8835476D02*
389 | X13576991Y-8825952D01*
390 | X13567467Y-8816429D01*
391 | X13557943Y-8797381D01*
392 | X13557943Y-8740238D01*
393 | X13567467Y-8721190D01*
394 | X13576991Y-8711667D01*
395 | X13596039Y-8702143D01*
396 | X13624610Y-8702143D01*
397 | X13643658Y-8711667D01*
398 | X13653182Y-8721190D01*
399 | X13662705Y-8740238D01*
400 | X13662705Y-8797381D01*
401 | X13653182Y-8816429D01*
402 | X13643658Y-8825952D01*
403 | X13624610Y-8835476D01*
404 | X13596039Y-8835476D01*
405 | X13776991Y-8835476D02*
406 | X13757943Y-8825952D01*
407 | X13748420Y-8806905D01*
408 | X13748420Y-8635476D01*
409 | X13929372Y-8825952D02*
410 | X13910324Y-8835476D01*
411 | X13872229Y-8835476D01*
412 | X13853182Y-8825952D01*
413 | X13843658Y-8806905D01*
414 | X13843658Y-8730714D01*
415 | X13853182Y-8711667D01*
416 | X13872229Y-8702143D01*
417 | X13910324Y-8702143D01*
418 | X13929372Y-8711667D01*
419 | X13938896Y-8730714D01*
420 | X13938896Y-8749762D01*
421 | X13843658Y-8768810D01*
422 | X14005562Y-8911667D02*
423 | X14015086Y-8902143D01*
424 | X14034134Y-8873571D01*
425 | X14043658Y-8854524D01*
426 | X14053182Y-8825952D01*
427 | X14062705Y-8778333D01*
428 | X14062705Y-8740238D01*
429 | X14053182Y-8692619D01*
430 | X14043658Y-8664048D01*
431 | X14034134Y-8645000D01*
432 | X14015086Y-8616429D01*
433 | X14005562Y-8606905D01*
434 | M02*
435 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b-job.gbrjob:
--------------------------------------------------------------------------------
1 | {
2 | "Header": {
3 | "GenerationSoftware": {
4 | "Vendor": "KiCad",
5 | "Application": "Pcbnew",
6 | "Version": "6.0.10-86aedd382b~118~ubuntu20.04.1"
7 | },
8 | "CreationDate": "2023-01-07T18:04:30-08:00"
9 | },
10 | "GeneralSpecs": {
11 | "ProjectId": {
12 | "Name": "packaged-amp-panel-b",
13 | "GUID": "7061636b-6167-4656-942d-616d702d7061",
14 | "Revision": "rev?"
15 | },
16 | "Size": {
17 | "X": 60.2,
18 | "Y": 22.9
19 | },
20 | "LayerNumber": 2,
21 | "BoardThickness": 1.6,
22 | "Finish": "None"
23 | },
24 | "DesignRules": [
25 | {
26 | "Layers": "Outer",
27 | "PadToPad": 0.2,
28 | "PadToTrack": 0.2,
29 | "TrackToTrack": 0.2
30 | }
31 | ],
32 | "FilesAttributes": [
33 | {
34 | "Path": "packaged-amp-panel-b-F_Cu.gbr",
35 | "FileFunction": "Copper,L1,Top",
36 | "FilePolarity": "Positive"
37 | },
38 | {
39 | "Path": "packaged-amp-panel-b-B_Cu.gbr",
40 | "FileFunction": "Copper,L2,Bot",
41 | "FilePolarity": "Positive"
42 | },
43 | {
44 | "Path": "packaged-amp-panel-b-F_Paste.gbr",
45 | "FileFunction": "SolderPaste,Top",
46 | "FilePolarity": "Positive"
47 | },
48 | {
49 | "Path": "packaged-amp-panel-b-B_Paste.gbr",
50 | "FileFunction": "SolderPaste,Bot",
51 | "FilePolarity": "Positive"
52 | },
53 | {
54 | "Path": "packaged-amp-panel-b-F_Silkscreen.gbr",
55 | "FileFunction": "Legend,Top",
56 | "FilePolarity": "Positive"
57 | },
58 | {
59 | "Path": "packaged-amp-panel-b-B_Silkscreen.gbr",
60 | "FileFunction": "Legend,Bot",
61 | "FilePolarity": "Positive"
62 | },
63 | {
64 | "Path": "packaged-amp-panel-b-F_Mask.gbr",
65 | "FileFunction": "SolderMask,Top",
66 | "FilePolarity": "Negative"
67 | },
68 | {
69 | "Path": "packaged-amp-panel-b-B_Mask.gbr",
70 | "FileFunction": "SolderMask,Bot",
71 | "FilePolarity": "Negative"
72 | },
73 | {
74 | "Path": "packaged-amp-panel-b-Edge_Cuts.gbr",
75 | "FileFunction": "Profile",
76 | "FilePolarity": "Positive"
77 | }
78 | ],
79 | "MaterialStackup": [
80 | {
81 | "Type": "Legend",
82 | "Name": "Top Silk Screen"
83 | },
84 | {
85 | "Type": "SolderPaste",
86 | "Name": "Top Solder Paste"
87 | },
88 | {
89 | "Type": "SolderMask",
90 | "Name": "Top Solder Mask"
91 | },
92 | {
93 | "Type": "Copper",
94 | "Name": "F.Cu"
95 | },
96 | {
97 | "Type": "Dielectric",
98 | "Material": "FR4",
99 | "Name": "F.Cu/B.Cu",
100 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
101 | },
102 | {
103 | "Type": "Copper",
104 | "Name": "B.Cu"
105 | },
106 | {
107 | "Type": "SolderMask",
108 | "Name": "Bottom Solder Mask"
109 | },
110 | {
111 | "Type": "SolderPaste",
112 | "Name": "Bottom Solder Paste"
113 | },
114 | {
115 | "Type": "Legend",
116 | "Name": "Bottom Silk Screen"
117 | }
118 | ]
119 | }
120 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-b/panel-b-gerbers/packaged-amp-panel-b.drl:
--------------------------------------------------------------------------------
1 | M48
2 | ; DRILL file {KiCad 6.0.10-86aedd382b~118~ubuntu20.04.1} date Sat 07 Jan 2023 06:04:33 PM PST
3 | ; FORMAT={-:-/ absolute / inch / decimal}
4 | ; #@! TF.CreationDate,2023-01-07T18:04:33-08:00
5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1
6 | ; #@! TF.FileFunction,MixedPlating,1,2
7 | FMAT,2
8 | INCH
9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill
10 | T1C0.0157
11 | %
12 | G90
13 | G05
14 | T1
15 | X4.1142Y-2.8465
16 | T0
17 | M30
18 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2022-10-10_132714.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2022-10-10_132714.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2022-10-10_133309.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2022-10-10_133309.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2022-11-12_191530.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2022-11-12_191530.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2023-01-07_165706.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2023-01-07_165706.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2023-01-07_180252.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-f/packaged-amp-panel-f-backups/packaged-amp-panel-f-2023-01-07_180252.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f.kicad_prl:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "active_layer": 41,
4 | "active_layer_preset": "All Layers",
5 | "auto_track_width": true,
6 | "hidden_nets": [],
7 | "high_contrast_mode": 0,
8 | "net_color_mode": 1,
9 | "opacity": {
10 | "pads": 1.0,
11 | "tracks": 1.0,
12 | "vias": 1.0,
13 | "zones": 0.6
14 | },
15 | "ratsnest_display_mode": 0,
16 | "selection_filter": {
17 | "dimensions": true,
18 | "footprints": true,
19 | "graphics": true,
20 | "keepouts": true,
21 | "lockedItems": true,
22 | "otherItems": true,
23 | "pads": true,
24 | "text": true,
25 | "tracks": true,
26 | "vias": true,
27 | "zones": true
28 | },
29 | "visible_items": [
30 | 0,
31 | 1,
32 | 2,
33 | 3,
34 | 4,
35 | 5,
36 | 8,
37 | 9,
38 | 10,
39 | 11,
40 | 12,
41 | 13,
42 | 14,
43 | 15,
44 | 16,
45 | 17,
46 | 18,
47 | 19,
48 | 20,
49 | 21,
50 | 22,
51 | 23,
52 | 24,
53 | 25,
54 | 26,
55 | 27,
56 | 28,
57 | 29,
58 | 30,
59 | 32,
60 | 33,
61 | 34,
62 | 35,
63 | 36
64 | ],
65 | "visible_layers": "fffffff_ffffffff",
66 | "zone_display_mode": 0
67 | },
68 | "meta": {
69 | "filename": "packaged-amp-panel-f.kicad_prl",
70 | "version": 3
71 | },
72 | "project": {
73 | "files": []
74 | }
75 | }
76 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f.kicad_pro:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "design_settings": {
4 | "defaults": {
5 | "board_outline_line_width": 0.09999999999999999,
6 | "copper_line_width": 0.19999999999999998,
7 | "copper_text_italic": false,
8 | "copper_text_size_h": 1.5,
9 | "copper_text_size_v": 1.5,
10 | "copper_text_thickness": 0.3,
11 | "copper_text_upright": false,
12 | "courtyard_line_width": 0.049999999999999996,
13 | "dimension_precision": 4,
14 | "dimension_units": 3,
15 | "dimensions": {
16 | "arrow_length": 1270000,
17 | "extension_offset": 500000,
18 | "keep_text_aligned": true,
19 | "suppress_zeroes": false,
20 | "text_position": 0,
21 | "units_format": 1
22 | },
23 | "fab_line_width": 0.09999999999999999,
24 | "fab_text_italic": false,
25 | "fab_text_size_h": 1.0,
26 | "fab_text_size_v": 1.0,
27 | "fab_text_thickness": 0.15,
28 | "fab_text_upright": false,
29 | "other_line_width": 0.15,
30 | "other_text_italic": false,
31 | "other_text_size_h": 1.0,
32 | "other_text_size_v": 1.0,
33 | "other_text_thickness": 0.15,
34 | "other_text_upright": false,
35 | "pads": {
36 | "drill": 0.762,
37 | "height": 1.524,
38 | "width": 1.524
39 | },
40 | "silk_line_width": 0.15,
41 | "silk_text_italic": false,
42 | "silk_text_size_h": 1.0,
43 | "silk_text_size_v": 1.0,
44 | "silk_text_thickness": 0.15,
45 | "silk_text_upright": false,
46 | "zones": {
47 | "45_degree_only": false,
48 | "min_clearance": 0.508
49 | }
50 | },
51 | "diff_pair_dimensions": [],
52 | "drc_exclusions": [],
53 | "meta": {
54 | "version": 2
55 | },
56 | "rule_severities": {
57 | "annular_width": "error",
58 | "clearance": "error",
59 | "copper_edge_clearance": "error",
60 | "courtyards_overlap": "error",
61 | "diff_pair_gap_out_of_range": "error",
62 | "diff_pair_uncoupled_length_too_long": "error",
63 | "drill_out_of_range": "error",
64 | "duplicate_footprints": "warning",
65 | "extra_footprint": "warning",
66 | "footprint_type_mismatch": "error",
67 | "hole_clearance": "error",
68 | "hole_near_hole": "error",
69 | "invalid_outline": "error",
70 | "item_on_disabled_layer": "error",
71 | "items_not_allowed": "error",
72 | "length_out_of_range": "error",
73 | "malformed_courtyard": "error",
74 | "microvia_drill_out_of_range": "error",
75 | "missing_courtyard": "ignore",
76 | "missing_footprint": "warning",
77 | "net_conflict": "warning",
78 | "npth_inside_courtyard": "ignore",
79 | "padstack": "error",
80 | "pth_inside_courtyard": "ignore",
81 | "shorting_items": "error",
82 | "silk_over_copper": "warning",
83 | "silk_overlap": "warning",
84 | "skew_out_of_range": "error",
85 | "through_hole_pad_without_hole": "error",
86 | "too_many_vias": "error",
87 | "track_dangling": "warning",
88 | "track_width": "error",
89 | "tracks_crossing": "error",
90 | "unconnected_items": "error",
91 | "unresolved_variable": "error",
92 | "via_dangling": "warning",
93 | "zone_has_empty_net": "error",
94 | "zones_intersect": "error"
95 | },
96 | "rules": {
97 | "allow_blind_buried_vias": false,
98 | "allow_microvias": false,
99 | "max_error": 0.005,
100 | "min_clearance": 0.0,
101 | "min_copper_edge_clearance": 0.0,
102 | "min_hole_clearance": 0.25,
103 | "min_hole_to_hole": 0.25,
104 | "min_microvia_diameter": 0.19999999999999998,
105 | "min_microvia_drill": 0.09999999999999999,
106 | "min_silk_clearance": 0.0,
107 | "min_through_hole_diameter": 0.3,
108 | "min_track_width": 0.19999999999999998,
109 | "min_via_annular_width": 0.049999999999999996,
110 | "min_via_diameter": 0.39999999999999997,
111 | "solder_mask_clearance": 0.0,
112 | "solder_mask_min_width": 0.0,
113 | "use_height_for_length_calcs": true
114 | },
115 | "track_widths": [],
116 | "via_dimensions": [],
117 | "zones_allow_external_fillets": false,
118 | "zones_use_no_outline": true
119 | },
120 | "layer_presets": []
121 | },
122 | "boards": [],
123 | "cvpcb": {
124 | "equivalence_files": []
125 | },
126 | "libraries": {
127 | "pinned_footprint_libs": [],
128 | "pinned_symbol_libs": []
129 | },
130 | "meta": {
131 | "filename": "packaged-amp-panel-f.kicad_pro",
132 | "version": 1
133 | },
134 | "net_settings": {
135 | "classes": [
136 | {
137 | "bus_width": 12.0,
138 | "clearance": 0.2,
139 | "diff_pair_gap": 0.25,
140 | "diff_pair_via_gap": 0.25,
141 | "diff_pair_width": 0.2,
142 | "line_style": 0,
143 | "microvia_diameter": 0.3,
144 | "microvia_drill": 0.1,
145 | "name": "Default",
146 | "pcb_color": "rgba(0, 0, 0, 0.000)",
147 | "schematic_color": "rgba(0, 0, 0, 0.000)",
148 | "track_width": 0.25,
149 | "via_diameter": 0.8,
150 | "via_drill": 0.4,
151 | "wire_width": 6.0
152 | }
153 | ],
154 | "meta": {
155 | "version": 2
156 | },
157 | "net_colors": null
158 | },
159 | "pcbnew": {
160 | "last_paths": {
161 | "gencad": "",
162 | "idf": "",
163 | "netlist": "",
164 | "specctra_dsn": "",
165 | "step": "",
166 | "vrml": ""
167 | },
168 | "page_layout_descr_file": ""
169 | },
170 | "schematic": {
171 | "legacy_lib_dir": "",
172 | "legacy_lib_list": []
173 | },
174 | "sheets": [],
175 | "text_variables": {}
176 | }
177 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/packaged-amp-panel-f.kicad_sch:
--------------------------------------------------------------------------------
1 | (kicad_sch (version 20211123) (generator eeschema)
2 | (paper "A4")
3 | (lib_symbols)
4 | (symbol_instances)
5 | )
6 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp-panel-f/panel-f-gerbers.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-B_Cu.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:02:45-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-f,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Copper,L2,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:02:45*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %TA.AperFunction,NonConductor*%
15 | %ADD10C,0.350000*%
16 | %TD*%
17 | %TA.AperFunction,ViaPad*%
18 | %ADD11C,0.800000*%
19 | %TD*%
20 | G04 APERTURE END LIST*
21 | D10*
22 | X120375000Y-70800000D02*
23 | G75*
24 | G03*
25 | X120375000Y-70800000I-175000J0D01*
26 | G01*
27 | D11*
28 | %TO.N,*%
29 | X116250000Y-74700000D03*
30 | %TD*%
31 | M02*
32 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-B_Mask.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:02:45-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-f,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Soldermask,Bot*%
6 | %TF.FilePolarity,Negative*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:02:45*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.350000*%
15 | G04 APERTURE END LIST*
16 | D10*
17 | X120375000Y-70800000D02*
18 | G75*
19 | G03*
20 | X120375000Y-70800000I-175000J0D01*
21 | G01*
22 | M02*
23 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-B_Silkscreen.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:02:45-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-f,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Legend,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:02:45*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.150000*%
15 | G04 APERTURE END LIST*
16 | D10*
17 | X114669047Y-60952380D02*
18 | X114669047Y-61666666D01*
19 | X114716666Y-61809523D01*
20 | X114811904Y-61904761D01*
21 | X114954761Y-61952380D01*
22 | X115050000Y-61952380D01*
23 | X113716666Y-61952380D02*
24 | X114192857Y-61952380D01*
25 | X114192857Y-60952380D01*
26 | X112811904Y-61857142D02*
27 | X112859523Y-61904761D01*
28 | X113002380Y-61952380D01*
29 | X113097619Y-61952380D01*
30 | X113240476Y-61904761D01*
31 | X113335714Y-61809523D01*
32 | X113383333Y-61714285D01*
33 | X113430952Y-61523809D01*
34 | X113430952Y-61380952D01*
35 | X113383333Y-61190476D01*
36 | X113335714Y-61095238D01*
37 | X113240476Y-61000000D01*
38 | X113097619Y-60952380D01*
39 | X113002380Y-60952380D01*
40 | X112859523Y-61000000D01*
41 | X112811904Y-61047619D01*
42 | X112097619Y-60952380D02*
43 | X112097619Y-61666666D01*
44 | X112145238Y-61809523D01*
45 | X112240476Y-61904761D01*
46 | X112383333Y-61952380D01*
47 | X112478571Y-61952380D01*
48 | X111145238Y-61952380D02*
49 | X111621428Y-61952380D01*
50 | X111621428Y-60952380D01*
51 | X110240476Y-61857142D02*
52 | X110288095Y-61904761D01*
53 | X110430952Y-61952380D01*
54 | X110526190Y-61952380D01*
55 | X110669047Y-61904761D01*
56 | X110764285Y-61809523D01*
57 | X110811904Y-61714285D01*
58 | X110859523Y-61523809D01*
59 | X110859523Y-61380952D01*
60 | X110811904Y-61190476D01*
61 | X110764285Y-61095238D01*
62 | X110669047Y-61000000D01*
63 | X110526190Y-60952380D01*
64 | X110430952Y-60952380D01*
65 | X110288095Y-61000000D01*
66 | X110240476Y-61047619D01*
67 | X109526190Y-60952380D02*
68 | X109526190Y-61666666D01*
69 | X109573809Y-61809523D01*
70 | X109669047Y-61904761D01*
71 | X109811904Y-61952380D01*
72 | X109907142Y-61952380D01*
73 | X108573809Y-61952380D02*
74 | X109050000Y-61952380D01*
75 | X109050000Y-60952380D01*
76 | X107669047Y-61857142D02*
77 | X107716666Y-61904761D01*
78 | X107859523Y-61952380D01*
79 | X107954761Y-61952380D01*
80 | X108097619Y-61904761D01*
81 | X108192857Y-61809523D01*
82 | X108240476Y-61714285D01*
83 | X108288095Y-61523809D01*
84 | X108288095Y-61380952D01*
85 | X108240476Y-61190476D01*
86 | X108192857Y-61095238D01*
87 | X108097619Y-61000000D01*
88 | X107954761Y-60952380D01*
89 | X107859523Y-60952380D01*
90 | X107716666Y-61000000D01*
91 | X107669047Y-61047619D01*
92 | X106954761Y-60952380D02*
93 | X106954761Y-61666666D01*
94 | X107002380Y-61809523D01*
95 | X107097619Y-61904761D01*
96 | X107240476Y-61952380D01*
97 | X107335714Y-61952380D01*
98 | X106002380Y-61952380D02*
99 | X106478571Y-61952380D01*
100 | X106478571Y-60952380D01*
101 | X105097619Y-61857142D02*
102 | X105145238Y-61904761D01*
103 | X105288095Y-61952380D01*
104 | X105383333Y-61952380D01*
105 | X105526190Y-61904761D01*
106 | X105621428Y-61809523D01*
107 | X105669047Y-61714285D01*
108 | X105716666Y-61523809D01*
109 | X105716666Y-61380952D01*
110 | X105669047Y-61190476D01*
111 | X105621428Y-61095238D01*
112 | X105526190Y-61000000D01*
113 | X105383333Y-60952380D01*
114 | X105288095Y-60952380D01*
115 | X105145238Y-61000000D01*
116 | X105097619Y-61047619D01*
117 | M02*
118 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-Edge_Cuts.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:02:45-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-f,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Profile,NP*%
6 | %FSLAX46Y46*%
7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
8 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:02:45*
9 | %MOMM*%
10 | %LPD*%
11 | G01*
12 | G04 APERTURE LIST*
13 | %TA.AperFunction,Profile*%
14 | %ADD10C,0.200000*%
15 | %TD*%
16 | G04 APERTURE END LIST*
17 | D10*
18 | X138999999Y-81499999D02*
19 | G75*
20 | G03*
21 | X140499999Y-80000001I1J1499999D01*
22 | G01*
23 | X140499999Y-60300001D02*
24 | G75*
25 | G03*
26 | X138999999Y-58800001I-1499999J1D01*
27 | G01*
28 | X92786825Y-70400001D02*
29 | G75*
30 | G03*
31 | X92786825Y-70400001I-1981200J0D01*
32 | G01*
33 | X81999999Y-58799999D02*
34 | G75*
35 | G03*
36 | X80499999Y-60300001I1J-1500001D01*
37 | G01*
38 | X80499999Y-60300001D02*
39 | X80499999Y-80000001D01*
40 | X138999999Y-58800001D02*
41 | X81999999Y-58800001D01*
42 | X81999999Y-81500001D02*
43 | X138999999Y-81500001D01*
44 | X119555625Y-70800001D02*
45 | G75*
46 | G03*
47 | X119555625Y-70800001I-3250000J0D01*
48 | G01*
49 | X140499999Y-80000001D02*
50 | X140499999Y-60300001D01*
51 | X80499999Y-80000001D02*
52 | G75*
53 | G03*
54 | X81999999Y-81500001I1500001J1D01*
55 | G01*
56 | M02*
57 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-F_Cu.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:02:45-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-f,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Copper,L1,Top*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:02:45*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %TA.AperFunction,NonConductor*%
15 | %ADD10C,0.350000*%
16 | %TD*%
17 | %TA.AperFunction,ViaPad*%
18 | %ADD11C,0.800000*%
19 | %TD*%
20 | G04 APERTURE END LIST*
21 | D10*
22 | X120375000Y-70800000D02*
23 | G75*
24 | G03*
25 | X120375000Y-70800000I-175000J0D01*
26 | G01*
27 | D11*
28 | %TO.N,*%
29 | X116250000Y-74700000D03*
30 | %TD*%
31 | M02*
32 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-F_Mask.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:02:45-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-f,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Soldermask,Top*%
6 | %TF.FilePolarity,Negative*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:02:45*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.350000*%
15 | G04 APERTURE END LIST*
16 | D10*
17 | X120375000Y-70800000D02*
18 | G75*
19 | G03*
20 | X120375000Y-70800000I-175000J0D01*
21 | G01*
22 | M02*
23 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-drl_map.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-01-07T18:02:49-08:00*%
3 | %TF.ProjectId,packaged-amp-panel-f,7061636b-6167-4656-942d-616d702d7061,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Drillmap*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX45Y45*%
8 | G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.10-86aedd382b~118~ubuntu20.04.1) date 2023-01-07 18:02:49*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.200000*%
15 | %ADD11C,0.040000*%
16 | G04 APERTURE END LIST*
17 | D10*
18 | X13900000Y-8150000D02*
19 | G75*
20 | G03*
21 | X14050000Y-8000000I0J150000D01*
22 | G01*
23 | X14050000Y-6030000D02*
24 | G75*
25 | G03*
26 | X13900000Y-5880000I-150000J0D01*
27 | G01*
28 | X9278683Y-7040000D02*
29 | G75*
30 | G03*
31 | X9278683Y-7040000I-198120J0D01*
32 | G01*
33 | X8200000Y-5880000D02*
34 | G75*
35 | G03*
36 | X8050000Y-6030000I0J-150000D01*
37 | G01*
38 | X8050000Y-6030000D02*
39 | X8050000Y-8000000D01*
40 | X13900000Y-5880000D02*
41 | X8200000Y-5880000D01*
42 | X8200000Y-8150000D02*
43 | X13900000Y-8150000D01*
44 | X11955562Y-7080000D02*
45 | G75*
46 | G03*
47 | X11955562Y-7080000I-325000J0D01*
48 | G01*
49 | X14050000Y-8000000D02*
50 | X14050000Y-6030000D01*
51 | X8050000Y-8000000D02*
52 | G75*
53 | G03*
54 | X8200000Y-8150000I150000J0D01*
55 | G01*
56 | D11*
57 | X11605000Y-7450000D02*
58 | X11645000Y-7490000D01*
59 | X11645000Y-7450000D02*
60 | X11605000Y-7490000D01*
61 | D10*
62 | X8297619Y-8470476D02*
63 | X8297619Y-8270476D01*
64 | X8345238Y-8270476D01*
65 | X8373809Y-8280000D01*
66 | X8392857Y-8299048D01*
67 | X8402381Y-8318095D01*
68 | X8411905Y-8356190D01*
69 | X8411905Y-8384762D01*
70 | X8402381Y-8422857D01*
71 | X8392857Y-8441905D01*
72 | X8373809Y-8460952D01*
73 | X8345238Y-8470476D01*
74 | X8297619Y-8470476D01*
75 | X8497619Y-8470476D02*
76 | X8497619Y-8337143D01*
77 | X8497619Y-8375238D02*
78 | X8507143Y-8356190D01*
79 | X8516667Y-8346667D01*
80 | X8535714Y-8337143D01*
81 | X8554762Y-8337143D01*
82 | X8621428Y-8470476D02*
83 | X8621428Y-8337143D01*
84 | X8621428Y-8270476D02*
85 | X8611905Y-8280000D01*
86 | X8621428Y-8289524D01*
87 | X8630952Y-8280000D01*
88 | X8621428Y-8270476D01*
89 | X8621428Y-8289524D01*
90 | X8745238Y-8470476D02*
91 | X8726190Y-8460952D01*
92 | X8716667Y-8441905D01*
93 | X8716667Y-8270476D01*
94 | X8850000Y-8470476D02*
95 | X8830952Y-8460952D01*
96 | X8821428Y-8441905D01*
97 | X8821428Y-8270476D01*
98 | X9078571Y-8470476D02*
99 | X9078571Y-8270476D01*
100 | X9145238Y-8413333D01*
101 | X9211905Y-8270476D01*
102 | X9211905Y-8470476D01*
103 | X9392857Y-8470476D02*
104 | X9392857Y-8365714D01*
105 | X9383333Y-8346667D01*
106 | X9364286Y-8337143D01*
107 | X9326190Y-8337143D01*
108 | X9307143Y-8346667D01*
109 | X9392857Y-8460952D02*
110 | X9373809Y-8470476D01*
111 | X9326190Y-8470476D01*
112 | X9307143Y-8460952D01*
113 | X9297619Y-8441905D01*
114 | X9297619Y-8422857D01*
115 | X9307143Y-8403810D01*
116 | X9326190Y-8394286D01*
117 | X9373809Y-8394286D01*
118 | X9392857Y-8384762D01*
119 | X9488095Y-8337143D02*
120 | X9488095Y-8537143D01*
121 | X9488095Y-8346667D02*
122 | X9507143Y-8337143D01*
123 | X9545238Y-8337143D01*
124 | X9564286Y-8346667D01*
125 | X9573809Y-8356190D01*
126 | X9583333Y-8375238D01*
127 | X9583333Y-8432381D01*
128 | X9573809Y-8451429D01*
129 | X9564286Y-8460952D01*
130 | X9545238Y-8470476D01*
131 | X9507143Y-8470476D01*
132 | X9488095Y-8460952D01*
133 | X9669048Y-8451429D02*
134 | X9678571Y-8460952D01*
135 | X9669048Y-8470476D01*
136 | X9659524Y-8460952D01*
137 | X9669048Y-8451429D01*
138 | X9669048Y-8470476D01*
139 | X9669048Y-8346667D02*
140 | X9678571Y-8356190D01*
141 | X9669048Y-8365714D01*
142 | X9659524Y-8356190D01*
143 | X9669048Y-8346667D01*
144 | X9669048Y-8365714D01*
145 | D11*
146 | X8000000Y-8780000D02*
147 | X8040000Y-8820000D01*
148 | X8040000Y-8780000D02*
149 | X8000000Y-8820000D01*
150 | D10*
151 | X8335714Y-8690476D02*
152 | X8354762Y-8690476D01*
153 | X8373809Y-8700000D01*
154 | X8383333Y-8709524D01*
155 | X8392857Y-8728572D01*
156 | X8402381Y-8766667D01*
157 | X8402381Y-8814286D01*
158 | X8392857Y-8852381D01*
159 | X8383333Y-8871429D01*
160 | X8373809Y-8880952D01*
161 | X8354762Y-8890476D01*
162 | X8335714Y-8890476D01*
163 | X8316666Y-8880952D01*
164 | X8307143Y-8871429D01*
165 | X8297619Y-8852381D01*
166 | X8288095Y-8814286D01*
167 | X8288095Y-8766667D01*
168 | X8297619Y-8728572D01*
169 | X8307143Y-8709524D01*
170 | X8316666Y-8700000D01*
171 | X8335714Y-8690476D01*
172 | X8488095Y-8871429D02*
173 | X8497619Y-8880952D01*
174 | X8488095Y-8890476D01*
175 | X8478571Y-8880952D01*
176 | X8488095Y-8871429D01*
177 | X8488095Y-8890476D01*
178 | X8669048Y-8757143D02*
179 | X8669048Y-8890476D01*
180 | X8621428Y-8680952D02*
181 | X8573809Y-8823810D01*
182 | X8697619Y-8823810D01*
183 | X8811905Y-8690476D02*
184 | X8830952Y-8690476D01*
185 | X8850000Y-8700000D01*
186 | X8859524Y-8709524D01*
187 | X8869048Y-8728572D01*
188 | X8878571Y-8766667D01*
189 | X8878571Y-8814286D01*
190 | X8869048Y-8852381D01*
191 | X8859524Y-8871429D01*
192 | X8850000Y-8880952D01*
193 | X8830952Y-8890476D01*
194 | X8811905Y-8890476D01*
195 | X8792857Y-8880952D01*
196 | X8783333Y-8871429D01*
197 | X8773809Y-8852381D01*
198 | X8764286Y-8814286D01*
199 | X8764286Y-8766667D01*
200 | X8773809Y-8728572D01*
201 | X8783333Y-8709524D01*
202 | X8792857Y-8700000D01*
203 | X8811905Y-8690476D01*
204 | X9002381Y-8690476D02*
205 | X9021428Y-8690476D01*
206 | X9040476Y-8700000D01*
207 | X9050000Y-8709524D01*
208 | X9059524Y-8728572D01*
209 | X9069048Y-8766667D01*
210 | X9069048Y-8814286D01*
211 | X9059524Y-8852381D01*
212 | X9050000Y-8871429D01*
213 | X9040476Y-8880952D01*
214 | X9021428Y-8890476D01*
215 | X9002381Y-8890476D01*
216 | X8983333Y-8880952D01*
217 | X8973809Y-8871429D01*
218 | X8964286Y-8852381D01*
219 | X8954762Y-8814286D01*
220 | X8954762Y-8766667D01*
221 | X8964286Y-8728572D01*
222 | X8973809Y-8709524D01*
223 | X8983333Y-8700000D01*
224 | X9002381Y-8690476D01*
225 | X9154762Y-8890476D02*
226 | X9154762Y-8757143D01*
227 | X9154762Y-8776191D02*
228 | X9164286Y-8766667D01*
229 | X9183333Y-8757143D01*
230 | X9211905Y-8757143D01*
231 | X9230952Y-8766667D01*
232 | X9240476Y-8785714D01*
233 | X9240476Y-8890476D01*
234 | X9240476Y-8785714D02*
235 | X9250000Y-8766667D01*
236 | X9269048Y-8757143D01*
237 | X9297619Y-8757143D01*
238 | X9316667Y-8766667D01*
239 | X9326190Y-8785714D01*
240 | X9326190Y-8890476D01*
241 | X9421428Y-8890476D02*
242 | X9421428Y-8757143D01*
243 | X9421428Y-8776191D02*
244 | X9430952Y-8766667D01*
245 | X9450000Y-8757143D01*
246 | X9478571Y-8757143D01*
247 | X9497619Y-8766667D01*
248 | X9507143Y-8785714D01*
249 | X9507143Y-8890476D01*
250 | X9507143Y-8785714D02*
251 | X9516667Y-8766667D01*
252 | X9535714Y-8757143D01*
253 | X9564286Y-8757143D01*
254 | X9583333Y-8766667D01*
255 | X9592857Y-8785714D01*
256 | X9592857Y-8890476D01*
257 | X9983333Y-8680952D02*
258 | X9811905Y-8938095D01*
259 | X10240476Y-8690476D02*
260 | X10259524Y-8690476D01*
261 | X10278571Y-8700000D01*
262 | X10288095Y-8709524D01*
263 | X10297619Y-8728572D01*
264 | X10307143Y-8766667D01*
265 | X10307143Y-8814286D01*
266 | X10297619Y-8852381D01*
267 | X10288095Y-8871429D01*
268 | X10278571Y-8880952D01*
269 | X10259524Y-8890476D01*
270 | X10240476Y-8890476D01*
271 | X10221428Y-8880952D01*
272 | X10211905Y-8871429D01*
273 | X10202381Y-8852381D01*
274 | X10192857Y-8814286D01*
275 | X10192857Y-8766667D01*
276 | X10202381Y-8728572D01*
277 | X10211905Y-8709524D01*
278 | X10221428Y-8700000D01*
279 | X10240476Y-8690476D01*
280 | X10392857Y-8871429D02*
281 | X10402381Y-8880952D01*
282 | X10392857Y-8890476D01*
283 | X10383333Y-8880952D01*
284 | X10392857Y-8871429D01*
285 | X10392857Y-8890476D01*
286 | X10526190Y-8690476D02*
287 | X10545238Y-8690476D01*
288 | X10564286Y-8700000D01*
289 | X10573809Y-8709524D01*
290 | X10583333Y-8728572D01*
291 | X10592857Y-8766667D01*
292 | X10592857Y-8814286D01*
293 | X10583333Y-8852381D01*
294 | X10573809Y-8871429D01*
295 | X10564286Y-8880952D01*
296 | X10545238Y-8890476D01*
297 | X10526190Y-8890476D01*
298 | X10507143Y-8880952D01*
299 | X10497619Y-8871429D01*
300 | X10488095Y-8852381D01*
301 | X10478571Y-8814286D01*
302 | X10478571Y-8766667D01*
303 | X10488095Y-8728572D01*
304 | X10497619Y-8709524D01*
305 | X10507143Y-8700000D01*
306 | X10526190Y-8690476D01*
307 | X10783333Y-8890476D02*
308 | X10669048Y-8890476D01*
309 | X10726190Y-8890476D02*
310 | X10726190Y-8690476D01*
311 | X10707143Y-8719048D01*
312 | X10688095Y-8738095D01*
313 | X10669048Y-8747619D01*
314 | X10964286Y-8690476D02*
315 | X10869048Y-8690476D01*
316 | X10859524Y-8785714D01*
317 | X10869048Y-8776191D01*
318 | X10888095Y-8766667D01*
319 | X10935714Y-8766667D01*
320 | X10954762Y-8776191D01*
321 | X10964286Y-8785714D01*
322 | X10973809Y-8804762D01*
323 | X10973809Y-8852381D01*
324 | X10964286Y-8871429D01*
325 | X10954762Y-8880952D01*
326 | X10935714Y-8890476D01*
327 | X10888095Y-8890476D01*
328 | X10869048Y-8880952D01*
329 | X10859524Y-8871429D01*
330 | X11040476Y-8690476D02*
331 | X11173809Y-8690476D01*
332 | X11088095Y-8890476D01*
333 | X11240476Y-8690476D02*
334 | X11240476Y-8728572D01*
335 | X11316666Y-8690476D02*
336 | X11316666Y-8728572D01*
337 | X11611905Y-8966667D02*
338 | X11602381Y-8957143D01*
339 | X11583333Y-8928572D01*
340 | X11573809Y-8909524D01*
341 | X11564286Y-8880952D01*
342 | X11554762Y-8833333D01*
343 | X11554762Y-8795238D01*
344 | X11564286Y-8747619D01*
345 | X11573809Y-8719048D01*
346 | X11583333Y-8700000D01*
347 | X11602381Y-8671429D01*
348 | X11611905Y-8661905D01*
349 | X11792857Y-8890476D02*
350 | X11678571Y-8890476D01*
351 | X11735714Y-8890476D02*
352 | X11735714Y-8690476D01*
353 | X11716666Y-8719048D01*
354 | X11697619Y-8738095D01*
355 | X11678571Y-8747619D01*
356 | X12030952Y-8890476D02*
357 | X12030952Y-8690476D01*
358 | X12116666Y-8890476D02*
359 | X12116666Y-8785714D01*
360 | X12107143Y-8766667D01*
361 | X12088095Y-8757143D01*
362 | X12059524Y-8757143D01*
363 | X12040476Y-8766667D01*
364 | X12030952Y-8776191D01*
365 | X12240476Y-8890476D02*
366 | X12221428Y-8880952D01*
367 | X12211905Y-8871429D01*
368 | X12202381Y-8852381D01*
369 | X12202381Y-8795238D01*
370 | X12211905Y-8776191D01*
371 | X12221428Y-8766667D01*
372 | X12240476Y-8757143D01*
373 | X12269047Y-8757143D01*
374 | X12288095Y-8766667D01*
375 | X12297619Y-8776191D01*
376 | X12307143Y-8795238D01*
377 | X12307143Y-8852381D01*
378 | X12297619Y-8871429D01*
379 | X12288095Y-8880952D01*
380 | X12269047Y-8890476D01*
381 | X12240476Y-8890476D01*
382 | X12421428Y-8890476D02*
383 | X12402381Y-8880952D01*
384 | X12392857Y-8861905D01*
385 | X12392857Y-8690476D01*
386 | X12573809Y-8880952D02*
387 | X12554762Y-8890476D01*
388 | X12516666Y-8890476D01*
389 | X12497619Y-8880952D01*
390 | X12488095Y-8861905D01*
391 | X12488095Y-8785714D01*
392 | X12497619Y-8766667D01*
393 | X12516666Y-8757143D01*
394 | X12554762Y-8757143D01*
395 | X12573809Y-8766667D01*
396 | X12583333Y-8785714D01*
397 | X12583333Y-8804762D01*
398 | X12488095Y-8823810D01*
399 | X12650000Y-8966667D02*
400 | X12659524Y-8957143D01*
401 | X12678571Y-8928572D01*
402 | X12688095Y-8909524D01*
403 | X12697619Y-8880952D01*
404 | X12707143Y-8833333D01*
405 | X12707143Y-8795238D01*
406 | X12697619Y-8747619D01*
407 | X12688095Y-8719048D01*
408 | X12678571Y-8700000D01*
409 | X12659524Y-8671429D01*
410 | X12650000Y-8661905D01*
411 | M02*
412 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f-job.gbrjob:
--------------------------------------------------------------------------------
1 | {
2 | "Header": {
3 | "GenerationSoftware": {
4 | "Vendor": "KiCad",
5 | "Application": "Pcbnew",
6 | "Version": "6.0.10-86aedd382b~118~ubuntu20.04.1"
7 | },
8 | "CreationDate": "2023-01-07T18:02:45-08:00"
9 | },
10 | "GeneralSpecs": {
11 | "ProjectId": {
12 | "Name": "packaged-amp-panel-f",
13 | "GUID": "7061636b-6167-4656-942d-616d702d7061",
14 | "Revision": "rev?"
15 | },
16 | "Size": {
17 | "X": 60.2,
18 | "Y": 22.9
19 | },
20 | "LayerNumber": 2,
21 | "BoardThickness": 1.6,
22 | "Finish": "None"
23 | },
24 | "DesignRules": [
25 | {
26 | "Layers": "Outer",
27 | "PadToPad": 0.2,
28 | "PadToTrack": 0.2,
29 | "TrackToTrack": 0.2
30 | }
31 | ],
32 | "FilesAttributes": [
33 | {
34 | "Path": "packaged-amp-panel-f-F_Cu.gbr",
35 | "FileFunction": "Copper,L1,Top",
36 | "FilePolarity": "Positive"
37 | },
38 | {
39 | "Path": "packaged-amp-panel-f-B_Cu.gbr",
40 | "FileFunction": "Copper,L2,Bot",
41 | "FilePolarity": "Positive"
42 | },
43 | {
44 | "Path": "packaged-amp-panel-f-F_Silkscreen.gbr",
45 | "FileFunction": "Legend,Top",
46 | "FilePolarity": "Positive"
47 | },
48 | {
49 | "Path": "packaged-amp-panel-f-B_Silkscreen.gbr",
50 | "FileFunction": "Legend,Bot",
51 | "FilePolarity": "Positive"
52 | },
53 | {
54 | "Path": "packaged-amp-panel-f-F_Mask.gbr",
55 | "FileFunction": "SolderMask,Top",
56 | "FilePolarity": "Negative"
57 | },
58 | {
59 | "Path": "packaged-amp-panel-f-B_Mask.gbr",
60 | "FileFunction": "SolderMask,Bot",
61 | "FilePolarity": "Negative"
62 | },
63 | {
64 | "Path": "packaged-amp-panel-f-Edge_Cuts.gbr",
65 | "FileFunction": "Profile",
66 | "FilePolarity": "Positive"
67 | }
68 | ],
69 | "MaterialStackup": [
70 | {
71 | "Type": "Legend",
72 | "Name": "Top Silk Screen"
73 | },
74 | {
75 | "Type": "SolderPaste",
76 | "Name": "Top Solder Paste"
77 | },
78 | {
79 | "Type": "SolderMask",
80 | "Name": "Top Solder Mask"
81 | },
82 | {
83 | "Type": "Copper",
84 | "Name": "F.Cu"
85 | },
86 | {
87 | "Type": "Dielectric",
88 | "Material": "FR4",
89 | "Name": "F.Cu/B.Cu",
90 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
91 | },
92 | {
93 | "Type": "Copper",
94 | "Name": "B.Cu"
95 | },
96 | {
97 | "Type": "SolderMask",
98 | "Name": "Bottom Solder Mask"
99 | },
100 | {
101 | "Type": "SolderPaste",
102 | "Name": "Bottom Solder Paste"
103 | },
104 | {
105 | "Type": "Legend",
106 | "Name": "Bottom Silk Screen"
107 | }
108 | ]
109 | }
110 |
--------------------------------------------------------------------------------
/pcb/packaged-amp-panel-f/panel-f-gerbers/packaged-amp-panel-f.drl:
--------------------------------------------------------------------------------
1 | M48
2 | ; DRILL file {KiCad 6.0.10-86aedd382b~118~ubuntu20.04.1} date Sat 07 Jan 2023 06:02:49 PM PST
3 | ; FORMAT={-:-/ absolute / inch / decimal}
4 | ; #@! TF.CreationDate,2023-01-07T18:02:49-08:00
5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.10-86aedd382b~118~ubuntu20.04.1
6 | ; #@! TF.FileFunction,MixedPlating,1,2
7 | FMAT,2
8 | INCH
9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill
10 | T1C0.0157
11 | %
12 | G90
13 | G05
14 | T1
15 | X4.5768Y-2.9409
16 | T0
17 | M30
18 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/Digikey_BOM.csv:
--------------------------------------------------------------------------------
1 | "Ref","Qty","Value","Footprint","Description","MPN"
2 | "C1, C2, C3, C4, ","4","0.47u","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","CL10B474KA8NNNC"
3 | "C5, C7, C9, ","3","68p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","CL10C680JB8NNNC"
4 | "C6, C8, C12, C13, C15, C16, C20, C21, C23, C24, ","10","10u","Capacitor_SMD:C_1206_3216Metric","Unpolarized capacitor","CL31A106KBHNNNE"
5 | "C10, ","1","1n","Capacitor_SMD:C_1206_3216Metric","Unpolarized capacitor","1206B102K202NT"
6 | "C11, C19, ","2","DNP","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor",""
7 | "C14, ","1","330p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","CL10C331JB8NNNC"
8 | "C17, ","1","47n","Capacitor_SMD:C_1206_3216Metric","Unpolarized capacitor","GRM31M5C1H473JA01L"
9 | "C18, ","1","10p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","CL10C100JB8NNNC"
10 | "C22, ","1","47p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","CL10C470JB8NNNC"
11 | "D1, D2, ","2","1N4148","Diode_SMD:D_SOD-323F","Diode","1N4148WS RRG"
12 | "D3, ","1","6.8V","Diode_SMD:D_SMB","Zener diode","P6SMB6.8CA/TR13"
13 | "D4, ","1","WP934CB/GD","wbraun_smd:LED-T1-RIGHT-ANGLE_4.6x4.4mm","Light emitting diode","WP934CB/GD"
14 | "E1, ","1","SparkGap","wbraun_smd:Spark_Gap","Spark gap",""
15 | "F1, ","1","0.5A","Fuse:Fuse_0603_1608Metric","Resettable fuse, polymeric positive temperature coefficient","0467.750NRHF"
16 | "FB1, FB2, ","2","FerriteBead_Small","Inductor_SMD:L_0805_2012Metric","Ferrite bead, small symbol","742792040"
17 | "GD1, ","1","75V","wbraun_smd:GDT_1812","Gas Discharge Tube with 2 Pins","4532-075-LF"
18 | "H1, ","1","MountingHole","wbraun_smd:beefield_logo_small","Mounting Hole without connection",""
19 | "H2, H3, H4, H5, ","4","MountingHole","wbraun_smd:JLC_TOOLING_HOLE","Mounting Hole without connection",""
20 | "J1, ","1","U.FL","Connector_Coaxial:U.FL_Hirose_U.FL-R-SMT-1_Vertical","coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)","U.FL-R-SMT-1(10)"
21 | "J2, ","1","USB_B","wbraun_smd:USB_B_OST_USB-B1HSxx_Horizontal","USB Type B connector","USB-B1HSB6"
22 | "J3, J4, J5, J6, ","4","Conn_01x01_Female","wbraun_smd:CLIP_ECT81800C036","Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)","S1001-46R"
23 | "J7, ","1","SMA","wbraun_smd:SMA_Molex_73251-2200_Horizontal","coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)","RF2-49B-T-00-50-G-HDW"
24 | "L1, ","1","DLW5BTM142SQ2L","wbraun_smd:L_CommonModeChoke_Murata_DLW5BTM","Coupled inductor with ferrite core","DLW5BTM142SQ2L"
25 | "L2, L3, L4, ","3","6.8u","Inductor_SMD:L_1210_3225Metric","Inductor","NLCV32T-6R8M-EF"
26 | "PS1, ","1","A0509S-1WR3","Converter_DCDC:Converter_DCDC_XP_POWER-IHxxxxS_THT","XP Power 2W, 1000 VDC Isolated DC/DC Converter Module, Dual Output Voltage ±3.3V, ±200mA, 5V Input Voltage, SIP","A0509S-1WR3"
27 | "R1, R5, ","2","47","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-0747RL"
28 | "R2, R3, R4, ","3","4.7","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603JR-074R7L"
29 | "R6, ","1","430","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-07430RL"
30 | "R7, R8, R10, R12, ","4","22k","Resistor_SMD:R_0603_1608Metric","Resistor","RMCF0603FG22K0"
31 | "R9, ","1","0","Resistor_SMD:R_0603_1608Metric","Resistor","ERJ-3GEY0R00V"
32 | "R11, R17, ","2","220","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-07220RL"
33 | "R13, ","1","10k","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-0710KL"
34 | "R14, ","1","470","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-07470RL"
35 | "R15, ","1","1.2k","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-071K2L"
36 | "R16, ","1","169","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-07169RL"
37 | "R18, ","1","47","Resistor_SMD:R_1206_3216Metric","Resistor",""
38 | "R19, ","1","2.2k","Resistor_SMD:R_0603_1608Metric","Resistor","RC0603FR-072K2L"
39 | "RV1, RV2, ","2","200","Potentiometer_SMD:Potentiometer_Bourns_3314G_Vertical","Trim-potentiometer","3314G-1-201E"
40 | "TP1, TP2, ","2","DNP","wbraun_smd:THM_MINI","test point",""
41 | "U1, ","1","OPA2188","Package_SO:SOIC-8_3.9x4.9mm_P1.27mm","Dual SoundPlus High Performance, Bipolar-Input Audio Operational Amplifiers, SOIC-8/MSOP-8","OPA2188AIDR"
42 | "U2, ","1","OPA2822","Package_SO:SOIC-8_3.9x4.9mm_P1.27mm","Dual SoundPlus High Performance, Bipolar-Input Audio Operational Amplifiers, SOIC-8/MSOP-8","OPA2822U"
43 | "U3, ","1","MC78L06F-TP","Package_TO_SOT_SMD:SOT-89-3","Positive 100mA 30V Linear Regulator, Fixed Output 6V, SOT-89","MC78L06F-TP"
44 | "U4, ","1","MC79L06F-TP","Package_TO_SOT_SMD:SOT-89-3","Negative 100mA -30V Linear Regulator, Fixed Output -5V, SOT-89","MC79L06F-TP"
45 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/JLC_BOM.csv:
--------------------------------------------------------------------------------
1 | "Ref","Qty","Value","Footprint","Description","LCSC Part Number","MPN"
2 | "C1, C2, C3, C4, ","4","0.47u","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","C1623","CL10B474KA8NNNC"
3 | "C5, C7, C9, ","3","68p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","C28262","CL10C680JB8NNNC"
4 | "C6, C8, C12, C13, C15, C16, C20, C21, C23, C24, ","10","10u","Capacitor_SMD:C_1206_3216Metric","Unpolarized capacitor","C13585","CL31A106KBHNNNE"
5 | "C10, ","1","1n","Capacitor_SMD:C_1206_3216Metric","Unpolarized capacitor","C9196","1206B102K202NT"
6 | "C11, C19, ","2","DNP","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","",""
7 | "C14, ","1","330p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","C1664","CL10C331JB8NNNC"
8 | "C17, ","1","47n","Capacitor_SMD:C_1206_3216Metric","Unpolarized capacitor","C21812","GRM31M5C1H473JA01L"
9 | "C18, ","1","10p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","C1634","CL10C100JB8NNNC"
10 | "C22, ","1","47p","Capacitor_SMD:C_0603_1608Metric","Unpolarized capacitor","C1671","CL10C470JB8NNNC"
11 | "D1, D2, ","2","1N4148","Diode_SMD:D_SOD-323F","Diode","C2128","1N4148WS RRG"
12 | "D3, ","1","6.8V","Diode_SMD:D_SMB","Zener diode","C78395","P6SMB6.8CA/TR13"
13 | "D4, ","1","WP934CB/GD","wbraun_smd:LED-T1-RIGHT-ANGLE_4.6x4.4mm","Light emitting diode","C2929607","WP934CB/GD"
14 | "E1, ","1","SparkGap","wbraun_smd:Spark_Gap","Spark gap","",""
15 | "F1, ","1","0.5A","Fuse:Fuse_0603_1608Metric","Resettable fuse, polymeric positive temperature coefficient","C206991","0467.750NRHF"
16 | "FB1, FB2, ","2","FerriteBead_Small","Inductor_SMD:L_0805_2012Metric","Ferrite bead, small symbol","C1015","742792040"
17 | "GD1, ","1","75V","wbraun_smd:GDT_1812","Gas Discharge Tube with 2 Pins","C522627","4532-075-LF"
18 | "H1, ","1","MountingHole","wbraun_smd:beefield_logo_small","Mounting Hole without connection","",""
19 | "H2, H3, H4, H5, ","4","MountingHole","wbraun_smd:JLC_TOOLING_HOLE","Mounting Hole without connection","",""
20 | "J1, ","1","U.FL","Connector_Coaxial:U.FL_Hirose_U.FL-R-SMT-1_Vertical","coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)","C88373","U.FL-R-SMT-1(10)"
21 | "J2, ","1","USB_B","wbraun_smd:USB_B_OST_USB-B1HSxx_Horizontal","USB Type B connector","C498173","USB-B1HSB6"
22 | "J3, J4, J5, J6, ","4","Conn_01x01_Female","wbraun_smd:CLIP_ECT81800C036","Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)","C5446941","S1001-46R"
23 | "J7, ","1","SMA","wbraun_smd:SMA_Molex_73251-2200_Horizontal","coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)","C1509208","RF2-49B-T-00-50-G-HDW"
24 | "L1, ","1","DLW5BTM142SQ2L","wbraun_smd:L_CommonModeChoke_Murata_DLW5BTM","Coupled inductor with ferrite core","C91596","DLW5BTM142SQ2L"
25 | "L2, L3, L4, ","3","6.8u","Inductor_SMD:L_1210_3225Metric","Inductor","C250230","NLCV32T-6R8M-EF"
26 | "PS1, ","1","A0509S-1WR3","Converter_DCDC:Converter_DCDC_XP_POWER-IHxxxxS_THT","XP Power 2W, 1000 VDC Isolated DC/DC Converter Module, Dual Output Voltage ±3.3V, ±200mA, 5V Input Voltage, SIP","C131900","A0509S-1WR3"
27 | "R1, R5, ","2","47","Resistor_SMD:R_0603_1608Metric","Resistor","C23182","RC0603FR-0747RL"
28 | "R2, R3, R4, ","3","4.7","Resistor_SMD:R_0603_1608Metric","Resistor","C23164","RC0603JR-074R7L"
29 | "R6, ","1","430","Resistor_SMD:R_0603_1608Metric","Resistor","C23170","RC0603FR-07430RL"
30 | "R7, R8, R10, R12, ","4","22k","Resistor_SMD:R_0603_1608Metric","Resistor","C31850","RMCF0603FG22K0"
31 | "R9, ","1","0","Resistor_SMD:R_0603_1608Metric","Resistor","C21189","ERJ-3GEY0R00V"
32 | "R11, R17, ","2","220","Resistor_SMD:R_0603_1608Metric","Resistor","C22962","RC0603FR-07220RL"
33 | "R13, ","1","10k","Resistor_SMD:R_0603_1608Metric","Resistor","C25804","RC0603FR-0710KL"
34 | "R14, ","1","470","Resistor_SMD:R_0603_1608Metric","Resistor","C23179","RC0603FR-07470RL"
35 | "R15, ","1","1.2k","Resistor_SMD:R_0603_1608Metric","Resistor","C22765","RC0603FR-071K2L"
36 | "R16, ","1","169","Resistor_SMD:R_0603_1608Metric","Resistor","C22889","RC0603FR-07169RL"
37 | "R18, ","1","47","Resistor_SMD:R_1206_3216Metric","Resistor","C17969",""
38 | "R19, ","1","2.2k","Resistor_SMD:R_0603_1608Metric","Resistor","C4190","RC0603FR-072K2L"
39 | "RV1, RV2, ","2","200","Potentiometer_SMD:Potentiometer_Bourns_3314G_Vertical","Trim-potentiometer","C52238","3314G-1-201E"
40 | "TP1, TP2, ","2","DNP","wbraun_smd:THM_MINI","test point","",""
41 | "U1, ","1","OPA2188","Package_SO:SOIC-8_3.9x4.9mm_P1.27mm","Dual SoundPlus High Performance, Bipolar-Input Audio Operational Amplifiers, SOIC-8/MSOP-8","C17271","OPA2188AIDR"
42 | "U2, ","1","OPA2822","Package_SO:SOIC-8_3.9x4.9mm_P1.27mm","Dual SoundPlus High Performance, Bipolar-Input Audio Operational Amplifiers, SOIC-8/MSOP-8","C2059808","OPA2822U"
43 | "U3, ","1","MC78L06F-TP","Package_TO_SOT_SMD:SOT-89-3","Positive 100mA 30V Linear Regulator, Fixed Output 6V, SOT-89","C81358","MC78L06F-TP"
44 | "U4, ","1","MC79L06F-TP","Package_TO_SOT_SMD:SOT-89-3","Negative 100mA -30V Linear Regulator, Fixed Output -5V, SOT-89","C8619","MC79L06F-TP"
45 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp/packaged-amp-gerbers.zip
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-B_Mask.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.11-2627ca5db0~126~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-06-15T17:53:28-07:00*%
3 | %TF.ProjectId,packaged-amp,7061636b-6167-4656-942d-616d702e6b69,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Soldermask,Bot*%
6 | %TF.FilePolarity,Negative*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.11-2627ca5db0~126~ubuntu20.04.1) date 2023-06-15 17:53:28*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,3.500000*%
15 | %ADD11C,1.300000*%
16 | %ADD12C,2.000000*%
17 | %ADD13R,1.700000X1.700000*%
18 | %ADD14C,1.700000*%
19 | %ADD15C,3.500000*%
20 | %ADD16R,1.850000X1.850000*%
21 | %ADD17C,1.850000*%
22 | %ADD18C,1.500000*%
23 | %ADD19C,2.250000*%
24 | G04 APERTURE END LIST*
25 | D10*
26 | X119944374Y-78385108D02*
27 | G75*
28 | G03*
29 | X119944374Y-78385108I-1750000J0D01*
30 | G01*
31 | X91944374Y-132385108D02*
32 | G75*
33 | G03*
34 | X91944374Y-132385108I-1750000J0D01*
35 | G01*
36 | D11*
37 | %TO.C,H2*%
38 | X78900000Y-143700000D03*
39 | %TD*%
40 | D12*
41 | %TO.C,TP1*%
42 | X114000000Y-68500000D03*
43 | %TD*%
44 | D13*
45 | %TO.C,J2*%
46 | X98500000Y-76577500D03*
47 | D14*
48 | X101000000Y-76577500D03*
49 | X101000000Y-74577500D03*
50 | X98500000Y-74577500D03*
51 | D15*
52 | X93730000Y-71867500D03*
53 | X105770000Y-71867500D03*
54 | %TD*%
55 | D11*
56 | %TO.C,H4*%
57 | X129500000Y-132150000D03*
58 | %TD*%
59 | D16*
60 | %TO.C,PS1*%
61 | X82850000Y-95290000D03*
62 | D17*
63 | X82850000Y-97830000D03*
64 | X82850000Y-102910000D03*
65 | X82850000Y-105450000D03*
66 | X82850000Y-107990000D03*
67 | %TD*%
68 | D12*
69 | %TO.C,TP2*%
70 | X128500000Y-110750000D03*
71 | %TD*%
72 | D11*
73 | %TO.C,H5*%
74 | X130500000Y-66050000D03*
75 | %TD*%
76 | D18*
77 | %TO.C,D4*%
78 | X85770000Y-137900000D03*
79 | X83230000Y-137900000D03*
80 | %TD*%
81 | D11*
82 | %TO.C,H3*%
83 | X78900000Y-67050000D03*
84 | %TD*%
85 | D19*
86 | %TO.C,J7*%
87 | X123750000Y-68750000D03*
88 | X121210000Y-66210000D03*
89 | X126290000Y-71290000D03*
90 | X121210000Y-71290000D03*
91 | X126290000Y-66210000D03*
92 | %TD*%
93 | M02*
94 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-B_Paste.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.11-2627ca5db0~126~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-06-15T17:53:28-07:00*%
3 | %TF.ProjectId,packaged-amp,7061636b-6167-4656-942d-616d702e6b69,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Paste,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.11-2627ca5db0~126~ubuntu20.04.1) date 2023-06-15 17:53:28*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 APERTURE END LIST*
15 | M02*
16 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-B_Silkscreen.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.11-2627ca5db0~126~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-06-15T17:53:28-07:00*%
3 | %TF.ProjectId,packaged-amp,7061636b-6167-4656-942d-616d702e6b69,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Legend,Bot*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.11-2627ca5db0~126~ubuntu20.04.1) date 2023-06-15 17:53:28*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.150000*%
15 | G04 APERTURE END LIST*
16 | D10*
17 | X104369047Y-67952380D02*
18 | X104369047Y-68666666D01*
19 | X104416666Y-68809523D01*
20 | X104511904Y-68904761D01*
21 | X104654761Y-68952380D01*
22 | X104750000Y-68952380D01*
23 | X103416666Y-68952380D02*
24 | X103892857Y-68952380D01*
25 | X103892857Y-67952380D01*
26 | X102511904Y-68857142D02*
27 | X102559523Y-68904761D01*
28 | X102702380Y-68952380D01*
29 | X102797619Y-68952380D01*
30 | X102940476Y-68904761D01*
31 | X103035714Y-68809523D01*
32 | X103083333Y-68714285D01*
33 | X103130952Y-68523809D01*
34 | X103130952Y-68380952D01*
35 | X103083333Y-68190476D01*
36 | X103035714Y-68095238D01*
37 | X102940476Y-68000000D01*
38 | X102797619Y-67952380D01*
39 | X102702380Y-67952380D01*
40 | X102559523Y-68000000D01*
41 | X102511904Y-68047619D01*
42 | X101797619Y-67952380D02*
43 | X101797619Y-68666666D01*
44 | X101845238Y-68809523D01*
45 | X101940476Y-68904761D01*
46 | X102083333Y-68952380D01*
47 | X102178571Y-68952380D01*
48 | X100845238Y-68952380D02*
49 | X101321428Y-68952380D01*
50 | X101321428Y-67952380D01*
51 | X99940476Y-68857142D02*
52 | X99988095Y-68904761D01*
53 | X100130952Y-68952380D01*
54 | X100226190Y-68952380D01*
55 | X100369047Y-68904761D01*
56 | X100464285Y-68809523D01*
57 | X100511904Y-68714285D01*
58 | X100559523Y-68523809D01*
59 | X100559523Y-68380952D01*
60 | X100511904Y-68190476D01*
61 | X100464285Y-68095238D01*
62 | X100369047Y-68000000D01*
63 | X100226190Y-67952380D01*
64 | X100130952Y-67952380D01*
65 | X99988095Y-68000000D01*
66 | X99940476Y-68047619D01*
67 | X99226190Y-67952380D02*
68 | X99226190Y-68666666D01*
69 | X99273809Y-68809523D01*
70 | X99369047Y-68904761D01*
71 | X99511904Y-68952380D01*
72 | X99607142Y-68952380D01*
73 | X98273809Y-68952380D02*
74 | X98750000Y-68952380D01*
75 | X98750000Y-67952380D01*
76 | X97369047Y-68857142D02*
77 | X97416666Y-68904761D01*
78 | X97559523Y-68952380D01*
79 | X97654761Y-68952380D01*
80 | X97797619Y-68904761D01*
81 | X97892857Y-68809523D01*
82 | X97940476Y-68714285D01*
83 | X97988095Y-68523809D01*
84 | X97988095Y-68380952D01*
85 | X97940476Y-68190476D01*
86 | X97892857Y-68095238D01*
87 | X97797619Y-68000000D01*
88 | X97654761Y-67952380D01*
89 | X97559523Y-67952380D01*
90 | X97416666Y-68000000D01*
91 | X97369047Y-68047619D01*
92 | X96654761Y-67952380D02*
93 | X96654761Y-68666666D01*
94 | X96702380Y-68809523D01*
95 | X96797619Y-68904761D01*
96 | X96940476Y-68952380D01*
97 | X97035714Y-68952380D01*
98 | X95702380Y-68952380D02*
99 | X96178571Y-68952380D01*
100 | X96178571Y-67952380D01*
101 | X94797619Y-68857142D02*
102 | X94845238Y-68904761D01*
103 | X94988095Y-68952380D01*
104 | X95083333Y-68952380D01*
105 | X95226190Y-68904761D01*
106 | X95321428Y-68809523D01*
107 | X95369047Y-68714285D01*
108 | X95416666Y-68523809D01*
109 | X95416666Y-68380952D01*
110 | X95369047Y-68190476D01*
111 | X95321428Y-68095238D01*
112 | X95226190Y-68000000D01*
113 | X95083333Y-67952380D01*
114 | X94988095Y-67952380D01*
115 | X94845238Y-68000000D01*
116 | X94797619Y-68047619D01*
117 | X113059523Y-65535714D02*
118 | X113059523Y-66345238D01*
119 | X113107142Y-66440476D01*
120 | X113154761Y-66488095D01*
121 | X113250000Y-66535714D01*
122 | X113392857Y-66535714D01*
123 | X113488095Y-66488095D01*
124 | X113059523Y-66154761D02*
125 | X113154761Y-66202380D01*
126 | X113345238Y-66202380D01*
127 | X113440476Y-66154761D01*
128 | X113488095Y-66107142D01*
129 | X113535714Y-66011904D01*
130 | X113535714Y-65726190D01*
131 | X113488095Y-65630952D01*
132 | X113440476Y-65583333D01*
133 | X113345238Y-65535714D01*
134 | X113154761Y-65535714D01*
135 | X113059523Y-65583333D01*
136 | X112583333Y-66202380D02*
137 | X112583333Y-65535714D01*
138 | X112583333Y-65202380D02*
139 | X112630952Y-65250000D01*
140 | X112583333Y-65297619D01*
141 | X112535714Y-65250000D01*
142 | X112583333Y-65202380D01*
143 | X112583333Y-65297619D01*
144 | X112250000Y-65535714D02*
145 | X111869047Y-65535714D01*
146 | X112107142Y-65202380D02*
147 | X112107142Y-66059523D01*
148 | X112059523Y-66154761D01*
149 | X111964285Y-66202380D01*
150 | X111869047Y-66202380D01*
151 | X111535714Y-66202380D02*
152 | X111535714Y-65202380D01*
153 | X111107142Y-66202380D02*
154 | X111107142Y-65678571D01*
155 | X111154761Y-65583333D01*
156 | X111250000Y-65535714D01*
157 | X111392857Y-65535714D01*
158 | X111488095Y-65583333D01*
159 | X111535714Y-65630952D01*
160 | X110202380Y-65535714D02*
161 | X110202380Y-66202380D01*
162 | X110630952Y-65535714D02*
163 | X110630952Y-66059523D01*
164 | X110583333Y-66154761D01*
165 | X110488095Y-66202380D01*
166 | X110345238Y-66202380D01*
167 | X110250000Y-66154761D01*
168 | X110202380Y-66107142D01*
169 | X109726190Y-66202380D02*
170 | X109726190Y-65202380D01*
171 | X109726190Y-65583333D02*
172 | X109630952Y-65535714D01*
173 | X109440476Y-65535714D01*
174 | X109345238Y-65583333D01*
175 | X109297619Y-65630952D01*
176 | X109250000Y-65726190D01*
177 | X109250000Y-66011904D01*
178 | X109297619Y-66107142D01*
179 | X109345238Y-66154761D01*
180 | X109440476Y-66202380D01*
181 | X109630952Y-66202380D01*
182 | X109726190Y-66154761D01*
183 | X108821428Y-66107142D02*
184 | X108773809Y-66154761D01*
185 | X108821428Y-66202380D01*
186 | X108869047Y-66154761D01*
187 | X108821428Y-66107142D01*
188 | X108821428Y-66202380D01*
189 | X107916666Y-66154761D02*
190 | X108011904Y-66202380D01*
191 | X108202380Y-66202380D01*
192 | X108297619Y-66154761D01*
193 | X108345238Y-66107142D01*
194 | X108392857Y-66011904D01*
195 | X108392857Y-65726190D01*
196 | X108345238Y-65630952D01*
197 | X108297619Y-65583333D01*
198 | X108202380Y-65535714D01*
199 | X108011904Y-65535714D01*
200 | X107916666Y-65583333D01*
201 | X107345238Y-66202380D02*
202 | X107440476Y-66154761D01*
203 | X107488095Y-66107142D01*
204 | X107535714Y-66011904D01*
205 | X107535714Y-65726190D01*
206 | X107488095Y-65630952D01*
207 | X107440476Y-65583333D01*
208 | X107345238Y-65535714D01*
209 | X107202380Y-65535714D01*
210 | X107107142Y-65583333D01*
211 | X107059523Y-65630952D01*
212 | X107011904Y-65726190D01*
213 | X107011904Y-66011904D01*
214 | X107059523Y-66107142D01*
215 | X107107142Y-66154761D01*
216 | X107202380Y-66202380D01*
217 | X107345238Y-66202380D01*
218 | X106583333Y-66202380D02*
219 | X106583333Y-65535714D01*
220 | X106583333Y-65630952D02*
221 | X106535714Y-65583333D01*
222 | X106440476Y-65535714D01*
223 | X106297619Y-65535714D01*
224 | X106202380Y-65583333D01*
225 | X106154761Y-65678571D01*
226 | X106154761Y-66202380D01*
227 | X106154761Y-65678571D02*
228 | X106107142Y-65583333D01*
229 | X106011904Y-65535714D01*
230 | X105869047Y-65535714D01*
231 | X105773809Y-65583333D01*
232 | X105726190Y-65678571D01*
233 | X105726190Y-66202380D01*
234 | X104535714Y-65154761D02*
235 | X105392857Y-66440476D01*
236 | X104297619Y-65535714D02*
237 | X104107142Y-66202380D01*
238 | X103916666Y-65726190D01*
239 | X103726190Y-66202380D01*
240 | X103535714Y-65535714D01*
241 | X102773809Y-66154761D02*
242 | X102869047Y-66202380D01*
243 | X103059523Y-66202380D01*
244 | X103154761Y-66154761D01*
245 | X103202380Y-66059523D01*
246 | X103202380Y-65678571D01*
247 | X103154761Y-65583333D01*
248 | X103059523Y-65535714D01*
249 | X102869047Y-65535714D01*
250 | X102773809Y-65583333D01*
251 | X102726190Y-65678571D01*
252 | X102726190Y-65773809D01*
253 | X103202380Y-65869047D01*
254 | X102345238Y-66154761D02*
255 | X102250000Y-66202380D01*
256 | X102059523Y-66202380D01*
257 | X101964285Y-66154761D01*
258 | X101916666Y-66059523D01*
259 | X101916666Y-66011904D01*
260 | X101964285Y-65916666D01*
261 | X102059523Y-65869047D01*
262 | X102202380Y-65869047D01*
263 | X102297619Y-65821428D01*
264 | X102345238Y-65726190D01*
265 | X102345238Y-65678571D01*
266 | X102297619Y-65583333D01*
267 | X102202380Y-65535714D01*
268 | X102059523Y-65535714D01*
269 | X101964285Y-65583333D01*
270 | X101630952Y-65535714D02*
271 | X101250000Y-65535714D01*
272 | X101488095Y-65202380D02*
273 | X101488095Y-66059523D01*
274 | X101440476Y-66154761D01*
275 | X101345238Y-66202380D01*
276 | X101250000Y-66202380D01*
277 | X100773809Y-66202380D02*
278 | X100869047Y-66154761D01*
279 | X100916666Y-66107142D01*
280 | X100964285Y-66011904D01*
281 | X100964285Y-65726190D01*
282 | X100916666Y-65630952D01*
283 | X100869047Y-65583333D01*
284 | X100773809Y-65535714D01*
285 | X100630952Y-65535714D01*
286 | X100535714Y-65583333D01*
287 | X100488095Y-65630952D01*
288 | X100440476Y-65726190D01*
289 | X100440476Y-66011904D01*
290 | X100488095Y-66107142D01*
291 | X100535714Y-66154761D01*
292 | X100630952Y-66202380D01*
293 | X100773809Y-66202380D01*
294 | X100011904Y-65535714D02*
295 | X100011904Y-66202380D01*
296 | X100011904Y-65630952D02*
297 | X99964285Y-65583333D01*
298 | X99869047Y-65535714D01*
299 | X99726190Y-65535714D01*
300 | X99630952Y-65583333D01*
301 | X99583333Y-65678571D01*
302 | X99583333Y-66202380D01*
303 | X99107142Y-66202380D02*
304 | X99107142Y-65202380D01*
305 | X99107142Y-65583333D02*
306 | X99011904Y-65535714D01*
307 | X98821428Y-65535714D01*
308 | X98726190Y-65583333D01*
309 | X98678571Y-65630952D01*
310 | X98630952Y-65726190D01*
311 | X98630952Y-66011904D01*
312 | X98678571Y-66107142D01*
313 | X98726190Y-66154761D01*
314 | X98821428Y-66202380D01*
315 | X99011904Y-66202380D01*
316 | X99107142Y-66154761D01*
317 | X97488095Y-65154761D02*
318 | X98345238Y-66440476D01*
319 | X97154761Y-66202380D02*
320 | X97154761Y-65535714D01*
321 | X97154761Y-65726190D02*
322 | X97107142Y-65630952D01*
323 | X97059523Y-65583333D01*
324 | X96964285Y-65535714D01*
325 | X96869047Y-65535714D01*
326 | X96392857Y-66202380D02*
327 | X96488095Y-66154761D01*
328 | X96535714Y-66107142D01*
329 | X96583333Y-66011904D01*
330 | X96583333Y-65726190D01*
331 | X96535714Y-65630952D01*
332 | X96488095Y-65583333D01*
333 | X96392857Y-65535714D01*
334 | X96250000Y-65535714D01*
335 | X96154761Y-65583333D01*
336 | X96107142Y-65630952D01*
337 | X96059523Y-65726190D01*
338 | X96059523Y-66011904D01*
339 | X96107142Y-66107142D01*
340 | X96154761Y-66154761D01*
341 | X96250000Y-66202380D01*
342 | X96392857Y-66202380D01*
343 | X95202380Y-65535714D02*
344 | X95202380Y-66345238D01*
345 | X95250000Y-66440476D01*
346 | X95297619Y-66488095D01*
347 | X95392857Y-66535714D01*
348 | X95535714Y-66535714D01*
349 | X95630952Y-66488095D01*
350 | X95202380Y-66154761D02*
351 | X95297619Y-66202380D01*
352 | X95488095Y-66202380D01*
353 | X95583333Y-66154761D01*
354 | X95630952Y-66107142D01*
355 | X95678571Y-66011904D01*
356 | X95678571Y-65726190D01*
357 | X95630952Y-65630952D01*
358 | X95583333Y-65583333D01*
359 | X95488095Y-65535714D01*
360 | X95297619Y-65535714D01*
361 | X95202380Y-65583333D01*
362 | X94583333Y-66202380D02*
363 | X94678571Y-66154761D01*
364 | X94726190Y-66107142D01*
365 | X94773809Y-66011904D01*
366 | X94773809Y-65726190D01*
367 | X94726190Y-65630952D01*
368 | X94678571Y-65583333D01*
369 | X94583333Y-65535714D01*
370 | X94440476Y-65535714D01*
371 | X94345238Y-65583333D01*
372 | X94297619Y-65630952D01*
373 | X94250000Y-65726190D01*
374 | X94250000Y-66011904D01*
375 | X94297619Y-66107142D01*
376 | X94345238Y-66154761D01*
377 | X94440476Y-66202380D01*
378 | X94583333Y-66202380D01*
379 | X93916666Y-65535714D02*
380 | X93726190Y-66202380D01*
381 | X93535714Y-65726190D01*
382 | X93345238Y-66202380D01*
383 | X93154761Y-65535714D01*
384 | X92821428Y-66154761D02*
385 | X92726190Y-66202380D01*
386 | X92535714Y-66202380D01*
387 | X92440476Y-66154761D01*
388 | X92392857Y-66059523D01*
389 | X92392857Y-66011904D01*
390 | X92440476Y-65916666D01*
391 | X92535714Y-65869047D01*
392 | X92678571Y-65869047D01*
393 | X92773809Y-65821428D01*
394 | X92821428Y-65726190D01*
395 | X92821428Y-65678571D01*
396 | X92773809Y-65583333D01*
397 | X92678571Y-65535714D01*
398 | X92535714Y-65535714D01*
399 | X92440476Y-65583333D01*
400 | X91964285Y-66202380D02*
401 | X91964285Y-65202380D01*
402 | X91869047Y-65821428D02*
403 | X91583333Y-66202380D01*
404 | X91583333Y-65535714D02*
405 | X91964285Y-65916666D01*
406 | X91154761Y-66202380D02*
407 | X91154761Y-65535714D01*
408 | X91154761Y-65202380D02*
409 | X91202380Y-65250000D01*
410 | X91154761Y-65297619D01*
411 | X91107142Y-65250000D01*
412 | X91154761Y-65202380D01*
413 | X91154761Y-65297619D01*
414 | X90678571Y-65821428D02*
415 | X89916666Y-65821428D01*
416 | X89440476Y-66202380D02*
417 | X89440476Y-65535714D01*
418 | X89440476Y-65726190D02*
419 | X89392857Y-65630952D01*
420 | X89345238Y-65583333D01*
421 | X89250000Y-65535714D01*
422 | X89154761Y-65535714D01*
423 | X88440476Y-66154761D02*
424 | X88535714Y-66202380D01*
425 | X88726190Y-66202380D01*
426 | X88821428Y-66154761D01*
427 | X88869047Y-66059523D01*
428 | X88869047Y-65678571D01*
429 | X88821428Y-65583333D01*
430 | X88726190Y-65535714D01*
431 | X88535714Y-65535714D01*
432 | X88440476Y-65583333D01*
433 | X88392857Y-65678571D01*
434 | X88392857Y-65773809D01*
435 | X88869047Y-65869047D01*
436 | X87821428Y-66202380D02*
437 | X87916666Y-66154761D01*
438 | X87964285Y-66059523D01*
439 | X87964285Y-65202380D01*
440 | X87440476Y-66202380D02*
441 | X87440476Y-65535714D01*
442 | X87440476Y-65202380D02*
443 | X87488095Y-65250000D01*
444 | X87440476Y-65297619D01*
445 | X87392857Y-65250000D01*
446 | X87440476Y-65202380D01*
447 | X87440476Y-65297619D01*
448 | X86583333Y-66154761D02*
449 | X86678571Y-66202380D01*
450 | X86869047Y-66202380D01*
451 | X86964285Y-66154761D01*
452 | X87011904Y-66059523D01*
453 | X87011904Y-65678571D01*
454 | X86964285Y-65583333D01*
455 | X86869047Y-65535714D01*
456 | X86678571Y-65535714D01*
457 | X86583333Y-65583333D01*
458 | X86535714Y-65678571D01*
459 | X86535714Y-65773809D01*
460 | X87011904Y-65869047D01*
461 | X86250000Y-65535714D02*
462 | X85869047Y-65535714D01*
463 | X86107142Y-66202380D02*
464 | X86107142Y-65345238D01*
465 | X86059523Y-65250000D01*
466 | X85964285Y-65202380D01*
467 | X85869047Y-65202380D01*
468 | M02*
469 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-Edge_Cuts.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.11-2627ca5db0~126~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-06-15T17:53:28-07:00*%
3 | %TF.ProjectId,packaged-amp,7061636b-6167-4656-942d-616d702e6b69,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Profile,NP*%
6 | %FSLAX46Y46*%
7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
8 | G04 Created by KiCad (PCBNEW 6.0.11-2627ca5db0~126~ubuntu20.04.1) date 2023-06-15 17:53:28*
9 | %MOMM*%
10 | %LPD*%
11 | G01*
12 | G04 APERTURE LIST*
13 | %TA.AperFunction,Profile*%
14 | %ADD10C,0.200000*%
15 | %TD*%
16 | %TA.AperFunction,Profile*%
17 | %ADD11C,0.100000*%
18 | %TD*%
19 | G04 APERTURE END LIST*
20 | D10*
21 | X132500000Y-64054126D02*
22 | X75888747Y-64054126D01*
23 | X132500000Y-88270217D02*
24 | X129194374Y-88270217D01*
25 | D11*
26 | X113750000Y-136125000D02*
27 | X113750000Y-137625000D01*
28 | D10*
29 | X91794374Y-132385108D02*
30 | G75*
31 | G03*
32 | X91794374Y-132385108I-1600000J0D01*
33 | G01*
34 | D11*
35 | X119000000Y-118500000D02*
36 | G75*
37 | G03*
38 | X121000000Y-118500000I1000000J0D01*
39 | G01*
40 | D10*
41 | X132500000Y-122500000D02*
42 | X132500000Y-88270217D01*
43 | X75888747Y-146716091D02*
44 | X104000000Y-146716091D01*
45 | D11*
46 | X115250000Y-136125000D02*
47 | G75*
48 | G03*
49 | X113750000Y-136125000I-750000J0D01*
50 | G01*
51 | X105750000Y-136125000D02*
52 | X105750000Y-137625000D01*
53 | X119000000Y-118500000D02*
54 | X119000000Y-116500000D01*
55 | D10*
56 | X132500000Y-81638034D02*
57 | X132500000Y-64054126D01*
58 | X129194374Y-122499997D02*
59 | G75*
60 | G03*
61 | X129194374Y-129132183I-4J-3316093D01*
62 | G01*
63 | X75888747Y-64054126D02*
64 | X75888747Y-81638034D01*
65 | D11*
66 | X113750000Y-137625000D02*
67 | G75*
68 | G03*
69 | X115250000Y-137625000I750000J0D01*
70 | G01*
71 | D10*
72 | X129194374Y-122500000D02*
73 | X132500000Y-122500000D01*
74 | X132500000Y-129132183D02*
75 | X129194374Y-129132183D01*
76 | X75888747Y-81638034D02*
77 | X79194374Y-81638034D01*
78 | X75888747Y-129132183D02*
79 | X75888747Y-146716091D01*
80 | X104000000Y-140250000D02*
81 | X104000000Y-146716091D01*
82 | X116000000Y-140250000D02*
83 | X116000000Y-146716091D01*
84 | X129194374Y-81637983D02*
85 | G75*
86 | G03*
87 | X129194374Y-88270217I26J-3316117D01*
88 | G01*
89 | X75888747Y-122500000D02*
90 | X79194374Y-122500000D01*
91 | X116000000Y-146716091D02*
92 | X132500000Y-146716091D01*
93 | D11*
94 | X121000000Y-118500000D02*
95 | X121000000Y-116500000D01*
96 | X115250000Y-136125000D02*
97 | X115250000Y-137625000D01*
98 | D10*
99 | X75888747Y-88270217D02*
100 | X75888747Y-122500000D01*
101 | X79194374Y-129132183D02*
102 | X75888747Y-129132183D01*
103 | X132500000Y-146716091D02*
104 | X132500000Y-129132183D01*
105 | D11*
106 | X105750000Y-136125000D02*
107 | G75*
108 | G03*
109 | X104250000Y-136125000I-750000J0D01*
110 | G01*
111 | D10*
112 | X129194374Y-81638034D02*
113 | X132500000Y-81638034D01*
114 | X79194374Y-88270217D02*
115 | X75888747Y-88270217D01*
116 | X119794374Y-78385108D02*
117 | G75*
118 | G03*
119 | X119794374Y-78385108I-1600000J0D01*
120 | G01*
121 | X79194374Y-129132180D02*
122 | G75*
123 | G03*
124 | X79194374Y-122500000I-4J3316090D01*
125 | G01*
126 | X91794374Y-78385108D02*
127 | G75*
128 | G03*
129 | X91794374Y-78385108I-1600000J0D01*
130 | G01*
131 | X116000000Y-140250000D02*
132 | X104000000Y-140250000D01*
133 | D11*
134 | X104250000Y-136125000D02*
135 | X104250000Y-137625000D01*
136 | X121000000Y-116500000D02*
137 | G75*
138 | G03*
139 | X119000000Y-116500000I-1000000J0D01*
140 | G01*
141 | X104250000Y-137625000D02*
142 | G75*
143 | G03*
144 | X105750000Y-137625000I750000J0D01*
145 | G01*
146 | D10*
147 | X119794374Y-132385108D02*
148 | G75*
149 | G03*
150 | X119794374Y-132385108I-1600000J0D01*
151 | G01*
152 | X79194374Y-88270226D02*
153 | G75*
154 | G03*
155 | X79194374Y-81638034I6J3316096D01*
156 | G01*
157 | M02*
158 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-F_Mask.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.11-2627ca5db0~126~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-06-15T17:53:28-07:00*%
3 | %TF.ProjectId,packaged-amp,7061636b-6167-4656-942d-616d702e6b69,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Soldermask,Top*%
6 | %TF.FilePolarity,Negative*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.11-2627ca5db0~126~ubuntu20.04.1) date 2023-06-15 17:53:28*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 Aperture macros list*
15 | %AMRoundRect*
16 | 0 Rectangle with rounded corners*
17 | 0 $1 Rounding radius*
18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
19 | 0 Add a 4 corners polygon primitive as box body*
20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
21 | 0 Add four circle primitives for the rounded corners*
22 | 1,1,$1+$1,$2,$3*
23 | 1,1,$1+$1,$4,$5*
24 | 1,1,$1+$1,$6,$7*
25 | 1,1,$1+$1,$8,$9*
26 | 0 Add four rect primitives between the rounded corners*
27 | 20,1,$1+$1,$2,$3,$4,$5,0*
28 | 20,1,$1+$1,$4,$5,$6,$7,0*
29 | 20,1,$1+$1,$6,$7,$8,$9,0*
30 | 20,1,$1+$1,$8,$9,$2,$3,0*%
31 | %AMFreePoly0*
32 | 4,1,9,3.862500,-0.866500,0.737500,-0.866500,0.737500,-0.450000,-0.737500,-0.450000,-0.737500,0.450000,0.737500,0.450000,0.737500,0.866500,3.862500,0.866500,3.862500,-0.866500,3.862500,-0.866500,$1*%
33 | G04 Aperture macros list end*
34 | %ADD10C,0.000000*%
35 | %ADD11C,0.150000*%
36 | %ADD12RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*%
37 | %ADD13R,1.300000X0.800000*%
38 | %ADD14RoundRect,0.250000X-0.650000X0.325000X-0.650000X-0.325000X0.650000X-0.325000X0.650000X0.325000X0*%
39 | %ADD15RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
40 | %ADD16RoundRect,0.218750X-0.381250X0.218750X-0.381250X-0.218750X0.381250X-0.218750X0.381250X0.218750X0*%
41 | %ADD17RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
42 | %ADD18RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
43 | %ADD19RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*%
44 | %ADD20C,1.300000*%
45 | %ADD21R,0.500000X0.500000*%
46 | %ADD22RoundRect,0.250000X0.375000X1.075000X-0.375000X1.075000X-0.375000X-1.075000X0.375000X-1.075000X0*%
47 | %ADD23R,0.800000X1.300000*%
48 | %ADD24RoundRect,0.250000X0.650000X-0.325000X0.650000X0.325000X-0.650000X0.325000X-0.650000X-0.325000X0*%
49 | %ADD25RoundRect,0.250000X0.325000X0.650000X-0.325000X0.650000X-0.325000X-0.650000X0.325000X-0.650000X0*%
50 | %ADD26C,2.000000*%
51 | %ADD27RoundRect,0.250000X-0.375000X-1.075000X0.375000X-1.075000X0.375000X1.075000X-0.375000X1.075000X0*%
52 | %ADD28RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*%
53 | %ADD29R,1.300000X1.300000*%
54 | %ADD30R,1.300000X2.000000*%
55 | %ADD31R,1.700000X1.700000*%
56 | %ADD32C,1.700000*%
57 | %ADD33C,3.500000*%
58 | %ADD34R,1.000000X1.050000*%
59 | %ADD35R,1.050000X2.200000*%
60 | %ADD36RoundRect,0.250000X0.312500X0.625000X-0.312500X0.625000X-0.312500X-0.625000X0.312500X-0.625000X0*%
61 | %ADD37R,1.850000X1.850000*%
62 | %ADD38C,1.850000*%
63 | %ADD39R,1.400000X0.700000*%
64 | %ADD40R,1.000000X1.700000*%
65 | %ADD41R,1.500000X4.200000*%
66 | %ADD42R,1.300000X0.900000*%
67 | %ADD43FreePoly0,0.000000*%
68 | %ADD44C,1.500000*%
69 | %ADD45RoundRect,0.250000X-0.325000X-0.650000X0.325000X-0.650000X0.325000X0.650000X-0.325000X0.650000X0*%
70 | %ADD46FreePoly0,180.000000*%
71 | %ADD47C,2.250000*%
72 | %ADD48RoundRect,0.218750X-0.218750X-0.256250X0.218750X-0.256250X0.218750X0.256250X-0.218750X0.256250X0*%
73 | %ADD49R,2.500000X2.300000*%
74 | G04 APERTURE END LIST*
75 | D10*
76 | G36*
77 | X122000000Y-119500000D02*
78 | G01*
79 | X121000000Y-120500000D01*
80 | X119000000Y-120500000D01*
81 | X118000000Y-119500000D01*
82 | X118000000Y-116000000D01*
83 | X122000000Y-116000000D01*
84 | X122000000Y-119500000D01*
85 | G37*
86 | D11*
87 | X77250000Y-113250000D02*
88 | X84250000Y-113250000D01*
89 | X84250000Y-113250000D02*
90 | X84250000Y-118750000D01*
91 | X84250000Y-118750000D02*
92 | X77250000Y-118750000D01*
93 | X77250000Y-118750000D02*
94 | X77250000Y-113250000D01*
95 | G36*
96 | X77250000Y-113250000D02*
97 | G01*
98 | X84250000Y-113250000D01*
99 | X84250000Y-118750000D01*
100 | X77250000Y-118750000D01*
101 | X77250000Y-113250000D01*
102 | G37*
103 | %TO.C,E1*%
104 | G36*
105 | X123750000Y-119250000D02*
106 | G01*
107 | X125250000Y-119250000D01*
108 | X125250000Y-116750000D01*
109 | X123750000Y-116750000D01*
110 | X123750000Y-119250000D01*
111 | G37*
112 | %TD*%
113 | D12*
114 | %TO.C,R5*%
115 | X122250000Y-104325000D03*
116 | X122250000Y-102675000D03*
117 | %TD*%
118 | %TO.C,R4*%
119 | X122250000Y-110825000D03*
120 | X122250000Y-109175000D03*
121 | %TD*%
122 | D13*
123 | %TO.C,J6*%
124 | X116100000Y-82750000D03*
125 | X112900000Y-82750000D03*
126 | X114500000Y-82750000D03*
127 | %TD*%
128 | D14*
129 | %TO.C,C8*%
130 | X87000000Y-94275000D03*
131 | X87000000Y-97225000D03*
132 | %TD*%
133 | D15*
134 | %TO.C,C1*%
135 | X106750000Y-94975000D03*
136 | X106750000Y-96525000D03*
137 | %TD*%
138 | D16*
139 | %TO.C,FB1*%
140 | X92250000Y-113187500D03*
141 | X92250000Y-115312500D03*
142 | %TD*%
143 | D17*
144 | %TO.C,U1*%
145 | X108345000Y-99975000D03*
146 | X109615000Y-99975000D03*
147 | X110885000Y-99975000D03*
148 | X112155000Y-99975000D03*
149 | X112155000Y-95025000D03*
150 | X110885000Y-95025000D03*
151 | X109615000Y-95025000D03*
152 | X108345000Y-95025000D03*
153 | %TD*%
154 | D15*
155 | %TO.C,C5*%
156 | X116250000Y-109225000D03*
157 | X116250000Y-110775000D03*
158 | %TD*%
159 | D18*
160 | %TO.C,R1*%
161 | X112925000Y-109750000D03*
162 | X114575000Y-109750000D03*
163 | %TD*%
164 | D19*
165 | %TO.C,R14*%
166 | X112750000Y-90925000D03*
167 | X112750000Y-92575000D03*
168 | %TD*%
169 | D20*
170 | %TO.C,H2*%
171 | X78900000Y-143700000D03*
172 | %TD*%
173 | D21*
174 | %TO.C,D1*%
175 | X119850000Y-106000000D03*
176 | X117650000Y-106000000D03*
177 | %TD*%
178 | D22*
179 | %TO.C,L2*%
180 | X89900000Y-91500000D03*
181 | X87100000Y-91500000D03*
182 | %TD*%
183 | D23*
184 | %TO.C,J4*%
185 | X104500000Y-99350000D03*
186 | X104500000Y-96150000D03*
187 | X104500000Y-97750000D03*
188 | %TD*%
189 | D14*
190 | %TO.C,C6*%
191 | X90000000Y-94275000D03*
192 | X90000000Y-97225000D03*
193 | %TD*%
194 | D24*
195 | %TO.C,C17*%
196 | X108750000Y-92475000D03*
197 | X108750000Y-89525000D03*
198 | %TD*%
199 | D25*
200 | %TO.C,C24*%
201 | X95475000Y-125500000D03*
202 | X92525000Y-125500000D03*
203 | %TD*%
204 | D18*
205 | %TO.C,R3*%
206 | X119175000Y-107750000D03*
207 | X120825000Y-107750000D03*
208 | %TD*%
209 | D19*
210 | %TO.C,R11*%
211 | X120750000Y-94425000D03*
212 | X120750000Y-96075000D03*
213 | %TD*%
214 | D18*
215 | %TO.C,R2*%
216 | X116175000Y-107750000D03*
217 | X117825000Y-107750000D03*
218 | %TD*%
219 | %TO.C,R15*%
220 | X117675000Y-93000000D03*
221 | X119325000Y-93000000D03*
222 | %TD*%
223 | D23*
224 | %TO.C,J5*%
225 | X124500000Y-96150000D03*
226 | X124500000Y-99350000D03*
227 | X124500000Y-97750000D03*
228 | %TD*%
229 | D15*
230 | %TO.C,C14*%
231 | X116250000Y-102725000D03*
232 | X116250000Y-104275000D03*
233 | %TD*%
234 | D24*
235 | %TO.C,C12*%
236 | X87000000Y-111475000D03*
237 | X87000000Y-108525000D03*
238 | %TD*%
239 | D26*
240 | %TO.C,TP1*%
241 | X114000000Y-68500000D03*
242 | %TD*%
243 | D25*
244 | %TO.C,C23*%
245 | X89225000Y-125500000D03*
246 | X86275000Y-125500000D03*
247 | %TD*%
248 | D12*
249 | %TO.C,R12*%
250 | X111000000Y-92575000D03*
251 | X111000000Y-90925000D03*
252 | %TD*%
253 | D25*
254 | %TO.C,C20*%
255 | X89225000Y-118000000D03*
256 | X86275000Y-118000000D03*
257 | %TD*%
258 | D12*
259 | %TO.C,R16*%
260 | X114752500Y-92568500D03*
261 | X114752500Y-90918500D03*
262 | %TD*%
263 | D27*
264 | %TO.C,L3*%
265 | X89100000Y-110500000D03*
266 | X91900000Y-110500000D03*
267 | %TD*%
268 | D28*
269 | %TO.C,C22*%
270 | X120725000Y-93000000D03*
271 | X122275000Y-93000000D03*
272 | %TD*%
273 | D18*
274 | %TO.C,R19*%
275 | X83175000Y-130750000D03*
276 | X84825000Y-130750000D03*
277 | %TD*%
278 | D15*
279 | %TO.C,C3*%
280 | X113750000Y-94975000D03*
281 | X113750000Y-96525000D03*
282 | %TD*%
283 | D29*
284 | %TO.C,RV1*%
285 | X112750000Y-105904500D03*
286 | D30*
287 | X107250000Y-104754500D03*
288 | D29*
289 | X112750000Y-103604500D03*
290 | %TD*%
291 | D12*
292 | %TO.C,R6*%
293 | X117750000Y-104325000D03*
294 | X117750000Y-102675000D03*
295 | %TD*%
296 | %TO.C,R17*%
297 | X114752500Y-89318500D03*
298 | X114752500Y-87668500D03*
299 | %TD*%
300 | D13*
301 | %TO.C,J3*%
302 | X116100000Y-112750000D03*
303 | X114500000Y-112750000D03*
304 | X112900000Y-112750000D03*
305 | %TD*%
306 | D31*
307 | %TO.C,J2*%
308 | X98500000Y-76577500D03*
309 | D32*
310 | X101000000Y-76577500D03*
311 | X101000000Y-74577500D03*
312 | X98500000Y-74577500D03*
313 | D33*
314 | X93730000Y-71867500D03*
315 | X105770000Y-71867500D03*
316 | %TD*%
317 | D20*
318 | %TO.C,H4*%
319 | X129500000Y-132150000D03*
320 | %TD*%
321 | D34*
322 | %TO.C,J1*%
323 | X113500000Y-116950000D03*
324 | D35*
325 | X114975000Y-118475000D03*
326 | X112025000Y-118475000D03*
327 | %TD*%
328 | D15*
329 | %TO.C,C19*%
330 | X111000000Y-87725000D03*
331 | X111000000Y-89275000D03*
332 | %TD*%
333 | D36*
334 | %TO.C,R18*%
335 | X114712500Y-85750000D03*
336 | X111787500Y-85750000D03*
337 | %TD*%
338 | D14*
339 | %TO.C,C10*%
340 | X87000000Y-99025000D03*
341 | X87000000Y-101975000D03*
342 | %TD*%
343 | D24*
344 | %TO.C,C16*%
345 | X94000000Y-106725000D03*
346 | X94000000Y-103775000D03*
347 | %TD*%
348 | D15*
349 | %TO.C,C7*%
350 | X118000000Y-109225000D03*
351 | X118000000Y-110775000D03*
352 | %TD*%
353 | D37*
354 | %TO.C,PS1*%
355 | X82850000Y-95290000D03*
356 | D38*
357 | X82850000Y-97830000D03*
358 | X82850000Y-102910000D03*
359 | X82850000Y-105450000D03*
360 | X82850000Y-107990000D03*
361 | %TD*%
362 | D19*
363 | %TO.C,R7*%
364 | X119250000Y-102675000D03*
365 | X119250000Y-104325000D03*
366 | %TD*%
367 | D26*
368 | %TO.C,TP2*%
369 | X128500000Y-110750000D03*
370 | %TD*%
371 | D20*
372 | %TO.C,H5*%
373 | X130500000Y-66050000D03*
374 | %TD*%
375 | D19*
376 | %TO.C,R13*%
377 | X112750000Y-87675000D03*
378 | X112750000Y-89325000D03*
379 | %TD*%
380 | D39*
381 | %TO.C,L1*%
382 | X88050000Y-73000000D03*
383 | D40*
384 | X86950000Y-72500000D03*
385 | X85050000Y-72500000D03*
386 | D39*
387 | X83950000Y-73000000D03*
388 | X88050000Y-69000000D03*
389 | D40*
390 | X86950000Y-69500000D03*
391 | X85050000Y-69500000D03*
392 | D39*
393 | X83950000Y-69000000D03*
394 | %TD*%
395 | D41*
396 | %TO.C,GD1*%
397 | X123500000Y-76500000D03*
398 | X128000000Y-76500000D03*
399 | %TD*%
400 | D42*
401 | %TO.C,U4*%
402 | X92600000Y-120250000D03*
403 | D43*
404 | X92687500Y-121750000D03*
405 | D42*
406 | X92600000Y-123250000D03*
407 | %TD*%
408 | D15*
409 | %TO.C,C2*%
410 | X113750000Y-98475000D03*
411 | X113750000Y-100025000D03*
412 | %TD*%
413 | D24*
414 | %TO.C,C13*%
415 | X87000000Y-106725000D03*
416 | X87000000Y-103775000D03*
417 | %TD*%
418 | D12*
419 | %TO.C,R8*%
420 | X120750000Y-104325000D03*
421 | X120750000Y-102675000D03*
422 | %TD*%
423 | D44*
424 | %TO.C,D4*%
425 | X85770000Y-137900000D03*
426 | X83230000Y-137900000D03*
427 | %TD*%
428 | D27*
429 | %TO.C,L4*%
430 | X89100000Y-104750000D03*
431 | X91900000Y-104750000D03*
432 | %TD*%
433 | D45*
434 | %TO.C,C21*%
435 | X92525000Y-118000000D03*
436 | X95475000Y-118000000D03*
437 | %TD*%
438 | D15*
439 | %TO.C,C11*%
440 | X122250000Y-105725000D03*
441 | X122250000Y-107275000D03*
442 | %TD*%
443 | D17*
444 | %TO.C,U2*%
445 | X115345000Y-99975000D03*
446 | X116615000Y-99975000D03*
447 | X117885000Y-99975000D03*
448 | X119155000Y-99975000D03*
449 | X119155000Y-95025000D03*
450 | X117885000Y-95025000D03*
451 | X116615000Y-95025000D03*
452 | X115345000Y-95025000D03*
453 | %TD*%
454 | D16*
455 | %TO.C,FB2*%
456 | X96250000Y-103687500D03*
457 | X96250000Y-105812500D03*
458 | %TD*%
459 | D42*
460 | %TO.C,U3*%
461 | X89150000Y-123250000D03*
462 | D46*
463 | X89062500Y-121750000D03*
464 | D42*
465 | X89150000Y-120250000D03*
466 | %TD*%
467 | D12*
468 | %TO.C,R10*%
469 | X106750000Y-92575000D03*
470 | X106750000Y-90925000D03*
471 | %TD*%
472 | D15*
473 | %TO.C,C18*%
474 | X122250000Y-94475000D03*
475 | X122250000Y-96025000D03*
476 | %TD*%
477 | D20*
478 | %TO.C,H3*%
479 | X78900000Y-67050000D03*
480 | %TD*%
481 | D29*
482 | %TO.C,RV2*%
483 | X116760500Y-88350000D03*
484 | D30*
485 | X122260500Y-89500000D03*
486 | D29*
487 | X116760500Y-90650000D03*
488 | %TD*%
489 | D19*
490 | %TO.C,R9*%
491 | X114750000Y-102675000D03*
492 | X114750000Y-104325000D03*
493 | %TD*%
494 | D21*
495 | %TO.C,D2*%
496 | X116600000Y-106000000D03*
497 | X114400000Y-106000000D03*
498 | %TD*%
499 | D47*
500 | %TO.C,J7*%
501 | X123750000Y-68750000D03*
502 | X121210000Y-66210000D03*
503 | X126290000Y-71290000D03*
504 | X121210000Y-71290000D03*
505 | X126290000Y-66210000D03*
506 | %TD*%
507 | D15*
508 | %TO.C,C9*%
509 | X120250000Y-109225000D03*
510 | X120250000Y-110775000D03*
511 | %TD*%
512 | %TO.C,C4*%
513 | X120750000Y-98475000D03*
514 | X120750000Y-100025000D03*
515 | %TD*%
516 | D48*
517 | %TO.C,F1*%
518 | X87212500Y-83750000D03*
519 | X88787500Y-83750000D03*
520 | %TD*%
521 | D24*
522 | %TO.C,C15*%
523 | X94000000Y-111475000D03*
524 | X94000000Y-108525000D03*
525 | %TD*%
526 | D49*
527 | %TO.C,D3*%
528 | X89650000Y-87250000D03*
529 | X85350000Y-87250000D03*
530 | %TD*%
531 | M02*
532 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-F_Paste.gbr:
--------------------------------------------------------------------------------
1 | %TF.GenerationSoftware,KiCad,Pcbnew,6.0.11-2627ca5db0~126~ubuntu20.04.1*%
2 | %TF.CreationDate,2023-06-15T17:53:27-07:00*%
3 | %TF.ProjectId,packaged-amp,7061636b-6167-4656-942d-616d702e6b69,rev?*%
4 | %TF.SameCoordinates,Original*%
5 | %TF.FileFunction,Paste,Top*%
6 | %TF.FilePolarity,Positive*%
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW 6.0.11-2627ca5db0~126~ubuntu20.04.1) date 2023-06-15 17:53:27*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 Aperture macros list*
15 | %AMRoundRect*
16 | 0 Rectangle with rounded corners*
17 | 0 $1 Rounding radius*
18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
19 | 0 Add a 4 corners polygon primitive as box body*
20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
21 | 0 Add four circle primitives for the rounded corners*
22 | 1,1,$1+$1,$2,$3*
23 | 1,1,$1+$1,$4,$5*
24 | 1,1,$1+$1,$6,$7*
25 | 1,1,$1+$1,$8,$9*
26 | 0 Add four rect primitives between the rounded corners*
27 | 20,1,$1+$1,$2,$3,$4,$5,0*
28 | 20,1,$1+$1,$4,$5,$6,$7,0*
29 | 20,1,$1+$1,$6,$7,$8,$9,0*
30 | 20,1,$1+$1,$8,$9,$2,$3,0*%
31 | %AMFreePoly0*
32 | 4,1,9,3.862500,-0.866500,0.737500,-0.866500,0.737500,-0.450000,-0.737500,-0.450000,-0.737500,0.450000,0.737500,0.450000,0.737500,0.866500,3.862500,0.866500,3.862500,-0.866500,3.862500,-0.866500,$1*%
33 | G04 Aperture macros list end*
34 | %ADD10RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*%
35 | %ADD11R,1.300000X0.800000*%
36 | %ADD12RoundRect,0.250000X-0.650000X0.325000X-0.650000X-0.325000X0.650000X-0.325000X0.650000X0.325000X0*%
37 | %ADD13RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
38 | %ADD14RoundRect,0.218750X-0.381250X0.218750X-0.381250X-0.218750X0.381250X-0.218750X0.381250X0.218750X0*%
39 | %ADD15RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
40 | %ADD16RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
41 | %ADD17RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*%
42 | %ADD18R,0.500000X0.500000*%
43 | %ADD19RoundRect,0.250000X0.375000X1.075000X-0.375000X1.075000X-0.375000X-1.075000X0.375000X-1.075000X0*%
44 | %ADD20R,0.800000X1.300000*%
45 | %ADD21RoundRect,0.250000X0.650000X-0.325000X0.650000X0.325000X-0.650000X0.325000X-0.650000X-0.325000X0*%
46 | %ADD22RoundRect,0.250000X0.325000X0.650000X-0.325000X0.650000X-0.325000X-0.650000X0.325000X-0.650000X0*%
47 | %ADD23RoundRect,0.250000X-0.375000X-1.075000X0.375000X-1.075000X0.375000X1.075000X-0.375000X1.075000X0*%
48 | %ADD24RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*%
49 | %ADD25R,1.300000X1.300000*%
50 | %ADD26R,1.300000X2.000000*%
51 | %ADD27R,1.000000X1.050000*%
52 | %ADD28R,1.050000X2.200000*%
53 | %ADD29RoundRect,0.250000X0.312500X0.625000X-0.312500X0.625000X-0.312500X-0.625000X0.312500X-0.625000X0*%
54 | %ADD30R,1.400000X0.700000*%
55 | %ADD31R,1.000000X1.700000*%
56 | %ADD32R,1.500000X4.200000*%
57 | %ADD33R,1.300000X0.900000*%
58 | %ADD34FreePoly0,0.000000*%
59 | %ADD35RoundRect,0.250000X-0.325000X-0.650000X0.325000X-0.650000X0.325000X0.650000X-0.325000X0.650000X0*%
60 | %ADD36FreePoly0,180.000000*%
61 | %ADD37RoundRect,0.218750X-0.218750X-0.256250X0.218750X-0.256250X0.218750X0.256250X-0.218750X0.256250X0*%
62 | %ADD38R,2.500000X2.300000*%
63 | G04 APERTURE END LIST*
64 | D10*
65 | %TO.C,R5*%
66 | X122250000Y-104325000D03*
67 | X122250000Y-102675000D03*
68 | %TD*%
69 | %TO.C,R4*%
70 | X122250000Y-110825000D03*
71 | X122250000Y-109175000D03*
72 | %TD*%
73 | D11*
74 | %TO.C,J6*%
75 | X116100000Y-82750000D03*
76 | X112900000Y-82750000D03*
77 | X114500000Y-82750000D03*
78 | %TD*%
79 | D12*
80 | %TO.C,C8*%
81 | X87000000Y-94275000D03*
82 | X87000000Y-97225000D03*
83 | %TD*%
84 | D13*
85 | %TO.C,C1*%
86 | X106750000Y-94975000D03*
87 | X106750000Y-96525000D03*
88 | %TD*%
89 | D14*
90 | %TO.C,FB1*%
91 | X92250000Y-113187500D03*
92 | X92250000Y-115312500D03*
93 | %TD*%
94 | D15*
95 | %TO.C,U1*%
96 | X108345000Y-99975000D03*
97 | X109615000Y-99975000D03*
98 | X110885000Y-99975000D03*
99 | X112155000Y-99975000D03*
100 | X112155000Y-95025000D03*
101 | X110885000Y-95025000D03*
102 | X109615000Y-95025000D03*
103 | X108345000Y-95025000D03*
104 | %TD*%
105 | D13*
106 | %TO.C,C5*%
107 | X116250000Y-109225000D03*
108 | X116250000Y-110775000D03*
109 | %TD*%
110 | D16*
111 | %TO.C,R1*%
112 | X112925000Y-109750000D03*
113 | X114575000Y-109750000D03*
114 | %TD*%
115 | D17*
116 | %TO.C,R14*%
117 | X112750000Y-90925000D03*
118 | X112750000Y-92575000D03*
119 | %TD*%
120 | D18*
121 | %TO.C,D1*%
122 | X119850000Y-106000000D03*
123 | X117650000Y-106000000D03*
124 | %TD*%
125 | D19*
126 | %TO.C,L2*%
127 | X89900000Y-91500000D03*
128 | X87100000Y-91500000D03*
129 | %TD*%
130 | D20*
131 | %TO.C,J4*%
132 | X104500000Y-99350000D03*
133 | X104500000Y-96150000D03*
134 | X104500000Y-97750000D03*
135 | %TD*%
136 | D12*
137 | %TO.C,C6*%
138 | X90000000Y-94275000D03*
139 | X90000000Y-97225000D03*
140 | %TD*%
141 | D21*
142 | %TO.C,C17*%
143 | X108750000Y-92475000D03*
144 | X108750000Y-89525000D03*
145 | %TD*%
146 | D22*
147 | %TO.C,C24*%
148 | X95475000Y-125500000D03*
149 | X92525000Y-125500000D03*
150 | %TD*%
151 | D16*
152 | %TO.C,R3*%
153 | X119175000Y-107750000D03*
154 | X120825000Y-107750000D03*
155 | %TD*%
156 | D17*
157 | %TO.C,R11*%
158 | X120750000Y-94425000D03*
159 | X120750000Y-96075000D03*
160 | %TD*%
161 | D16*
162 | %TO.C,R2*%
163 | X116175000Y-107750000D03*
164 | X117825000Y-107750000D03*
165 | %TD*%
166 | %TO.C,R15*%
167 | X117675000Y-93000000D03*
168 | X119325000Y-93000000D03*
169 | %TD*%
170 | D20*
171 | %TO.C,J5*%
172 | X124500000Y-96150000D03*
173 | X124500000Y-99350000D03*
174 | X124500000Y-97750000D03*
175 | %TD*%
176 | D13*
177 | %TO.C,C14*%
178 | X116250000Y-102725000D03*
179 | X116250000Y-104275000D03*
180 | %TD*%
181 | D21*
182 | %TO.C,C12*%
183 | X87000000Y-111475000D03*
184 | X87000000Y-108525000D03*
185 | %TD*%
186 | D22*
187 | %TO.C,C23*%
188 | X89225000Y-125500000D03*
189 | X86275000Y-125500000D03*
190 | %TD*%
191 | D10*
192 | %TO.C,R12*%
193 | X111000000Y-92575000D03*
194 | X111000000Y-90925000D03*
195 | %TD*%
196 | D22*
197 | %TO.C,C20*%
198 | X89225000Y-118000000D03*
199 | X86275000Y-118000000D03*
200 | %TD*%
201 | D10*
202 | %TO.C,R16*%
203 | X114752500Y-92568500D03*
204 | X114752500Y-90918500D03*
205 | %TD*%
206 | D23*
207 | %TO.C,L3*%
208 | X89100000Y-110500000D03*
209 | X91900000Y-110500000D03*
210 | %TD*%
211 | D24*
212 | %TO.C,C22*%
213 | X120725000Y-93000000D03*
214 | X122275000Y-93000000D03*
215 | %TD*%
216 | D16*
217 | %TO.C,R19*%
218 | X83175000Y-130750000D03*
219 | X84825000Y-130750000D03*
220 | %TD*%
221 | D13*
222 | %TO.C,C3*%
223 | X113750000Y-94975000D03*
224 | X113750000Y-96525000D03*
225 | %TD*%
226 | D25*
227 | %TO.C,RV1*%
228 | X112750000Y-105904500D03*
229 | D26*
230 | X107250000Y-104754500D03*
231 | D25*
232 | X112750000Y-103604500D03*
233 | %TD*%
234 | D10*
235 | %TO.C,R6*%
236 | X117750000Y-104325000D03*
237 | X117750000Y-102675000D03*
238 | %TD*%
239 | %TO.C,R17*%
240 | X114752500Y-89318500D03*
241 | X114752500Y-87668500D03*
242 | %TD*%
243 | D11*
244 | %TO.C,J3*%
245 | X116100000Y-112750000D03*
246 | X114500000Y-112750000D03*
247 | X112900000Y-112750000D03*
248 | %TD*%
249 | D27*
250 | %TO.C,J1*%
251 | X113500000Y-116950000D03*
252 | D28*
253 | X114975000Y-118475000D03*
254 | X112025000Y-118475000D03*
255 | %TD*%
256 | D13*
257 | %TO.C,C19*%
258 | X111000000Y-87725000D03*
259 | X111000000Y-89275000D03*
260 | %TD*%
261 | D29*
262 | %TO.C,R18*%
263 | X114712500Y-85750000D03*
264 | X111787500Y-85750000D03*
265 | %TD*%
266 | D12*
267 | %TO.C,C10*%
268 | X87000000Y-99025000D03*
269 | X87000000Y-101975000D03*
270 | %TD*%
271 | D21*
272 | %TO.C,C16*%
273 | X94000000Y-106725000D03*
274 | X94000000Y-103775000D03*
275 | %TD*%
276 | D13*
277 | %TO.C,C7*%
278 | X118000000Y-109225000D03*
279 | X118000000Y-110775000D03*
280 | %TD*%
281 | D17*
282 | %TO.C,R7*%
283 | X119250000Y-102675000D03*
284 | X119250000Y-104325000D03*
285 | %TD*%
286 | %TO.C,R13*%
287 | X112750000Y-87675000D03*
288 | X112750000Y-89325000D03*
289 | %TD*%
290 | D30*
291 | %TO.C,L1*%
292 | X88050000Y-73000000D03*
293 | D31*
294 | X86950000Y-72500000D03*
295 | X85050000Y-72500000D03*
296 | D30*
297 | X83950000Y-73000000D03*
298 | X88050000Y-69000000D03*
299 | D31*
300 | X86950000Y-69500000D03*
301 | X85050000Y-69500000D03*
302 | D30*
303 | X83950000Y-69000000D03*
304 | %TD*%
305 | D32*
306 | %TO.C,GD1*%
307 | X123500000Y-76500000D03*
308 | X128000000Y-76500000D03*
309 | %TD*%
310 | D33*
311 | %TO.C,U4*%
312 | X92600000Y-120250000D03*
313 | D34*
314 | X92687500Y-121750000D03*
315 | D33*
316 | X92600000Y-123250000D03*
317 | %TD*%
318 | D13*
319 | %TO.C,C2*%
320 | X113750000Y-98475000D03*
321 | X113750000Y-100025000D03*
322 | %TD*%
323 | D21*
324 | %TO.C,C13*%
325 | X87000000Y-106725000D03*
326 | X87000000Y-103775000D03*
327 | %TD*%
328 | D10*
329 | %TO.C,R8*%
330 | X120750000Y-104325000D03*
331 | X120750000Y-102675000D03*
332 | %TD*%
333 | D23*
334 | %TO.C,L4*%
335 | X89100000Y-104750000D03*
336 | X91900000Y-104750000D03*
337 | %TD*%
338 | D35*
339 | %TO.C,C21*%
340 | X92525000Y-118000000D03*
341 | X95475000Y-118000000D03*
342 | %TD*%
343 | D13*
344 | %TO.C,C11*%
345 | X122250000Y-105725000D03*
346 | X122250000Y-107275000D03*
347 | %TD*%
348 | D15*
349 | %TO.C,U2*%
350 | X115345000Y-99975000D03*
351 | X116615000Y-99975000D03*
352 | X117885000Y-99975000D03*
353 | X119155000Y-99975000D03*
354 | X119155000Y-95025000D03*
355 | X117885000Y-95025000D03*
356 | X116615000Y-95025000D03*
357 | X115345000Y-95025000D03*
358 | %TD*%
359 | D14*
360 | %TO.C,FB2*%
361 | X96250000Y-103687500D03*
362 | X96250000Y-105812500D03*
363 | %TD*%
364 | D33*
365 | %TO.C,U3*%
366 | X89150000Y-123250000D03*
367 | D36*
368 | X89062500Y-121750000D03*
369 | D33*
370 | X89150000Y-120250000D03*
371 | %TD*%
372 | D10*
373 | %TO.C,R10*%
374 | X106750000Y-92575000D03*
375 | X106750000Y-90925000D03*
376 | %TD*%
377 | D13*
378 | %TO.C,C18*%
379 | X122250000Y-94475000D03*
380 | X122250000Y-96025000D03*
381 | %TD*%
382 | D25*
383 | %TO.C,RV2*%
384 | X116760500Y-88350000D03*
385 | D26*
386 | X122260500Y-89500000D03*
387 | D25*
388 | X116760500Y-90650000D03*
389 | %TD*%
390 | D17*
391 | %TO.C,R9*%
392 | X114750000Y-102675000D03*
393 | X114750000Y-104325000D03*
394 | %TD*%
395 | D18*
396 | %TO.C,D2*%
397 | X116600000Y-106000000D03*
398 | X114400000Y-106000000D03*
399 | %TD*%
400 | D13*
401 | %TO.C,C9*%
402 | X120250000Y-109225000D03*
403 | X120250000Y-110775000D03*
404 | %TD*%
405 | %TO.C,C4*%
406 | X120750000Y-98475000D03*
407 | X120750000Y-100025000D03*
408 | %TD*%
409 | D37*
410 | %TO.C,F1*%
411 | X87212500Y-83750000D03*
412 | X88787500Y-83750000D03*
413 | %TD*%
414 | D21*
415 | %TO.C,C15*%
416 | X94000000Y-111475000D03*
417 | X94000000Y-108525000D03*
418 | %TD*%
419 | D38*
420 | %TO.C,D3*%
421 | X89650000Y-87250000D03*
422 | X85350000Y-87250000D03*
423 | %TD*%
424 | M02*
425 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-job.gbrjob:
--------------------------------------------------------------------------------
1 | {
2 | "Header": {
3 | "GenerationSoftware": {
4 | "Vendor": "KiCad",
5 | "Application": "Pcbnew",
6 | "Version": "6.0.11-2627ca5db0~126~ubuntu20.04.1"
7 | },
8 | "CreationDate": "2023-06-15T17:53:28-07:00"
9 | },
10 | "GeneralSpecs": {
11 | "ProjectId": {
12 | "Name": "packaged-amp",
13 | "GUID": "7061636b-6167-4656-942d-616d702e6b69",
14 | "Revision": "rev?"
15 | },
16 | "Size": {
17 | "X": 56.8113,
18 | "Y": 82.862
19 | },
20 | "LayerNumber": 4,
21 | "BoardThickness": 1.6,
22 | "Finish": "None"
23 | },
24 | "DesignRules": [
25 | {
26 | "Layers": "Outer",
27 | "PadToPad": 0.127,
28 | "PadToTrack": 0.127,
29 | "TrackToTrack": 0.127,
30 | "MinLineWidth": 0.128,
31 | "TrackToRegion": 0.24,
32 | "RegionToRegion": 0.24
33 | },
34 | {
35 | "Layers": "Inner",
36 | "PadToPad": 0.127,
37 | "PadToTrack": 0.127,
38 | "TrackToTrack": 0.127,
39 | "MinLineWidth": 0.24,
40 | "TrackToRegion": 0.24,
41 | "RegionToRegion": 0.24
42 | }
43 | ],
44 | "FilesAttributes": [
45 | {
46 | "Path": "packaged-amp-F_Cu.gbr",
47 | "FileFunction": "Copper,L1,Top",
48 | "FilePolarity": "Positive"
49 | },
50 | {
51 | "Path": "packaged-amp-In1_Cu.gbr",
52 | "FileFunction": "Copper,L2,Inr",
53 | "FilePolarity": "Positive"
54 | },
55 | {
56 | "Path": "packaged-amp-In2_Cu.gbr",
57 | "FileFunction": "Copper,L3,Inr",
58 | "FilePolarity": "Positive"
59 | },
60 | {
61 | "Path": "packaged-amp-B_Cu.gbr",
62 | "FileFunction": "Copper,L4,Bot",
63 | "FilePolarity": "Positive"
64 | },
65 | {
66 | "Path": "packaged-amp-F_Paste.gbr",
67 | "FileFunction": "SolderPaste,Top",
68 | "FilePolarity": "Positive"
69 | },
70 | {
71 | "Path": "packaged-amp-B_Paste.gbr",
72 | "FileFunction": "SolderPaste,Bot",
73 | "FilePolarity": "Positive"
74 | },
75 | {
76 | "Path": "packaged-amp-F_Silkscreen.gbr",
77 | "FileFunction": "Legend,Top",
78 | "FilePolarity": "Positive"
79 | },
80 | {
81 | "Path": "packaged-amp-B_Silkscreen.gbr",
82 | "FileFunction": "Legend,Bot",
83 | "FilePolarity": "Positive"
84 | },
85 | {
86 | "Path": "packaged-amp-F_Mask.gbr",
87 | "FileFunction": "SolderMask,Top",
88 | "FilePolarity": "Negative"
89 | },
90 | {
91 | "Path": "packaged-amp-B_Mask.gbr",
92 | "FileFunction": "SolderMask,Bot",
93 | "FilePolarity": "Negative"
94 | },
95 | {
96 | "Path": "packaged-amp-Edge_Cuts.gbr",
97 | "FileFunction": "Profile",
98 | "FilePolarity": "Positive"
99 | }
100 | ],
101 | "MaterialStackup": [
102 | {
103 | "Type": "Legend",
104 | "Name": "Top Silk Screen"
105 | },
106 | {
107 | "Type": "SolderPaste",
108 | "Name": "Top Solder Paste"
109 | },
110 | {
111 | "Type": "SolderMask",
112 | "Thickness": 0.01,
113 | "Name": "Top Solder Mask"
114 | },
115 | {
116 | "Type": "Copper",
117 | "Thickness": 0.035,
118 | "Name": "F.Cu"
119 | },
120 | {
121 | "Type": "Dielectric",
122 | "Thickness": 0.48,
123 | "Material": "FR4",
124 | "Name": "F.Cu/In1.Cu",
125 | "Notes": "Type: dielectric layer 1 (from F.Cu to In1.Cu)"
126 | },
127 | {
128 | "Type": "Copper",
129 | "Thickness": 0.035,
130 | "Name": "In1.Cu"
131 | },
132 | {
133 | "Type": "Dielectric",
134 | "Thickness": 0.48,
135 | "Material": "FR4",
136 | "Name": "In1.Cu/In2.Cu",
137 | "Notes": "Type: dielectric layer 2 (from In1.Cu to In2.Cu)"
138 | },
139 | {
140 | "Type": "Copper",
141 | "Thickness": 0.035,
142 | "Name": "In2.Cu"
143 | },
144 | {
145 | "Type": "Dielectric",
146 | "Thickness": 0.48,
147 | "Material": "FR4",
148 | "Name": "In2.Cu/B.Cu",
149 | "Notes": "Type: dielectric layer 3 (from In2.Cu to B.Cu)"
150 | },
151 | {
152 | "Type": "Copper",
153 | "Thickness": 0.035,
154 | "Name": "B.Cu"
155 | },
156 | {
157 | "Type": "SolderMask",
158 | "Thickness": 0.01,
159 | "Name": "Bottom Solder Mask"
160 | },
161 | {
162 | "Type": "SolderPaste",
163 | "Name": "Bottom Solder Paste"
164 | },
165 | {
166 | "Type": "Legend",
167 | "Name": "Bottom Silk Screen"
168 | }
169 | ]
170 | }
171 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp-top-pos.csv:
--------------------------------------------------------------------------------
1 | Designator,Val,Package,Mid X,Mid Y,Rotation,Layer
2 | C1,0.47u,C_0603_1608Metric,106.75,-95.75,-90,top
3 | C2,0.47u,C_0603_1608Metric,113.75,-99.25,-90,top
4 | C3,0.47u,C_0603_1608Metric,113.75,-95.75,-90,top
5 | C4,0.47u,C_0603_1608Metric,120.75,-99.25,-90,top
6 | C5,68p,C_0603_1608Metric,116.25,-110,-90,top
7 | C6,10u,C_1206_3216Metric,90,-95.75,-90,top
8 | C7,68p,C_0603_1608Metric,118,-110,-90,top
9 | C8,10u,C_1206_3216Metric,87,-95.75,-90,top
10 | C9,68p,C_0603_1608Metric,120.25,-110,-90,top
11 | C10,1n,C_1206_3216Metric,87,-100.5,-90,top
12 | C11,DNP,C_0603_1608Metric,122.25,-106.5,-90,top
13 | C12,10u,C_1206_3216Metric,87,-110,90,top
14 | C13,10u,C_1206_3216Metric,87,-105.25,90,top
15 | C14,330p,C_0603_1608Metric,116.25,-103.5,-90,top
16 | C15,10u,C_1206_3216Metric,94,-110,90,top
17 | C16,10u,C_1206_3216Metric,94,-105.25,90,top
18 | C17,47n,C_1206_3216Metric,108.75,-91,90,top
19 | C18,10p,C_0603_1608Metric,122.25,-95.25,-90,top
20 | C19,DNP,C_0603_1608Metric,111,-88.5,-90,top
21 | C20,10u,C_1206_3216Metric,87.75,-118,180,top
22 | C21,10u,C_1206_3216Metric,94,-118,0,top
23 | C22,47p,C_0603_1608Metric,121.5,-93,0,top
24 | C23,10u,C_1206_3216Metric,87.75,-125.5,180,top
25 | C24,10u,C_1206_3216Metric,94,-125.5,180,top
26 | D1,1N4148,D_SOD-323F,118.75,-106,180,top
27 | D2,1N4148,D_SOD-323F,115.5,-106,180,top
28 | D3,6.8V,D_SMB,87.5,-87.25,180,top
29 | D4,WP934CB/GD,LED-T1-RIGHT-ANGLE_4.6x4.4mm,84.5,-137.9,90,top
30 | E1,SparkGap,Spark_Gap,124.5,-118,90,top
31 | F1,0.5A,Fuse_0603_1608Metric,88,-83.75,0,top
32 | FB1,FerriteBead_Small,L_0805_2012Metric,92.25,-114.25,-90,top
33 | FB2,FerriteBead_Small,L_0805_2012Metric,96.25,-104.75,-90,top
34 | GD1,75V,GDT_1812,125.75,-76.5,0,top
35 | H2,MountingHole,JLC_TOOLING_HOLE,78.9,-143.7,0,top
36 | H3,MountingHole,JLC_TOOLING_HOLE,78.9,-67.05,0,top
37 | H4,MountingHole,JLC_TOOLING_HOLE,129.5,-132.15,0,top
38 | H5,MountingHole,JLC_TOOLING_HOLE,130.5,-66.05,0,top
39 | J1,U.FL,U.FL_Hirose_U.FL-R-SMT-1_Vertical,113.5,-118,-90,top
40 | J2,USB_B,USB_B_OST_USB-B1HSxx_Horizontal,98.5,-76.5775,90,top
41 | J3,Conn_01x01_Female,CLIP_ECT81800C036,114.5,-112.75,90,top
42 | J4,Conn_01x01_Female,CLIP_ECT81800C036,104.5,-97.75,0,top
43 | J5,Conn_01x01_Female,CLIP_ECT81800C036,124.5,-97.75,0,top
44 | J6,Conn_01x01_Female,CLIP_ECT81800C036,114.5,-82.75,90,top
45 | J7,SMA,SMA_Molex_73251-2200_Horizontal,123.75,-68.75,0,top
46 | L1,DLW5BTM142SQ2L,L_CommonModeChoke_Murata_DLW5BTM,86,-71,180,top
47 | L2,6.8u,L_1210_3225Metric,88.5,-91.5,180,top
48 | L3,6.8u,L_1210_3225Metric,90.5,-110.5,0,top
49 | L4,6.8u,L_1210_3225Metric,90.5,-104.75,0,top
50 | PS1,A0509S-1WR3,Converter_DCDC_XP_POWER-IHxxxxS_THT,82.85,-95.29,0,top
51 | R1,47,R_0603_1608Metric,113.75,-109.75,0,top
52 | R2,4.7,R_0603_1608Metric,117,-107.75,0,top
53 | R3,4.7,R_0603_1608Metric,120,-107.75,0,top
54 | R4,4.7,R_0603_1608Metric,122.25,-110,90,top
55 | R5,47,R_0603_1608Metric,122.25,-103.5,90,top
56 | R6,430,R_0603_1608Metric,117.75,-103.5,90,top
57 | R7,22k,R_0603_1608Metric,119.25,-103.5,-90,top
58 | R8,22k,R_0603_1608Metric,120.75,-103.5,90,top
59 | R9,0,R_0603_1608Metric,114.75,-103.5,-90,top
60 | R10,22k,R_0603_1608Metric,106.75,-91.75,90,top
61 | R11,220,R_0603_1608Metric,120.75,-95.25,-90,top
62 | R12,22k,R_0603_1608Metric,111,-91.75,90,top
63 | R13,10k,R_0603_1608Metric,112.75,-88.5,-90,top
64 | R14,470,R_0603_1608Metric,112.75,-91.75,-90,top
65 | R15,1.2k,R_0603_1608Metric,118.5,-93,0,top
66 | R16,169,R_0603_1608Metric,114.7525,-91.7435,90,top
67 | R17,220,R_0603_1608Metric,114.7525,-88.4935,90,top
68 | R18,47,R_1206_3216Metric,113.25,-85.75,180,top
69 | R19,2.2k,R_0603_1608Metric,84,-130.75,0,top
70 | RV1,200,Potentiometer_Bourns_3314G_Vertical,110,-104.7545,-90,top
71 | RV2,200,Potentiometer_Bourns_3314G_Vertical,119.5105,-89.5,90,top
72 | TP1,DNP,THM_MINI,114,-68.5,0,top
73 | TP2,DNP,THM_MINI,128.5,-110.75,0,top
74 | U1,OPA2188,SOIC-8_3.9x4.9mm_P1.27mm,110.25,-97.5,90,top
75 | U2,OPA2822,SOIC-8_3.9x4.9mm_P1.27mm,117.25,-97.5,90,top
76 | U3,MC78L06F-TP,SOT-89-3,87.5,-121.75,180,top
77 | U4,MC79L06F-TP,SOT-89-3,94.25,-121.75,0,top
78 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp-gerbers/packaged-amp.drl:
--------------------------------------------------------------------------------
1 | M48
2 | ; DRILL file {KiCad 6.0.11-2627ca5db0~126~ubuntu20.04.1} date Thu 15 Jun 2023 05:53:29 PM PDT
3 | ; FORMAT={-:-/ absolute / inch / decimal}
4 | ; #@! TF.CreationDate,2023-06-15T17:53:29-07:00
5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.11-2627ca5db0~126~ubuntu20.04.1
6 | ; #@! TF.FileFunction,MixedPlating,1,4
7 | FMAT,2
8 | INCH
9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill
10 | T1C0.0118
11 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
12 | T2C0.0335
13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
14 | T3C0.0354
15 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
16 | T4C0.0362
17 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
18 | T5C0.0394
19 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
20 | T6C0.0591
21 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill
22 | T7C0.0917
23 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
24 | T8C0.0454
25 | %
26 | G90
27 | G05
28 | T1
29 | X3.0374Y-3.6555
30 | X3.0433Y-2.8287
31 | X3.0433Y-3.5413
32 | X3.0453Y-3.7539
33 | X3.0512Y-5.1378
34 | X3.061Y-4.0354
35 | X3.063Y-3.1339
36 | X3.0669Y-3.878
37 | X3.0709Y-4.3602
38 | X3.0846Y-3.0039
39 | X3.0906Y-4.2224
40 | X3.0906Y-4.7047
41 | X3.1575Y-3.5295
42 | X3.1614Y-4.1516
43 | X3.1673Y-3.8406
44 | X3.1732Y-3.0039
45 | X3.1791Y-3.8937
46 | X3.2539Y-2.5709
47 | X3.2559Y-2.7205
48 | X3.2598Y-2.7657
49 | X3.2677Y-3.4783
50 | X3.2795Y-2.9705
51 | X3.2854Y-3.4173
52 | X3.2953Y-3.2244
53 | X3.2992Y-2.6535
54 | X3.3169Y-4.9016
55 | X3.3169Y-4.9803
56 | X3.3268Y-4.7638
57 | X3.3268Y-4.7933
58 | X3.3268Y-4.8228
59 | X3.3287Y-2.9547
60 | X3.3287Y-3.0236
61 | X3.3327Y-3.3406
62 | X3.3366Y-4.6555
63 | X3.3563Y-3.8543
64 | X3.3563Y-4.1634
65 | X3.3563Y-4.5768
66 | X3.3563Y-4.9409
67 | X3.3602Y-3.8937
68 | X3.3858Y-4.2323
69 | X3.4154Y-4.7441
70 | X3.4154Y-4.8425
71 | X3.4252Y-4.5079
72 | X3.4744Y-4.2323
73 | X3.5118Y-4.9923
74 | X3.5157Y-3.874
75 | X3.5276Y-3.5335
76 | X3.5335Y-4.2323
77 | X3.5374Y-3.8996
78 | X3.5531Y-4.7933
79 | X3.5531Y-5.5118
80 | X3.561Y-3.5315
81 | X3.561Y-3.874
82 | X3.5827Y-4.6457
83 | X3.5925Y-4.0157
84 | X3.6024Y-4.2323
85 | X3.6319Y-4.2618
86 | X3.6417Y-4.2323
87 | X3.6417Y-5.002
88 | X3.7008Y-4.7441
89 | X3.7008Y-4.8425
90 | X3.7106Y-3.4843
91 | X3.7106Y-3.7106
92 | X3.7106Y-3.8287
93 | X3.7106Y-4.0059
94 | X3.7303Y-5.0787
95 | X3.75Y-5.0
96 | X3.7598Y-4.7441
97 | X3.7598Y-4.8425
98 | X3.7795Y-5.0787
99 | X3.7992Y-5.5118
100 | X3.8189Y-4.7638
101 | X3.8189Y-4.7933
102 | X3.8189Y-4.8228
103 | X3.8386Y-5.2953
104 | X3.9075Y-4.4685
105 | X3.9665Y-4.4488
106 | X3.9665Y-4.5768
107 | X4.0256Y-4.3406
108 | X4.0453Y-5.7185
109 | X4.065Y-3.8878
110 | X4.0945Y-3.1693
111 | X4.1142Y-3.2579
112 | X4.1142Y-3.3661
113 | X4.1142Y-3.4744
114 | X4.1142Y-3.5925
115 | X4.1142Y-3.6614
116 | X4.1142Y-3.9862
117 | X4.1142Y-4.0748
118 | X4.1142Y-4.1732
119 | X4.1142Y-4.2815
120 | X4.1142Y-4.3701
121 | X4.1535Y-4.4488
122 | X4.1634Y-4.3602
123 | X4.1732Y-3.937
124 | X4.1791Y-4.124
125 | X4.2028Y-3.7087
126 | X4.2028Y-3.8307
127 | X4.2323Y-3.2579
128 | X4.2421Y-4.4488
129 | X4.252Y-3.8287
130 | X4.2618Y-4.3898
131 | X4.3209Y-4.4488
132 | X4.3386Y-3.4528
133 | X4.3504Y-3.2579
134 | X4.3661Y-3.9882
135 | X4.3701Y-2.6772
136 | X4.3701Y-2.9429
137 | X4.3701Y-4.6457
138 | X4.3701Y-4.6949
139 | X4.3701Y-4.7539
140 | X4.3898Y-4.4488
141 | X4.4035Y-3.5787
142 | X4.4094Y-3.0315
143 | X4.4094Y-4.5965
144 | X4.4094Y-4.7343
145 | X4.439Y-4.2106
146 | X4.4449Y-3.876
147 | X4.4488Y-4.3701
148 | X4.4783Y-2.9232
149 | X4.4783Y-3.7067
150 | X4.4783Y-3.9685
151 | X4.5039Y-4.1969
152 | X4.5079Y-3.2185
153 | X4.5118Y-3.7992
154 | X4.5276Y-4.7343
155 | X4.5453Y-4.3622
156 | X4.5492Y-3.4508
157 | X4.5669Y-4.6949
158 | X4.5669Y-4.7441
159 | X4.5728Y-4.6496
160 | X4.5768Y-4.3917
161 | X4.6102Y-4.3602
162 | X4.626Y-4.4488
163 | X4.6457Y-4.3917
164 | X4.6654Y-3.2579
165 | X4.6772Y-4.3602
166 | X4.6949Y-4.1732
167 | X4.7047Y-4.3878
168 | X4.7047Y-4.4488
169 | X4.7224Y-3.876
170 | X4.7343Y-4.3917
171 | X4.7539Y-3.8465
172 | X4.7539Y-3.9673
173 | X4.7539Y-4.1358
174 | X4.7638Y-3.2579
175 | X4.7677Y-4.3839
176 | X4.7736Y-3.2087
177 | X4.7815Y-4.1634
178 | X4.7815Y-4.1929
179 | X4.7835Y-4.1339
180 | X4.7854Y-3.876
181 | X4.813Y-3.813
182 | X4.813Y-4.4488
183 | X4.8228Y-3.3406
184 | X4.8445Y-3.6614
185 | X4.8622Y-3.122
186 | X4.872Y-2.8996
187 | X4.872Y-4.7539
188 | X4.8917Y-3.2087
189 | X4.9016Y-3.2579
190 | X4.9016Y-3.3858
191 | X4.9016Y-3.5236
192 | X4.9016Y-3.6122
193 | X4.9016Y-3.7205
194 | X4.9016Y-3.9862
195 | X4.9016Y-4.0748
196 | X4.9016Y-4.1929
197 | X4.9016Y-4.3209
198 | X4.9016Y-4.439
199 | X4.9016Y-4.5413
200 | X4.9016Y-4.7539
201 | X4.9311Y-4.7539
202 | X4.9606Y-4.7343
203 | X4.9705Y-3.1496
204 | X5.0197Y-4.7343
205 | X5.0394Y-3.1398
206 | X5.0689Y-4.5965
207 | X5.1083Y-2.9528
208 | X5.1083Y-3.0118
209 | X5.1083Y-3.0906
210 | X5.1575Y-4.3012
211 | X5.1575Y-4.5768
212 | X5.1772Y-3.5138
213 | X5.1772Y-3.7402
214 | X5.1772Y-4.0453
215 | T2
216 | X3.2618Y-3.7516
217 | X3.2618Y-3.8516
218 | X3.2618Y-4.0516
219 | X3.2618Y-4.1516
220 | X3.2618Y-4.2516
221 | T3
222 | X3.2768Y-5.4291
223 | X3.3768Y-5.4291
224 | T4
225 | X3.878Y-2.9361
226 | X3.878Y-3.0149
227 | X3.9764Y-2.9361
228 | X3.9764Y-3.0149
229 | T5
230 | X4.4882Y-2.6969
231 | X5.0591Y-4.3602
232 | T6
233 | X4.772Y-2.6067
234 | X4.772Y-2.8067
235 | X4.872Y-2.7067
236 | X4.972Y-2.6067
237 | X4.972Y-2.8067
238 | T7
239 | X3.6902Y-2.8294
240 | X4.1642Y-2.8294
241 | T8
242 | X3.1063Y-2.6398
243 | X3.1063Y-5.6575
244 | X5.0984Y-5.2028
245 | X5.1378Y-2.6004
246 | T0
247 | M30
248 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp.kicad_prl:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "active_layer": 0,
4 | "active_layer_preset": "",
5 | "auto_track_width": true,
6 | "hidden_nets": [],
7 | "high_contrast_mode": 0,
8 | "net_color_mode": 1,
9 | "opacity": {
10 | "pads": 1.0,
11 | "tracks": 1.0,
12 | "vias": 1.0,
13 | "zones": 0.6
14 | },
15 | "ratsnest_display_mode": 0,
16 | "selection_filter": {
17 | "dimensions": true,
18 | "footprints": true,
19 | "graphics": true,
20 | "keepouts": true,
21 | "lockedItems": true,
22 | "otherItems": true,
23 | "pads": true,
24 | "text": true,
25 | "tracks": true,
26 | "vias": true,
27 | "zones": true
28 | },
29 | "visible_items": [
30 | 0,
31 | 1,
32 | 2,
33 | 3,
34 | 4,
35 | 5,
36 | 8,
37 | 9,
38 | 10,
39 | 11,
40 | 12,
41 | 13,
42 | 14,
43 | 15,
44 | 16,
45 | 18,
46 | 19,
47 | 20,
48 | 21,
49 | 22,
50 | 23,
51 | 24,
52 | 25,
53 | 26,
54 | 27,
55 | 28,
56 | 29,
57 | 30,
58 | 32,
59 | 33,
60 | 34,
61 | 35,
62 | 36
63 | ],
64 | "visible_layers": "fffffff_ffffffff",
65 | "zone_display_mode": 0
66 | },
67 | "meta": {
68 | "filename": "packaged-amp.kicad_prl",
69 | "version": 3
70 | },
71 | "project": {
72 | "files": []
73 | }
74 | }
75 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp.kicad_pro:
--------------------------------------------------------------------------------
1 | {
2 | "board": {
3 | "design_settings": {
4 | "defaults": {
5 | "board_outline_line_width": 0.09999999999999999,
6 | "copper_line_width": 0.19999999999999998,
7 | "copper_text_italic": false,
8 | "copper_text_size_h": 1.5,
9 | "copper_text_size_v": 1.5,
10 | "copper_text_thickness": 0.3,
11 | "copper_text_upright": false,
12 | "courtyard_line_width": 0.049999999999999996,
13 | "dimension_precision": 4,
14 | "dimension_units": 3,
15 | "dimensions": {
16 | "arrow_length": 1270000,
17 | "extension_offset": 500000,
18 | "keep_text_aligned": true,
19 | "suppress_zeroes": false,
20 | "text_position": 0,
21 | "units_format": 1
22 | },
23 | "fab_line_width": 0.09999999999999999,
24 | "fab_text_italic": false,
25 | "fab_text_size_h": 1.0,
26 | "fab_text_size_v": 1.0,
27 | "fab_text_thickness": 0.15,
28 | "fab_text_upright": false,
29 | "other_line_width": 0.15,
30 | "other_text_italic": false,
31 | "other_text_size_h": 1.0,
32 | "other_text_size_v": 1.0,
33 | "other_text_thickness": 0.15,
34 | "other_text_upright": false,
35 | "pads": {
36 | "drill": 0.762,
37 | "height": 1.524,
38 | "width": 1.524
39 | },
40 | "silk_line_width": 0.15,
41 | "silk_text_italic": false,
42 | "silk_text_size_h": 1.0,
43 | "silk_text_size_v": 1.0,
44 | "silk_text_thickness": 0.15,
45 | "silk_text_upright": false,
46 | "zones": {
47 | "45_degree_only": false,
48 | "min_clearance": 0.0
49 | }
50 | },
51 | "diff_pair_dimensions": [
52 | {
53 | "gap": 0.0,
54 | "via_gap": 0.0,
55 | "width": 0.0
56 | }
57 | ],
58 | "drc_exclusions": [],
59 | "meta": {
60 | "version": 2
61 | },
62 | "rule_severities": {
63 | "annular_width": "error",
64 | "clearance": "error",
65 | "copper_edge_clearance": "error",
66 | "courtyards_overlap": "error",
67 | "diff_pair_gap_out_of_range": "error",
68 | "diff_pair_uncoupled_length_too_long": "error",
69 | "drill_out_of_range": "error",
70 | "duplicate_footprints": "warning",
71 | "extra_footprint": "warning",
72 | "footprint_type_mismatch": "error",
73 | "hole_clearance": "error",
74 | "hole_near_hole": "error",
75 | "invalid_outline": "error",
76 | "item_on_disabled_layer": "error",
77 | "items_not_allowed": "error",
78 | "length_out_of_range": "error",
79 | "malformed_courtyard": "error",
80 | "microvia_drill_out_of_range": "error",
81 | "missing_courtyard": "ignore",
82 | "missing_footprint": "warning",
83 | "net_conflict": "warning",
84 | "npth_inside_courtyard": "ignore",
85 | "padstack": "error",
86 | "pth_inside_courtyard": "ignore",
87 | "shorting_items": "error",
88 | "silk_over_copper": "warning",
89 | "silk_overlap": "warning",
90 | "skew_out_of_range": "error",
91 | "through_hole_pad_without_hole": "error",
92 | "too_many_vias": "error",
93 | "track_dangling": "warning",
94 | "track_width": "error",
95 | "tracks_crossing": "error",
96 | "unconnected_items": "error",
97 | "unresolved_variable": "error",
98 | "via_dangling": "ignore",
99 | "zone_has_empty_net": "error",
100 | "zones_intersect": "error"
101 | },
102 | "rules": {
103 | "allow_blind_buried_vias": false,
104 | "allow_microvias": false,
105 | "max_error": 0.005,
106 | "min_clearance": 0.127,
107 | "min_copper_edge_clearance": 0.19999999999999998,
108 | "min_hole_clearance": 0.25,
109 | "min_hole_to_hole": 0.25,
110 | "min_microvia_diameter": 0.19999999999999998,
111 | "min_microvia_drill": 0.09999999999999999,
112 | "min_silk_clearance": 0.0,
113 | "min_through_hole_diameter": 0.3,
114 | "min_track_width": 0.127,
115 | "min_via_annular_width": 0.15,
116 | "min_via_diameter": 0.6,
117 | "solder_mask_clearance": 0.0,
118 | "solder_mask_min_width": 0.0,
119 | "use_height_for_length_calcs": true
120 | },
121 | "track_widths": [
122 | 0.0,
123 | 0.128,
124 | 0.16,
125 | 0.24,
126 | 0.32,
127 | 0.48
128 | ],
129 | "via_dimensions": [
130 | {
131 | "diameter": 0.0,
132 | "drill": 0.0
133 | },
134 | {
135 | "diameter": 0.6,
136 | "drill": 0.3
137 | },
138 | {
139 | "diameter": 0.8,
140 | "drill": 0.4
141 | }
142 | ],
143 | "zones_allow_external_fillets": false,
144 | "zones_use_no_outline": true
145 | },
146 | "layer_presets": []
147 | },
148 | "boards": [],
149 | "cvpcb": {
150 | "equivalence_files": []
151 | },
152 | "erc": {
153 | "erc_exclusions": [],
154 | "meta": {
155 | "version": 0
156 | },
157 | "pin_map": [
158 | [
159 | 0,
160 | 0,
161 | 0,
162 | 0,
163 | 0,
164 | 0,
165 | 1,
166 | 0,
167 | 0,
168 | 0,
169 | 0,
170 | 2
171 | ],
172 | [
173 | 0,
174 | 2,
175 | 0,
176 | 1,
177 | 0,
178 | 0,
179 | 1,
180 | 0,
181 | 2,
182 | 2,
183 | 2,
184 | 2
185 | ],
186 | [
187 | 0,
188 | 0,
189 | 0,
190 | 0,
191 | 0,
192 | 0,
193 | 1,
194 | 0,
195 | 1,
196 | 0,
197 | 1,
198 | 2
199 | ],
200 | [
201 | 0,
202 | 1,
203 | 0,
204 | 0,
205 | 0,
206 | 0,
207 | 1,
208 | 1,
209 | 2,
210 | 1,
211 | 1,
212 | 2
213 | ],
214 | [
215 | 0,
216 | 0,
217 | 0,
218 | 0,
219 | 0,
220 | 0,
221 | 1,
222 | 0,
223 | 0,
224 | 0,
225 | 0,
226 | 2
227 | ],
228 | [
229 | 0,
230 | 0,
231 | 0,
232 | 0,
233 | 0,
234 | 0,
235 | 0,
236 | 0,
237 | 0,
238 | 0,
239 | 0,
240 | 2
241 | ],
242 | [
243 | 1,
244 | 1,
245 | 1,
246 | 1,
247 | 1,
248 | 0,
249 | 1,
250 | 1,
251 | 1,
252 | 1,
253 | 1,
254 | 2
255 | ],
256 | [
257 | 0,
258 | 0,
259 | 0,
260 | 1,
261 | 0,
262 | 0,
263 | 1,
264 | 0,
265 | 0,
266 | 0,
267 | 0,
268 | 2
269 | ],
270 | [
271 | 0,
272 | 2,
273 | 1,
274 | 2,
275 | 0,
276 | 0,
277 | 1,
278 | 0,
279 | 2,
280 | 2,
281 | 2,
282 | 2
283 | ],
284 | [
285 | 0,
286 | 2,
287 | 0,
288 | 1,
289 | 0,
290 | 0,
291 | 1,
292 | 0,
293 | 2,
294 | 0,
295 | 0,
296 | 2
297 | ],
298 | [
299 | 0,
300 | 2,
301 | 1,
302 | 1,
303 | 0,
304 | 0,
305 | 1,
306 | 0,
307 | 2,
308 | 0,
309 | 0,
310 | 2
311 | ],
312 | [
313 | 2,
314 | 2,
315 | 2,
316 | 2,
317 | 2,
318 | 2,
319 | 2,
320 | 2,
321 | 2,
322 | 2,
323 | 2,
324 | 2
325 | ]
326 | ],
327 | "rule_severities": {
328 | "bus_definition_conflict": "error",
329 | "bus_entry_needed": "error",
330 | "bus_label_syntax": "error",
331 | "bus_to_bus_conflict": "error",
332 | "bus_to_net_conflict": "error",
333 | "different_unit_footprint": "error",
334 | "different_unit_net": "error",
335 | "duplicate_reference": "error",
336 | "duplicate_sheet_names": "error",
337 | "extra_units": "error",
338 | "global_label_dangling": "warning",
339 | "hier_label_mismatch": "error",
340 | "label_dangling": "error",
341 | "lib_symbol_issues": "warning",
342 | "multiple_net_names": "warning",
343 | "net_not_bus_member": "warning",
344 | "no_connect_connected": "warning",
345 | "no_connect_dangling": "warning",
346 | "pin_not_connected": "error",
347 | "pin_not_driven": "error",
348 | "pin_to_pin": "warning",
349 | "power_pin_not_driven": "error",
350 | "similar_labels": "warning",
351 | "unannotated": "error",
352 | "unit_value_mismatch": "error",
353 | "unresolved_variable": "error",
354 | "wire_dangling": "error"
355 | }
356 | },
357 | "libraries": {
358 | "pinned_footprint_libs": [],
359 | "pinned_symbol_libs": []
360 | },
361 | "meta": {
362 | "filename": "packaged-amp.kicad_pro",
363 | "version": 1
364 | },
365 | "net_settings": {
366 | "classes": [
367 | {
368 | "bus_width": 12.0,
369 | "clearance": 0.127,
370 | "diff_pair_gap": 0.25,
371 | "diff_pair_via_gap": 0.25,
372 | "diff_pair_width": 0.2,
373 | "line_style": 0,
374 | "microvia_diameter": 0.3,
375 | "microvia_drill": 0.1,
376 | "name": "Default",
377 | "pcb_color": "rgba(0, 0, 0, 0.000)",
378 | "schematic_color": "rgba(0, 0, 0, 0.000)",
379 | "track_width": 0.127,
380 | "via_diameter": 0.6,
381 | "via_drill": 0.3,
382 | "wire_width": 6.0
383 | }
384 | ],
385 | "meta": {
386 | "version": 2
387 | },
388 | "net_colors": null
389 | },
390 | "pcbnew": {
391 | "last_paths": {
392 | "gencad": "",
393 | "idf": "",
394 | "netlist": "",
395 | "specctra_dsn": "",
396 | "step": "packaged-amp.step",
397 | "vrml": ""
398 | },
399 | "page_layout_descr_file": ""
400 | },
401 | "schematic": {
402 | "annotate_start_num": 0,
403 | "drawing": {
404 | "default_line_thickness": 6.0,
405 | "default_text_size": 50.0,
406 | "field_names": [],
407 | "intersheets_ref_own_page": false,
408 | "intersheets_ref_prefix": "",
409 | "intersheets_ref_short": false,
410 | "intersheets_ref_show": false,
411 | "intersheets_ref_suffix": "",
412 | "junction_size_choice": 3,
413 | "label_size_ratio": 0.375,
414 | "pin_symbol_size": 25.0,
415 | "text_offset_ratio": 0.15
416 | },
417 | "legacy_lib_dir": "",
418 | "legacy_lib_list": [],
419 | "meta": {
420 | "version": 1
421 | },
422 | "net_format_name": "",
423 | "ngspice": {
424 | "fix_include_paths": true,
425 | "fix_passive_vals": false,
426 | "meta": {
427 | "version": 0
428 | },
429 | "model_mode": 0,
430 | "workbook_filename": ""
431 | },
432 | "page_layout_descr_file": "",
433 | "plot_directory": "./",
434 | "spice_adjust_passive_values": false,
435 | "spice_external_command": "spice \"%I\"",
436 | "subpart_first_id": 65,
437 | "subpart_id_separator": 0
438 | },
439 | "sheets": [
440 | [
441 | "ffc9a0e0-2ce5-49d6-9032-c230af8238ac",
442 | ""
443 | ]
444 | ],
445 | "text_variables": {}
446 | }
447 |
--------------------------------------------------------------------------------
/pcb/packaged-amp/packaged-amp.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/pcb/packaged-amp/packaged-amp.pdf
--------------------------------------------------------------------------------
/sim/amp_sim_freq.asc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/sim/amp_sim_freq.asc
--------------------------------------------------------------------------------
/sim/amp_sim_noise.asc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/sim/amp_sim_noise.asc
--------------------------------------------------------------------------------
/sim/amp_sim_transient.asc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/westonb/rogowski-relief/61dbbdda856d0ecc5000d741d07be4eff8989bc6/sim/amp_sim_transient.asc
--------------------------------------------------------------------------------