rev4 finalization stuff

This commit is contained in:
Triss 2022-02-28 04:02:32 +01:00
parent f206327856
commit 1fee45eb99
22 changed files with 55843 additions and 1758 deletions

5
.gitignore vendored
View File

@ -5,3 +5,8 @@ fp-lib-table
*.kicad_prl
*-backups/*.zip
grb3/
dragonzap/
*.bak
glitcher
glitcher.csv
glitcher.xml

25
README
View File

@ -1,25 +0,0 @@
External module and footprint sources:
* https://github.com/ncarandini/KiCad-RP-Pico (Pico)
* https://github.com/lethalbit/aki-eda (Samtec SWD debug connector)
* https://git.lain.faith/sys64738/pcbs/src/branch/main/chip-bo (VMA404/WPM404,
4x2 jumper, Xenia silkscreen image, AP7168, DS1803)
See glitcher.bom.txt for a list of all components needed.
Docs are on the PCB silkscreen.
For U500, use MAX4619CSE+
For U401, use DS1803E-050+ (50k reqd for on-board buck-boost, can be different
resistance when not using it)
For U302, use [NOT AP7168-SPG-13] BD00IA5MEFJ-ME2 (-LBH2 is ok too)
For diodes, use eg. https://www.onsemi.com/pdf/datasheet/s110fp-d.pdf (buck-boost),
https://www.farnell.com/datasheets/2814310.pdf (GPIO Px),
https://www.farnell.com/datasheets/2721057.pdf (GPIO Sx)
Q1 can be https://www.farnell.com/datasheets/1455134.pdf or so, just make sure
it's the same pinout and package.
Most resistors and small (up to 10uF) capacitors are 0603. Big capacitors (47uF
and up) can be either electrolytic thru-hole or aluminium-polymer SMD.

132
README.md Normal file
View File

@ -0,0 +1,132 @@
# Dragonzap
## Introduction
Dragonzap is a PCB for voltage glitching. It provides both a SPDT switch for
quickly switching between a high and a low voltage (controlled by a DAC), and a
MOSFET circuit for crowbar glitching. GPIOs to interact with the DUT can go
through a level shifter.
The PCB is about 9.2 cm by 5.4 cm in size.
## Images
### Front
![Front image](image/front.png)
### Back
![Back image](image/back.png)
### 3D view, with components
![3D image](image/3dview.png)
## Notes
External module and footprint sources:
* https://github.com/ncarandini/KiCad-RP-Pico (Pico)
* https://github.com/lethalbit/aki-eda (Samtec FTSH SWD debug connector)
* https://git.lain.faith/sys64738/pcbs/src/branch/main/chip-bo (4x2 jumper,
Xenia silkscreen image)
## Usage
Firmware of the Pico controller is still TODO. Most of the documentation can
be found on the PCB silkscreen.
### Pico pinout
| Name | Pico pin | Usage |
|:---------- |:-------- |:----- |
| DUT GPIO | GP0..GP7 | Generic GPIO to the target DUT, goes through level shifter U200 and out to J200. GP0 and GP1 are also connected to JP100 for UART. |
| RV50x | ADC0, ADC1 | Potentiometers that can be used for manual parameter tweaking. |
| DACVCC/2 | ADC2 | Can be used to calculate the maximum voltage the DAC can reach, for calibration. |
| TRIG IN | GP10 | DUT trigger input. |
| GLITCH SIG | GP11 | DUT glitch (voltage supply) output, from U400. |
| CB1 (Q300) | GP12 | Crowbar gate 1 |
| CB2 (Q301) | GP13 | Crowbar gate 2 |
| DAC nLATCH | GP17 | `nLATCH` signal of the MCP4802 DAC (U401). |
| DAC CLK | GP18 | SPI clock signal of U401.
| DAC TX | GP19 | SPI controller-to-device data signal of U401. |
## BOM
### Base components
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| U100 | 1 | Raspberry Pico | Pico module | Raspberry Pico module/board | This one serves as the glitch controller. Very important. |
| C100 | 1 | 47 uF | THT Radial P2.00mm | Electrolytic capacitor | Extra decoupling capacitor for the Pico. |
| J200 | 1 | Pin header 01x08 | THT 2.54mm 01x08 | Generic pin header | Main GPIO to DUT connector, goes through level shifter U200. |
| J201, J202, J205 | 3 | Pin header 01x01 | THT 2.54mm 01x01 | Generic pin header | Main glitching to DUT connectors (pin headers). |
| J203, J204, J206 | 3 | Amphenol 132289 | SMA edge-mount connector | SMA connector | Main glitching to DUT connectors (SMA connectors). Has many other compatible connectors. |
### Optional connectors
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| J207 | 1 | Pin header 02x05 | THT 2.54mm 02x05 | Generic pin header | Power out (and extra external voltage in) connector. |
| D100 | 1 | 1N4001 | SOD-123 | Generic or Schottky diode. | Reset diode for external reset signal (SWD). |
| J100 | 1 | Pin header 01x04 | THT 2.54mm 01x04 | Generic pin header | UART connector (nonstandard, 2.54mm jumper) |
| J101 | 1 | Pin header 01x05 | THT 2.54mm 01x05 | Generic pin header | SWD connector (nonstandard, 2.54mm jumper) |
| J102 | 1 | FTSH-105-01-L-DV-007-K | THT 1.27mm 02x05 -OR- FTSH-105 SMD | Cortex debug connector | SWD connector (standard FTSH connector, 1.27mm pitch, either through-hole or surface-mount) |
### Manual control potentiometers
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| RV500, RV501 | 2 | Potentiometer | THT 2.54mm 1x3 | Potentiometer with colinear leads. | Used for optional manual control of parameters. |
### If you need the "emergency reset button"
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| Q1 | 1 | Generic NMOS | SOT-23 (GSD) | N-MOSFET transistor | Make sure it is completely on at a Vgs of 3.3V! Invertor NMOS for reset signal. |
| SW1 | 1 | Push button | THT 4-lead 6x6mm | Two-by-two push button switch, generic | Make sure the bends in the pushbutton leads are parallell with the lines on the silkscreen. |
| R1, R2 | 2 | 220k | 0805 | Resistor | Pullup/pulldown resistors. |
The emergency reset button will stop U100, and disable most other ICs (eg. U400, U200).
### If you need the DAC
The DAC can be used for the level shifter, crowbar glitcher and SPDT glitcher
(selected using JP200, JP300 and JP500).
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| U401 | 1 | MCP4802 | SOIC-8 3.9x4.9 (U401a) -OR- MSOP-8 3x3mm P0.65mm (U401b) | 2-channel 8-bit DAC, SPI interface. | DAC, optional. If not placed, you probably want to short JP500, and short the two leads as indicated on the silkscreen. SOIC and MSOP both work. |
| R500, R501 | 2 | 220k | 0805 | Generic resistor | Voltage divider for max voltage sensing of U401. Only needed if you place the DAC (U401). |
| C401 | 1 | 10 nF | 0805 | Unpolarized (MLCC) capacitor | Decoupling capacitor for U401. Optional. |
### If you need the level shifter
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| U200 | 1 | TXS0108EPW -OR- NXS0108PW | TSSOP-20 4.4x6.5mm P0.65mm | Bidirectional level-shifting voltage translator | The level shifter. Source from TI or Nexperia. |
| R200 | 1 | 47k | 0805 | Pulldown resistor | Used for the enable line of U200. |
| JP200 | 1 | Pin header 02x04 | THT 2.54mm 02x04 | Level shifter external voltage selector. | Place a generic pin header here, use a pin shunt to select the voltage. |
If not using the level shifter, short the leads of the footprint of U200 as
shown on the PCB silkscreen.
### If you need the crowbar glitching circuit
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| Q300 | 1 | IRF7807/Si4850BDY/Si3463BDY | SOIC-8 3.9x4.9mm | N-channel Power MOSFET, SO-8 | Slower but higher-duty (current-wise) crowbar MOSFET. Need not be placed if Q301 is present. |
| Q301 | 1 | IRLML2502/IRLML6204 | SOT-23 | N-channel MOSFET, SOT-23 | Faster but more fragile crowbar MOSFET. Need not be placed if Q300 is present. |
| R300 | 1 | 50 Ohm | 0805/1206/2010/2512 | Current limiting resistor | Current limit resistor through which power is optionally supplied to the target. Several footprints work. Use eg. ESR10EZPF49R9. |
| JP300 | 1 | Pin header 02x04 | THT 2.43mm 02x04 | Generic pin header | Crowbar power supply, place generic pin header and use a pin shunt. Can be left open if target is self-powered. |
Note, Q300 and Q301 are selected by separate GPIO lines on the Pico.
### If you need the SPDT switch glitching circuit
| Ref | Quantity | Product | Footprint | Description | Notes |
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
| U400 | 1 | MAX4619CSE+ | SOIC-8 3.9x4.9mm | Triple analog SPDT switch | Fast SPDT switch IC, used for glitching (selecting between high and low voltage levels). |
| R400, R401 | 2 | 220k | 0805 | Generic resistor | Pullup/pulldown resistors for the enable line of U400. |
| C400 | 1 | 10 nF | 0805 | Unpolarized (MLCC) capacitor | Decoupling capacitor for U400. Optional. |

View File

@ -926,7 +926,7 @@
(property "Reference" "Q300" (id 0) (at 92.837 112.1215 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "IRF7404/Si4850BDY/Si3464BDY" (id 1) (at 92.837 114.8966 0)
(property "Value" "IRF7807/Si4850BDY/Si3464BDY" (id 1) (at 92.837 114.8966 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 92.71 114.935 0)

Binary file not shown.

10920
gerbers-rev4/glitcher-B_Cu.gbr Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,419 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
%TF.CreationDate,2022-02-28T04:04:16+01:00*%
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-02-28 04:04:16*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
%AMFreePoly0*
4,1,22,0.500000,-0.750000,0.000000,-0.750000,0.000000,-0.745033,-0.079941,-0.743568,-0.215256,-0.701293,-0.333266,-0.622738,-0.424486,-0.514219,-0.481581,-0.384460,-0.499164,-0.250000,-0.500000,-0.250000,-0.500000,0.250000,-0.499164,0.250000,-0.499963,0.256109,-0.478152,0.396186,-0.417904,0.524511,-0.324060,0.630769,-0.204165,0.706417,-0.067858,0.745374,0.000000,0.744959,0.000000,0.750000,
0.500000,0.750000,0.500000,-0.750000,0.500000,-0.750000,$1*%
%AMFreePoly1*
4,1,20,0.000000,0.744959,0.073905,0.744508,0.209726,0.703889,0.328688,0.626782,0.421226,0.519385,0.479903,0.390333,0.500000,0.250000,0.500000,-0.250000,0.499851,-0.262216,0.476331,-0.402017,0.414519,-0.529596,0.319384,-0.634700,0.198574,-0.708877,0.061801,-0.746166,0.000000,-0.745033,0.000000,-0.750000,-0.500000,-0.750000,-0.500000,0.750000,0.000000,0.750000,0.000000,0.744959,
0.000000,0.744959,$1*%
G04 Aperture macros list end*
%ADD10R,5.080000X1.500000*%
%ADD11C,0.800000*%
%ADD12C,6.400000*%
%ADD13R,1.700000X1.700000*%
%ADD14O,1.700000X1.700000*%
%ADD15C,1.440000*%
%ADD16O,1.500000X1.500000*%
%ADD17O,1.800000X1.800000*%
%ADD18R,1.000000X1.000000*%
%ADD19O,1.000000X1.000000*%
%ADD20R,1.200000X1.200000*%
%ADD21C,1.200000*%
%ADD22C,2.000000*%
%ADD23R,0.900000X1.200000*%
%ADD24RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
%ADD25FreePoly0,0.000000*%
%ADD26FreePoly1,0.000000*%
%ADD27RoundRect,0.150000X0.587500X0.150000X-0.587500X0.150000X-0.587500X-0.150000X0.587500X-0.150000X0*%
%ADD28RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
%ADD29RoundRect,0.100000X-0.100000X0.637500X-0.100000X-0.637500X0.100000X-0.637500X0.100000X0.637500X0*%
%ADD30RoundRect,0.100000X-0.712500X-0.100000X0.712500X-0.100000X0.712500X0.100000X-0.712500X0.100000X0*%
%ADD31RoundRect,0.150000X0.150000X-0.587500X0.150000X0.587500X-0.150000X0.587500X-0.150000X-0.587500X0*%
%ADD32RoundRect,0.150000X0.725000X0.150000X-0.725000X0.150000X-0.725000X-0.150000X0.725000X-0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,J206*%
X159845000Y-83037000D03*
X159845000Y-91537000D03*
%TD*%
D11*
%TO.C,H3*%
X160896000Y-122682000D03*
X156798944Y-120984944D03*
X158496000Y-125082000D03*
X156798944Y-124379056D03*
X160193056Y-120984944D03*
X160193056Y-124379056D03*
X158496000Y-120282000D03*
D12*
X158496000Y-122682000D03*
D11*
X156096000Y-122682000D03*
%TD*%
D13*
%TO.C,JP300*%
X93091000Y-93472000D03*
D14*
X93091000Y-96012000D03*
X93091000Y-98552000D03*
X93091000Y-101092000D03*
X95631000Y-96012000D03*
X95631000Y-101092000D03*
X95631000Y-93472000D03*
X95631000Y-98552000D03*
%TD*%
D13*
%TO.C,J207*%
X140721000Y-77602000D03*
D14*
X140721000Y-75062000D03*
X143261000Y-77602000D03*
X143261000Y-75062000D03*
X145801000Y-77602000D03*
X145801000Y-75062000D03*
X148341000Y-77602000D03*
X148341000Y-75062000D03*
X150881000Y-77602000D03*
X150881000Y-75062000D03*
%TD*%
D13*
%TO.C,J202*%
X152776000Y-99441000D03*
%TD*%
%TO.C,J200*%
X151638000Y-122682000D03*
D14*
X149098000Y-122682000D03*
X146558000Y-122682000D03*
X144018000Y-122682000D03*
X141478000Y-122682000D03*
X138938000Y-122682000D03*
X136398000Y-122682000D03*
X133858000Y-122682000D03*
%TD*%
D13*
%TO.C,JP200*%
X93091000Y-110363000D03*
D14*
X93091000Y-112903000D03*
X93091000Y-115443000D03*
X93091000Y-117983000D03*
X95631000Y-115443000D03*
X95631000Y-112903000D03*
X95631000Y-110363000D03*
X95631000Y-117983000D03*
%TD*%
D15*
%TO.C,RV500*%
X80137000Y-95631000D03*
X80137000Y-98171000D03*
X80137000Y-100711000D03*
%TD*%
D13*
%TO.C,J205*%
X153030000Y-87317000D03*
%TD*%
D16*
%TO.C,U100*%
X110986000Y-121173000D03*
D17*
X110686000Y-124203000D03*
X116136000Y-124203000D03*
D16*
X115836000Y-121173000D03*
D14*
X122301000Y-124333000D03*
X122301000Y-121793000D03*
D13*
X122301000Y-119253000D03*
D14*
X122301000Y-116713000D03*
X122301000Y-114173000D03*
X122301000Y-111633000D03*
X122301000Y-109093000D03*
D13*
X122301000Y-106553000D03*
D14*
X122301000Y-104013000D03*
X122301000Y-101473000D03*
X122301000Y-98933000D03*
X122301000Y-96393000D03*
D13*
X122301000Y-93853000D03*
D14*
X122301000Y-91313000D03*
X122301000Y-88773000D03*
X122301000Y-86233000D03*
X122301000Y-83693000D03*
D13*
X122301000Y-81153000D03*
D14*
X122301000Y-78613000D03*
X122301000Y-76073000D03*
X104521000Y-76073000D03*
X104521000Y-78613000D03*
D13*
X104521000Y-81153000D03*
D14*
X104521000Y-83693000D03*
X104521000Y-86233000D03*
X104521000Y-88773000D03*
X104521000Y-91313000D03*
D13*
X104521000Y-93853000D03*
D14*
X104521000Y-96393000D03*
X104521000Y-98933000D03*
X104521000Y-101473000D03*
X104521000Y-104013000D03*
D13*
X104521000Y-106553000D03*
D14*
X104521000Y-109093000D03*
X104521000Y-111633000D03*
X104521000Y-114173000D03*
X104521000Y-116713000D03*
D13*
X104521000Y-119253000D03*
D14*
X104521000Y-121793000D03*
X104521000Y-124333000D03*
X115951000Y-76303000D03*
D13*
X113411000Y-76303000D03*
D14*
X110871000Y-76303000D03*
%TD*%
D18*
%TO.C,REF\u002A\u002A*%
X83694000Y-84326000D03*
D19*
X82424000Y-84326000D03*
X83694000Y-83056000D03*
X82424000Y-83056000D03*
X83694000Y-81786000D03*
X82424000Y-81786000D03*
X83694000Y-80516000D03*
X82424000Y-80516000D03*
X83694000Y-79246000D03*
X82424000Y-79246000D03*
%TD*%
D15*
%TO.C,RV501*%
X80137000Y-107457000D03*
X80137000Y-109997000D03*
X80137000Y-112537000D03*
%TD*%
D20*
%TO.C,C100*%
X95123000Y-124333000D03*
D21*
X93123000Y-124333000D03*
%TD*%
D11*
%TO.C,H2*%
X156798944Y-78405056D03*
X156096000Y-76708000D03*
X158496000Y-79108000D03*
X158496000Y-74308000D03*
X160193056Y-78405056D03*
X160896000Y-76708000D03*
X160193056Y-75010944D03*
D12*
X158496000Y-76708000D03*
D11*
X156798944Y-75010944D03*
%TD*%
D13*
%TO.C,J201*%
X154940000Y-112141000D03*
%TD*%
D22*
%TO.C,SW1*%
X84444400Y-125119200D03*
X84444400Y-118619200D03*
X79944400Y-118619200D03*
X79944400Y-125119200D03*
%TD*%
D13*
%TO.C,J100*%
X129032000Y-123307000D03*
D14*
X129032000Y-120767000D03*
X129032000Y-118227000D03*
X129032000Y-115687000D03*
%TD*%
D13*
%TO.C,J101*%
X74676000Y-83566000D03*
D14*
X74676000Y-86106000D03*
X74676000Y-88646000D03*
X74676000Y-91186000D03*
X74676000Y-93726000D03*
%TD*%
D10*
%TO.C,J204*%
X159888000Y-95445000D03*
X159888000Y-103945000D03*
%TD*%
%TO.C,J203*%
X159888000Y-107891000D03*
X159888000Y-116391000D03*
%TD*%
D11*
%TO.C,H1*%
X74803000Y-78981000D03*
X73105944Y-74883944D03*
D12*
X74803000Y-76581000D03*
D11*
X74803000Y-74181000D03*
X73105944Y-78278056D03*
X77203000Y-76581000D03*
X76500056Y-78278056D03*
X72403000Y-76581000D03*
X76500056Y-74883944D03*
%TD*%
%TO.C,H4*%
X76500056Y-120984944D03*
D12*
X74803000Y-122682000D03*
D11*
X72403000Y-122682000D03*
X76500056Y-124379056D03*
X74803000Y-120282000D03*
X74803000Y-125082000D03*
X77203000Y-122682000D03*
X73105944Y-120984944D03*
X73105944Y-124379056D03*
%TD*%
D23*
%TO.C,D100*%
X84202000Y-92202000D03*
X87502000Y-92202000D03*
%TD*%
D24*
%TO.C,R401*%
X136893500Y-98425000D03*
X138893500Y-98425000D03*
%TD*%
D25*
%TO.C,JP500*%
X91410000Y-90805000D03*
D26*
X92710000Y-90805000D03*
%TD*%
D27*
%TO.C,Q1*%
X118793500Y-96459000D03*
X118793500Y-98359000D03*
X116918500Y-97409000D03*
%TD*%
D28*
%TO.C,C400*%
X145919100Y-93319600D03*
X143844100Y-93319600D03*
%TD*%
D29*
%TO.C,U200*%
X139442000Y-113088500D03*
X140092000Y-113088500D03*
X140742000Y-113088500D03*
X141392000Y-113088500D03*
X142042000Y-113088500D03*
X142692000Y-113088500D03*
X143342000Y-113088500D03*
X143992000Y-113088500D03*
X144642000Y-113088500D03*
X145292000Y-113088500D03*
X145292000Y-118813500D03*
X144642000Y-118813500D03*
X143992000Y-118813500D03*
X143342000Y-118813500D03*
X142692000Y-118813500D03*
X142042000Y-118813500D03*
X141392000Y-118813500D03*
X140742000Y-118813500D03*
X140092000Y-118813500D03*
X139442000Y-118813500D03*
%TD*%
D24*
%TO.C,R2*%
X111776000Y-98806000D03*
X113776000Y-98806000D03*
%TD*%
%TO.C,R400*%
X136893500Y-100623000D03*
X138893500Y-100623000D03*
%TD*%
D30*
%TO.C,U401b*%
X91613500Y-85001819D03*
X91613500Y-84351819D03*
X91613500Y-83701819D03*
X91613500Y-83051819D03*
X95838500Y-83051819D03*
X95838500Y-83701819D03*
X95838500Y-84351819D03*
X95838500Y-85001819D03*
%TD*%
D31*
%TO.C,Q301*%
X145222000Y-87170500D03*
X143322000Y-87170500D03*
X144272000Y-85295500D03*
%TD*%
D32*
%TO.C,U400*%
X147863000Y-95631000D03*
X147863000Y-96901000D03*
X147863000Y-98171000D03*
X147863000Y-99441000D03*
X147863000Y-100711000D03*
X147863000Y-101981000D03*
X147863000Y-103251000D03*
X147863000Y-104521000D03*
X142713000Y-104521000D03*
X142713000Y-103251000D03*
X142713000Y-101981000D03*
X142713000Y-100711000D03*
X142713000Y-99441000D03*
X142713000Y-98171000D03*
X142713000Y-96901000D03*
X142713000Y-95631000D03*
%TD*%
D24*
%TO.C,R1*%
X111776000Y-95856000D03*
X113776000Y-95856000D03*
%TD*%
M02*

View File

@ -0,0 +1,149 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
%TF.CreationDate,2022-02-28T04:04:16+01:00*%
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-02-28 04:04:16*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,5.080000X1.500000*%
%ADD11R,0.900000X1.200000*%
%ADD12RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
%ADD13RoundRect,0.150000X0.587500X0.150000X-0.587500X0.150000X-0.587500X-0.150000X0.587500X-0.150000X0*%
%ADD14RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
%ADD15RoundRect,0.100000X-0.100000X0.637500X-0.100000X-0.637500X0.100000X-0.637500X0.100000X0.637500X0*%
%ADD16RoundRect,0.100000X-0.712500X-0.100000X0.712500X-0.100000X0.712500X0.100000X-0.712500X0.100000X0*%
%ADD17RoundRect,0.150000X0.150000X-0.587500X0.150000X0.587500X-0.150000X0.587500X-0.150000X-0.587500X0*%
%ADD18RoundRect,0.150000X0.725000X0.150000X-0.725000X0.150000X-0.725000X-0.150000X0.725000X-0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,J206*%
X159845000Y-83037000D03*
X159845000Y-91537000D03*
%TD*%
%TO.C,J204*%
X159888000Y-95445000D03*
X159888000Y-103945000D03*
%TD*%
%TO.C,J203*%
X159888000Y-107891000D03*
X159888000Y-116391000D03*
%TD*%
D11*
%TO.C,D100*%
X84202000Y-92202000D03*
X87502000Y-92202000D03*
%TD*%
D12*
%TO.C,R401*%
X136893500Y-98425000D03*
X138893500Y-98425000D03*
%TD*%
D13*
%TO.C,Q1*%
X118793500Y-96459000D03*
X118793500Y-98359000D03*
X116918500Y-97409000D03*
%TD*%
D14*
%TO.C,C400*%
X145919100Y-93319600D03*
X143844100Y-93319600D03*
%TD*%
D15*
%TO.C,U200*%
X139442000Y-113088500D03*
X140092000Y-113088500D03*
X140742000Y-113088500D03*
X141392000Y-113088500D03*
X142042000Y-113088500D03*
X142692000Y-113088500D03*
X143342000Y-113088500D03*
X143992000Y-113088500D03*
X144642000Y-113088500D03*
X145292000Y-113088500D03*
X145292000Y-118813500D03*
X144642000Y-118813500D03*
X143992000Y-118813500D03*
X143342000Y-118813500D03*
X142692000Y-118813500D03*
X142042000Y-118813500D03*
X141392000Y-118813500D03*
X140742000Y-118813500D03*
X140092000Y-118813500D03*
X139442000Y-118813500D03*
%TD*%
D12*
%TO.C,R2*%
X111776000Y-98806000D03*
X113776000Y-98806000D03*
%TD*%
%TO.C,R400*%
X136893500Y-100623000D03*
X138893500Y-100623000D03*
%TD*%
D16*
%TO.C,U401b*%
X91613500Y-85001819D03*
X91613500Y-84351819D03*
X91613500Y-83701819D03*
X91613500Y-83051819D03*
X95838500Y-83051819D03*
X95838500Y-83701819D03*
X95838500Y-84351819D03*
X95838500Y-85001819D03*
%TD*%
D17*
%TO.C,Q301*%
X145222000Y-87170500D03*
X143322000Y-87170500D03*
X144272000Y-85295500D03*
%TD*%
D18*
%TO.C,U400*%
X147863000Y-95631000D03*
X147863000Y-96901000D03*
X147863000Y-98171000D03*
X147863000Y-99441000D03*
X147863000Y-100711000D03*
X147863000Y-101981000D03*
X147863000Y-103251000D03*
X147863000Y-104521000D03*
X142713000Y-104521000D03*
X142713000Y-103251000D03*
X142713000Y-101981000D03*
X142713000Y-100711000D03*
X142713000Y-99441000D03*
X142713000Y-98171000D03*
X142713000Y-96901000D03*
X142713000Y-95631000D03*
%TD*%
D12*
%TO.C,R1*%
X111776000Y-95856000D03*
X113776000Y-95856000D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,46 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
%TF.CreationDate,2022-02-28T04:04:16+01:00*%
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-02-28 04:04:16*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
G04 APERTURE END LIST*
D10*
X74803000Y-72644000D02*
G75*
G03*
X70739000Y-76708000I0J-4064000D01*
G01*
X162687000Y-122809000D02*
X162687000Y-76708000D01*
X158496000Y-72644000D02*
X74803000Y-72644000D01*
X162686999Y-76708000D02*
G75*
G03*
X158496000Y-72644000I-4099222J-34339D01*
G01*
X158496000Y-126920318D02*
G75*
G03*
X162687000Y-122809000I-221782J4417853D01*
G01*
X70739000Y-122856318D02*
G75*
G03*
X74803000Y-126920318I4064000J0D01*
G01*
X74803000Y-126920318D02*
X158496000Y-126920318D01*
X70739000Y-76708000D02*
X70739000Y-122856318D01*
M02*

10063
gerbers-rev4/glitcher-F_Cu.gbr Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,485 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
%TF.CreationDate,2022-02-28T04:04:16+01:00*%
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-02-28 04:04:16*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X0.450000X-0.350000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0*%
%ADD11R,5.080000X1.500000*%
%ADD12C,0.800000*%
%ADD13C,6.400000*%
%ADD14R,1.700000X1.700000*%
%ADD15O,1.700000X1.700000*%
%ADD16RoundRect,0.249999X1.075001X-0.450001X1.075001X0.450001X-1.075001X0.450001X-1.075001X-0.450001X0*%
%ADD17C,1.440000*%
%ADD18RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
%ADD19O,1.500000X1.500000*%
%ADD20O,1.800000X1.800000*%
%ADD21R,3.500000X1.700000*%
%ADD22R,1.700000X3.500000*%
%ADD23R,1.000000X1.000000*%
%ADD24O,1.000000X1.000000*%
%ADD25R,2.790000X0.740000*%
%ADD26RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
%ADD27RoundRect,0.249999X1.425001X-0.450001X1.425001X0.450001X-1.425001X0.450001X-1.425001X-0.450001X0*%
%ADD28RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
%ADD29R,1.200000X1.200000*%
%ADD30C,1.200000*%
%ADD31RoundRect,0.250000X0.625000X-0.400000X0.625000X0.400000X-0.625000X0.400000X-0.625000X-0.400000X0*%
%ADD32C,2.000000*%
%ADD33RoundRect,0.150000X-0.825000X-0.150000X0.825000X-0.150000X0.825000X0.150000X-0.825000X0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,R300d1*%
X135128000Y-88179000D03*
X135128000Y-86179000D03*
%TD*%
D11*
%TO.C,J206*%
X159845000Y-87287000D03*
X159845000Y-91537000D03*
X159845000Y-83037000D03*
%TD*%
D12*
%TO.C,H3*%
X160896000Y-122682000D03*
X156798944Y-120984944D03*
X158496000Y-125082000D03*
X156798944Y-124379056D03*
X160193056Y-120984944D03*
X160193056Y-124379056D03*
X158496000Y-120282000D03*
D13*
X158496000Y-122682000D03*
D12*
X156096000Y-122682000D03*
%TD*%
D14*
%TO.C,JP300*%
X93091000Y-93472000D03*
D15*
X93091000Y-96012000D03*
X93091000Y-98552000D03*
X93091000Y-101092000D03*
X95631000Y-96012000D03*
X95631000Y-101092000D03*
X95631000Y-93472000D03*
X95631000Y-98552000D03*
%TD*%
D14*
%TO.C,J207*%
X140721000Y-77602000D03*
D15*
X140721000Y-75062000D03*
X143261000Y-77602000D03*
X143261000Y-75062000D03*
X145801000Y-77602000D03*
X145801000Y-75062000D03*
X148341000Y-77602000D03*
X148341000Y-75062000D03*
X150881000Y-77602000D03*
X150881000Y-75062000D03*
%TD*%
D14*
%TO.C,J202*%
X152776000Y-99441000D03*
%TD*%
D16*
%TO.C,R300b1*%
X135128000Y-89579000D03*
X135128000Y-84779000D03*
%TD*%
D14*
%TO.C,J200*%
X151638000Y-122682000D03*
D15*
X149098000Y-122682000D03*
X146558000Y-122682000D03*
X144018000Y-122682000D03*
X141478000Y-122682000D03*
X138938000Y-122682000D03*
X136398000Y-122682000D03*
X133858000Y-122682000D03*
%TD*%
D14*
%TO.C,JP200*%
X93091000Y-110363000D03*
D15*
X93091000Y-112903000D03*
X93091000Y-115443000D03*
X93091000Y-117983000D03*
X95631000Y-115443000D03*
X95631000Y-112903000D03*
X95631000Y-110363000D03*
X95631000Y-117983000D03*
%TD*%
D17*
%TO.C,RV500*%
X80137000Y-95631000D03*
X80137000Y-98171000D03*
X80137000Y-100711000D03*
%TD*%
D14*
%TO.C,J205*%
X153030000Y-87317000D03*
%TD*%
D18*
%TO.C,R200*%
X153035000Y-116078000D03*
X151035000Y-116078000D03*
%TD*%
D19*
%TO.C,U100*%
X110986000Y-121173000D03*
D20*
X110686000Y-124203000D03*
X116136000Y-124203000D03*
D19*
X115836000Y-121173000D03*
D15*
X122301000Y-124333000D03*
D21*
X123201000Y-124333000D03*
X123201000Y-121793000D03*
D15*
X122301000Y-121793000D03*
D21*
X123201000Y-119253000D03*
D14*
X122301000Y-119253000D03*
D15*
X122301000Y-116713000D03*
D21*
X123201000Y-116713000D03*
X123201000Y-114173000D03*
D15*
X122301000Y-114173000D03*
D21*
X123201000Y-111633000D03*
D15*
X122301000Y-111633000D03*
X122301000Y-109093000D03*
D21*
X123201000Y-109093000D03*
X123201000Y-106553000D03*
D14*
X122301000Y-106553000D03*
D15*
X122301000Y-104013000D03*
D21*
X123201000Y-104013000D03*
X123201000Y-101473000D03*
D15*
X122301000Y-101473000D03*
X122301000Y-98933000D03*
D21*
X123201000Y-98933000D03*
X123201000Y-96393000D03*
D15*
X122301000Y-96393000D03*
D14*
X122301000Y-93853000D03*
D21*
X123201000Y-93853000D03*
D15*
X122301000Y-91313000D03*
D21*
X123201000Y-91313000D03*
D15*
X122301000Y-88773000D03*
D21*
X123201000Y-88773000D03*
X123201000Y-86233000D03*
D15*
X122301000Y-86233000D03*
X122301000Y-83693000D03*
D21*
X123201000Y-83693000D03*
X123201000Y-81153000D03*
D14*
X122301000Y-81153000D03*
D21*
X123201000Y-78613000D03*
D15*
X122301000Y-78613000D03*
X122301000Y-76073000D03*
D21*
X123201000Y-76073000D03*
D15*
X104521000Y-76073000D03*
D21*
X103621000Y-76073000D03*
X103621000Y-78613000D03*
D15*
X104521000Y-78613000D03*
D14*
X104521000Y-81153000D03*
D21*
X103621000Y-81153000D03*
D15*
X104521000Y-83693000D03*
D21*
X103621000Y-83693000D03*
D15*
X104521000Y-86233000D03*
D21*
X103621000Y-86233000D03*
D15*
X104521000Y-88773000D03*
D21*
X103621000Y-88773000D03*
X103621000Y-91313000D03*
D15*
X104521000Y-91313000D03*
D14*
X104521000Y-93853000D03*
D21*
X103621000Y-93853000D03*
D15*
X104521000Y-96393000D03*
D21*
X103621000Y-96393000D03*
D15*
X104521000Y-98933000D03*
D21*
X103621000Y-98933000D03*
D15*
X104521000Y-101473000D03*
D21*
X103621000Y-101473000D03*
X103621000Y-104013000D03*
D15*
X104521000Y-104013000D03*
D21*
X103621000Y-106553000D03*
D14*
X104521000Y-106553000D03*
D15*
X104521000Y-109093000D03*
D21*
X103621000Y-109093000D03*
X103621000Y-111633000D03*
D15*
X104521000Y-111633000D03*
X104521000Y-114173000D03*
D21*
X103621000Y-114173000D03*
D15*
X104521000Y-116713000D03*
D21*
X103621000Y-116713000D03*
D14*
X104521000Y-119253000D03*
D21*
X103621000Y-119253000D03*
X103621000Y-121793000D03*
D15*
X104521000Y-121793000D03*
D21*
X103621000Y-124333000D03*
D15*
X104521000Y-124333000D03*
X115951000Y-76303000D03*
D22*
X115951000Y-75403000D03*
X113411000Y-75403000D03*
D14*
X113411000Y-76303000D03*
D15*
X110871000Y-76303000D03*
D22*
X110871000Y-75403000D03*
%TD*%
D23*
%TO.C,REF\u002A\u002A*%
X83694000Y-84326000D03*
D24*
X82424000Y-84326000D03*
X83694000Y-83056000D03*
X82424000Y-83056000D03*
X83694000Y-81786000D03*
X82424000Y-81786000D03*
X83694000Y-80516000D03*
X82424000Y-80516000D03*
X83694000Y-79246000D03*
X82424000Y-79246000D03*
%TD*%
D25*
%TO.C,J102*%
X85094000Y-84326000D03*
X81024000Y-84326000D03*
X85094000Y-83056000D03*
X81024000Y-83056000D03*
X85094000Y-81786000D03*
X81024000Y-81786000D03*
X85094000Y-80516000D03*
X81024000Y-80516000D03*
X85094000Y-79246000D03*
X81024000Y-79246000D03*
%TD*%
D26*
%TO.C,R500*%
X90424000Y-106553000D03*
X92424000Y-106553000D03*
%TD*%
D17*
%TO.C,RV501*%
X80137000Y-107457000D03*
X80137000Y-109997000D03*
X80137000Y-112537000D03*
%TD*%
D27*
%TO.C,R300*%
X135150000Y-90229000D03*
X135150000Y-84129000D03*
%TD*%
D28*
%TO.C,C401*%
X95017500Y-88598819D03*
X92942500Y-88598819D03*
%TD*%
D29*
%TO.C,C100*%
X95123000Y-124333000D03*
D30*
X93123000Y-124333000D03*
%TD*%
D31*
%TO.C,R300c1*%
X135128000Y-88729000D03*
X135128000Y-85629000D03*
%TD*%
D12*
%TO.C,H2*%
X156798944Y-78405056D03*
X156096000Y-76708000D03*
X158496000Y-79108000D03*
X158496000Y-74308000D03*
X160193056Y-78405056D03*
X160896000Y-76708000D03*
X160193056Y-75010944D03*
D13*
X158496000Y-76708000D03*
D12*
X156798944Y-75010944D03*
%TD*%
D14*
%TO.C,J201*%
X154940000Y-112141000D03*
%TD*%
D32*
%TO.C,SW1*%
X84444400Y-125119200D03*
X84444400Y-118619200D03*
X79944400Y-118619200D03*
X79944400Y-125119200D03*
%TD*%
D33*
%TO.C,U401a*%
X91505000Y-82375819D03*
X91505000Y-83645819D03*
X91505000Y-84915819D03*
X91505000Y-86185819D03*
X96455000Y-86185819D03*
X96455000Y-84915819D03*
X96455000Y-83645819D03*
X96455000Y-82375819D03*
%TD*%
D14*
%TO.C,J100*%
X129032000Y-123307000D03*
D15*
X129032000Y-120767000D03*
X129032000Y-118227000D03*
X129032000Y-115687000D03*
%TD*%
D14*
%TO.C,J101*%
X74676000Y-83566000D03*
D15*
X74676000Y-86106000D03*
X74676000Y-88646000D03*
X74676000Y-91186000D03*
X74676000Y-93726000D03*
%TD*%
D26*
%TO.C,R501*%
X95250000Y-106553000D03*
X97250000Y-106553000D03*
%TD*%
D11*
%TO.C,J204*%
X159888000Y-99695000D03*
X159888000Y-103945000D03*
X159888000Y-95445000D03*
%TD*%
D33*
%TO.C,Q300*%
X142051000Y-84582000D03*
X142051000Y-85852000D03*
X142051000Y-87122000D03*
X142051000Y-88392000D03*
X147001000Y-88392000D03*
X147001000Y-87122000D03*
X147001000Y-85852000D03*
X147001000Y-84582000D03*
%TD*%
D11*
%TO.C,J203*%
X159888000Y-112141000D03*
X159888000Y-116391000D03*
X159888000Y-107891000D03*
%TD*%
D12*
%TO.C,H1*%
X74803000Y-78981000D03*
X73105944Y-74883944D03*
D13*
X74803000Y-76581000D03*
D12*
X74803000Y-74181000D03*
X73105944Y-78278056D03*
X77203000Y-76581000D03*
X76500056Y-78278056D03*
X72403000Y-76581000D03*
X76500056Y-74883944D03*
%TD*%
%TO.C,H4*%
X76500056Y-120984944D03*
D13*
X74803000Y-122682000D03*
D12*
X72403000Y-122682000D03*
X76500056Y-124379056D03*
X74803000Y-120282000D03*
X74803000Y-125082000D03*
X77203000Y-122682000D03*
X73105944Y-120984944D03*
X73105944Y-124379056D03*
%TD*%
M02*

View File

@ -0,0 +1,136 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
%TF.CreationDate,2022-02-28T04:04:16+01:00*%
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-02-28 04:04:16*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X0.450000X-0.350000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0*%
%ADD11R,5.080000X1.500000*%
%ADD12RoundRect,0.249999X1.075001X-0.450001X1.075001X0.450001X-1.075001X0.450001X-1.075001X-0.450001X0*%
%ADD13RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
%ADD14R,2.790000X0.740000*%
%ADD15RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
%ADD16RoundRect,0.249999X1.425001X-0.450001X1.425001X0.450001X-1.425001X0.450001X-1.425001X-0.450001X0*%
%ADD17RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
%ADD18RoundRect,0.250000X0.625000X-0.400000X0.625000X0.400000X-0.625000X0.400000X-0.625000X-0.400000X0*%
%ADD19RoundRect,0.150000X-0.825000X-0.150000X0.825000X-0.150000X0.825000X0.150000X-0.825000X0.150000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,R300d1*%
X135128000Y-88179000D03*
X135128000Y-86179000D03*
%TD*%
D11*
%TO.C,J206*%
X159845000Y-87287000D03*
X159845000Y-91537000D03*
X159845000Y-83037000D03*
%TD*%
D12*
%TO.C,R300b1*%
X135128000Y-89579000D03*
X135128000Y-84779000D03*
%TD*%
D13*
%TO.C,R200*%
X153035000Y-116078000D03*
X151035000Y-116078000D03*
%TD*%
D14*
%TO.C,J102*%
X85094000Y-84326000D03*
X81024000Y-84326000D03*
X85094000Y-83056000D03*
X81024000Y-83056000D03*
X85094000Y-81786000D03*
X81024000Y-81786000D03*
X85094000Y-80516000D03*
X81024000Y-80516000D03*
X85094000Y-79246000D03*
X81024000Y-79246000D03*
%TD*%
D15*
%TO.C,R500*%
X90424000Y-106553000D03*
X92424000Y-106553000D03*
%TD*%
D16*
%TO.C,R300*%
X135150000Y-90229000D03*
X135150000Y-84129000D03*
%TD*%
D17*
%TO.C,C401*%
X95017500Y-88598819D03*
X92942500Y-88598819D03*
%TD*%
D18*
%TO.C,R300c1*%
X135128000Y-88729000D03*
X135128000Y-85629000D03*
%TD*%
D19*
%TO.C,U401a*%
X91505000Y-82375819D03*
X91505000Y-83645819D03*
X91505000Y-84915819D03*
X91505000Y-86185819D03*
X96455000Y-86185819D03*
X96455000Y-84915819D03*
X96455000Y-83645819D03*
X96455000Y-82375819D03*
%TD*%
D15*
%TO.C,R501*%
X95250000Y-106553000D03*
X97250000Y-106553000D03*
%TD*%
D11*
%TO.C,J204*%
X159888000Y-99695000D03*
X159888000Y-103945000D03*
X159888000Y-95445000D03*
%TD*%
D19*
%TO.C,Q300*%
X142051000Y-84582000D03*
X142051000Y-85852000D03*
X142051000Y-87122000D03*
X142051000Y-88392000D03*
X147001000Y-88392000D03*
X147001000Y-87122000D03*
X147001000Y-85852000D03*
X147001000Y-84582000D03*
%TD*%
D11*
%TO.C,J203*%
X159888000Y-112141000D03*
X159888000Y-116391000D03*
X159888000Y-107891000D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,23 @@
M48
; DRILL file {KiCad 6.0.1} date ma 28 feb 2022 04:04:21
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2022-02-28T04:04:21+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.1
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
INCH
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C0.0591
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C0.0709
%
G90
G05
T1
X4.3695Y-4.7706
X4.5605Y-4.7706
T2
X4.3577Y-4.8899
X4.5723Y-4.8899
T0
M30

View File

@ -0,0 +1,217 @@
M48
; DRILL file {KiCad 6.0.1} date ma 28 feb 2022 04:04:21
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2022-02-28T04:04:21+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.1
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
INCH
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.0157
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.0197
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.0236
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.0256
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C0.0315
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C0.0394
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C0.0402
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C0.0433
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T9C0.1260
%
G90
G05
T1
X3.2662Y-2.9488
X3.445Y-3.485
X3.505Y-2.895
X3.505Y-4.215
X3.5308Y-3.3173
X3.6Y-3.4481
X3.67Y-3.41
X3.685Y-3.26
X3.712Y-3.39
X3.715Y-3.145
X3.75Y-3.595
X3.87Y-3.2831
X3.91Y-3.238
X4.23Y-3.405
X4.41Y-3.515
X5.17Y-3.99
X5.33Y-3.935
X5.39Y-4.57
X5.47Y-3.405
X5.555Y-4.035
X5.672Y-3.84
X5.674Y-3.9
X5.71Y-3.33
X5.72Y-4.585
X5.735Y-3.87
X5.74Y-3.96
X6.135Y-3.27
X6.135Y-4.58
X6.295Y-3.68
X6.295Y-4.17
T2
X2.8505Y-3.015
X2.8505Y-4.83
X2.8782Y-2.9482
X2.8782Y-3.0818
X2.8782Y-4.7632
X2.8782Y-4.8968
X2.945Y-2.9205
X2.945Y-3.1095
X2.945Y-4.7355
X2.945Y-4.9245
X3.0118Y-2.9482
X3.0118Y-3.0818
X3.0118Y-4.7632
X3.0118Y-4.8968
X3.0395Y-3.015
X3.0395Y-4.83
X6.1455Y-3.02
X6.1455Y-4.83
X6.1732Y-2.9532
X6.1732Y-3.0868
X6.1732Y-4.7632
X6.1732Y-4.8968
X6.24Y-2.9255
X6.24Y-3.1145
X6.24Y-4.7355
X6.24Y-4.9245
X6.3068Y-2.9532
X6.3068Y-3.0868
X6.3068Y-4.7632
X6.3068Y-4.8968
X6.3345Y-3.02
X6.3345Y-4.83
T3
X3.6663Y-4.895
X3.745Y-4.895
T4
X3.245Y-3.1199
X3.245Y-3.1699
X3.245Y-3.2199
X3.245Y-3.2699
X3.245Y-3.3199
X3.295Y-3.1199
X3.295Y-3.1699
X3.295Y-3.2199
X3.295Y-3.2699
X3.295Y-3.3199
T5
X3.155Y-3.765
X3.155Y-3.865
X3.155Y-3.965
X3.155Y-4.2306
X3.155Y-4.3306
X3.155Y-4.4306
T6
X2.94Y-3.29
X2.94Y-3.39
X2.94Y-3.49
X2.94Y-3.59
X2.94Y-3.69
X3.665Y-3.68
X3.665Y-3.78
X3.665Y-3.88
X3.665Y-3.98
X3.665Y-4.345
X3.665Y-4.445
X3.665Y-4.545
X3.665Y-4.645
X3.765Y-3.68
X3.765Y-3.78
X3.765Y-3.88
X3.765Y-3.98
X3.765Y-4.345
X3.765Y-4.445
X3.765Y-4.545
X3.765Y-4.645
X5.08Y-4.5546
X5.08Y-4.6546
X5.08Y-4.7546
X5.08Y-4.8546
X5.27Y-4.83
X5.37Y-4.83
X5.47Y-4.83
X5.5402Y-2.9552
X5.5402Y-3.0552
X5.57Y-4.83
X5.6402Y-2.9552
X5.6402Y-3.0552
X5.67Y-4.83
X5.7402Y-2.9552
X5.7402Y-3.0552
X5.77Y-4.83
X5.8402Y-2.9552
X5.8402Y-3.0552
X5.87Y-4.83
X5.9402Y-2.9552
X5.9402Y-3.0552
X5.97Y-4.83
X6.0148Y-3.915
X6.0248Y-3.4377
X6.1Y-4.415
T7
X4.115Y-2.995
X4.115Y-3.095
X4.115Y-3.195
X4.115Y-3.295
X4.115Y-3.395
X4.115Y-3.495
X4.115Y-3.595
X4.115Y-3.695
X4.115Y-3.795
X4.115Y-3.895
X4.115Y-3.995
X4.115Y-4.095
X4.115Y-4.195
X4.115Y-4.295
X4.115Y-4.395
X4.115Y-4.495
X4.115Y-4.595
X4.115Y-4.695
X4.115Y-4.795
X4.115Y-4.895
X4.365Y-3.0041
X4.465Y-3.0041
X4.565Y-3.0041
X4.815Y-2.995
X4.815Y-3.095
X4.815Y-3.195
X4.815Y-3.295
X4.815Y-3.395
X4.815Y-3.495
X4.815Y-3.595
X4.815Y-3.695
X4.815Y-3.795
X4.815Y-3.895
X4.815Y-3.995
X4.815Y-4.095
X4.815Y-4.195
X4.815Y-4.295
X4.815Y-4.395
X4.815Y-4.495
X4.815Y-4.595
X4.815Y-4.695
X4.815Y-4.795
X4.815Y-4.895
T8
X3.1474Y-4.67
X3.1474Y-4.926
X3.3246Y-4.67
X3.3246Y-4.926
T9
X2.945Y-3.015
X2.945Y-4.83
X6.24Y-3.02
X6.24Y-4.83
T0
M30

View File

@ -0,0 +1,127 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "6.0.1"
},
"CreationDate": "2022-02-28T04:04:16+01:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "glitcher",
"GUID": "676c6974-6368-4657-922e-6b696361645f",
"Revision": "4"
},
"Size": {
"X": 91.998,
"Y": 54.3273
},
"LayerNumber": 2,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.0,
"PadToTrack": 0.0,
"TrackToTrack": 0.2,
"MinLineWidth": 0.25,
"TrackToRegion": 0.508,
"RegionToRegion": 0.508
}
],
"FilesAttributes": [
{
"Path": "glitcher-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "glitcher-B_Cu.gbr",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "glitcher-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "glitcher-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "glitcher-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "glitcher-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "glitcher-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "glitcher-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "glitcher-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.51,
"Material": "FR4",
"Name": "F.Cu/B.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -1044,7 +1044,7 @@
(reference "Q1") (unit 1) (value "Q_NMOS_GSD") (footprint "Package_TO_SOT_SMD:SOT-23")
)
(path "/816681b3-b696-4c69-b9f3-698a68596d52/1fc4ec78-492d-4bdc-a59b-9e31cf2fc7c1"
(reference "Q300") (unit 1) (value "IRF7404/Si4850BDY/Si3464BDY") (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm")
(reference "Q300") (unit 1) (value "IRF7807/Si4850BDY/Si3464BDY") (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm")
)
(path "/816681b3-b696-4c69-b9f3-698a68596d52/78ddc647-21c5-4ed8-8a1b-7c7e636c63bd"
(reference "Q301") (unit 1) (value "IRLML2502/IRLML6204") (footprint "Package_TO_SOT_SMD:SOT-23")

BIN
image/3dview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

BIN
image/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB

BIN
image/front.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB