├── .gitattributes ├── .gitignore ├── README.md ├── cost_estimate └── reference_single_desktop.csv ├── datasheets └── 322146_p1-4_1445_Marco_Reps.pdf ├── images ├── 24hppm.jpg ├── ADRmu_battery_render.png ├── TMP117_address_0x48.jpg ├── TMP117_address_0x49.jpg ├── TMP117_address_0x4A.jpg ├── TMP117_address_0x4B.jpg ├── cu_pcb_rn.jpg ├── render.png ├── tc_10V.jpg └── tc_raw_ADR.jpg ├── mechanical ├── 3d │ ├── ADR_cap_bot_SLA_1.par │ ├── ADR_cap_bot_SLA_1.stl │ ├── ADR_cap_bot_SLA_2.par │ ├── ADR_cap_bot_SLA_2.stl │ ├── ADR_cap_top.par │ ├── ADR_cap_top_SLA_1.par │ ├── ADR_cap_top_SLA_1.stl │ ├── ADR_cap_top_SLA_2.par │ ├── ADR_cap_top_SLA_2.stl │ └── hammond_1455N1601BK_feet_positioner.stl ├── hammond_1455N1601BK_back │ ├── bplate.kicad_pcb │ ├── bplate.kicad_pro │ ├── drawing.png │ ├── drawing.svg │ └── gerber │ │ ├── bplate-B_Cu.gbr │ │ ├── bplate-B_Mask.gbr │ │ ├── bplate-B_Paste.gbr │ │ ├── bplate-B_Silkscreen.gbr │ │ ├── bplate-Edge_Cuts.gbr │ │ ├── bplate-F_Cu.gbr │ │ ├── bplate-F_Mask.gbr │ │ ├── bplate-F_Paste.gbr │ │ ├── bplate-F_Silkscreen.gbr │ │ ├── bplate-NPTH.drl │ │ ├── bplate-PTH.drl │ │ ├── bplate-gerber.zip │ │ └── bplate-job.gbrjob ├── hammond_1455N1601BK_front │ ├── README.md │ ├── fplate.kicad_pcb │ ├── fplate.kicad_pro │ └── gerber │ │ ├── fplate-B_Cu.gbr │ │ ├── fplate-B_Mask.gbr │ │ ├── fplate-B_Paste.gbr │ │ ├── fplate-B_Silkscreen.gbr │ │ ├── fplate-Edge_Cuts.gbr │ │ ├── fplate-F_Cu.gbr │ │ ├── fplate-F_Mask.gbr │ │ ├── fplate-F_Paste.gbr │ │ ├── fplate-F_Silkscreen.gbr │ │ ├── fplate-NPTH.drl │ │ ├── fplate-PTH.drl │ │ ├── fplate-gerber.zip │ │ └── fplate-job.gbrjob ├── schroff_20809-531_reference_front_panel │ ├── README.md │ ├── gerber │ │ ├── reference_front_panel-B_Cu.gbr │ │ ├── reference_front_panel-B_Mask.gbr │ │ ├── reference_front_panel-B_Paste.gbr │ │ ├── reference_front_panel-B_Silkscreen.gbr │ │ ├── reference_front_panel-Edge_Cuts.gbr │ │ ├── reference_front_panel-F_Cu.gbr │ │ ├── reference_front_panel-F_Mask.gbr │ │ ├── reference_front_panel-F_Paste.gbr │ │ ├── reference_front_panel-F_Silkscreen.gbr │ │ ├── reference_front_panel-NPTH.drl │ │ ├── reference_front_panel-PTH.drl │ │ ├── reference_front_panel-job.gbrjob │ │ └── reference_front_panel.zip │ ├── reference_front_panel.kicad_pcb │ ├── reference_front_panel.kicad_pro │ └── reference_front_panel.kicad_sch ├── subrack84_backplane │ ├── Printing Print Schematic.pdf │ ├── README.md │ ├── backplane.kicad_pcb │ ├── backplane.kicad_pro │ ├── backplane.kicad_sch │ ├── backplane.kicad_sch-bak │ ├── bom │ │ └── ibom.html │ └── gerber │ │ ├── backplane-B_Cu.gbr │ │ ├── backplane-B_Mask.gbr │ │ ├── backplane-B_Paste.gbr │ │ ├── backplane-B_Silkscreen.gbr │ │ ├── backplane-Edge_Cuts.gbr │ │ ├── backplane-F_Cu.gbr │ │ ├── backplane-F_Mask.gbr │ │ ├── backplane-F_Paste.gbr │ │ ├── backplane-F_Silkscreen.gbr │ │ ├── backplane-NPTH.drl │ │ ├── backplane-PTH.drl │ │ ├── backplane-job.gbrjob │ │ └── backplane.zip ├── subrack84_front_slot_cover │ ├── README.md │ ├── gerber │ │ ├── rack_slot_cover-B_Cu.gbr │ │ ├── rack_slot_cover-B_Mask.gbr │ │ ├── rack_slot_cover-B_Mask.zip │ │ ├── rack_slot_cover-B_Paste.gbr │ │ ├── rack_slot_cover-B_Silkscreen.gbr │ │ ├── rack_slot_cover-Edge_Cuts.gbr │ │ ├── rack_slot_cover-F_Cu.gbr │ │ ├── rack_slot_cover-F_Mask.gbr │ │ ├── rack_slot_cover-F_Paste.gbr │ │ ├── rack_slot_cover-F_Silkscreen.gbr │ │ ├── rack_slot_cover-NPTH.drl │ │ ├── rack_slot_cover-PTH.drl │ │ └── rack_slot_cover-job.gbrjob │ ├── rack_slot_cover.kicad_pcb │ ├── rack_slot_cover.kicad_pro │ └── rack_slot_cover.kicad_sch └── xformer_spacer │ ├── README.md │ ├── gerber │ ├── xformer_spacer-B_Cu.gbr │ ├── xformer_spacer-B_Mask.gbr │ ├── xformer_spacer-B_Paste.gbr │ ├── xformer_spacer-B_Silkscreen.gbr │ ├── xformer_spacer-Edge_Cuts.gbr │ ├── xformer_spacer-F_Cu.gbr │ ├── xformer_spacer-F_Mask.gbr │ ├── xformer_spacer-F_Paste.gbr │ ├── xformer_spacer-F_Silkscreen.gbr │ ├── xformer_spacer-NPTH.drl │ ├── xformer_spacer-PTH.drl │ ├── xformer_spacer-gerber.zip │ └── xformer_spacer-job.gbrjob │ ├── xformer_spacer.kicad_pcb │ ├── xformer_spacer.kicad_pro │ └── xformer_spacer.kicad_sch ├── module_battery ├── ADRmu_battery.kicad_pcb ├── ADRmu_battery.kicad_prl ├── ADRmu_battery.kicad_pro ├── ADRmu_battery.kicad_sch ├── ADRmu_battery.step ├── ADRmu_battery.xml ├── ADRmu_battery_Library.kicad_sym ├── ADRmu_battery_Library.pretty │ └── BK-18650-PC8.kicad_mod ├── Printing Print Schematic.pdf ├── bom │ ├── ADRmu_battery.csv │ └── ibom.html ├── fp-info-cache ├── fp-lib-table ├── gerber │ ├── ADRmu_battery-B_Cu.gbr │ ├── ADRmu_battery-B_Mask.gbr │ ├── ADRmu_battery-B_Paste.gbr │ ├── ADRmu_battery-B_Silkscreen.gbr │ ├── ADRmu_battery-Edge_Cuts.gbr │ ├── ADRmu_battery-F_Cu.gbr │ ├── ADRmu_battery-F_Mask.gbr │ ├── ADRmu_battery-F_Paste.gbr │ ├── ADRmu_battery-F_Silkscreen.gbr │ ├── ADRmu_battery-NPTH.drl │ ├── ADRmu_battery-PTH.drl │ ├── ADRmu_battery-job.gbrjob │ └── ADRmu_battery.zip └── sym-lib-table ├── module_reference ├── ADRmu_Library.kicad_sym ├── ADRmu_Library.pretty │ ├── Filter_EPCOS_B82793C0.kicad_mod │ ├── LFCSP-10.kicad_mod │ ├── VPG322146+1.kicad_mod │ ├── moin_logo.kicad_mod │ └── osmu_logo.kicad_mod ├── adrmu6layer.kicad_pcb ├── adrmu6layer.kicad_pro ├── adrmu6layer.kicad_sch ├── bom │ └── ibom.html ├── buf.kicad_sch ├── dcdc.kicad_sch ├── production │ └── gerber.zip ├── ref.kicad_sch └── schematics.pdf ├── resistor_network ├── 3d │ ├── PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left.asm │ ├── R_0805_2012Metric.asm │ ├── R_1206_3216Metric.asm │ ├── SOLID.par │ ├── SOLID_0.par │ ├── SOLID_1.par │ ├── SOLID_2.par │ ├── SOLID_3.par │ ├── SOT-23.asm │ ├── SOT-89-3.asm │ ├── heat_shield.asm │ ├── heat_shield.cfg │ ├── resistor_network PCB.par │ ├── resistor_network.asm │ ├── resistor_network.cfg │ ├── resistor_network.log │ ├── resistor_network.step │ └── resistor_network_shield.step ├── README.md ├── bom │ └── ibom.html ├── fp-info-cache ├── gerber │ ├── resistor_network-B_Cu.gbr │ ├── resistor_network-B_Mask.gbr │ ├── resistor_network-B_Paste.gbr │ ├── resistor_network-B_Silkscreen.gbr │ ├── resistor_network-Edge_Cuts.gbr │ ├── resistor_network-F_Cu.gbr │ ├── resistor_network-F_Mask.gbr │ ├── resistor_network-F_Paste.gbr │ ├── resistor_network-F_Silkscreen.gbr │ ├── resistor_network-NPTH.drl │ ├── resistor_network-PTH.drl │ ├── resistor_network-job.gbrjob │ └── rn.zip ├── resistor_network.kicad_pcb ├── resistor_network.kicad_pro ├── resistor_network.kicad_sch ├── resistor_network.kicad_sch-bak └── resistor_network.step ├── results ├── ADRmu107_TC.ipynb ├── ADRmu108_LFnoise.png ├── ADRmu108_TC.ipynb ├── ADRmu10_LFnoise.png ├── ADRmu10_TC.ipynb ├── ADRmu11_LFnoise.png ├── ADRmu11_TC.ipynb ├── ADRmu11_drift.ipynb ├── ADRmu12_LFnoise.png ├── ADRmu12_drift.ipynb ├── ADRmu13_LFnoise.png ├── ADRmu13_TC.ipynb ├── ADRmu14_TC.ipynb ├── ADRmu15_LFnoise.png ├── ADRmu1_LFnoise.png ├── ADRmu1_drift.ipynb ├── ADRmu1_external_calibrations.ipynb ├── ADRmu1_external_calibrations.png ├── ADRmu1_vs_3458B_LTD.png ├── ADRmu1_vs_ADRmu3_LTD.png ├── ADRmu2_LFnoise.png ├── ADRmu2_drift.ipynb ├── ADRmu3_LFnoise.png ├── ADRmu3_TC.ipynb ├── ADRmu3_drift.ipynb ├── ADRmu44_LFnoise.png ├── ADRmu44_TC.ipynb ├── ADRmu4_LFnoise_improved.png ├── ADRmu4_LFnoise_popcorn.png ├── ADRmu4_TC.ipynb ├── ADRmu4_drift.ipynb ├── ADRmu5_LFnoise.png ├── ADRmu5_TC.ipynb ├── ADRmu6_TC.ipynb ├── ADRmu7_LFnoise.png ├── ADRmu7_TC.ipynb ├── ADRmu9_LFnoise.png ├── ADRmu9_TC.ipynb ├── ADRmu9_drift.ipynb ├── ADRmu_vs_mean_drift.ipynb ├── Fluke731B_LFnoise.png ├── README.md ├── drift_all_vs_all.ipynb └── mu_vs_mean.png └── software ├── adrmu_read_temp.py └── write_eeprom.py /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # For PCBs designed using KiCad: http://www.kicad-pcb.org/ 2 | # Format documentation: http://kicad-pcb.org/help/file-formats/ 3 | 4 | # Temporary files 5 | *.000 6 | *.bak 7 | *.bck 8 | *.kicad_pcb-bak 9 | *~ 10 | fp-info-cache 11 | *.kicad_prl 12 | _autosave-* 13 | *.tmp 14 | *.kicad_prl 15 | *-rescue.lib 16 | *-save.pro 17 | *-save.kicad_pcb 18 | *-backups/ 19 | 20 | 21 | # Netlist files (exported from Eeschema) 22 | *.net 23 | 24 | # Autorouter files (exported from Pcbnew) 25 | *.dsn 26 | *.ses 27 | -------------------------------------------------------------------------------- /cost_estimate/reference_single_desktop.csv: -------------------------------------------------------------------------------- 1 | Item,Qty,Reference(s),Value,Datasheet,MPN,URL,Price (US$),Price * Qty 2 | 1,21,"C201, C202, C203, C204, C205, C301, C302, C308, C309, C310, C311, C314, C315, C317, C318, C402, C403, C405, C406, C410, C411",100n 50V,~,CL10B104KB8NNWC,https://www.digikey.com/en/products/detail/samsung-electro-mechanics/CL10B104KB8NNWC/3887593,$0.10,$2.10 3 | 2,1,C303,470u 25V,~,25YXF2200MEFCGC16X25,https://www.digikey.com/en/products/detail/rubycon/25YXF2200MEFCGC16X25/3567077,$1.26,$1.26 4 | 3,1,C304,1n 50V,~,C0805C102K5GECAUTO,https://www.digikey.com/en/products/detail/kemet/C0805C102K5GECAUTO/8647414,$0.21,$0.21 5 | 4,6,"C305, C306, C307, C312, C313, C316",22u 25V,~,CL31A226KAHNNNE,https://www.digikey.com/en/products/detail/samsung-electro-mechanics/CL31A226KAHNNNE/3888705,$0.36,$2.16 6 | 5,1,C401,470n Film,~,MKS2C034701C00MSSD,https://www.digikey.com/en/products/detail/wima/MKS2C034701C00MSSD/9370562,$0.73,$0.73 7 | 6,1,C404,10u Film,~,MKS2B051001N00JSSD,https://www.digikey.com/en/products/detail/wima/MKS2B051001N00JSSD/9370551,$3.84,$3.84 8 | 7,3,"C408, C409, C413",100n Film,~,MKS2D031001A00MSSD,https://www.digikey.com/en/products/detail/wima/MKS2D031001A00MSSD/9370574,$0.48,$1.44 9 | 8,2,"C412, C414",1u Film,~,MKS0B041000F00MSSD,https://www.digikey.com/en/products/detail/wima/MKS0B041000F00MSSD/9370525,$1.61,$3.22 10 | 9,7,"D102, D103, D302, D303, D304, D305, D307",PMEG6010CEH,~,DSS14U,https://www.digikey.com/en/products/detail/smc-diode-solutions/DSS14U/8341859,$0.22,$1.54 11 | 10,2,"D201, D202",1N4148,~,1N4148W,https://www.digikey.com/en/products/detail/smc-diode-solutions/1N4148W/6022450,$0.14,$0.28 12 | 11,2,"D301, D306",LT Y8SG-V2AB-36,https://media.digikey.com/pdf/Data%20Sheets/Lite-On%20PDFs/LTST-S321KGKT.pdf,LTST-S321KGKT,https://www.digikey.com/en/products/detail/liteon/LTST-S321KGKT/2764970,$0.33,$0.66 13 | 12,1,D308,SMAJ18A-13-F,~,SMAJ18A-13-F,https://www.digikey.com/en/products/detail/diodes-incorporated/SMAJ18A-13-F/814796,$0.39,$0.39 14 | 13,1,F301,SF-0603S040-2,https://www.bourns.com/docs/product-datasheets/sf0603s.pdf,SF-0603S040-2,https://www.digikey.com/en/products/detail/bourns-inc/SF-0603S040-2/8747904,$0.58,$0.58 15 | 14,1,Q201,BD135,http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/DATASHEET/CD00001225.pdf,BD13510STU,https://www.digikey.com/en/products/detail/onsemi/BD13510STU/975638,$0.77,$0.77 16 | 15,3,"Q301, Q303, Q401",MMBT3904,https://www.onsemi.com/pub/Collateral/2N3903-D.PDF,MMBT3904-7-F,https://www.digikey.com/en/products/detail/diodes-incorporated/MMBT3904-7-F/814494,$0.13,$0.39 17 | 16,1,Q302,MMBT3906,https://www.onsemi.com/pub/Collateral/2N3906-D.PDF,MMBT3906-7-F,https://www.digikey.com/en/products/detail/diodes-incorporated/MMBT3906-7-F/770797,$0.13,$0.13 18 | 17,4,"R203, R310, R401, R412",1k,~,RR1220P-102-D,https://www.digikey.com/en/products/detail/susumu/RR1220P-102-D/432291,$0.16,$0.64 19 | 18,1,R204,1M,~,CRG0805F1M0,https://www.digikey.com/en/products/detail/te-connectivity-passive-product/CRG0805F1M0/2380864,$0.10,$0.10 20 | 19,7,"R205, R234, R301, R314, R315, R316, R317",10k,~,RR1220P-103-D,https://www.digikey.com/en/products/detail/susumu/RR1220P-103-D/432315,$0.16,$1.12 21 | 20,1,R218,30k,~,RR1220P-303-D,https://www.digikey.com/en/products/detail/susumu/RR1220P-303-D/432326,$0.16,$0.16 22 | 21,2,"R221, R318",DNP,~,,,,$0.00 23 | 22,2,"R302, R304",16k9,~,RR1220P-1692-D-M,https://www.digikey.com/en/products/detail/susumu/RR1220P-1692-D-M/676484,$0.16,$0.32 24 | 23,1,R303,49.9k,~,RT0805FRE0749K9L,https://www.digikey.com/en/products/detail/yageo/RT0805FRE0749K9L/1079283,$0.10,$0.10 25 | 24,5,"R305, R306, R307, R308, R406",4k99,~,RR1220P-4991-D-M,https://www.digikey.com/en/products/detail/susumu/RR1220P-4991-D-M/432569,$0.16,$0.80 26 | 25,1,R309,200k,~,RR1220P-204-D,https://www.digikey.com/en/products/detail/susumu/RR1220P-204-D/432346,$0.16,$0.16 27 | 26,1,R311,130k,~,RR1220P-134-D,https://www.digikey.com/en/products/detail/susumu/RR1220P-134-D/432342,$0.16,$0.16 28 | 27,1,R312,750k,~,RT0805FRE07750KL,https://www.digikey.com/en/products/detail/yageo/RT0805FRE07750KL/1035152,$0.10,$0.10 29 | 28,1,R313,18k,~,RR1220P-183-D,https://www.digikey.com/en/products/detail/susumu/RR1220P-183-D/432321,$0.16,$0.16 30 | 29,1,R409,62R,~,RT0805FRE0762RL,https://www.digikey.com/en/products/detail/yageo/RT0805FRE0762RL/1079353,$0.10,$0.10 31 | 30,1,R410,47R,~,RT0805FRE0747RL,https://www.digikey.com/en/products/detail/yageo/RT0805FRE0747RL/1079276,$0.10,$0.10 32 | 31,2,"R411, R415",0R,~,,,$0.00,$0.00 33 | 32,1,SW301,SW_Push,https://www.ckswitches.com/media/1471/pts645.pdf,PTS645VH31-2 LFS,https://www.digikey.com/en/products/detail/c-k/PTS645VH31-2-LFS/1146771,$0.14,$0.14 34 | 33,1,T301,Feryster RTN-40x25x15(M-083),~,"RTN-40X25X15(M-083) ",https://sklep.feryster.pl/en/nanoperm-cores/18140-RTN-40X25X15M-083-18140.html,$27.25,$27.25 35 | 34,1,U201,ADR1000,https://www.analog.com/media/en/technical-documentation/data-sheets/adr1000.pdf,ADR1000AHZ,https://www.analog.com/en/products/adr1000.html#product-overview,$100.00,$100.00 36 | 35,1,U202,OPA2172,https://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=https%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Fopa2172,OPA2172ID,https://www.digikey.com/en/products/detail/texas-instruments/OPA2172ID/5125386,$2.72,$2.72 37 | 36,2,"U301, U306",L78L33_SOT89,http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf,L78L33ACUTR,https://www.digikey.com/en/products/detail/stmicroelectronics/L78L33ACUTR/585724,$0.62,$1.24 38 | 37,1,U302,LT3439,https://www.analog.com/media/en/technical-documentation/data-sheets/3439fs.pdf,LT3439EFE#TRPBF,https://www.digikey.com/en/products/detail/analog-devices-inc/LT3439EFE-TRPBF/959304,$10.75,$10.75 39 | 38,1,U303,TMP117,https://www.ti.com/lit/ds/symlink/tmp117.pdf,TMP117MAIDRVT,https://www.digikey.com/en/products/detail/texas-instruments/TMP117MAIDRVT/9749240,$5.10,$5.10 40 | 39,1,U304,BR24H64FVM,http://ww1.microchip.com/downloads/en/DeviceDoc/21709c.pdf,BR24H64FVM-5ACTR,https://www.digikey.com/en/products/detail/rohm-semiconductor/BR24H64FVM-5ACTR/13684656,$0.90,$0.90 41 | 40,1,U305,LT3045xMSE,https://www.analog.com/media/en/technical-documentation/data-sheets/3045fa.pdf,LT3045EMSE#PBF,https://www.digikey.com/en/products/detail/analog-devices-inc/LT3045EMSE-PBF/6234771,$8.50,$8.50 42 | 41,1,U307,L79L05_SOT89,http://www.farnell.com/datasheets/1827870.pdf,MC79L05F-TP,https://www.digikey.com/en/products/detail/micro-commercial-co/MC79L05F-TP/804677,$0.41,$0.41 43 | 42,3,"U401, U403, U404",ADA4523,https://www.analog.com/media/en/technical-documentation/data-sheets/ada4523-1.pdf,ADA4523-1BCPZ,https://www.digikey.com/en/products/detail/analog-devices-inc/ADA4523-1BCPZ/13146514,$3.06,$9.18 44 | 43,1,U402,ADG5401F,https://www.analog.com/media/en/technical-documentation/data-sheets/adg5401f.pdf,ADG5401FBCPZ-RL7,https://www.digikey.com/en/products/detail/analog-devices-inc/ADG5401FBCPZ-RL7/13212404,$7.29,$7.29 45 | 44,1,U405,D60V0L4B10LP,https://www.diodes.com/assets/Datasheets/D3V3XA4B10LP.pdf,D60V0L4B10LP-7,https://www.digikey.com/en/products/detail/diodes-incorporated/D60V0L4B10LP-7/8550778,$0.44,$0.44 46 | 45,1,R210,61.9k,https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1773270&DocType=DS&DocLang=English,RN73C2A61K9BTDF,https://www.digikey.com/en/products/detail/te-connectivity-passive-product/RN73C2A61K9BTDF/2373785,$1.09,$1.09 47 | 46,2,"RN201, RN401",10k,https://www.vishay.com/docs/60045/tdp.pdf,TDPT16031002DUF,https://www.digikey.com/en/products/detail/vishay-dale-thin-film/TDPT16031002DUF/15183178,$6.43,$12.86 48 | 47,1,R214,Selected,,Foil collector resistor,,$30.00,$30.00 49 | 48,1,R213,Selected,,Foil anode resistor,,$30.00,$30.00 50 | 49,2,,,https://www.switchcraft.com/assets/1/24/712A%20722A%20732A_CD.PDF?5243,712A,https://www.digikey.com/en/products/detail/switchcraft-inc/712A/109407,$4.46,$8.92 51 | 50,1,,,https://www.switchcraft.com/assets/1/24/760K-765K_CD.PDF?5370,760K,https://www.digikey.com/en/products/detail/switchcraft-inc/760K/241922,$6.62,$6.62 52 | 51,1,,,https://www.cuidevices.com/product/resource/md-pl100.pdf,MD-80PL100,https://www.digikey.com/en/products/detail/cui-devices/MD-80PL100/500830,$3.79,$3.79 53 | 52,1,,,https://app.adam-tech.com/products/download/data_sheet/199608/mdp-00x-data-sheet.pdf,MDP-008,https://www.digikey.com/en/products/detail/adam-tech/MDP-008/10222603,$1.69,$1.69 54 | 53,1,,,https://www.hammfg.com/electronics/small-case/extruded/1455.pdf,1455N1601BK,https://www.digikey.com/en/products/detail/hammond-manufacturing/1455N1601BK/460178,$32.18,$32.18 55 | 54,1,,,https://www.pomonaelectronics.com/file/17329/download?token=JnxIsd1L,3770-0,https://www.digikey.com/en/products/detail/pomona-electronics/3770-0/736559,$12.99,$12.99 56 | 55,1,,,https://www.pomonaelectronics.com/file/17329/download?token=JnxIsd1L,3770-2,https://www.digikey.com/en/products/detail/pomona-electronics/3770-2/736561,$12.99,$12.99 57 | 56,1,,"PCBs, Magnet Wire, Screws, Zip ties",,,,$20.00,$20.00 58 | ,,,SUM,,,,,$370.77 -------------------------------------------------------------------------------- /datasheets/322146_p1-4_1445_Marco_Reps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/datasheets/322146_p1-4_1445_Marco_Reps.pdf -------------------------------------------------------------------------------- /images/24hppm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/24hppm.jpg -------------------------------------------------------------------------------- /images/ADRmu_battery_render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/ADRmu_battery_render.png -------------------------------------------------------------------------------- /images/TMP117_address_0x48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/TMP117_address_0x48.jpg -------------------------------------------------------------------------------- /images/TMP117_address_0x49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/TMP117_address_0x49.jpg -------------------------------------------------------------------------------- /images/TMP117_address_0x4A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/TMP117_address_0x4A.jpg -------------------------------------------------------------------------------- /images/TMP117_address_0x4B.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/TMP117_address_0x4B.jpg -------------------------------------------------------------------------------- /images/cu_pcb_rn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/cu_pcb_rn.jpg -------------------------------------------------------------------------------- /images/render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/render.png -------------------------------------------------------------------------------- /images/tc_10V.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/tc_10V.jpg -------------------------------------------------------------------------------- /images/tc_raw_ADR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/images/tc_raw_ADR.jpg -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_bot_SLA_1.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_bot_SLA_1.par -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_bot_SLA_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_bot_SLA_1.stl -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_bot_SLA_2.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_bot_SLA_2.par -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_bot_SLA_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_bot_SLA_2.stl -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_top.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_top.par -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_top_SLA_1.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_top_SLA_1.par -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_top_SLA_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_top_SLA_1.stl -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_top_SLA_2.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_top_SLA_2.par -------------------------------------------------------------------------------- /mechanical/3d/ADR_cap_top_SLA_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/ADR_cap_top_SLA_2.stl -------------------------------------------------------------------------------- /mechanical/3d/hammond_1455N1601BK_feet_positioner.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/3d/hammond_1455N1601BK_feet_positioner.stl -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/bplate.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "apply_defaults_to_fp_fields": false, 7 | "apply_defaults_to_fp_shapes": false, 8 | "apply_defaults_to_fp_text": false, 9 | "board_outline_line_width": 0.05, 10 | "copper_line_width": 0.2, 11 | "copper_text_italic": false, 12 | "copper_text_size_h": 1.5, 13 | "copper_text_size_v": 1.5, 14 | "copper_text_thickness": 0.3, 15 | "copper_text_upright": false, 16 | "courtyard_line_width": 0.05, 17 | "dimension_precision": 4, 18 | "dimension_units": 3, 19 | "dimensions": { 20 | "arrow_length": 1270000, 21 | "extension_offset": 500000, 22 | "keep_text_aligned": true, 23 | "suppress_zeroes": false, 24 | "text_position": 0, 25 | "units_format": 1 26 | }, 27 | "fab_line_width": 0.1, 28 | "fab_text_italic": false, 29 | "fab_text_size_h": 1.0, 30 | "fab_text_size_v": 1.0, 31 | "fab_text_thickness": 0.15, 32 | "fab_text_upright": false, 33 | "other_line_width": 0.1, 34 | "other_text_italic": false, 35 | "other_text_size_h": 1.0, 36 | "other_text_size_v": 1.0, 37 | "other_text_thickness": 0.15, 38 | "other_text_upright": false, 39 | "pads": { 40 | "drill": 2.5, 41 | "height": 2.5, 42 | "width": 2.5 43 | }, 44 | "silk_line_width": 0.12, 45 | "silk_text_italic": false, 46 | "silk_text_size_h": 1.0, 47 | "silk_text_size_v": 1.0, 48 | "silk_text_thickness": 0.15, 49 | "silk_text_upright": false, 50 | "zones": { 51 | "45_degree_only": false, 52 | "min_clearance": 0.508 53 | } 54 | }, 55 | "diff_pair_dimensions": [ 56 | { 57 | "gap": 0.0, 58 | "via_gap": 0.0, 59 | "width": 0.0 60 | } 61 | ], 62 | "drc_exclusions": [], 63 | "meta": { 64 | "version": 2 65 | }, 66 | "rule_severities": { 67 | "annular_width": "error", 68 | "clearance": "error", 69 | "connection_width": "warning", 70 | "copper_edge_clearance": "error", 71 | "copper_sliver": "warning", 72 | "courtyards_overlap": "error", 73 | "diff_pair_gap_out_of_range": "error", 74 | "diff_pair_uncoupled_length_too_long": "error", 75 | "drill_out_of_range": "error", 76 | "duplicate_footprints": "warning", 77 | "extra_footprint": "warning", 78 | "footprint": "error", 79 | "footprint_symbol_mismatch": "warning", 80 | "footprint_type_mismatch": "error", 81 | "hole_clearance": "error", 82 | "hole_near_hole": "error", 83 | "holes_co_located": "warning", 84 | "invalid_outline": "error", 85 | "isolated_copper": "warning", 86 | "item_on_disabled_layer": "error", 87 | "items_not_allowed": "error", 88 | "length_out_of_range": "error", 89 | "lib_footprint_issues": "warning", 90 | "lib_footprint_mismatch": "warning", 91 | "malformed_courtyard": "error", 92 | "microvia_drill_out_of_range": "error", 93 | "missing_courtyard": "ignore", 94 | "missing_footprint": "warning", 95 | "net_conflict": "warning", 96 | "npth_inside_courtyard": "ignore", 97 | "padstack": "error", 98 | "pth_inside_courtyard": "ignore", 99 | "shorting_items": "error", 100 | "silk_edge_clearance": "warning", 101 | "silk_over_copper": "warning", 102 | "silk_overlap": "warning", 103 | "skew_out_of_range": "error", 104 | "solder_mask_bridge": "error", 105 | "starved_thermal": "error", 106 | "text_height": "warning", 107 | "text_thickness": "warning", 108 | "through_hole_pad_without_hole": "error", 109 | "too_many_vias": "error", 110 | "track_dangling": "warning", 111 | "track_width": "error", 112 | "tracks_crossing": "error", 113 | "unconnected_items": "error", 114 | "unresolved_variable": "error", 115 | "via_dangling": "warning", 116 | "zone_has_empty_net": "error", 117 | "zones_intersect": "error" 118 | }, 119 | "rules": { 120 | "allow_blind_buried_vias": false, 121 | "allow_microvias": false, 122 | "max_error": 0.005, 123 | "min_clearance": 0.0, 124 | "min_connection": 0.0, 125 | "min_copper_edge_clearance": 0.01, 126 | "min_hole_clearance": 0.25, 127 | "min_hole_to_hole": 0.25, 128 | "min_microvia_diameter": 0.2, 129 | "min_microvia_drill": 0.1, 130 | "min_resolved_spokes": 2, 131 | "min_silk_clearance": 0.0, 132 | "min_text_height": 0.8, 133 | "min_text_thickness": 0.08, 134 | "min_through_hole_diameter": 0.3, 135 | "min_track_width": 0.2, 136 | "min_via_annular_width": 0.05, 137 | "min_via_diameter": 0.4, 138 | "solder_mask_to_copper_clearance": 0.0, 139 | "use_height_for_length_calcs": true 140 | }, 141 | "teardrop_options": [ 142 | { 143 | "td_onpadsmd": true, 144 | "td_onroundshapesonly": false, 145 | "td_ontrackend": false, 146 | "td_onviapad": true 147 | } 148 | ], 149 | "teardrop_parameters": [ 150 | { 151 | "td_allow_use_two_tracks": true, 152 | "td_curve_segcount": 0, 153 | "td_height_ratio": 1.0, 154 | "td_length_ratio": 0.5, 155 | "td_maxheight": 2.0, 156 | "td_maxlen": 1.0, 157 | "td_on_pad_in_zone": false, 158 | "td_target_name": "td_round_shape", 159 | "td_width_to_size_filter_ratio": 0.9 160 | }, 161 | { 162 | "td_allow_use_two_tracks": true, 163 | "td_curve_segcount": 0, 164 | "td_height_ratio": 1.0, 165 | "td_length_ratio": 0.5, 166 | "td_maxheight": 2.0, 167 | "td_maxlen": 1.0, 168 | "td_on_pad_in_zone": false, 169 | "td_target_name": "td_rect_shape", 170 | "td_width_to_size_filter_ratio": 0.9 171 | }, 172 | { 173 | "td_allow_use_two_tracks": true, 174 | "td_curve_segcount": 0, 175 | "td_height_ratio": 1.0, 176 | "td_length_ratio": 0.5, 177 | "td_maxheight": 2.0, 178 | "td_maxlen": 1.0, 179 | "td_on_pad_in_zone": false, 180 | "td_target_name": "td_track_end", 181 | "td_width_to_size_filter_ratio": 0.9 182 | } 183 | ], 184 | "track_widths": [ 185 | 0.0 186 | ], 187 | "tuning_pattern_settings": { 188 | "diff_pair_defaults": { 189 | "corner_radius_percentage": 80, 190 | "corner_style": 1, 191 | "max_amplitude": 1.0, 192 | "min_amplitude": 0.2, 193 | "single_sided": false, 194 | "spacing": 1.0 195 | }, 196 | "diff_pair_skew_defaults": { 197 | "corner_radius_percentage": 80, 198 | "corner_style": 1, 199 | "max_amplitude": 1.0, 200 | "min_amplitude": 0.2, 201 | "single_sided": false, 202 | "spacing": 0.6 203 | }, 204 | "single_track_defaults": { 205 | "corner_radius_percentage": 80, 206 | "corner_style": 1, 207 | "max_amplitude": 1.0, 208 | "min_amplitude": 0.2, 209 | "single_sided": false, 210 | "spacing": 0.6 211 | } 212 | }, 213 | "via_dimensions": [ 214 | { 215 | "diameter": 0.0, 216 | "drill": 0.0 217 | } 218 | ], 219 | "zones_allow_external_fillets": false, 220 | "zones_use_no_outline": true 221 | }, 222 | "ipc2581": { 223 | "dist": "", 224 | "distpn": "", 225 | "internal_id": "", 226 | "mfg": "", 227 | "mpn": "" 228 | }, 229 | "layer_presets": [], 230 | "viewports": [] 231 | }, 232 | "boards": [], 233 | "cvpcb": { 234 | "equivalence_files": [] 235 | }, 236 | "libraries": { 237 | "pinned_footprint_libs": [], 238 | "pinned_symbol_libs": [] 239 | }, 240 | "meta": { 241 | "filename": "bplate.kicad_pro", 242 | "version": 1 243 | }, 244 | "net_settings": { 245 | "classes": [ 246 | { 247 | "bus_width": 12, 248 | "clearance": 0.2, 249 | "diff_pair_gap": 0.25, 250 | "diff_pair_via_gap": 0.25, 251 | "diff_pair_width": 0.2, 252 | "line_style": 0, 253 | "microvia_diameter": 0.3, 254 | "microvia_drill": 0.1, 255 | "name": "Default", 256 | "pcb_color": "rgba(0, 0, 0, 0.000)", 257 | "schematic_color": "rgba(0, 0, 0, 0.000)", 258 | "track_width": 0.25, 259 | "via_diameter": 0.8, 260 | "via_drill": 0.4, 261 | "wire_width": 6 262 | } 263 | ], 264 | "meta": { 265 | "version": 3 266 | }, 267 | "net_colors": null, 268 | "netclass_assignments": null, 269 | "netclass_patterns": [] 270 | }, 271 | "pcbnew": { 272 | "last_paths": { 273 | "gencad": "", 274 | "idf": "", 275 | "netlist": "", 276 | "plot": "", 277 | "pos_files": "", 278 | "specctra_dsn": "", 279 | "step": "", 280 | "svg": "", 281 | "vrml": "" 282 | }, 283 | "page_layout_descr_file": "" 284 | }, 285 | "schematic": { 286 | "legacy_lib_dir": "", 287 | "legacy_lib_list": [] 288 | }, 289 | "sheets": [], 290 | "text_variables": {} 291 | } 292 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/hammond_1455N1601BK_back/drawing.png -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-B_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L2,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,3.500000*% 15 | %ADD11C,2.500000*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | G04 #@! TO.C,REF\u002A\u002A* 19 | X189000000Y-119000000D03* 20 | G04 #@! TD* 21 | G04 #@! TO.C,REF\u002A\u002A* 22 | X137400000Y-85000000D03* 23 | G04 #@! TD* 24 | D11* 25 | G04 #@! TO.C,REF\u002A\u002A* 26 | X125500000Y-85000000D03* 27 | G04 #@! TD* 28 | G04 #@! TO.C,REF\u002A\u002A* 29 | X106500000Y-85000000D03* 30 | G04 #@! TD* 31 | D10* 32 | G04 #@! TO.C,REF\u002A\u002A* 33 | X94000000Y-74000000D03* 34 | G04 #@! TD* 35 | G04 #@! TO.C,REF\u002A\u002A* 36 | X174000000Y-85000000D03* 37 | G04 #@! TD* 38 | G04 #@! TO.C,REF\u002A\u002A* 39 | X154000000Y-85000000D03* 40 | G04 #@! TD* 41 | G04 #@! TO.C,REF\u002A\u002A* 42 | X94000000Y-119000000D03* 43 | G04 #@! TD* 44 | G04 #@! TO.C,REF\u002A\u002A* 45 | X116000000Y-85000000D03* 46 | G04 #@! TD* 47 | G04 #@! TO.C,REF\u002A\u002A* 48 | X189000000Y-74000000D03* 49 | G04 #@! TD* 50 | M02* 51 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Legend,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.100000*% 15 | G04 #@! TD* 16 | G04 #@! TA.AperFunction,Profile* 17 | %ADD11C,0.050000*% 18 | G04 #@! TD* 19 | G04 APERTURE END LIST* 20 | D10* 21 | X94000000Y-70000000D02* 22 | X189000000Y-70000000D01* 23 | D11* 24 | X107750000Y-85000000D02* 25 | G75* 26 | G03* 27 | X107750000Y-85000000I-1250000J0D01* 28 | G01* 29 | D10* 30 | X193000000Y-74000000D02* 31 | X193000000Y-119000000D01* 32 | X94000000Y-70000000D02* 33 | G75* 34 | G03* 35 | X90000000Y-74000000I30J-4000030D01* 36 | G01* 37 | X189000000Y-123000000D02* 38 | G75* 39 | G03* 40 | X193000000Y-119000000I19900J3980100D01* 41 | G01* 42 | X189000000Y-123000000D02* 43 | X94000000Y-123000000D01* 44 | D11* 45 | X178000000Y-85000000D02* 46 | G75* 47 | G03* 48 | X178000000Y-85000000I-4000000J0D01* 49 | G01* 50 | D10* 51 | X193000000Y-74000000D02* 52 | G75* 53 | G03* 54 | X189000000Y-70000000I-4000000J0D01* 55 | G01* 56 | X90000000Y-119000000D02* 57 | X90000000Y-74000000D01* 58 | D11* 59 | X158000000Y-85000000D02* 60 | G75* 61 | G03* 62 | X158000000Y-85000000I-4000000J0D01* 63 | G01* 64 | X140400000Y-85000000D02* 65 | G75* 66 | G03* 67 | X140400000Y-85000000I-3000000J0D01* 68 | G01* 69 | X122100000Y-85000000D02* 70 | G75* 71 | G03* 72 | X122100000Y-85000000I-6100000J0D01* 73 | G01* 74 | X126750000Y-85000000D02* 75 | G75* 76 | G03* 77 | X126750000Y-85000000I-1250000J0D01* 78 | G01* 79 | D10* 80 | X90000000Y-119000000D02* 81 | G75* 82 | G03* 83 | X94000000Y-123000000I3980100J-19900D01* 84 | G01* 85 | M02* 86 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-F_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L1,Top* 6 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 #@! TA.AperFunction,NonConductor* 15 | %ADD10C,0.100000*% 16 | G04 #@! TD* 17 | G04 APERTURE END LIST* 18 | D10* 19 | X90000000Y-70000000D02* 20 | X193000000Y-70000000D01* 21 | X193000000Y-70000000D02* 22 | X193000000Y-123000000D01* 23 | X193000000Y-123000000D02* 24 | X90000000Y-123000000D01* 25 | X90000000Y-123000000D02* 26 | X90000000Y-70000000D01* 27 | G36* 28 | X90000000Y-70000000D02* 29 | G01* 30 | X193000000Y-70000000D01* 31 | X193000000Y-123000000D01* 32 | X90000000Y-123000000D01* 33 | X90000000Y-70000000D01* 34 | G37* 35 | M02* 36 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Top* 6 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,6.050000*% 15 | %ADD11C,5.050000*% 16 | %ADD12C,3.500000*% 17 | %ADD13C,2.500000*% 18 | G04 APERTURE END LIST* 19 | D10* 20 | X157025000Y-85000000D02* 21 | G75* 22 | G03* 23 | X157025000Y-85000000I-3025000J0D01* 24 | G01* 25 | D11* 26 | X139925000Y-85000000D02* 27 | G75* 28 | G03* 29 | X139925000Y-85000000I-2525000J0D01* 30 | G01* 31 | D10* 32 | X177025000Y-85000000D02* 33 | G75* 34 | G03* 35 | X177025000Y-85000000I-3025000J0D01* 36 | G01* 37 | D12* 38 | G04 #@! TO.C,REF\u002A\u002A* 39 | X189000000Y-119000000D03* 40 | G04 #@! TD* 41 | G04 #@! TO.C,REF\u002A\u002A* 42 | X137400000Y-85000000D03* 43 | G04 #@! TD* 44 | D13* 45 | G04 #@! TO.C,REF\u002A\u002A* 46 | X125500000Y-85000000D03* 47 | G04 #@! TD* 48 | G04 #@! TO.C,REF\u002A\u002A* 49 | X106500000Y-85000000D03* 50 | G04 #@! TD* 51 | D12* 52 | G04 #@! TO.C,REF\u002A\u002A* 53 | X94000000Y-74000000D03* 54 | G04 #@! TD* 55 | G04 #@! TO.C,REF\u002A\u002A* 56 | X174000000Y-85000000D03* 57 | G04 #@! TD* 58 | G04 #@! TO.C,REF\u002A\u002A* 59 | X154000000Y-85000000D03* 60 | G04 #@! TD* 61 | G04 #@! TO.C,REF\u002A\u002A* 62 | X94000000Y-119000000D03* 63 | G04 #@! TD* 64 | G04 #@! TO.C,REF\u002A\u002A* 65 | X116000000Y-85000000D03* 66 | G04 #@! TD* 67 | G04 #@! TO.C,REF\u002A\u002A* 68 | X189000000Y-74000000D03* 69 | G04 #@! TD* 70 | M02* 71 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T21:03:10+01:00* 3 | G04 #@! TF.ProjectId,bplate,62706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Top* 6 | G04 #@! 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.5)) date 2023-01-29 21:03:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jan 29 21:03:12 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-01-29T21:03:12+01:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.0984 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C0.1378 13 | % 14 | G90 15 | G05 16 | T1 17 | X4.1929Y-3.3465 18 | X4.9409Y-3.3465 19 | T2 20 | X3.7008Y-2.9134 21 | X3.7008Y-4.685 22 | X4.5669Y-3.3465 23 | X5.4094Y-3.3465 24 | X6.063Y-3.3465 25 | X6.8504Y-3.3465 26 | X7.4409Y-2.9134 27 | X7.4409Y-4.685 28 | T0 29 | M30 30 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jan 29 21:03:12 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-01-29T21:03:12+01:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/hammond_1455N1601BK_back/gerber/bplate-gerber.zip -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_back/gerber/bplate-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2023-01-29T21:03:10+01:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "bplate", 13 | "GUID": "62706c61-7465-42e6-9b69-6361645f7063", 14 | "Revision": "0.8" 15 | }, 16 | "Size": { 17 | "X": 103.1001, 18 | "Y": 53.1 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 0.57, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2 30 | } 31 | ], 32 | "FilesAttributes": [ 33 | { 34 | "Path": "bplate-F_Cu.gbr", 35 | "FileFunction": "Copper,L1,Top", 36 | "FilePolarity": "Positive" 37 | }, 38 | { 39 | "Path": "bplate-B_Cu.gbr", 40 | "FileFunction": "Copper,L2,Bot", 41 | "FilePolarity": "Positive" 42 | }, 43 | { 44 | "Path": "bplate-F_Paste.gbr", 45 | "FileFunction": "SolderPaste,Top", 46 | "FilePolarity": "Positive" 47 | }, 48 | { 49 | "Path": "bplate-B_Paste.gbr", 50 | "FileFunction": "SolderPaste,Bot", 51 | "FilePolarity": "Positive" 52 | }, 53 | { 54 | "Path": "bplate-F_Silkscreen.gbr", 55 | "FileFunction": "Legend,Top", 56 | "FilePolarity": "Positive" 57 | }, 58 | { 59 | "Path": "bplate-B_Silkscreen.gbr", 60 | "FileFunction": "Legend,Bot", 61 | "FilePolarity": "Positive" 62 | }, 63 | { 64 | "Path": "bplate-F_Mask.gbr", 65 | "FileFunction": "SolderMask,Top", 66 | "FilePolarity": "Negative" 67 | }, 68 | { 69 | "Path": "bplate-B_Mask.gbr", 70 | "FileFunction": "SolderMask,Bot", 71 | "FilePolarity": "Negative" 72 | }, 73 | { 74 | "Path": "bplate-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 | "Color": "Black", 91 | "Thickness": 0.01, 92 | "Name": "Top Solder Mask" 93 | }, 94 | { 95 | "Type": "Copper", 96 | "Thickness": 0.035, 97 | "Name": "F.Cu" 98 | }, 99 | { 100 | "Type": "Dielectric", 101 | "Thickness": 0.48, 102 | "Material": "FR4", 103 | "Name": "F.Cu/B.Cu", 104 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 105 | }, 106 | { 107 | "Type": "Copper", 108 | "Thickness": 0.035, 109 | "Name": "B.Cu" 110 | }, 111 | { 112 | "Type": "SolderMask", 113 | "Color": "Blue", 114 | "Thickness": 0.01, 115 | "Name": "Bottom Solder Mask" 116 | }, 117 | { 118 | "Type": "SolderPaste", 119 | "Name": "Bottom Solder Paste" 120 | }, 121 | { 122 | "Type": "Legend", 123 | "Name": "Bottom Silk Screen" 124 | } 125 | ] 126 | } 127 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/README.md: -------------------------------------------------------------------------------- 1 | # Careful: 2 | 3 | The + / - Cutouts are for special Taobao connectors, too small for Pomona 3770! Adjust to your needs before ordering! -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/fplate.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": "fplate.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 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-B_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L2,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,3.500000*% 15 | %ADD11C,1.000000*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | G04 #@! TO.C,REF\u002A\u002A* 19 | X189000000Y-119000000D03* 20 | G04 #@! TD* 21 | D11* 22 | G04 #@! TO.C,REF\u002A\u002A* 23 | X107500000Y-105402298D03* 24 | G04 #@! TD* 25 | D10* 26 | G04 #@! TO.C,REF\u002A\u002A* 27 | X94000000Y-74000000D03* 28 | G04 #@! TD* 29 | D11* 30 | G04 #@! TO.C,REF\u002A\u002A* 31 | X99949550Y-102604000D03* 32 | G04 #@! TD* 33 | D10* 34 | G04 #@! TO.C,REF\u002A\u002A* 35 | X94000000Y-119000000D03* 36 | G04 #@! TD* 37 | D11* 38 | G04 #@! TO.C,REF\u002A\u002A* 39 | X127500000Y-105402298D03* 40 | G04 #@! TD* 41 | D10* 42 | G04 #@! TO.C,REF\u002A\u002A* 43 | X189000000Y-74000000D03* 44 | G04 #@! TD* 45 | M02* 46 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Legend,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.050000*% 15 | G04 #@! TD* 16 | G04 #@! TA.AperFunction,Profile* 17 | %ADD11C,0.100000*% 18 | G04 #@! TD* 19 | G04 APERTURE END LIST* 20 | D10* 21 | X153450000Y-91500000D02* 22 | G75* 23 | G03* 24 | X148600000Y-91500000I-2425000J3800000D01* 25 | G01* 26 | X134400000Y-91500000D02* 27 | G75* 28 | G03* 29 | X129550000Y-91500000I-2425000J3800000D01* 30 | G01* 31 | D11* 32 | X94000000Y-70000000D02* 33 | X189000000Y-70000000D01* 34 | D10* 35 | X148600000Y-91500000D02* 36 | X153450000Y-91500000D01* 37 | D11* 38 | X193000000Y-74000000D02* 39 | X193000000Y-119000000D01* 40 | X94000000Y-70000000D02* 41 | G75* 42 | G03* 43 | X90000000Y-74000000I30J-4000030D01* 44 | G01* 45 | X189000000Y-123000000D02* 46 | G75* 47 | G03* 48 | X193000000Y-119000000I19900J3980100D01* 49 | G01* 50 | X189000000Y-123000000D02* 51 | X94000000Y-123000000D01* 52 | D10* 53 | X129550000Y-91500000D02* 54 | X134400000Y-91500000D01* 55 | D11* 56 | X193000000Y-74000000D02* 57 | G75* 58 | G03* 59 | X189000000Y-70000000I-4000000J0D01* 60 | G01* 61 | X90000000Y-119000000D02* 62 | X90000000Y-74000000D01* 63 | X90000000Y-119000000D02* 64 | G75* 65 | G03* 66 | X94000000Y-123000000I3980100J-19900D01* 67 | G01* 68 | M02* 69 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-F_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L1,Top* 6 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 #@! TA.AperFunction,NonConductor* 15 | %ADD10C,0.100000*% 16 | G04 #@! TD* 17 | G04 APERTURE END LIST* 18 | D10* 19 | X90000000Y-70000000D02* 20 | X193000000Y-70000000D01* 21 | X193000000Y-70000000D02* 22 | X193000000Y-123000000D01* 23 | X193000000Y-123000000D02* 24 | X90000000Y-123000000D01* 25 | X90000000Y-123000000D02* 26 | X90000000Y-70000000D01* 27 | G36* 28 | X90000000Y-70000000D02* 29 | G01* 30 | X193000000Y-70000000D01* 31 | X193000000Y-123000000D01* 32 | X90000000Y-123000000D01* 33 | X90000000Y-70000000D01* 34 | G37* 35 | M02* 36 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Top* 6 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,2.050000*% 15 | %ADD11C,3.500000*% 16 | %ADD12C,1.000000*% 17 | G04 APERTURE END LIST* 18 | D10* 19 | X95025000Y-74000000D02* 20 | G75* 21 | G03* 22 | X95025000Y-74000000I-1025000J0D01* 23 | G01* 24 | X95025000Y-119000000D02* 25 | G75* 26 | G03* 27 | X95025000Y-119000000I-1025000J0D01* 28 | G01* 29 | X190025000Y-119000000D02* 30 | G75* 31 | G03* 32 | X190025000Y-119000000I-1025000J0D01* 33 | G01* 34 | X190025000Y-74000000D02* 35 | G75* 36 | G03* 37 | X190025000Y-74000000I-1025000J0D01* 38 | G01* 39 | D11* 40 | G04 #@! TO.C,REF\u002A\u002A* 41 | X189000000Y-119000000D03* 42 | G04 #@! TD* 43 | D12* 44 | G04 #@! TO.C,REF\u002A\u002A* 45 | X107500000Y-105402298D03* 46 | G04 #@! TD* 47 | D11* 48 | G04 #@! TO.C,REF\u002A\u002A* 49 | X94000000Y-74000000D03* 50 | G04 #@! TD* 51 | D12* 52 | G04 #@! TO.C,REF\u002A\u002A* 53 | X99949550Y-102604000D03* 54 | G04 #@! TD* 55 | D11* 56 | G04 #@! TO.C,REF\u002A\u002A* 57 | X94000000Y-119000000D03* 58 | G04 #@! TD* 59 | D12* 60 | G04 #@! TO.C,REF\u002A\u002A* 61 | X127500000Y-105402298D03* 62 | G04 #@! TD* 63 | D11* 64 | G04 #@! TO.C,REF\u002A\u002A* 65 | X189000000Y-74000000D03* 66 | G04 #@! TD* 67 | M02* 68 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:52:40+01:00* 3 | G04 #@! TF.ProjectId,fplate,66706c61-7465-42e6-9b69-6361645f7063,0.8* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Top* 6 | G04 #@! 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.5)) date 2023-01-29 19:52:40* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jan 29 19:52:41 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-01-29T19:52:41+01:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.0394 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C0.1378 13 | % 14 | G90 15 | G05 16 | T1 17 | X3.935Y-4.0395 18 | X4.2323Y-4.1497 19 | X5.0197Y-4.1497 20 | T2 21 | X3.7008Y-2.9134 22 | X3.7008Y-4.685 23 | X7.4409Y-2.9134 24 | X7.4409Y-4.685 25 | T0 26 | M30 27 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jan 29 19:52:41 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-01-29T19:52:41+01:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/hammond_1455N1601BK_front/gerber/fplate-gerber.zip -------------------------------------------------------------------------------- /mechanical/hammond_1455N1601BK_front/gerber/fplate-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2023-01-29T19:52:40+01:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "fplate", 13 | "GUID": "66706c61-7465-42e6-9b69-6361645f7063", 14 | "Revision": "0.8" 15 | }, 16 | "Size": { 17 | "X": 103.1001, 18 | "Y": 53.1 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 0.57, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2 30 | } 31 | ], 32 | "FilesAttributes": [ 33 | { 34 | "Path": "fplate-F_Cu.gbr", 35 | "FileFunction": "Copper,L1,Top", 36 | "FilePolarity": "Positive" 37 | }, 38 | { 39 | "Path": "fplate-B_Cu.gbr", 40 | "FileFunction": "Copper,L2,Bot", 41 | "FilePolarity": "Positive" 42 | }, 43 | { 44 | "Path": "fplate-F_Paste.gbr", 45 | "FileFunction": "SolderPaste,Top", 46 | "FilePolarity": "Positive" 47 | }, 48 | { 49 | "Path": "fplate-B_Paste.gbr", 50 | "FileFunction": "SolderPaste,Bot", 51 | "FilePolarity": "Positive" 52 | }, 53 | { 54 | "Path": "fplate-F_Silkscreen.gbr", 55 | "FileFunction": "Legend,Top", 56 | "FilePolarity": "Positive" 57 | }, 58 | { 59 | "Path": "fplate-B_Silkscreen.gbr", 60 | "FileFunction": "Legend,Bot", 61 | "FilePolarity": "Positive" 62 | }, 63 | { 64 | "Path": "fplate-F_Mask.gbr", 65 | "FileFunction": "SolderMask,Top", 66 | "FilePolarity": "Negative" 67 | }, 68 | { 69 | "Path": "fplate-B_Mask.gbr", 70 | "FileFunction": "SolderMask,Bot", 71 | "FilePolarity": "Negative" 72 | }, 73 | { 74 | "Path": "fplate-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 | "Thickness": 0.01, 91 | "Name": "Top Solder Mask" 92 | }, 93 | { 94 | "Type": "Copper", 95 | "Thickness": 0.035, 96 | "Name": "F.Cu" 97 | }, 98 | { 99 | "Type": "Dielectric", 100 | "Thickness": 0.48, 101 | "Material": "FR4", 102 | "Name": "F.Cu/B.Cu", 103 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 104 | }, 105 | { 106 | "Type": "Copper", 107 | "Thickness": 0.035, 108 | "Name": "B.Cu" 109 | }, 110 | { 111 | "Type": "SolderMask", 112 | "Color": "Blue", 113 | "Thickness": 0.01, 114 | "Name": "Bottom Solder Mask" 115 | }, 116 | { 117 | "Type": "SolderPaste", 118 | "Name": "Bottom Solder Paste" 119 | }, 120 | { 121 | "Type": "Legend", 122 | "Name": "Bottom Silk Screen" 123 | } 124 | ] 125 | } 126 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/README.md: -------------------------------------------------------------------------------- 1 | # Front panel for Schroff 20809-531 Eurocard cassettes 2 | 3 | Very ugly silk screen, would not recommend this design, but the hole locations fit. -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-B_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L2,Bot* 6 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,2.500000*% 15 | %ADD11C,3.200000*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | G04 #@! TO.C,H107* 19 | X107450000Y-175400000D03* 20 | G04 #@! TD* 21 | D11* 22 | G04 #@! TO.C,H101* 23 | X105030000Y-79200000D03* 24 | G04 #@! TD* 25 | D10* 26 | G04 #@! TO.C,H109* 27 | X153170000Y-53000000D03* 28 | G04 #@! TD* 29 | G04 #@! TO.C,H105* 30 | X114897368Y-80200000D03* 31 | G04 #@! TD* 32 | G04 #@! TO.C,H110* 33 | X153170000Y-175400000D03* 34 | G04 #@! TD* 35 | D11* 36 | G04 #@! TO.C,H103* 37 | X105030000Y-149200000D03* 38 | G04 #@! TD* 39 | G04 #@! TO.C,H104* 40 | X155590000Y-149200000D03* 41 | G04 #@! TD* 42 | G04 #@! TO.C,H102* 43 | X155590000Y-79200000D03* 44 | G04 #@! TD* 45 | D10* 46 | G04 #@! TO.C,H108* 47 | X107450000Y-53000000D03* 48 | G04 #@! TD* 49 | G04 #@! TO.C,H106* 50 | X114897368Y-100200000D03* 51 | G04 #@! TD* 52 | M02* 53 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Legend,Bot* 6 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.200000*% 15 | G04 #@! TD* 16 | G04 APERTURE END LIST* 17 | D10* 18 | X126060000Y-120456796D02* 19 | X126060000Y-116683204D01* 20 | X155615404Y-54650000D02* 21 | G75* 22 | G03* 23 | X155615404Y-51350000I-2445404J1650000D01* 24 | G01* 25 | X100000000Y-50000000D02* 26 | X100000000Y-178400000D01* 27 | X126945923Y-140840216D02* 28 | X126342576Y-140213433D01* 29 | X126342574Y-135046565D02* 30 | G75* 31 | G03* 32 | X126060000Y-135743204I717426J-696635D01* 33 | G01* 34 | X109895404Y-54650000D02* 35 | X105004596Y-54650000D01* 36 | X105004596Y-51350000D02* 37 | G75* 38 | G03* 39 | X105004596Y-54650000I2445404J-1650000D01* 40 | G01* 41 | X126342576Y-115986567D02* 42 | X126945923Y-115359784D01* 43 | X105004596Y-51350000D02* 44 | X109895404Y-51350000D01* 45 | X126060003Y-120456796D02* 46 | G75* 47 | G03* 48 | X126342576Y-121153433I999997J-4D01* 49 | G01* 50 | X126060003Y-139516796D02* 51 | G75* 52 | G03* 53 | X126342576Y-140213433I999997J-4D01* 54 | G01* 55 | X155615404Y-177050000D02* 56 | G75* 57 | G03* 58 | X155615404Y-173750000I-2445404J1650000D01* 59 | G01* 60 | X150724596Y-51350000D02* 61 | X155615404Y-51350000D01* 62 | X150724596Y-51350000D02* 63 | G75* 64 | G03* 65 | X150724596Y-54650000I2445404J-1650000D01* 66 | G01* 67 | X155615404Y-177050000D02* 68 | X150724596Y-177050000D01* 69 | X100000000Y-178400000D02* 70 | X160620000Y-178400000D01* 71 | X126945923Y-121780216D02* 72 | X126342576Y-121153433D01* 73 | X126342574Y-115986565D02* 74 | G75* 75 | G03* 76 | X126060000Y-116683204I717426J-696635D01* 77 | G01* 78 | X126060000Y-139516796D02* 79 | X126060000Y-135743204D01* 80 | X160620000Y-178400000D02* 81 | X160620000Y-50000000D01* 82 | X126342576Y-135046567D02* 83 | X126945923Y-134419784D01* 84 | X109895404Y-177050000D02* 85 | X105004596Y-177050000D01* 86 | X126945923Y-121780216D02* 87 | G75* 88 | G03* 89 | X126945923Y-115359784I3364077J3210216D01* 90 | G01* 91 | X109895404Y-54650000D02* 92 | G75* 93 | G03* 94 | X109895404Y-51350000I-2445404J1650000D01* 95 | G01* 96 | X150724596Y-173750000D02* 97 | X155615404Y-173750000D01* 98 | X105004596Y-173750000D02* 99 | G75* 100 | G03* 101 | X105004596Y-177050000I2445404J-1650000D01* 102 | G01* 103 | X126945923Y-140840216D02* 104 | G75* 105 | G03* 106 | X126945923Y-134419784I3364077J3210216D01* 107 | G01* 108 | X105004596Y-173750000D02* 109 | X109895404Y-173750000D01* 110 | X155615404Y-54650000D02* 111 | X150724596Y-54650000D01* 112 | X150724596Y-173750000D02* 113 | G75* 114 | G03* 115 | X150724596Y-177050000I2445404J-1650000D01* 116 | G01* 117 | X160620000Y-50000000D02* 118 | X100000000Y-50000000D01* 119 | X109895404Y-177050000D02* 120 | G75* 121 | G03* 122 | X109895404Y-173750000I-2445404J1650000D01* 123 | G01* 124 | M02* 125 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-F_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L1,Top* 6 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 #@! TA.AperFunction,NonConductor* 15 | %ADD10C,0.100000*% 16 | G04 #@! TD* 17 | G04 APERTURE END LIST* 18 | D10* 19 | X100000000Y-50000000D02* 20 | X160620000Y-50000000D01* 21 | X160620000Y-50000000D02* 22 | X160620000Y-178400000D01* 23 | X160620000Y-178400000D02* 24 | X100000000Y-178400000D01* 25 | X100000000Y-178400000D02* 26 | X100000000Y-50000000D01* 27 | G36* 28 | X100000000Y-50000000D02* 29 | G01* 30 | X160620000Y-50000000D01* 31 | X160620000Y-178400000D01* 32 | X100000000Y-178400000D01* 33 | X100000000Y-50000000D01* 34 | G37* 35 | M02* 36 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Top* 6 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,2.500000*% 15 | %ADD11C,3.200000*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | G04 #@! TO.C,H107* 19 | X107450000Y-175400000D03* 20 | G04 #@! TD* 21 | D11* 22 | G04 #@! TO.C,H101* 23 | X105030000Y-79200000D03* 24 | G04 #@! TD* 25 | D10* 26 | G04 #@! TO.C,H109* 27 | X153170000Y-53000000D03* 28 | G04 #@! TD* 29 | G04 #@! TO.C,H105* 30 | X114897368Y-80200000D03* 31 | G04 #@! TD* 32 | G04 #@! TO.C,H110* 33 | X153170000Y-175400000D03* 34 | G04 #@! TD* 35 | D11* 36 | G04 #@! TO.C,H103* 37 | X105030000Y-149200000D03* 38 | G04 #@! TD* 39 | G04 #@! TO.C,H104* 40 | X155590000Y-149200000D03* 41 | G04 #@! TD* 42 | G04 #@! TO.C,H102* 43 | X155590000Y-79200000D03* 44 | G04 #@! TD* 45 | D10* 46 | G04 #@! TO.C,H108* 47 | X107450000Y-53000000D03* 48 | G04 #@! TD* 49 | G04 #@! TO.C,H106* 50 | X114897368Y-100200000D03* 51 | G04 #@! TD* 52 | M02* 53 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-16T15:24:45+02:00* 3 | G04 #@! TF.ProjectId,reference_front_panel,72656665-7265-46e6-9365-5f66726f6e74,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Top* 6 | G04 #@! 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.5)) date 2022-08-16 15:24:45* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Tue Aug 16 15:24:48 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-08-16T15:24:48+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.0984 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C0.1260 13 | % 14 | G90 15 | G05 16 | T1 17 | X4.2303Y-2.0866 18 | X4.2303Y-6.9055 19 | X4.5235Y-3.1575 20 | X4.5235Y-3.9449 21 | X6.0303Y-2.0866 22 | X6.0303Y-6.9055 23 | T2 24 | X4.135Y-3.1181 25 | X4.135Y-5.874 26 | X6.1256Y-3.1181 27 | X6.1256Y-5.874 28 | T0 29 | M30 30 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Tue Aug 16 15:24:48 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-08-16T15:24:48+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2022-08-16T15:24:45+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "reference_front_panel", 13 | "GUID": "72656665-7265-46e6-9365-5f66726f6e74", 14 | "Revision": "rev?" 15 | }, 16 | "Size": { 17 | "X": 60.82, 18 | "Y": 128.6 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 1.6, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2 30 | } 31 | ], 32 | "FilesAttributes": [ 33 | { 34 | "Path": "reference_front_panel-F_Cu.gbr", 35 | "FileFunction": "Copper,L1,Top", 36 | "FilePolarity": "Positive" 37 | }, 38 | { 39 | "Path": "reference_front_panel-B_Cu.gbr", 40 | "FileFunction": "Copper,L2,Bot", 41 | "FilePolarity": "Positive" 42 | }, 43 | { 44 | "Path": "reference_front_panel-F_Paste.gbr", 45 | "FileFunction": "SolderPaste,Top", 46 | "FilePolarity": "Positive" 47 | }, 48 | { 49 | "Path": "reference_front_panel-B_Paste.gbr", 50 | "FileFunction": "SolderPaste,Bot", 51 | "FilePolarity": "Positive" 52 | }, 53 | { 54 | "Path": "reference_front_panel-F_Silkscreen.gbr", 55 | "FileFunction": "Legend,Top", 56 | "FilePolarity": "Positive" 57 | }, 58 | { 59 | "Path": "reference_front_panel-B_Silkscreen.gbr", 60 | "FileFunction": "Legend,Bot", 61 | "FilePolarity": "Positive" 62 | }, 63 | { 64 | "Path": "reference_front_panel-F_Mask.gbr", 65 | "FileFunction": "SolderMask,Top", 66 | "FilePolarity": "Negative" 67 | }, 68 | { 69 | "Path": "reference_front_panel-B_Mask.gbr", 70 | "FileFunction": "SolderMask,Bot", 71 | "FilePolarity": "Negative" 72 | }, 73 | { 74 | "Path": "reference_front_panel-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 | -------------------------------------------------------------------------------- /mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/schroff_20809-531_reference_front_panel/gerber/reference_front_panel.zip -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/Printing Print Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/subrack84_backplane/Printing Print Schematic.pdf -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/README.md: -------------------------------------------------------------------------------- 1 | # 4 + 4 Module Backplane 2 | 3 | Tested successfully with PROMA 133061 aka https://www.reichelt.com/de/en/system-housing-geh-sg-1-10-p50437.html but should be compatible with many other eurocard subrack enclosures. -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/gerber/backplane-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-23T23:34:12+02:00* 3 | G04 #@! TF.ProjectId,backplane,6261636b-706c-4616-9e65-2e6b69636164,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! 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.5)) date 2022-08-23 23:34:12* 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 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*% 33 | G04 APERTURE END LIST* 34 | D10* 35 | G04 #@! TO.C,R101* 36 | X24175000Y-103000000D03* 37 | X26000000Y-103000000D03* 38 | G04 #@! TD* 39 | G04 #@! TO.C,R104* 40 | X329087500Y-103000000D03* 41 | X330912500Y-103000000D03* 42 | G04 #@! TD* 43 | G04 #@! TO.C,R103* 44 | X228087500Y-103000000D03* 45 | X229912500Y-103000000D03* 46 | G04 #@! TD* 47 | G04 #@! TO.C,R102* 48 | X126087500Y-103000000D03* 49 | X127912500Y-103000000D03* 50 | G04 #@! TD* 51 | M02* 52 | -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/gerber/backplane-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-23T23:34:12+02:00* 3 | G04 #@! TF.ProjectId,backplane,6261636b-706c-4616-9e65-2e6b69636164,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! 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.5)) date 2022-08-23 23:34:12* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.100000*% 15 | G04 #@! TD* 16 | G04 APERTURE END LIST* 17 | D10* 18 | X0Y0D02* 19 | X425300000Y0D01* 20 | X425300000Y0D02* 21 | X425300000Y-128700000D01* 22 | X425300000Y-128700000D02* 23 | X0Y-128700000D01* 24 | X0Y-128700000D02* 25 | X0Y0D01* 26 | M02* 27 | -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/gerber/backplane-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-08-23T23:34:12+02:00* 3 | G04 #@! TF.ProjectId,backplane,6261636b-706c-4616-9e65-2e6b69636164,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Top* 6 | G04 #@! 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.5)) date 2022-08-23 23:34:12* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/gerber/backplane-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Tue Aug 23 23:34:15 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-08-23T23:34:15+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.1122 11 | % 12 | G90 13 | G05 14 | T1 15 | X0.672Y-0.7598 16 | X0.672Y-4.3031 17 | X3.072Y-0.7598 18 | X3.072Y-4.3031 19 | X4.672Y-0.7598 20 | X4.672Y-4.3031 21 | X7.072Y-0.7598 22 | X7.072Y-4.3031 23 | X8.672Y-0.7598 24 | X8.672Y-4.3031 25 | X11.072Y-0.7598 26 | X11.072Y-4.3031 27 | X12.672Y-0.7598 28 | X12.672Y-4.3031 29 | X15.072Y-0.7598 30 | X15.072Y-4.3031 31 | T0 32 | M30 33 | -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/gerber/backplane-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Tue Aug 23 23:34:15 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-08-23T23:34:15+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 10 | T1C0.0374 11 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 12 | T2C0.0394 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C0.0433 15 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 16 | T4C0.0472 17 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 18 | T5C0.0984 19 | % 20 | G90 21 | G05 22 | T1 23 | X15.9665Y-2.0079 24 | X15.9665Y-2.1063 25 | X15.9665Y-2.2047 26 | T2 27 | X0.5839Y-1.0815 28 | X0.5839Y-1.2815 29 | X0.5839Y-1.4815 30 | X0.5839Y-1.6815 31 | X0.5839Y-1.8815 32 | X0.5839Y-2.0815 33 | X0.5839Y-2.2815 34 | X0.5839Y-2.4815 35 | X0.5839Y-2.6815 36 | X0.5839Y-2.8815 37 | X0.5839Y-3.0815 38 | X0.5839Y-3.2815 39 | X0.5839Y-3.4815 40 | X0.5839Y-3.6815 41 | X0.5839Y-3.8815 42 | X0.5839Y-4.0815 43 | X0.7839Y-1.0815 44 | X0.7839Y-1.2815 45 | X0.7839Y-1.4815 46 | X0.7839Y-1.6815 47 | X0.7839Y-1.8815 48 | X0.7839Y-2.0815 49 | X0.7839Y-2.2815 50 | X0.7839Y-2.4815 51 | X0.7839Y-2.6815 52 | X0.7839Y-2.8815 53 | X0.7839Y-3.0815 54 | X0.7839Y-3.2815 55 | X0.7839Y-3.4815 56 | X0.7839Y-3.6815 57 | X0.7839Y-3.8815 58 | X0.7839Y-4.0815 59 | X2.9839Y-1.0815 60 | X2.9839Y-1.2815 61 | X2.9839Y-1.4815 62 | X2.9839Y-1.6815 63 | X2.9839Y-1.8815 64 | X2.9839Y-2.0815 65 | X2.9839Y-2.2815 66 | X2.9839Y-2.4815 67 | X2.9839Y-2.6815 68 | X2.9839Y-2.8815 69 | X2.9839Y-3.0815 70 | X2.9839Y-3.2815 71 | X2.9839Y-3.4815 72 | X2.9839Y-3.6815 73 | X2.9839Y-3.8815 74 | X2.9839Y-4.0815 75 | X3.1839Y-1.0815 76 | X3.1839Y-1.2815 77 | X3.1839Y-1.4815 78 | X3.1839Y-1.6815 79 | X3.1839Y-1.8815 80 | X3.1839Y-2.0815 81 | X3.1839Y-2.2815 82 | X3.1839Y-2.4815 83 | X3.1839Y-2.6815 84 | X3.1839Y-2.8815 85 | X3.1839Y-3.0815 86 | X3.1839Y-3.2815 87 | X3.1839Y-3.4815 88 | X3.1839Y-3.6815 89 | X3.1839Y-3.8815 90 | X3.1839Y-4.0815 91 | X4.5839Y-1.0815 92 | X4.5839Y-1.2815 93 | X4.5839Y-1.4815 94 | X4.5839Y-1.6815 95 | X4.5839Y-1.8815 96 | X4.5839Y-2.0815 97 | X4.5839Y-2.2815 98 | X4.5839Y-2.4815 99 | X4.5839Y-2.6815 100 | X4.5839Y-2.8815 101 | X4.5839Y-3.0815 102 | X4.5839Y-3.2815 103 | X4.5839Y-3.4815 104 | X4.5839Y-3.6815 105 | X4.5839Y-3.8815 106 | X4.5839Y-4.0815 107 | X4.7839Y-1.0815 108 | X4.7839Y-1.2815 109 | X4.7839Y-1.4815 110 | X4.7839Y-1.6815 111 | X4.7839Y-1.8815 112 | X4.7839Y-2.0815 113 | X4.7839Y-2.2815 114 | X4.7839Y-2.4815 115 | X4.7839Y-2.6815 116 | X4.7839Y-2.8815 117 | X4.7839Y-3.0815 118 | X4.7839Y-3.2815 119 | X4.7839Y-3.4815 120 | X4.7839Y-3.6815 121 | X4.7839Y-3.8815 122 | X4.7839Y-4.0815 123 | X6.9839Y-1.0815 124 | X6.9839Y-1.2815 125 | X6.9839Y-1.4815 126 | X6.9839Y-1.6815 127 | X6.9839Y-1.8815 128 | X6.9839Y-2.0815 129 | X6.9839Y-2.2815 130 | X6.9839Y-2.4815 131 | X6.9839Y-2.6815 132 | X6.9839Y-2.8815 133 | X6.9839Y-3.0815 134 | X6.9839Y-3.2815 135 | X6.9839Y-3.4815 136 | X6.9839Y-3.6815 137 | X6.9839Y-3.8815 138 | X6.9839Y-4.0815 139 | X7.1839Y-1.0815 140 | X7.1839Y-1.2815 141 | X7.1839Y-1.4815 142 | X7.1839Y-1.6815 143 | X7.1839Y-1.8815 144 | X7.1839Y-2.0815 145 | X7.1839Y-2.2815 146 | X7.1839Y-2.4815 147 | X7.1839Y-2.6815 148 | X7.1839Y-2.8815 149 | X7.1839Y-3.0815 150 | X7.1839Y-3.2815 151 | X7.1839Y-3.4815 152 | X7.1839Y-3.6815 153 | X7.1839Y-3.8815 154 | X7.1839Y-4.0815 155 | X8.5839Y-1.0815 156 | X8.5839Y-1.2815 157 | X8.5839Y-1.4815 158 | X8.5839Y-1.6815 159 | X8.5839Y-1.8815 160 | X8.5839Y-2.0815 161 | X8.5839Y-2.2815 162 | X8.5839Y-2.4815 163 | X8.5839Y-2.6815 164 | X8.5839Y-2.8815 165 | X8.5839Y-3.0815 166 | X8.5839Y-3.2815 167 | X8.5839Y-3.4815 168 | X8.5839Y-3.6815 169 | X8.5839Y-3.8815 170 | X8.5839Y-4.0815 171 | X8.7839Y-1.0815 172 | X8.7839Y-1.2815 173 | X8.7839Y-1.4815 174 | X8.7839Y-1.6815 175 | X8.7839Y-1.8815 176 | X8.7839Y-2.0815 177 | X8.7839Y-2.2815 178 | X8.7839Y-2.4815 179 | X8.7839Y-2.6815 180 | X8.7839Y-2.8815 181 | X8.7839Y-3.0815 182 | X8.7839Y-3.2815 183 | X8.7839Y-3.4815 184 | X8.7839Y-3.6815 185 | X8.7839Y-3.8815 186 | X8.7839Y-4.0815 187 | X10.9839Y-1.0815 188 | X10.9839Y-1.2815 189 | X10.9839Y-1.4815 190 | X10.9839Y-1.6815 191 | X10.9839Y-1.8815 192 | X10.9839Y-2.0815 193 | X10.9839Y-2.2815 194 | X10.9839Y-2.4815 195 | X10.9839Y-2.6815 196 | X10.9839Y-2.8815 197 | X10.9839Y-3.0815 198 | X10.9839Y-3.2815 199 | X10.9839Y-3.4815 200 | X10.9839Y-3.6815 201 | X10.9839Y-3.8815 202 | X10.9839Y-4.0815 203 | X11.1839Y-1.0815 204 | X11.1839Y-1.2815 205 | X11.1839Y-1.4815 206 | X11.1839Y-1.6815 207 | X11.1839Y-1.8815 208 | X11.1839Y-2.0815 209 | X11.1839Y-2.2815 210 | X11.1839Y-2.4815 211 | X11.1839Y-2.6815 212 | X11.1839Y-2.8815 213 | X11.1839Y-3.0815 214 | X11.1839Y-3.2815 215 | X11.1839Y-3.4815 216 | X11.1839Y-3.6815 217 | X11.1839Y-3.8815 218 | X11.1839Y-4.0815 219 | X12.5839Y-1.0815 220 | X12.5839Y-1.2815 221 | X12.5839Y-1.4815 222 | X12.5839Y-1.6815 223 | X12.5839Y-1.8815 224 | X12.5839Y-2.0815 225 | X12.5839Y-2.2815 226 | X12.5839Y-2.4815 227 | X12.5839Y-2.6815 228 | X12.5839Y-2.8815 229 | X12.5839Y-3.0815 230 | X12.5839Y-3.2815 231 | X12.5839Y-3.4815 232 | X12.5839Y-3.6815 233 | X12.5839Y-3.8815 234 | X12.5839Y-4.0815 235 | X12.7839Y-1.0815 236 | X12.7839Y-1.2815 237 | X12.7839Y-1.4815 238 | X12.7839Y-1.6815 239 | X12.7839Y-1.8815 240 | X12.7839Y-2.0815 241 | X12.7839Y-2.2815 242 | X12.7839Y-2.4815 243 | X12.7839Y-2.6815 244 | X12.7839Y-2.8815 245 | X12.7839Y-3.0815 246 | X12.7839Y-3.2815 247 | X12.7839Y-3.4815 248 | X12.7839Y-3.6815 249 | X12.7839Y-3.8815 250 | X12.7839Y-4.0815 251 | X14.9839Y-1.0815 252 | X14.9839Y-1.2815 253 | X14.9839Y-1.4815 254 | X14.9839Y-1.6815 255 | X14.9839Y-1.8815 256 | X14.9839Y-2.0815 257 | X14.9839Y-2.2815 258 | X14.9839Y-2.4815 259 | X14.9839Y-2.6815 260 | X14.9839Y-2.8815 261 | X14.9839Y-3.0815 262 | X14.9839Y-3.2815 263 | X14.9839Y-3.4815 264 | X14.9839Y-3.6815 265 | X14.9839Y-3.8815 266 | X14.9839Y-4.0815 267 | X15.1839Y-1.0815 268 | X15.1839Y-1.2815 269 | X15.1839Y-1.4815 270 | X15.1839Y-1.6815 271 | X15.1839Y-1.8815 272 | X15.1839Y-2.0815 273 | X15.1839Y-2.2815 274 | X15.1839Y-2.4815 275 | X15.1839Y-2.6815 276 | X15.1839Y-2.8815 277 | X15.1839Y-3.0815 278 | X15.1839Y-3.2815 279 | X15.1839Y-3.4815 280 | X15.1839Y-3.6815 281 | X15.1839Y-3.8815 282 | X15.1839Y-4.0815 283 | T3 284 | X13.1496Y-3.8917 285 | X13.1496Y-4.0551 286 | T4 287 | X15.9567Y-2.7165 288 | X15.9567Y-2.9134 289 | X15.9567Y-3.1102 290 | X16.1535Y-2.6181 291 | X16.1535Y-2.815 292 | X16.1535Y-3.0118 293 | T5 294 | X0.272Y-0.122 295 | X0.272Y-4.9449 296 | X5.672Y-0.122 297 | X5.672Y-4.9449 298 | X11.072Y-0.122 299 | X11.072Y-4.9449 300 | X16.472Y-0.122 301 | X16.472Y-4.9449 302 | T0 303 | M30 304 | -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/gerber/backplane-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2022-08-23T23:34:12+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "backplane", 13 | "GUID": "6261636b-706c-4616-9e65-2e6b69636164", 14 | "Revision": "rev?" 15 | }, 16 | "Size": { 17 | "X": 425.4, 18 | "Y": 128.8 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 1.6, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2, 30 | "MinLineWidth": 1.0, 31 | "TrackToRegion": 0.508, 32 | "RegionToRegion": 0.508 33 | } 34 | ], 35 | "FilesAttributes": [ 36 | { 37 | "Path": "backplane-F_Cu.gbr", 38 | "FileFunction": "Copper,L1,Top", 39 | "FilePolarity": "Positive" 40 | }, 41 | { 42 | "Path": "backplane-B_Cu.gbr", 43 | "FileFunction": "Copper,L2,Bot", 44 | "FilePolarity": "Positive" 45 | }, 46 | { 47 | "Path": "backplane-F_Paste.gbr", 48 | "FileFunction": "SolderPaste,Top", 49 | "FilePolarity": "Positive" 50 | }, 51 | { 52 | "Path": "backplane-B_Paste.gbr", 53 | "FileFunction": "SolderPaste,Bot", 54 | "FilePolarity": "Positive" 55 | }, 56 | { 57 | "Path": "backplane-F_Silkscreen.gbr", 58 | "FileFunction": "Legend,Top", 59 | "FilePolarity": "Positive" 60 | }, 61 | { 62 | "Path": "backplane-B_Silkscreen.gbr", 63 | "FileFunction": "Legend,Bot", 64 | "FilePolarity": "Positive" 65 | }, 66 | { 67 | "Path": "backplane-F_Mask.gbr", 68 | "FileFunction": "SolderMask,Top", 69 | "FilePolarity": "Negative" 70 | }, 71 | { 72 | "Path": "backplane-B_Mask.gbr", 73 | "FileFunction": "SolderMask,Bot", 74 | "FilePolarity": "Negative" 75 | }, 76 | { 77 | "Path": "backplane-Edge_Cuts.gbr", 78 | "FileFunction": "Profile", 79 | "FilePolarity": "Positive" 80 | } 81 | ], 82 | "MaterialStackup": [ 83 | { 84 | "Type": "Legend", 85 | "Name": "Top Silk Screen" 86 | }, 87 | { 88 | "Type": "SolderPaste", 89 | "Name": "Top Solder Paste" 90 | }, 91 | { 92 | "Type": "SolderMask", 93 | "Thickness": 0.01, 94 | "Name": "Top Solder Mask" 95 | }, 96 | { 97 | "Type": "Copper", 98 | "Thickness": 0.035, 99 | "Name": "F.Cu" 100 | }, 101 | { 102 | "Type": "Dielectric", 103 | "Thickness": 1.51, 104 | "Material": "FR4", 105 | "Name": "F.Cu/B.Cu", 106 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 107 | }, 108 | { 109 | "Type": "Copper", 110 | "Thickness": 0.035, 111 | "Name": "B.Cu" 112 | }, 113 | { 114 | "Type": "SolderMask", 115 | "Thickness": 0.01, 116 | "Name": "Bottom Solder Mask" 117 | }, 118 | { 119 | "Type": "SolderPaste", 120 | "Name": "Bottom Solder Paste" 121 | }, 122 | { 123 | "Type": "Legend", 124 | "Name": "Bottom Silk Screen" 125 | } 126 | ] 127 | } 128 | -------------------------------------------------------------------------------- /mechanical/subrack84_backplane/gerber/backplane.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/subrack84_backplane/gerber/backplane.zip -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/README.md: -------------------------------------------------------------------------------- 1 | # Slot cover to fill standard 84TE subracks 2 | 3 | Tested successfully with PROMA 133061 aka https://www.reichelt.com/de/en/system-housing-geh-sg-1-10-p50437.html but should be compatible with many other eurocard subrack enclosures. -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-B_Cu.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,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.5)) date 2022-07-25 10:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,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.5)) date 2022-07-25 10:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,2.700000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | %TO.C,H102*% 18 | X7500000Y-3000000D03* 19 | %TD*% 20 | %TO.C,H101*% 21 | X7500000Y-125500000D03* 22 | %TD*% 23 | M02* 24 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-B_Mask.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-B_Mask.zip -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,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.5)) date 2022-07-25 10:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,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.5)) date 2022-07-25 10:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,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.5)) date 2022-07-25 10:14:22* 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 | X10000000Y-127150000D02* 19 | G75* 20 | G03* 21 | X10000000Y-123850000I-2446226J1650000D01* 22 | G01* 23 | X5000000Y-123850000D02* 24 | X10000000Y-123850000D01* 25 | X5000000Y-123850000D02* 26 | G75* 27 | G03* 28 | X5000000Y-127150000I2446226J-1650000D01* 29 | G01* 30 | X10000000Y-127150000D02* 31 | X5000000Y-127150000D01* 32 | X9895000Y-4650000D02* 33 | G75* 34 | G03* 35 | X9895000Y-1350000I-2446226J1650000D01* 36 | G01* 37 | X5000000Y-1350000D02* 38 | X10000000Y-1350000D01* 39 | X5000000Y-1350000D02* 40 | G75* 41 | G03* 42 | X5000000Y-4650000I2446226J-1650000D01* 43 | G01* 44 | X9895000Y-4650000D02* 45 | X4895000Y-4650000D01* 46 | X19790000Y-128400000D02* 47 | X19790000Y0D01* 48 | X0Y-128400000D02* 49 | X19790000Y-128400000D01* 50 | X0Y0D02* 51 | X0Y-128400000D01* 52 | X19790000Y0D02* 53 | X0Y0D01* 54 | M02* 55 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-F_Cu.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,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.5)) date 2022-07-25 10:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %TA.AperFunction,NonConductor*% 15 | %ADD10C,0.150000*% 16 | %TD*% 17 | G04 APERTURE END LIST* 18 | D10* 19 | X0Y-128400000D02* 20 | X19790000Y-128400000D01* 21 | X19790000Y-128400000D02* 22 | X19790000Y0D01* 23 | X19790000Y0D02* 24 | X0Y0D01* 25 | X0Y0D02* 26 | X0Y-128400000D01* 27 | G36* 28 | X0Y-128400000D02* 29 | G01* 30 | X19790000Y-128400000D01* 31 | X19790000Y0D01* 32 | X0Y0D01* 33 | X0Y-128400000D01* 34 | G37* 35 | M02* 36 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,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.5)) date 2022-07-25 10:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-F_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)*% 2 | %TF.CreationDate,2022-07-25T10:14:22+02:00*% 3 | %TF.ProjectId,rack_slot_cover,7261636b-5f73-46c6-9f74-5f636f766572,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,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.5)) date 2022-07-25 10:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Mon Jul 25 10:14:24 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-07-25T10:14:24+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.1063 11 | % 12 | G90 13 | G05 14 | T1 15 | X0.2953Y-0.1181 16 | X0.2953Y-4.9409 17 | T0 18 | M30 19 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Mon Jul 25 10:14:24 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-07-25T10:14:24+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/gerber/rack_slot_cover-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2022-07-25T10:14:22+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "rack_slot_cover", 13 | "GUID": "7261636b-5f73-46c6-9f74-5f636f766572", 14 | "Revision": "rev?" 15 | }, 16 | "Size": { 17 | "X": 19.99, 18 | "Y": 128.6 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": "rack_slot_cover-F_Cu.gbr", 35 | "FileFunction": "Copper,L1,Top", 36 | "FilePolarity": "Positive" 37 | }, 38 | { 39 | "Path": "rack_slot_cover-B_Cu.gbr", 40 | "FileFunction": "Copper,L2,Bot", 41 | "FilePolarity": "Positive" 42 | }, 43 | { 44 | "Path": "rack_slot_cover-F_Paste.gbr", 45 | "FileFunction": "SolderPaste,Top", 46 | "FilePolarity": "Positive" 47 | }, 48 | { 49 | "Path": "rack_slot_cover-B_Paste.gbr", 50 | "FileFunction": "SolderPaste,Bot", 51 | "FilePolarity": "Positive" 52 | }, 53 | { 54 | "Path": "rack_slot_cover-F_Silkscreen.gbr", 55 | "FileFunction": "Legend,Top", 56 | "FilePolarity": "Positive" 57 | }, 58 | { 59 | "Path": "rack_slot_cover-B_Silkscreen.gbr", 60 | "FileFunction": "Legend,Bot", 61 | "FilePolarity": "Positive" 62 | }, 63 | { 64 | "Path": "rack_slot_cover-F_Mask.gbr", 65 | "FileFunction": "SolderMask,Top", 66 | "FilePolarity": "Negative" 67 | }, 68 | { 69 | "Path": "rack_slot_cover-B_Mask.gbr", 70 | "FileFunction": "SolderMask,Bot", 71 | "FilePolarity": "Negative" 72 | }, 73 | { 74 | "Path": "rack_slot_cover-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 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/rack_slot_cover.kicad_pcb: -------------------------------------------------------------------------------- 1 | (kicad_pcb (version 20211014) (generator pcbnew) 2 | 3 | (general 4 | (thickness 1.6) 5 | ) 6 | 7 | (paper "A4") 8 | (layers 9 | (0 "F.Cu" signal) 10 | (31 "B.Cu" signal) 11 | (32 "B.Adhes" user "B.Adhesive") 12 | (33 "F.Adhes" user "F.Adhesive") 13 | (34 "B.Paste" user) 14 | (35 "F.Paste" user) 15 | (36 "B.SilkS" user "B.Silkscreen") 16 | (37 "F.SilkS" user "F.Silkscreen") 17 | (38 "B.Mask" user) 18 | (39 "F.Mask" user) 19 | (40 "Dwgs.User" user "User.Drawings") 20 | (41 "Cmts.User" user "User.Comments") 21 | (42 "Eco1.User" user "User.Eco1") 22 | (43 "Eco2.User" user "User.Eco2") 23 | (44 "Edge.Cuts" user) 24 | (45 "Margin" user) 25 | (46 "B.CrtYd" user "B.Courtyard") 26 | (47 "F.CrtYd" user "F.Courtyard") 27 | (48 "B.Fab" user) 28 | (49 "F.Fab" user) 29 | (50 "User.1" user) 30 | (51 "User.2" user) 31 | (52 "User.3" user) 32 | (53 "User.4" user) 33 | (54 "User.5" user) 34 | (55 "User.6" user) 35 | (56 "User.7" user) 36 | (57 "User.8" user) 37 | (58 "User.9" user) 38 | ) 39 | 40 | (setup 41 | (pad_to_mask_clearance 0) 42 | (pcbplotparams 43 | (layerselection 0x00010fc_ffffffff) 44 | (disableapertmacros false) 45 | (usegerberextensions false) 46 | (usegerberattributes true) 47 | (usegerberadvancedattributes true) 48 | (creategerberjobfile true) 49 | (svguseinch false) 50 | (svgprecision 6) 51 | (excludeedgelayer true) 52 | (plotframeref false) 53 | (viasonmask false) 54 | (mode 1) 55 | (useauxorigin false) 56 | (hpglpennumber 1) 57 | (hpglpenspeed 20) 58 | (hpglpendiameter 15.000000) 59 | (dxfpolygonmode true) 60 | (dxfimperialunits true) 61 | (dxfusepcbnewfont true) 62 | (psnegative false) 63 | (psa4output false) 64 | (plotreference true) 65 | (plotvalue true) 66 | (plotinvisibletext false) 67 | (sketchpadsonfab false) 68 | (subtractmaskfromsilk false) 69 | (outputformat 1) 70 | (mirror false) 71 | (drillshape 0) 72 | (scaleselection 1) 73 | (outputdirectory "gerber") 74 | ) 75 | ) 76 | 77 | (net 0 "") 78 | 79 | (footprint "MountingHole:MountingHole_2.7mm_M2.5" (layer "F.Cu") 80 | (tedit 56D1B4CB) (tstamp 0d7cdc6a-7aae-4024-905e-31d6b3b01fc4) 81 | (at 7.5 125.5) 82 | (descr "Mounting Hole 2.7mm, no annular, M2.5") 83 | (tags "mounting hole 2.7mm no annular m2.5") 84 | (property "Sheetfile" "rack_slot_cover.kicad_sch") 85 | (property "Sheetname" "") 86 | (path "/8b9b694d-b7f9-4aea-b519-d9c5141c2f56") 87 | (attr exclude_from_pos_files) 88 | (fp_text reference "H101" (at 0 -3.7) (layer "F.SilkS") hide 89 | (effects (font (size 1 1) (thickness 0.15))) 90 | (tstamp 867b33ed-57fa-4de8-8917-17e5b6ba7e4b) 91 | ) 92 | (fp_text value "MountingHole" (at 0 3.7) (layer "F.Fab") 93 | (effects (font (size 1 1) (thickness 0.15))) 94 | (tstamp 3d3a0bea-4066-4f86-ad5a-7ac73e8b9000) 95 | ) 96 | (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") 97 | (effects (font (size 1 1) (thickness 0.15))) 98 | (tstamp c24956aa-f4ec-401d-9706-bc7b731e3ea6) 99 | ) 100 | (fp_circle (center 0 0) (end 2.7 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 4355d1a4-f50b-43d7-9730-11de6b30f858)) 101 | (fp_circle (center 0 0) (end 2.95 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp d3b520c6-2bb5-45b2-8bf0-c9794370c234)) 102 | (pad "" np_thru_hole circle (at 0 0) (size 2.7 2.7) (drill 2.7) (layers *.Cu *.Mask) (tstamp 9d1d5a8c-4ba2-4182-9cd5-04e3617cf40c)) 103 | ) 104 | 105 | (footprint "MountingHole:MountingHole_2.7mm_M2.5" (layer "F.Cu") 106 | (tedit 56D1B4CB) (tstamp 7f049e5c-c016-4e84-a8d1-03b658660412) 107 | (at 7.5 3) 108 | (descr "Mounting Hole 2.7mm, no annular, M2.5") 109 | (tags "mounting hole 2.7mm no annular m2.5") 110 | (property "Sheetfile" "rack_slot_cover.kicad_sch") 111 | (property "Sheetname" "") 112 | (path "/79a418ff-85e2-42de-a79e-bb9f205a5240") 113 | (attr exclude_from_pos_files) 114 | (fp_text reference "H102" (at 0 -3.7) (layer "F.SilkS") hide 115 | (effects (font (size 1 1) (thickness 0.15))) 116 | (tstamp 22b797cb-87cf-482e-8687-be6c7b6031a9) 117 | ) 118 | (fp_text value "MountingHole" (at 0 3.7) (layer "F.Fab") 119 | (effects (font (size 1 1) (thickness 0.15))) 120 | (tstamp 4747ec6f-ead7-4c46-94e4-6d1121417746) 121 | ) 122 | (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") 123 | (effects (font (size 1 1) (thickness 0.15))) 124 | (tstamp 2a32ebc5-31a1-4594-b74c-af8af1ac97bc) 125 | ) 126 | (fp_circle (center 0 0) (end 2.7 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 26662489-b1f2-48d8-a320-5930c1bf1c66)) 127 | (fp_circle (center 0 0) (end 2.95 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 1d072cbe-79ee-439d-8e2a-76c2f50b6cec)) 128 | (pad "" np_thru_hole circle (at 0 0) (size 2.7 2.7) (drill 2.7) (layers *.Cu *.Mask) (tstamp 11bc71b0-440c-4acd-bb4b-69735ebf9d5c)) 129 | ) 130 | 131 | (gr_rect (start 0 128.4) (end 19.79 0) (layer "F.Cu") (width 0.15) (fill solid) (tstamp 01776c79-3cdf-4507-a875-ee8e0d6a00c0)) 132 | (gr_line (start 19.79 0) (end 0 0) (layer "Edge.Cuts") (width 0.2) (tstamp 0b57d747-396b-415c-9717-4be3ebd01f86)) 133 | (gr_arc (start 5 127.15) (mid 4.495544 125.5) (end 5 123.85) (layer "Edge.Cuts") (width 0.2) (tstamp 3bec5c10-7c5f-4884-bada-23f18c97d6d9)) 134 | (gr_arc (start 9.895 1.35) (mid 10.399456 3) (end 9.895 4.65) (layer "Edge.Cuts") (width 0.2) (tstamp 41b9f48d-f230-498c-8096-9151c7ee8ff5)) 135 | (gr_arc (start 5 4.65) (mid 4.495544 3) (end 5 1.35) (layer "Edge.Cuts") (width 0.2) (tstamp 49e36c19-78c4-4608-9ae4-d2a42b58fcc0)) 136 | (gr_line (start 5 123.85) (end 10 123.85) (layer "Edge.Cuts") (width 0.2) (tstamp 52a70883-9b12-4fa6-8793-f357ced5d023)) 137 | (gr_line (start 19.79 128.4) (end 19.79 0) (layer "Edge.Cuts") (width 0.2) (tstamp 59980141-1a4a-471f-ae16-4e31b6aadab9)) 138 | (gr_arc (start 10 123.85) (mid 10.504456 125.5) (end 10 127.15) (layer "Edge.Cuts") (width 0.2) (tstamp 80ef444a-a1fd-4f09-89fb-778c72d8900a)) 139 | (gr_line (start 9.895 4.65) (end 4.895 4.65) (layer "Edge.Cuts") (width 0.2) (tstamp 82e75b14-b941-439a-a292-8fe8ee110353)) 140 | (gr_line (start 5 1.35) (end 10 1.35) (layer "Edge.Cuts") (width 0.2) (tstamp 91349f8c-b982-4590-90f2-8b2e0bd0234d)) 141 | (gr_line (start 0 128.4) (end 19.79 128.4) (layer "Edge.Cuts") (width 0.2) (tstamp a07e0a9c-2a0c-4918-934f-66c994316026)) 142 | (gr_line (start 10 127.15) (end 5 127.15) (layer "Edge.Cuts") (width 0.2) (tstamp b81eb8b9-afa1-41f8-baed-4938d8332777)) 143 | (gr_line (start 0 0) (end 0 128.4) (layer "Edge.Cuts") (width 0.2) (tstamp ff102572-1463-4327-9287-2511a6a732d5)) 144 | (gr_text "ADRmu 10V DC Reference Standard" (at 9.895 64.2 90) (layer "F.Mask") (tstamp 5241574c-0ff2-44ca-9746-821bea4e22b9) 145 | (effects (font (size 3 3) (thickness 0.75))) 146 | ) 147 | 148 | (group "" (id d44df31e-157a-4a99-852f-da9ceebda002) 149 | (members 150 | 0b57d747-396b-415c-9717-4be3ebd01f86 151 | 3bec5c10-7c5f-4884-bada-23f18c97d6d9 152 | 41b9f48d-f230-498c-8096-9151c7ee8ff5 153 | 49e36c19-78c4-4608-9ae4-d2a42b58fcc0 154 | 52a70883-9b12-4fa6-8793-f357ced5d023 155 | 59980141-1a4a-471f-ae16-4e31b6aadab9 156 | 80ef444a-a1fd-4f09-89fb-778c72d8900a 157 | 82e75b14-b941-439a-a292-8fe8ee110353 158 | 91349f8c-b982-4590-90f2-8b2e0bd0234d 159 | a07e0a9c-2a0c-4918-934f-66c994316026 160 | b81eb8b9-afa1-41f8-baed-4938d8332777 161 | ff102572-1463-4327-9287-2511a6a732d5 162 | ) 163 | ) 164 | ) 165 | -------------------------------------------------------------------------------- /mechanical/subrack84_front_slot_cover/rack_slot_cover.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20211123) (generator eeschema) 2 | 3 | (uuid 6252db49-f011-4722-a973-4e9df115e20a) 4 | 5 | (paper "A4") 6 | 7 | (lib_symbols 8 | (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 9 | (property "Reference" "H" (id 0) (at 0 5.08 0) 10 | (effects (font (size 1.27 1.27))) 11 | ) 12 | (property "Value" "MountingHole" (id 1) (at 0 3.175 0) 13 | (effects (font (size 1.27 1.27))) 14 | ) 15 | (property "Footprint" "" (id 2) (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "Datasheet" "~" (id 3) (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) 22 | (effects (font (size 1.27 1.27)) hide) 23 | ) 24 | (property "ki_description" "Mounting Hole without connection" (id 5) (at 0 0 0) 25 | (effects (font (size 1.27 1.27)) hide) 26 | ) 27 | (property "ki_fp_filters" "MountingHole*" (id 6) (at 0 0 0) 28 | (effects (font (size 1.27 1.27)) hide) 29 | ) 30 | (symbol "MountingHole_0_1" 31 | (circle (center 0 0) (radius 1.27) 32 | (stroke (width 1.27) (type default) (color 0 0 0 0)) 33 | (fill (type none)) 34 | ) 35 | ) 36 | ) 37 | ) 38 | 39 | 40 | (symbol (lib_id "Mechanical:MountingHole") (at 158.75 99.06 0) (unit 1) 41 | (in_bom yes) (on_board yes) (fields_autoplaced) 42 | (uuid 79a418ff-85e2-42de-a79e-bb9f205a5240) 43 | (property "Reference" "H102" (id 0) (at 161.29 97.7899 0) 44 | (effects (font (size 1.27 1.27)) (justify left)) 45 | ) 46 | (property "Value" "MountingHole" (id 1) (at 161.29 100.3299 0) 47 | (effects (font (size 1.27 1.27)) (justify left)) 48 | ) 49 | (property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5" (id 2) (at 158.75 99.06 0) 50 | (effects (font (size 1.27 1.27)) hide) 51 | ) 52 | (property "Datasheet" "~" (id 3) (at 158.75 99.06 0) 53 | (effects (font (size 1.27 1.27)) hide) 54 | ) 55 | ) 56 | 57 | (symbol (lib_id "Mechanical:MountingHole") (at 127 96.52 0) (unit 1) 58 | (in_bom yes) (on_board yes) (fields_autoplaced) 59 | (uuid 8b9b694d-b7f9-4aea-b519-d9c5141c2f56) 60 | (property "Reference" "H101" (id 0) (at 129.54 95.2499 0) 61 | (effects (font (size 1.27 1.27)) (justify left)) 62 | ) 63 | (property "Value" "MountingHole" (id 1) (at 129.54 97.7899 0) 64 | (effects (font (size 1.27 1.27)) (justify left)) 65 | ) 66 | (property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5" (id 2) (at 127 96.52 0) 67 | (effects (font (size 1.27 1.27)) hide) 68 | ) 69 | (property "Datasheet" "~" (id 3) (at 127 96.52 0) 70 | (effects (font (size 1.27 1.27)) hide) 71 | ) 72 | ) 73 | 74 | (sheet_instances 75 | (path "/" (page "1")) 76 | ) 77 | 78 | (symbol_instances 79 | (path "/8b9b694d-b7f9-4aea-b519-d9c5141c2f56" 80 | (reference "H101") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_2.7mm_M2.5") 81 | ) 82 | (path "/79a418ff-85e2-42de-a79e-bb9f205a5240" 83 | (reference "H102") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_2.7mm_M2.5") 84 | ) 85 | ) 86 | ) 87 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/README.md: -------------------------------------------------------------------------------- 1 | # DC-DC Transformer spacer for the reference module 2 | 3 | Optional part to help reduce inter-winding capacitance, inspired by Mac -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-B_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L2,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,4.300000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | G04 #@! TO.C,H103* 18 | X170000000Y-120000000D03* 19 | G04 #@! TD* 20 | G04 #@! TO.C,H106* 21 | X187000000Y-97000000D03* 22 | G04 #@! TD* 23 | G04 #@! TO.C,H104* 24 | X187000000Y-103000000D03* 25 | G04 #@! TD* 26 | G04 #@! TO.C,H102* 27 | X193000000Y-103000000D03* 28 | G04 #@! TD* 29 | G04 #@! TO.C,H101* 30 | X210000000Y-120000000D03* 31 | G04 #@! TD* 32 | G04 #@! TO.C,H108* 33 | X193000000Y-97000000D03* 34 | G04 #@! TD* 35 | G04 #@! TO.C,H105* 36 | X170000000Y-80000000D03* 37 | G04 #@! TD* 38 | G04 #@! TO.C,H107* 39 | X210000000Y-80000000D03* 40 | G04 #@! TD* 41 | M02* 42 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Legend,Bot* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.100000*% 15 | G04 #@! TD* 16 | G04 APERTURE END LIST* 17 | D10* 18 | X173736544Y-116263456D02* 19 | G75* 20 | G03* 21 | X206263456Y-116263456I16263456J16263456D01* 22 | G01* 23 | X184343146Y-105656854D02* 24 | G75* 25 | G03* 26 | X182928932Y-107071068I-707107J-707107D01* 27 | G01* 28 | X207677670Y-117677670D02* 29 | G75* 30 | G03* 31 | X206263456Y-116263456I-707107J707107D01* 32 | G01* 33 | X195656854Y-94343146D02* 34 | G75* 35 | G03* 36 | X197071068Y-92928932I707107J707107D01* 37 | G01* 38 | X173736544Y-116263456D02* 39 | G75* 40 | G03* 41 | X172322330Y-117677670I-707107J-707107D01* 42 | G01* 43 | X212999999Y-77000001D02* 44 | G75* 45 | G03* 46 | X167000001Y-77000001I-22999999J-22999997D01* 47 | G01* 48 | X206263456Y-83736544D02* 49 | G75* 50 | G03* 51 | X173736544Y-83736544I-16263456J-16263456D01* 52 | G01* 53 | X184343146Y-105656854D02* 54 | G75* 55 | G03* 56 | X195656854Y-105656854I5656854J5656853D01* 57 | G01* 58 | X195656854Y-94343146D02* 59 | G75* 60 | G03* 61 | X184343146Y-94343146I-5656854J-5656853D01* 62 | G01* 63 | X172322330Y-117677670D02* 64 | G75* 65 | G03* 66 | X207677670Y-117677670I17677670J17677669D01* 67 | G01* 68 | X182928932Y-107071068D02* 69 | G75* 70 | G03* 71 | X197071068Y-107071068I7071068J7071069D01* 72 | G01* 73 | X197071068Y-92928932D02* 74 | G75* 75 | G03* 76 | X182928932Y-92928932I-7071068J-7071069D01* 77 | G01* 78 | X167000001Y-122999999D02* 79 | G75* 80 | G03* 81 | X212999999Y-122999999I22999999J22999997D01* 82 | G01* 83 | X212999999Y-77000001D02* 84 | X212999999Y-122999999D01* 85 | X172322330Y-82322330D02* 86 | G75* 87 | G03* 88 | X173736544Y-83736544I707107J-707107D01* 89 | G01* 90 | X197071068Y-107071068D02* 91 | G75* 92 | G03* 93 | X195656854Y-105656854I-707107J707107D01* 94 | G01* 95 | X182928932Y-92928932D02* 96 | G75* 97 | G03* 98 | X184343146Y-94343146I707107J-707107D01* 99 | G01* 100 | X207677670Y-82322330D02* 101 | G75* 102 | G03* 103 | X172322330Y-82322330I-17677670J-17677669D01* 104 | G01* 105 | X167000001Y-77000001D02* 106 | X167000001Y-122999999D01* 107 | X206263456Y-83736544D02* 108 | G75* 109 | G03* 110 | X207677670Y-82322330I707107J707107D01* 111 | G01* 112 | M02* 113 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-F_Cu.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Copper,L1,Top* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Top* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,4.300000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | G04 #@! TO.C,H103* 18 | X170000000Y-120000000D03* 19 | G04 #@! TD* 20 | G04 #@! TO.C,H106* 21 | X187000000Y-97000000D03* 22 | G04 #@! TD* 23 | G04 #@! TO.C,H104* 24 | X187000000Y-103000000D03* 25 | G04 #@! TD* 26 | G04 #@! TO.C,H102* 27 | X193000000Y-103000000D03* 28 | G04 #@! TD* 29 | G04 #@! TO.C,H101* 30 | X210000000Y-120000000D03* 31 | G04 #@! TD* 32 | G04 #@! TO.C,H108* 33 | X193000000Y-97000000D03* 34 | G04 #@! TD* 35 | G04 #@! TO.C,H105* 36 | X170000000Y-80000000D03* 37 | G04 #@! TD* 38 | G04 #@! TO.C,H107* 39 | X210000000Y-80000000D03* 40 | G04 #@! TD* 41 | M02* 42 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Top* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-F_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2023-01-29T19:40:19+01:00* 3 | G04 #@! TF.ProjectId,xformer_spacer,78666f72-6d65-4725-9f73-70616365722e,0.9* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Legend,Top* 6 | G04 #@! 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.5)) date 2023-01-29 19:40:19* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jan 29 19:40:21 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-01-29T19:40:21+01:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.1693 11 | % 12 | G90 13 | G05 14 | T1 15 | X6.6929Y-3.1496 16 | X6.6929Y-4.7244 17 | X7.3622Y-3.8189 18 | X7.3622Y-4.0551 19 | X7.5984Y-3.8189 20 | X7.5984Y-4.0551 21 | X8.2677Y-3.1496 22 | X8.2677Y-4.7244 23 | T0 24 | M30 25 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jan 29 19:40:21 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-01-29T19:40:21+01:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/mechanical/xformer_spacer/gerber/xformer_spacer-gerber.zip -------------------------------------------------------------------------------- /mechanical/xformer_spacer/gerber/xformer_spacer-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2023-01-29T19:40:19+01:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "xformer_spacer", 13 | "GUID": "78666f72-6d65-4725-9f73-70616365722e", 14 | "Revision": "0.9" 15 | }, 16 | "Size": { 17 | "X": 46.1, 18 | "Y": 65.1538 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 0.57, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2 30 | } 31 | ], 32 | "FilesAttributes": [ 33 | { 34 | "Path": "xformer_spacer-F_Cu.gbr", 35 | "FileFunction": "Copper,L1,Top", 36 | "FilePolarity": "Positive" 37 | }, 38 | { 39 | "Path": "xformer_spacer-B_Cu.gbr", 40 | "FileFunction": "Copper,L2,Bot", 41 | "FilePolarity": "Positive" 42 | }, 43 | { 44 | "Path": "xformer_spacer-F_Paste.gbr", 45 | "FileFunction": "SolderPaste,Top", 46 | "FilePolarity": "Positive" 47 | }, 48 | { 49 | "Path": "xformer_spacer-B_Paste.gbr", 50 | "FileFunction": "SolderPaste,Bot", 51 | "FilePolarity": "Positive" 52 | }, 53 | { 54 | "Path": "xformer_spacer-F_Silkscreen.gbr", 55 | "FileFunction": "Legend,Top", 56 | "FilePolarity": "Positive" 57 | }, 58 | { 59 | "Path": "xformer_spacer-B_Silkscreen.gbr", 60 | "FileFunction": "Legend,Bot", 61 | "FilePolarity": "Positive" 62 | }, 63 | { 64 | "Path": "xformer_spacer-F_Mask.gbr", 65 | "FileFunction": "SolderMask,Top", 66 | "FilePolarity": "Negative" 67 | }, 68 | { 69 | "Path": "xformer_spacer-B_Mask.gbr", 70 | "FileFunction": "SolderMask,Bot", 71 | "FilePolarity": "Negative" 72 | }, 73 | { 74 | "Path": "xformer_spacer-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 | "Thickness": 0.01, 91 | "Name": "Top Solder Mask" 92 | }, 93 | { 94 | "Type": "Copper", 95 | "Thickness": 0.035, 96 | "Name": "F.Cu" 97 | }, 98 | { 99 | "Type": "Dielectric", 100 | "Thickness": 0.48, 101 | "Material": "FR4", 102 | "Name": "F.Cu/B.Cu", 103 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 104 | }, 105 | { 106 | "Type": "Copper", 107 | "Thickness": 0.035, 108 | "Name": "B.Cu" 109 | }, 110 | { 111 | "Type": "SolderMask", 112 | "Color": "Blue", 113 | "Thickness": 0.01, 114 | "Name": "Bottom Solder Mask" 115 | }, 116 | { 117 | "Type": "SolderPaste", 118 | "Name": "Bottom Solder Paste" 119 | }, 120 | { 121 | "Type": "Legend", 122 | "Name": "Bottom Silk Screen" 123 | } 124 | ] 125 | } 126 | -------------------------------------------------------------------------------- /mechanical/xformer_spacer/xformer_spacer.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20211123) (generator eeschema) 2 | 3 | (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) 4 | 5 | (paper "A4") 6 | 7 | (title_block 8 | (title "Xformer Spacer") 9 | (date "2023-01-01") 10 | (rev "0.9") 11 | (company "RPG") 12 | (comment 1 "All resistors 0.01% VHP101 or better") 13 | (comment 2 "All capacitors X7R MLCC unless otherwise noted") 14 | ) 15 | 16 | (lib_symbols 17 | (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 18 | (property "Reference" "H" (id 0) (at 0 5.08 0) 19 | (effects (font (size 1.27 1.27))) 20 | ) 21 | (property "Value" "MountingHole" (id 1) (at 0 3.175 0) 22 | (effects (font (size 1.27 1.27))) 23 | ) 24 | (property "Footprint" "" (id 2) (at 0 0 0) 25 | (effects (font (size 1.27 1.27)) hide) 26 | ) 27 | (property "Datasheet" "~" (id 3) (at 0 0 0) 28 | (effects (font (size 1.27 1.27)) hide) 29 | ) 30 | (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) 31 | (effects (font (size 1.27 1.27)) hide) 32 | ) 33 | (property "ki_description" "Mounting Hole without connection" (id 5) (at 0 0 0) 34 | (effects (font (size 1.27 1.27)) hide) 35 | ) 36 | (property "ki_fp_filters" "MountingHole*" (id 6) (at 0 0 0) 37 | (effects (font (size 1.27 1.27)) hide) 38 | ) 39 | (symbol "MountingHole_0_1" 40 | (circle (center 0 0) (radius 1.27) 41 | (stroke (width 1.27) (type default) (color 0 0 0 0)) 42 | (fill (type none)) 43 | ) 44 | ) 45 | ) 46 | ) 47 | 48 | 49 | (symbol (lib_id "Mechanical:MountingHole") (at 129.54 107.95 0) (unit 1) 50 | (in_bom no) (on_board yes) (fields_autoplaced) 51 | (uuid 05bb2b2f-ddcf-42a1-882a-9f53865730d4) 52 | (property "Reference" "H104" (id 0) (at 127 106.6799 0) 53 | (effects (font (size 1.27 1.27)) (justify right)) 54 | ) 55 | (property "Value" "MountingHole" (id 1) (at 127 109.2199 0) 56 | (effects (font (size 1.27 1.27)) (justify right)) 57 | ) 58 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 129.54 107.95 0) 59 | (effects (font (size 1.27 1.27)) hide) 60 | ) 61 | (property "Datasheet" "~" (id 3) (at 129.54 107.95 0) 62 | (effects (font (size 1.27 1.27)) hide) 63 | ) 64 | ) 65 | 66 | (symbol (lib_id "Mechanical:MountingHole") (at 135.89 92.71 0) (unit 1) 67 | (in_bom no) (on_board yes) (fields_autoplaced) 68 | (uuid 281301f6-d0e1-4341-82cd-0efc0795528c) 69 | (property "Reference" "H105" (id 0) (at 138.43 91.4399 0) 70 | (effects (font (size 1.27 1.27)) (justify left)) 71 | ) 72 | (property "Value" "MountingHole" (id 1) (at 138.43 93.9799 0) 73 | (effects (font (size 1.27 1.27)) (justify left)) 74 | ) 75 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 135.89 92.71 0) 76 | (effects (font (size 1.27 1.27)) hide) 77 | ) 78 | (property "Datasheet" "~" (id 3) (at 135.89 92.71 0) 79 | (effects (font (size 1.27 1.27)) hide) 80 | ) 81 | ) 82 | 83 | (symbol (lib_id "Mechanical:MountingHole") (at 129.54 102.87 0) (unit 1) 84 | (in_bom no) (on_board yes) (fields_autoplaced) 85 | (uuid 46a9ec9b-f0e2-4d4e-90fb-a1182e41e563) 86 | (property "Reference" "H103" (id 0) (at 127 101.5999 0) 87 | (effects (font (size 1.27 1.27)) (justify right)) 88 | ) 89 | (property "Value" "MountingHole" (id 1) (at 127 104.1399 0) 90 | (effects (font (size 1.27 1.27)) (justify right)) 91 | ) 92 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 129.54 102.87 0) 93 | (effects (font (size 1.27 1.27)) hide) 94 | ) 95 | (property "Datasheet" "~" (id 3) (at 129.54 102.87 0) 96 | (effects (font (size 1.27 1.27)) hide) 97 | ) 98 | ) 99 | 100 | (symbol (lib_id "Mechanical:MountingHole") (at 129.54 92.71 0) (unit 1) 101 | (in_bom no) (on_board yes) (fields_autoplaced) 102 | (uuid 58eb286e-57ea-499b-b307-5311fa705953) 103 | (property "Reference" "H101" (id 0) (at 127 91.4399 0) 104 | (effects (font (size 1.27 1.27)) (justify right)) 105 | ) 106 | (property "Value" "MountingHole" (id 1) (at 127 93.9799 0) 107 | (effects (font (size 1.27 1.27)) (justify right)) 108 | ) 109 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 129.54 92.71 0) 110 | (effects (font (size 1.27 1.27)) hide) 111 | ) 112 | (property "Datasheet" "~" (id 3) (at 129.54 92.71 0) 113 | (effects (font (size 1.27 1.27)) hide) 114 | ) 115 | ) 116 | 117 | (symbol (lib_id "Mechanical:MountingHole") (at 135.89 107.95 0) (unit 1) 118 | (in_bom no) (on_board yes) (fields_autoplaced) 119 | (uuid 653d67a8-6fa4-44d2-9c13-aa5bcc1d6901) 120 | (property "Reference" "H108" (id 0) (at 138.43 106.6799 0) 121 | (effects (font (size 1.27 1.27)) (justify left)) 122 | ) 123 | (property "Value" "MountingHole" (id 1) (at 138.43 109.2199 0) 124 | (effects (font (size 1.27 1.27)) (justify left)) 125 | ) 126 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 135.89 107.95 0) 127 | (effects (font (size 1.27 1.27)) hide) 128 | ) 129 | (property "Datasheet" "~" (id 3) (at 135.89 107.95 0) 130 | (effects (font (size 1.27 1.27)) hide) 131 | ) 132 | ) 133 | 134 | (symbol (lib_id "Mechanical:MountingHole") (at 129.54 97.79 0) (unit 1) 135 | (in_bom no) (on_board yes) (fields_autoplaced) 136 | (uuid b1cf8446-7905-4a6d-9de9-51084870edbf) 137 | (property "Reference" "H102" (id 0) (at 127 96.5199 0) 138 | (effects (font (size 1.27 1.27)) (justify right)) 139 | ) 140 | (property "Value" "MountingHole" (id 1) (at 127 99.0599 0) 141 | (effects (font (size 1.27 1.27)) (justify right)) 142 | ) 143 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 129.54 97.79 0) 144 | (effects (font (size 1.27 1.27)) hide) 145 | ) 146 | (property "Datasheet" "~" (id 3) (at 129.54 97.79 0) 147 | (effects (font (size 1.27 1.27)) hide) 148 | ) 149 | ) 150 | 151 | (symbol (lib_id "Mechanical:MountingHole") (at 135.89 97.79 0) (unit 1) 152 | (in_bom no) (on_board yes) (fields_autoplaced) 153 | (uuid b4fd786a-667e-468a-a362-c7c08acf8f6e) 154 | (property "Reference" "H106" (id 0) (at 138.43 96.5199 0) 155 | (effects (font (size 1.27 1.27)) (justify left)) 156 | ) 157 | (property "Value" "MountingHole" (id 1) (at 138.43 99.0599 0) 158 | (effects (font (size 1.27 1.27)) (justify left)) 159 | ) 160 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 135.89 97.79 0) 161 | (effects (font (size 1.27 1.27)) hide) 162 | ) 163 | (property "Datasheet" "~" (id 3) (at 135.89 97.79 0) 164 | (effects (font (size 1.27 1.27)) hide) 165 | ) 166 | ) 167 | 168 | (symbol (lib_id "Mechanical:MountingHole") (at 135.89 102.87 0) (unit 1) 169 | (in_bom no) (on_board yes) (fields_autoplaced) 170 | (uuid be19e51e-cd33-4c27-b628-e052d4a3c20c) 171 | (property "Reference" "H107" (id 0) (at 138.43 101.5999 0) 172 | (effects (font (size 1.27 1.27)) (justify left)) 173 | ) 174 | (property "Value" "MountingHole" (id 1) (at 138.43 104.1399 0) 175 | (effects (font (size 1.27 1.27)) (justify left)) 176 | ) 177 | (property "Footprint" "MountingHole:MountingHole_4.3mm_M4" (id 2) (at 135.89 102.87 0) 178 | (effects (font (size 1.27 1.27)) hide) 179 | ) 180 | (property "Datasheet" "~" (id 3) (at 135.89 102.87 0) 181 | (effects (font (size 1.27 1.27)) hide) 182 | ) 183 | ) 184 | 185 | (sheet_instances 186 | (path "/" (page "1")) 187 | ) 188 | 189 | (symbol_instances 190 | (path "/58eb286e-57ea-499b-b307-5311fa705953" 191 | (reference "H101") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 192 | ) 193 | (path "/b1cf8446-7905-4a6d-9de9-51084870edbf" 194 | (reference "H102") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 195 | ) 196 | (path "/46a9ec9b-f0e2-4d4e-90fb-a1182e41e563" 197 | (reference "H103") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 198 | ) 199 | (path "/05bb2b2f-ddcf-42a1-882a-9f53865730d4" 200 | (reference "H104") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 201 | ) 202 | (path "/281301f6-d0e1-4341-82cd-0efc0795528c" 203 | (reference "H105") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 204 | ) 205 | (path "/b4fd786a-667e-468a-a362-c7c08acf8f6e" 206 | (reference "H106") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 207 | ) 208 | (path "/be19e51e-cd33-4c27-b628-e052d4a3c20c" 209 | (reference "H107") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 210 | ) 211 | (path "/653d67a8-6fa4-44d2-9c13-aa5bcc1d6901" 212 | (reference "H108") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_4.3mm_M4") 213 | ) 214 | ) 215 | ) 216 | -------------------------------------------------------------------------------- /module_battery/ADRmu_battery.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": 0.46000000834465027, 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": "ADRmu_battery.kicad_prl", 70 | "version": 3 71 | }, 72 | "project": { 73 | "files": [] 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /module_battery/ADRmu_battery_Library.pretty/BK-18650-PC8.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "BK-18650-PC8" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 6208058A) 4 | (descr "quad 18650 battery holder") 5 | (attr through_hole) 6 | (fp_text reference "REF**" (at 10 6 unlocked) (layer "F.SilkS") 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp bb78bcc8-2207-436d-85e8-1a293d8d6b70) 9 | ) 10 | (fp_text value "BK-18650-PC8" (at 10 8 unlocked) (layer "F.Fab") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 6d0c9227-9fa4-4fdd-a7a1-f5cf102ac4cd) 13 | ) 14 | (fp_text user "+" (at -4.5 0) (layer "F.SilkS") 15 | (effects (font (size 3 3) (thickness 0.15))) 16 | (tstamp 3cd7f312-40ea-4e98-84c4-48881e4882cb) 17 | ) 18 | (fp_text user "+" (at -4.5 57.9) (layer "F.SilkS") 19 | (effects (font (size 3 3) (thickness 0.15))) 20 | (tstamp 4b538ba0-8484-4041-a896-1e2e6185831e) 21 | ) 22 | (fp_text user "+" (at -4.5 19.3) (layer "F.SilkS") 23 | (effects (font (size 3 3) (thickness 0.15))) 24 | (tstamp 86af766d-6b15-4b5b-88af-d0249ebdfc4e) 25 | ) 26 | (fp_text user "+" (at -4.5 38.6) (layer "F.SilkS") 27 | (effects (font (size 3 3) (thickness 0.15))) 28 | (tstamp 8c0e3242-6a45-4fa8-812f-f80c75857091) 29 | ) 30 | (fp_text user "${REFERENCE}" (at 10 10 unlocked) (layer "F.Fab") 31 | (effects (font (size 1 1) (thickness 0.15))) 32 | (tstamp cf6556fa-15b5-4ffd-9acb-fe480d703c43) 33 | ) 34 | (fp_line (start -2.4 -10.6) (end 75.8 -10.6) (layer "F.SilkS") (width 0.12) (tstamp 2e8dbda0-cfae-4f3f-8632-81c2c998844f)) 35 | (fp_line (start 75.8 -10.6) (end 75.8 68.5) (layer "F.SilkS") (width 0.12) (tstamp 46411048-26da-4369-ba01-0ac72fcae2e6)) 36 | (fp_line (start -2.42 68.5) (end 75.8 68.5) (layer "F.SilkS") (width 0.12) (tstamp d7fa523f-71f5-4bb7-862e-933803564a39)) 37 | (fp_line (start -2.4 -10.6) (end -2.42 68.5) (layer "F.SilkS") (width 0.12) (tstamp e6cba99f-921b-4b3b-baa2-62138eafb0a3)) 38 | (fp_line (start 75.9 -10.7) (end 75.9 68.58) (layer "F.CrtYd") (width 0.05) (tstamp 3d65096b-2ccd-4f03-afa3-bd1be62a8c57)) 39 | (fp_line (start -2.5 68.58) (end 75.9 68.58) (layer "F.CrtYd") (width 0.05) (tstamp 98060f6a-0fd9-43a5-abcd-87e9cb83ea41)) 40 | (fp_line (start -2.5 -10.7) (end -2.5 68.58) (layer "F.CrtYd") (width 0.05) (tstamp 9e885b90-070c-44ee-a862-66cb7a82bcb6)) 41 | (fp_line (start -2.5 -10.7) (end 75.9 -10.7) (layer "F.CrtYd") (width 0.05) (tstamp d771e94e-0f74-4731-86f5-86187afaa8f6)) 42 | (fp_line (start -2.3 -10.47) (end 75.68 -10.47) (layer "F.Fab") (width 0.1) (tstamp 6e33aeeb-1b7e-46d7-8f44-ec30e8201196)) 43 | (fp_line (start -2.3 68.37) (end -2.3 -10.47) (layer "F.Fab") (width 0.1) (tstamp 8a10f05b-f1a8-4fbe-bc63-29ceaacd17a4)) 44 | (fp_line (start -2.3 68.37) (end 75.68 68.37) (layer "F.Fab") (width 0.1) (tstamp 9ce4b7f0-c207-4d42-bf5a-92740e8ee18b)) 45 | (fp_line (start 75.68 68.37) (end 75.68 -10.47) (layer "F.Fab") (width 0.1) (tstamp fdfc3f0a-437f-4206-b6a3-f5ef59d15f6b)) 46 | (pad "" np_thru_hole circle (at 8.645 19.3) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp 02b7b349-66c5-48c5-9dff-d4bd2ab5754e)) 47 | (pad "" np_thru_hole circle (at 8.645 0) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp 2eb89399-e40d-4d1d-a4ae-36fbed97cafc)) 48 | (pad "" np_thru_hole circle (at 64.255 19.3) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp 41c89c8e-0f97-4797-9a39-8582a63268a5)) 49 | (pad "" np_thru_hole circle (at 64.255 57.9) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp 4e0042be-50b1-475f-bba5-d671d7dd9f7b)) 50 | (pad "" np_thru_hole circle (at 64.255 38.6) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp 6dead470-a003-4d9a-a776-ac69dd42634c)) 51 | (pad "" np_thru_hole circle (at 8.645 57.9) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp 86f585ae-7fec-451b-9f4d-5178606c3d7d)) 52 | (pad "" np_thru_hole circle (at 64.255 0) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp 9ef2c0bd-0176-4f0e-b213-c48663ceb734)) 53 | (pad "" np_thru_hole circle (at 8.645 38.6) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp e4bb9a9d-3f07-45c4-8505-94f130a7639d)) 54 | (pad "1" thru_hole rect (at 0 0) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp 48a5aae9-6385-4517-8319-1880b076c0e6)) 55 | (pad "2" thru_hole circle (at 72.9 0) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp 10c83777-5889-42be-92b7-5a5e453c6d21)) 56 | (pad "3" thru_hole circle (at 0 19.3) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp 63d21e0c-c764-4ae4-bee8-aeb1460cdc7d)) 57 | (pad "4" thru_hole circle (at 72.9 19.3) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp f01be539-8af9-4336-b175-e7160c3959b7)) 58 | (pad "5" thru_hole circle (at 0 38.6) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp c0c76d32-7e63-431c-a91f-d7e0377055a1)) 59 | (pad "6" thru_hole circle (at 72.9 38.6) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp 72220e21-cffc-4d1b-b705-d0627d1aa080)) 60 | (pad "7" thru_hole circle (at 0 57.9) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp 253dd402-7945-4965-9215-af3d12fbb86c)) 61 | (pad "8" thru_hole circle (at 72.9 57.9) (size 4 4) (drill 1.6) (layers *.Cu *.Mask) (tstamp bf43ec24-28e7-4ce4-b4b9-2393c8a8a5e1)) 62 | ) 63 | -------------------------------------------------------------------------------- /module_battery/Printing Print Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/module_battery/Printing Print Schematic.pdf -------------------------------------------------------------------------------- /module_battery/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "ADRmu_battery_Library")(type "KiCad")(uri "${KIPRJMOD}/ADRmu_battery_Library.pretty")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /module_battery/gerber/ADRmu_battery-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-24T23:25:41+02:00* 3 | G04 #@! TF.ProjectId,ADRmu_battery,4144526d-755f-4626-9174-746572792e6b,0.6* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! 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.5)) date 2022-07-24 23:25:41* 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 | G04 Aperture macros list end* 32 | %ADD10C,0.150000*% 33 | %ADD11C,5.300000*% 34 | %ADD12R,2.000000X2.000000*% 35 | %ADD13C,2.000000*% 36 | %ADD14C,3.200000*% 37 | %ADD15R,4.000000X4.000000*% 38 | %ADD16C,4.000000*% 39 | %ADD17C,2.850000*% 40 | %ADD18RoundRect,0.250000X-1.050000X1.050000X-1.050000X-1.050000X1.050000X-1.050000X1.050000X1.050000X0*% 41 | %ADD19C,2.600000*% 42 | %ADD20C,1.400000*% 43 | %ADD21O,1.400000X1.400000*% 44 | %ADD22RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*% 45 | G04 APERTURE END LIST* 46 | D10* 47 | X70000000Y-147000000D02* 48 | X230000000Y-147000000D01* 49 | X230000000Y-147000000D02* 50 | X230000000Y-150000000D01* 51 | X230000000Y-150000000D02* 52 | X70000000Y-150000000D01* 53 | X70000000Y-150000000D02* 54 | X70000000Y-147000000D01* 55 | G36* 56 | X70000000Y-147000000D02* 57 | G01* 58 | X230000000Y-147000000D01* 59 | X230000000Y-150000000D01* 60 | X70000000Y-150000000D01* 61 | X70000000Y-147000000D01* 62 | G37* 63 | X230000000Y-50000000D02* 64 | X70000000Y-50000000D01* 65 | X70000000Y-50000000D02* 66 | X70000000Y-53000000D01* 67 | X70000000Y-53000000D02* 68 | X230000000Y-53000000D01* 69 | X230000000Y-53000000D02* 70 | X230000000Y-50000000D01* 71 | G36* 72 | X230000000Y-50000000D02* 73 | G01* 74 | X70000000Y-50000000D01* 75 | X70000000Y-53000000D01* 76 | X230000000Y-53000000D01* 77 | X230000000Y-50000000D01* 78 | G37* 79 | D11* 80 | G04 #@! TO.C,H104* 81 | X195000000Y-75000000D03* 82 | G04 #@! TD* 83 | D12* 84 | G04 #@! TO.C,C113* 85 | X212000000Y-61367677D03* 86 | D13* 87 | X212000000Y-56367677D03* 88 | G04 #@! TD* 89 | D14* 90 | G04 #@! TO.C,B101* 91 | X159650000Y-127805000D03* 92 | X178950000Y-127805000D03* 93 | X140350000Y-127805000D03* 94 | X178950000Y-72195000D03* 95 | X140350000Y-72195000D03* 96 | X121050000Y-127805000D03* 97 | X121050000Y-72195000D03* 98 | X159650000Y-72195000D03* 99 | D15* 100 | X178950000Y-63550000D03* 101 | D16* 102 | X178950000Y-136450000D03* 103 | X159650000Y-63550000D03* 104 | X159650000Y-136450000D03* 105 | X140350000Y-63550000D03* 106 | X140350000Y-136450000D03* 107 | X121050000Y-63550000D03* 108 | X121050000Y-136450000D03* 109 | G04 #@! TD* 110 | D11* 111 | G04 #@! TO.C,H101* 112 | X195000000Y-125000000D03* 113 | G04 #@! TD* 114 | G04 #@! TO.C,H102* 115 | X105000000Y-75000000D03* 116 | G04 #@! TD* 117 | D17* 118 | G04 #@! TO.C,J101* 119 | X227240000Y-144450000D03* 120 | X227240000Y-55550000D03* 121 | D18* 122 | X224700000Y-63170000D03* 123 | D19* 124 | X224700000Y-68250000D03* 125 | X224700000Y-73330000D03* 126 | X224700000Y-78410000D03* 127 | X224700000Y-83490000D03* 128 | X224700000Y-88570000D03* 129 | X224700000Y-93650000D03* 130 | X224700000Y-98730000D03* 131 | X224700000Y-103810000D03* 132 | X224700000Y-108890000D03* 133 | X224700000Y-113970000D03* 134 | X224700000Y-119050000D03* 135 | X224700000Y-124130000D03* 136 | X224700000Y-129210000D03* 137 | X224700000Y-134290000D03* 138 | X224700000Y-139370000D03* 139 | X219620000Y-63170000D03* 140 | X219620000Y-68250000D03* 141 | X219620000Y-73330000D03* 142 | X219620000Y-78410000D03* 143 | X219620000Y-83490000D03* 144 | X219620000Y-88570000D03* 145 | X219620000Y-93650000D03* 146 | X219620000Y-98730000D03* 147 | X219620000Y-103810000D03* 148 | X219620000Y-108890000D03* 149 | X219620000Y-113970000D03* 150 | X219620000Y-119050000D03* 151 | X219620000Y-124130000D03* 152 | X219620000Y-129210000D03* 153 | X219620000Y-134290000D03* 154 | X219620000Y-139370000D03* 155 | G04 #@! TD* 156 | D20* 157 | G04 #@! TO.C,TH102* 158 | X108400000Y-103320000D03* 159 | D21* 160 | X108400000Y-100780000D03* 161 | G04 #@! TD* 162 | D11* 163 | G04 #@! TO.C,H103* 164 | X105000000Y-125000000D03* 165 | G04 #@! TD* 166 | D22* 167 | G04 #@! TO.C,TH101* 168 | X127000000Y-99087500D03* 169 | X127000000Y-100912500D03* 170 | G04 #@! TD* 171 | M02* 172 | -------------------------------------------------------------------------------- /module_battery/gerber/ADRmu_battery-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-24T23:25:41+02:00* 3 | G04 #@! TF.ProjectId,ADRmu_battery,4144526d-755f-4626-9174-746572792e6b,0.6* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! 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.5)) date 2022-07-24 23:25:41* 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 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*% 33 | G04 APERTURE END LIST* 34 | D10* 35 | G04 #@! TO.C,TH101* 36 | X127000000Y-99087500D03* 37 | X127000000Y-100912500D03* 38 | G04 #@! TD* 39 | M02* 40 | -------------------------------------------------------------------------------- /module_battery/gerber/ADRmu_battery-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-24T23:25:41+02:00* 3 | G04 #@! TF.ProjectId,ADRmu_battery,4144526d-755f-4626-9174-746572792e6b,0.6* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! 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.5)) date 2022-07-24 23:25:41* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.100000*% 15 | G04 #@! TD* 16 | G04 APERTURE END LIST* 17 | D10* 18 | X230000000Y-50000000D02* 19 | X70000000Y-50000000D01* 20 | X70000000Y-50000000D02* 21 | X70000000Y-150000000D01* 22 | X70000000Y-150000000D02* 23 | X230000000Y-150000000D01* 24 | X230000000Y-150000000D02* 25 | X230000000Y-50000000D01* 26 | M02* 27 | -------------------------------------------------------------------------------- /module_battery/gerber/ADRmu_battery-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jul 24 23:25:44 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-07-24T23:25:44+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.1122 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C0.1260 13 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 14 | T3C0.2087 15 | % 16 | G90 17 | G05 18 | T1 19 | X8.9465Y-2.187 20 | X8.9465Y-5.687 21 | T2 22 | X4.7657Y-2.8423 23 | X4.7657Y-5.0317 24 | X5.5256Y-2.8423 25 | X5.5256Y-5.0317 26 | X6.2854Y-2.8423 27 | X6.2854Y-5.0317 28 | X7.0453Y-2.8423 29 | X7.0453Y-5.0317 30 | T3 31 | X4.1339Y-2.9528 32 | X4.1339Y-4.9213 33 | X7.6772Y-2.9528 34 | X7.6772Y-4.9213 35 | T0 36 | M30 37 | -------------------------------------------------------------------------------- /module_battery/gerber/ADRmu_battery-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Sun Jul 24 23:25:44 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-07-24T23:25:44+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.0157 11 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 12 | T2C0.0197 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C0.0276 15 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 16 | T4C0.0394 17 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 18 | T5C0.0630 19 | % 20 | G90 21 | G05 22 | T1 23 | X2.8346Y-2.4803 24 | X2.87Y-3.23 25 | X2.875Y-3.525 26 | X2.9Y-4.775 27 | X2.9Y-5.175 28 | X2.9Y-5.55 29 | X2.9882Y-5.3071 30 | X3.1693Y-3.4252 31 | X3.2Y-5.575 32 | X3.2Y-5.625 33 | X3.2244Y-5.0787 34 | X3.2788Y-5.2538 35 | X3.2975Y-5.325 36 | X3.3071Y-3.622 37 | X3.35Y-5.375 38 | X3.3504Y-5.2283 39 | X3.425Y-5.15 40 | X3.475Y-5.325 41 | X3.525Y-5.25 42 | X3.525Y-5.575 43 | X3.7395Y-3.4746 44 | X3.7495Y-3.8946 45 | X3.75Y-5.6 46 | X3.9095Y-3.8146 47 | X3.95Y-5.65 48 | X4.0195Y-3.6346 49 | X4.025Y-5.575 50 | X4.1732Y-3.4252 51 | X4.3307Y-3.7402 52 | X4.3307Y-3.7992 53 | X7.5Y-3.5 54 | X7.5Y-3.6 55 | X7.5Y-3.8 56 | X7.5Y-3.9 57 | X7.5Y-4.0 58 | X7.5Y-4.1 59 | X7.5Y-4.2 60 | X7.5Y-4.4 61 | X7.5Y-4.5 62 | X7.5Y-4.6 63 | X7.6Y-3.6 64 | X7.6Y-3.9 65 | X7.6Y-4.0 66 | X7.6Y-4.1 67 | X7.6Y-4.2 68 | X7.6Y-4.4 69 | X7.6Y-4.5 70 | X7.6Y-4.6 71 | X7.7Y-3.9 72 | X7.7Y-4.0 73 | X7.7Y-4.1 74 | X7.7Y-4.2 75 | X7.7Y-4.5 76 | X7.7Y-4.6 77 | X7.8Y-3.5 78 | X7.8Y-3.8 79 | X7.8Y-3.9 80 | X7.8Y-4.0 81 | X7.8Y-4.1 82 | X7.8Y-4.2 83 | X7.8Y-4.3 84 | X7.8Y-4.5 85 | X7.8Y-4.6 86 | X7.9Y-3.5 87 | X7.9Y-3.9 88 | X7.9Y-4.0 89 | X7.9Y-4.1 90 | X7.9Y-4.2 91 | X7.9Y-4.3 92 | X7.9Y-4.5 93 | X7.9Y-4.6 94 | X7.9563Y-3.6798 95 | X8.0Y-3.5 96 | X8.0Y-3.6 97 | X8.0Y-3.9 98 | X8.0Y-4.0 99 | X8.0Y-4.1 100 | X8.0Y-4.2 101 | X8.0Y-4.3 102 | X8.0Y-4.4 103 | X8.0Y-4.5 104 | X8.0Y-4.6 105 | X8.1Y-3.5 106 | X8.1Y-3.6 107 | X8.1Y-3.9 108 | X8.1Y-4.0 109 | X8.1Y-4.1 110 | X8.1Y-4.2 111 | X8.1Y-4.3 112 | X8.1Y-4.4 113 | X8.1Y-4.5 114 | X8.1Y-4.6 115 | X8.2Y-3.7 116 | X8.2Y-3.8 117 | X8.2Y-3.9 118 | X8.2Y-4.0 119 | X8.2Y-4.1 120 | X8.2Y-4.2 121 | X8.2Y-4.5 122 | X8.2Y-4.6 123 | X8.3Y-3.5 124 | X8.3Y-3.6 125 | X8.3Y-3.9 126 | X8.3Y-4.0 127 | X8.3Y-4.1 128 | X8.3Y-4.5 129 | X8.3Y-4.6 130 | X8.4Y-3.5 131 | X8.4Y-3.6 132 | X8.4Y-3.9 133 | X8.4Y-4.0 134 | X8.4Y-4.1 135 | X8.4Y-4.6 136 | X8.5Y-3.5 137 | X8.5Y-3.6 138 | X8.5Y-3.7 139 | X8.5Y-3.8 140 | X8.5Y-3.9 141 | X8.5Y-4.0 142 | X8.5Y-4.1 143 | X8.5Y-4.5 144 | X8.5Y-4.6 145 | T2 146 | X2.815Y-2.0374 147 | X2.815Y-3.275 148 | X2.815Y-5.8465 149 | X3.2382Y-2.0374 150 | X3.2382Y-2.4606 151 | X3.2382Y-5.8465 152 | X3.6614Y-2.0374 153 | X3.6614Y-2.4606 154 | X3.6614Y-2.8839 155 | X3.6614Y-5.0 156 | X3.6614Y-5.8465 157 | X4.0846Y-2.0374 158 | X4.0846Y-2.4606 159 | X4.0846Y-5.4232 160 | X4.0846Y-5.8465 161 | X4.5079Y-2.0374 162 | X4.5079Y-2.4606 163 | X4.5079Y-2.8839 164 | X4.5079Y-3.3071 165 | X4.5079Y-4.1535 166 | X4.5079Y-4.5768 167 | X4.5079Y-5.0 168 | X4.5079Y-5.4232 169 | X4.5079Y-5.8465 170 | X4.9311Y-2.0374 171 | X4.9311Y-2.4606 172 | X4.9311Y-2.8839 173 | X4.9311Y-3.3071 174 | X4.9311Y-3.7303 175 | X4.9311Y-4.1535 176 | X4.9311Y-4.5768 177 | X4.9311Y-5.0 178 | X4.9311Y-5.4232 179 | X4.9311Y-5.8465 180 | X5.3543Y-2.0374 181 | X5.3543Y-2.4606 182 | X5.3543Y-2.8839 183 | X5.3543Y-3.3071 184 | X5.3543Y-3.7303 185 | X5.3543Y-4.1535 186 | X5.3543Y-4.5768 187 | X5.3543Y-5.0 188 | X5.3543Y-5.4232 189 | X5.3543Y-5.8465 190 | X5.7776Y-2.0374 191 | X5.7776Y-2.4606 192 | X5.7776Y-2.8839 193 | X5.7776Y-3.3071 194 | X5.7776Y-3.7303 195 | X5.7776Y-4.1535 196 | X5.7776Y-4.5768 197 | X5.7776Y-5.0 198 | X5.7776Y-5.4232 199 | X5.7776Y-5.8465 200 | X6.2008Y-2.0374 201 | X6.2008Y-2.8839 202 | X6.2008Y-3.3071 203 | X6.2008Y-3.7303 204 | X6.2008Y-4.1535 205 | X6.2008Y-4.5768 206 | X6.2008Y-5.8465 207 | X6.624Y-2.0374 208 | X6.624Y-2.4606 209 | X6.624Y-3.3071 210 | X6.624Y-3.7303 211 | X6.624Y-4.1535 212 | X6.624Y-4.5768 213 | X6.624Y-5.0 214 | X6.624Y-5.4232 215 | X6.624Y-5.8465 216 | X7.0472Y-2.0374 217 | X7.0472Y-3.3071 218 | X7.0472Y-3.7303 219 | X7.0472Y-4.1535 220 | X7.0472Y-4.5768 221 | X7.0472Y-5.8465 222 | X7.4705Y-2.0374 223 | X7.4705Y-5.8465 224 | X7.8937Y-2.0374 225 | X7.8937Y-3.3071 226 | X7.8937Y-5.8465 227 | X8.3169Y-2.0374 228 | X8.3169Y-2.8839 229 | X8.3169Y-3.3071 230 | X8.3169Y-5.8465 231 | X8.7402Y-2.0374 232 | X8.7402Y-2.8839 233 | X8.7402Y-3.3071 234 | X8.7402Y-3.7303 235 | X8.7402Y-4.1535 236 | X8.7402Y-5.4232 237 | X8.7402Y-5.8465 238 | T3 239 | X4.2677Y-3.9677 240 | X4.2677Y-4.0677 241 | T4 242 | X8.3465Y-2.2192 243 | X8.3465Y-2.4161 244 | T5 245 | X4.7657Y-2.502 246 | X4.7657Y-5.372 247 | X5.5256Y-2.502 248 | X5.5256Y-5.372 249 | X6.2854Y-2.502 250 | X6.2854Y-5.372 251 | X7.0453Y-2.502 252 | X7.0453Y-5.372 253 | X8.6465Y-2.487 254 | X8.6465Y-2.687 255 | X8.6465Y-2.887 256 | X8.6465Y-3.087 257 | X8.6465Y-3.287 258 | X8.6465Y-3.487 259 | X8.6465Y-3.687 260 | X8.6465Y-3.887 261 | X8.6465Y-4.087 262 | X8.6465Y-4.287 263 | X8.6465Y-4.487 264 | X8.6465Y-4.687 265 | X8.6465Y-4.887 266 | X8.6465Y-5.087 267 | X8.6465Y-5.287 268 | X8.6465Y-5.487 269 | X8.8465Y-2.487 270 | X8.8465Y-2.687 271 | X8.8465Y-2.887 272 | X8.8465Y-3.087 273 | X8.8465Y-3.287 274 | X8.8465Y-3.487 275 | X8.8465Y-3.687 276 | X8.8465Y-3.887 277 | X8.8465Y-4.087 278 | X8.8465Y-4.287 279 | X8.8465Y-4.487 280 | X8.8465Y-4.687 281 | X8.8465Y-4.887 282 | X8.8465Y-5.087 283 | X8.8465Y-5.287 284 | X8.8465Y-5.487 285 | T0 286 | M30 287 | -------------------------------------------------------------------------------- /module_battery/gerber/ADRmu_battery-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2022-07-24T23:25:41+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "ADRmu_battery", 13 | "GUID": "4144526d-755f-4626-9174-746572792e6b", 14 | "Revision": "0.6" 15 | }, 16 | "Size": { 17 | "X": 160.1, 18 | "Y": 100.1 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 | "MinLineWidth": 0.25, 31 | "TrackToRegion": 0.2, 32 | "RegionToRegion": 0.2 33 | } 34 | ], 35 | "FilesAttributes": [ 36 | { 37 | "Path": "ADRmu_battery-F_Cu.gbr", 38 | "FileFunction": "Copper,L1,Top", 39 | "FilePolarity": "Positive" 40 | }, 41 | { 42 | "Path": "ADRmu_battery-B_Cu.gbr", 43 | "FileFunction": "Copper,L2,Bot", 44 | "FilePolarity": "Positive" 45 | }, 46 | { 47 | "Path": "ADRmu_battery-F_Paste.gbr", 48 | "FileFunction": "SolderPaste,Top", 49 | "FilePolarity": "Positive" 50 | }, 51 | { 52 | "Path": "ADRmu_battery-B_Paste.gbr", 53 | "FileFunction": "SolderPaste,Bot", 54 | "FilePolarity": "Positive" 55 | }, 56 | { 57 | "Path": "ADRmu_battery-F_Silkscreen.gbr", 58 | "FileFunction": "Legend,Top", 59 | "FilePolarity": "Positive" 60 | }, 61 | { 62 | "Path": "ADRmu_battery-B_Silkscreen.gbr", 63 | "FileFunction": "Legend,Bot", 64 | "FilePolarity": "Positive" 65 | }, 66 | { 67 | "Path": "ADRmu_battery-F_Mask.gbr", 68 | "FileFunction": "SolderMask,Top", 69 | "FilePolarity": "Negative" 70 | }, 71 | { 72 | "Path": "ADRmu_battery-B_Mask.gbr", 73 | "FileFunction": "SolderMask,Bot", 74 | "FilePolarity": "Negative" 75 | }, 76 | { 77 | "Path": "ADRmu_battery-Edge_Cuts.gbr", 78 | "FileFunction": "Profile", 79 | "FilePolarity": "Positive" 80 | } 81 | ], 82 | "MaterialStackup": [ 83 | { 84 | "Type": "Legend", 85 | "Name": "Top Silk Screen" 86 | }, 87 | { 88 | "Type": "SolderPaste", 89 | "Name": "Top Solder Paste" 90 | }, 91 | { 92 | "Type": "SolderMask", 93 | "Thickness": 0.01, 94 | "Name": "Top Solder Mask" 95 | }, 96 | { 97 | "Type": "Copper", 98 | "Thickness": 0.035, 99 | "Name": "F.Cu" 100 | }, 101 | { 102 | "Type": "Dielectric", 103 | "Thickness": 1.51, 104 | "Material": "FR4", 105 | "Name": "F.Cu/B.Cu", 106 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 107 | }, 108 | { 109 | "Type": "Copper", 110 | "Thickness": 0.035, 111 | "Name": "B.Cu" 112 | }, 113 | { 114 | "Type": "SolderMask", 115 | "Thickness": 0.01, 116 | "Name": "Bottom Solder Mask" 117 | }, 118 | { 119 | "Type": "SolderPaste", 120 | "Name": "Bottom Solder Paste" 121 | }, 122 | { 123 | "Type": "Legend", 124 | "Name": "Bottom Silk Screen" 125 | } 126 | ] 127 | } 128 | -------------------------------------------------------------------------------- /module_battery/gerber/ADRmu_battery.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/module_battery/gerber/ADRmu_battery.zip -------------------------------------------------------------------------------- /module_battery/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name "ADRmu_battery_Library")(type "KiCad")(uri "${KIPRJMOD}/ADRmu_battery_Library.kicad_sym")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /module_reference/ADRmu_Library.pretty/Filter_EPCOS_B82793C0.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Filter_EPCOS_B82793C0" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 61E15D87) 4 | (descr "https://www.bourns.com/docs/Product-Datasheets/SRF0905.pdf") 5 | (tags "Line Filter") 6 | (attr smd) 7 | (fp_text reference "REF**" (at 0 -4 180) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp a9c17f4b-d47e-412e-87f6-0ec1f9d4d480) 10 | ) 11 | (fp_text value "Filter_EPCOS_B82793C0" (at 0 4 180) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 325a6108-0ed3-4ded-b661-813669b1688d) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp bfb7f1b1-c512-451b-9655-2a4ee12264c7) 18 | ) 19 | (fp_line (start -4.8 -0.4) (end -4.8 0.4) (layer "F.SilkS") (width 0.12) (tstamp 19df95a0-e9ee-4e74-80c5-fd2af6b11028)) 20 | (fp_line (start 4.8 -0.4) (end 4.8 0.4) (layer "F.SilkS") (width 0.12) (tstamp 56503fbb-85c3-4b38-a164-2c4681374e5e)) 21 | (fp_line (start -4.8 2.2) (end -4.8 3.2) (layer "F.SilkS") (width 0.12) (tstamp 5cb95877-71fe-4b61-b6fd-6fb2f2c01631)) 22 | (fp_line (start -4.8 -3.2) (end -4.8 -2.2) (layer "F.SilkS") (width 0.12) (tstamp 7f001db5-daf2-4c74-9050-c2ee1c868d3d)) 23 | (fp_line (start 4.8 -2.2) (end 4.8 -3.2) (layer "F.SilkS") (width 0.12) (tstamp 83d9364f-94d3-4886-a457-df22bd57f693)) 24 | (fp_line (start 4.8 -3.2) (end -4.8 -3.2) (layer "F.SilkS") (width 0.12) (tstamp 8ea66264-1aad-4dcf-a0d3-fb217ce484fb)) 25 | (fp_line (start -4.8 3.2) (end 4.8 3.2) (layer "F.SilkS") (width 0.12) (tstamp 99f60ec9-3d04-4ca3-909f-cce95d91892c)) 26 | (fp_line (start 4.8 3.2) (end 4.8 2.2) (layer "F.SilkS") (width 0.12) (tstamp b4f29582-a1f1-42f7-9ed3-4d7e1958c70f)) 27 | (fp_line (start -5 -3.25) (end 5 -3.25) (layer "F.CrtYd") (width 0.05) (tstamp 4922c497-24f1-43f6-962f-3c41f954026a)) 28 | (fp_line (start 5 3.25) (end 5 -3.25) (layer "F.CrtYd") (width 0.05) (tstamp 63ea3534-89c7-4b47-8ff8-6e5271bf9bdb)) 29 | (fp_line (start -5 -3.25) (end -5 3.25) (layer "F.CrtYd") (width 0.05) (tstamp cbd24826-7625-4d04-90bc-bc1d321ff73b)) 30 | (fp_line (start 5 3.25) (end -5 3.25) (layer "F.CrtYd") (width 0.05) (tstamp d1ac26cb-4bb2-454c-91a7-bf0eb368e5a0)) 31 | (fp_line (start -4.6 -3) (end 4.6 -3) (layer "F.Fab") (width 0.1) (tstamp 23fc75e3-891b-4f02-80a0-9c6985d4a21c)) 32 | (fp_line (start 4.6 -3) (end 4.6 3) (layer "F.Fab") (width 0.1) (tstamp 41389a1a-8025-480c-af0d-350c4bc0adff)) 33 | (fp_line (start 4.6 3) (end -4.6 3) (layer "F.Fab") (width 0.1) (tstamp 84ea8ea1-1676-41ee-8342-86a38ae17503)) 34 | (fp_line (start -4.6 3) (end -4.6 -3) (layer "F.Fab") (width 0.1) (tstamp dba298f5-ac8f-4aab-81b6-66f0cdaf5f12)) 35 | (pad "1" smd rect (at -3.675 -1.25) (size 2.85 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a20cadc2-2d45-41e8-a335-8e35cde099c5)) 36 | (pad "2" smd rect (at 3.675 -1.25) (size 2.85 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 5a3d0008-3d88-4317-ac0a-abce86bda066)) 37 | (pad "3" smd rect (at -3.675 1.25) (size 2.85 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c24cc823-7e3f-4493-a5cf-05bf12ee9053)) 38 | (pad "4" smd rect (at 3.675 1.25) (size 2.85 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 5a775355-bd48-4fdc-b12e-4a671dc2b70c)) 39 | (model "${KICAD6_3DMODEL_DIR}/Filter.3dshapes/Filter_Bourns_SRF0905_6.0x9.2mm.wrl" 40 | (offset (xyz 0 0 0)) 41 | (scale (xyz 1 1 1)) 42 | (rotate (xyz 0 0 0)) 43 | ) 44 | ) 45 | -------------------------------------------------------------------------------- /module_reference/ADRmu_Library.pretty/LFCSP-10.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "LFCSP-10" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 638CC812) 4 | (descr "10-WFDFN Exposed Pad, CSP") 5 | (tags "Integrated Circuit") 6 | (attr smd) 7 | (fp_text reference "IC**" (at 0 -2.54) (layer "F.SilkS") 8 | (effects (font (size 1.27 1.27) (thickness 0.254))) 9 | (tstamp d1afdec8-6da6-4bb6-ab35-d831521b54ba) 10 | ) 11 | (fp_text value "LFCSP-10" (at 0 0) (layer "F.SilkS") hide 12 | (effects (font (size 1.27 1.27) (thickness 0.254))) 13 | (tstamp c8bdd518-3aff-4bfd-8b8e-1a969c13d1cb) 14 | ) 15 | (fp_circle (center -1.375 -1.65) (end -1.25 -1.65) (layer "F.SilkS") (width 0.254) (fill none) (tstamp b97f880d-e724-495b-aae9-371369eb95c1)) 16 | (fp_line (start 1 -1.5) (end 1 1.5) (layer "Dwgs.User") (width 0.1) (tstamp 53cd8574-88dd-4988-8219-d1e3ed89ee2c)) 17 | (fp_line (start -1 1.5) (end -1 -1.5) (layer "Dwgs.User") (width 0.1) (tstamp 68185971-909d-4c94-bc46-b74ab9e22eda)) 18 | (fp_line (start -1 -1.5) (end 1 -1.5) (layer "Dwgs.User") (width 0.1) (tstamp 75edb8a2-a9a0-410a-b260-bfc12154b45a)) 19 | (fp_line (start 1 1.5) (end -1 1.5) (layer "Dwgs.User") (width 0.1) (tstamp 82f47740-f0c7-444d-bd5a-d9a6a4a1757b)) 20 | (fp_line (start -1 -1) (end -0.5 -1.5) (layer "Dwgs.User") (width 0.1) (tstamp f36c834e-dd67-49fa-a615-29ab2884e958)) 21 | (fp_line (start -1.625 1.8) (end -1.625 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 0126429f-0068-4271-8866-fa999c12b545)) 22 | (fp_line (start 1.625 1.8) (end -1.625 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 61d55171-7655-4aed-a140-47bd2d818d4b)) 23 | (fp_line (start -1.625 -1.8) (end 1.625 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp d4b89896-3ab0-438c-826c-322d88db2ad0)) 24 | (fp_line (start 1.625 -1.8) (end 1.625 1.8) (layer "F.CrtYd") (width 0.05) (tstamp fd59e650-c273-4303-87ce-afcbc2ce7484)) 25 | (pad "1" smd rect (at -0.95 -1 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 4bfe7118-400a-4041-82c1-bc6d3dbc7908)) 26 | (pad "2" smd rect (at -0.95 -0.5 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9ac494e8-da82-41fe-bcb9-bdab46efb1ec)) 27 | (pad "3" smd rect (at -0.95 0 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 5086ce21-1d76-4aa6-93fd-b452d2fb43d1)) 28 | (pad "4" smd rect (at -0.95 0.5 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp ccb047b5-1b8e-4a06-a385-8d6c005fad72)) 29 | (pad "5" smd rect (at -0.95 1 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 19e6c59c-3a10-41a4-ac22-6b46fe0b5752)) 30 | (pad "6" smd rect (at 0.95 1 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 4a9cead8-d46d-4a96-b682-4f9a508b6cbf)) 31 | (pad "7" smd rect (at 0.95 0.5 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 69b97006-cbd9-43b9-a787-f9c5b08d1fa3)) 32 | (pad "8" smd rect (at 0.95 0 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 7b84ea88-8e25-4b10-8e9d-c33700db3490)) 33 | (pad "9" smd rect (at 0.95 -0.5 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 805e91ca-e582-41f6-b7af-9b5cd5df7e25)) 34 | (pad "10" smd rect (at 0.95 -1 90) (size 0.3 0.85) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 7bfc094f-5cd4-46fb-a783-97f60bb892e6)) 35 | ) 36 | -------------------------------------------------------------------------------- /module_reference/ADRmu_Library.pretty/VPG322146+1.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "VPG322146+1" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5A02E8C5) 4 | (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") 5 | (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 3.81 -2.33) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp b879d188-52e0-4c97-8318-818bbf2a81f8) 10 | ) 11 | (fp_text value "DIP-16_W7.62mm" (at 3.81 20.11) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 149d62c7-4745-42ef-a676-1d769acaeb41) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 3.81 8.89) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp cf70b6d4-1896-487d-8fc2-b9b11b437479) 18 | ) 19 | (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 0099f713-cb16-48db-bd65-cd33f1c687af)) 20 | (fp_line (start 1.16 -1.33) (end 1.16 19.11) (layer "F.SilkS") (width 0.12) (tstamp 02e92618-4407-4022-9f72-d4411e06757e)) 21 | (fp_line (start 1.16 16.51) (end 6.46 16.51) (layer "F.SilkS") (width 0.12) (tstamp 85445980-d6a7-427d-913b-188169acf1ee)) 22 | (fp_line (start 6.46 19.11) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 91a84bb7-1185-42f3-9d87-18d825f8e4ff)) 23 | (fp_line (start 1.16 19.11) (end 6.46 19.11) (layer "F.SilkS") (width 0.12) (tstamp cc6ccdae-bf36-4df0-afc0-80f97db4323c)) 24 | (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp fa64d143-adc5-4071-8bce-a3a413c3a697)) 25 | (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 8eecb4d6-ae19-4cb2-bed6-90ff3d2deddb)) 26 | (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 8aa34cc8-3df9-41e2-a353-0bca86c72413)) 27 | (fp_line (start -1.1 -1.55) (end -1.1 19.3) (layer "F.CrtYd") (width 0.05) (tstamp a48fce67-1648-4fc1-8340-c444bf01b654)) 28 | (fp_line (start 8.7 19.3) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp d2b33a11-2265-4322-a05f-3ffb3509a871)) 29 | (fp_line (start -1.1 19.3) (end 8.7 19.3) (layer "F.CrtYd") (width 0.05) (tstamp dce73afb-0b4a-4cfc-9ea0-72f36d2d9d40)) 30 | (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 264020a8-94a6-4229-b9b0-c6082db63481)) 31 | (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer "F.Fab") (width 0.1) (tstamp 3257ad20-785f-4ef8-9af5-81acc371101f)) 32 | (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 5972b25f-b169-4a8c-bfbf-90c2368fede6)) 33 | (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer "F.Fab") (width 0.1) (tstamp def7e7f8-e17b-4cb6-afb7-2b0624c0f3aa)) 34 | (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp ea7a829c-cafa-4754-9ecc-79cd75166d24)) 35 | (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 62bff5bc-9162-440d-aac9-84c5d0197220)) 36 | (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 84821b41-8cfd-41e7-9c19-beb1e3111d08)) 37 | (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 0f7c3f50-43d4-4318-afcb-854444f3914d)) 38 | (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 33704d5d-b38f-413e-b244-cae1dcf35936)) 39 | (pad "5" thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp e288c0f2-e504-477e-8c82-91c3383feb6f)) 40 | (pad "6" thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 85543ac6-576a-4033-a330-d0fade381dff)) 41 | (pad "7" thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 2fa87aa4-a9d5-4789-bb0b-33cf5f1baabd)) 42 | (pad "8" thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp efef8dc6-78f8-4c2d-8799-ce3020d1c45d)) 43 | (pad "9" thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp b96467a5-3587-4656-a302-bdef89c8ebab)) 44 | (pad "10" thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 60af76cd-a27d-44d5-b3ee-39b5c6ab0b4e)) 45 | (pad "10" thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp e0fdab1c-baf5-4641-bd49-f9a3d58b6fab)) 46 | (pad "11" thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 7987940c-cf6a-473d-ac61-af824b7ce372)) 47 | (pad "11" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 7b60733a-f06f-4eb4-931b-fb4586fc6adf)) 48 | (pad "12" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 8658b18c-0540-4c02-81b1-80e39c0d9f64)) 49 | (pad "13" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 9dca47b6-7066-45c9-aaa4-41bb83df216d)) 50 | (pad "14" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 7d49343d-a9a9-4a4d-9229-33e08368500c)) 51 | (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm.wrl" 52 | (offset (xyz 0 0 0)) 53 | (scale (xyz 1 1 1)) 54 | (rotate (xyz 0 0 0)) 55 | ) 56 | ) 57 | -------------------------------------------------------------------------------- /module_reference/production/gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/module_reference/production/gerber.zip -------------------------------------------------------------------------------- /module_reference/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/module_reference/schematics.pdf -------------------------------------------------------------------------------- /resistor_network/3d/PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left.asm -------------------------------------------------------------------------------- /resistor_network/3d/R_0805_2012Metric.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/R_0805_2012Metric.asm -------------------------------------------------------------------------------- /resistor_network/3d/R_1206_3216Metric.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/R_1206_3216Metric.asm -------------------------------------------------------------------------------- /resistor_network/3d/SOLID.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/SOLID.par -------------------------------------------------------------------------------- /resistor_network/3d/SOLID_0.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/SOLID_0.par -------------------------------------------------------------------------------- /resistor_network/3d/SOLID_1.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/SOLID_1.par -------------------------------------------------------------------------------- /resistor_network/3d/SOLID_2.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/SOLID_2.par -------------------------------------------------------------------------------- /resistor_network/3d/SOLID_3.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/SOLID_3.par -------------------------------------------------------------------------------- /resistor_network/3d/SOT-23.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/SOT-23.asm -------------------------------------------------------------------------------- /resistor_network/3d/SOT-89-3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/SOT-89-3.asm -------------------------------------------------------------------------------- /resistor_network/3d/heat_shield.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/heat_shield.asm -------------------------------------------------------------------------------- /resistor_network/3d/heat_shield.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/heat_shield.cfg -------------------------------------------------------------------------------- /resistor_network/3d/resistor_network PCB.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/resistor_network PCB.par -------------------------------------------------------------------------------- /resistor_network/3d/resistor_network.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/resistor_network.asm -------------------------------------------------------------------------------- /resistor_network/3d/resistor_network.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/3d/resistor_network.cfg -------------------------------------------------------------------------------- /resistor_network/3d/resistor_network.log: -------------------------------------------------------------------------------- 1 | STEP translation to Solid Edge 2 | Date: Sunday,September 18,2022 04:15pm 3 | Source File: C:\Users\reps\Documents\ADRmu\resistor_network\3d\resistor_network.step 4 | Author: Pcbnew 5 | Organization: Kicad 6 | Source System: KiCad to STEP converter 7 | 8 | Hardware: 9 | Processor: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz 10 | Operating System: Windows 10 11 | Installed Memory: 31.93 GB 12 | 13 | Software Information 14 | Parasolid Version: 34.0.153 15 | PSBodyShop Version: 34.0.110 16 | Step Adapter Version: 9.0.92 17 | Solid Edge Version: 222.00.00.132 x64 18 | 19 | Step Import Options 20 | Import Faceted Bodies: On 21 | Import Check Bodies: Off 22 | Import Curves: On 23 | Import DoNotSave: On 24 | Import Multiple Bodies As Single Part File: On 25 | Import Stitch Surfaces: On 26 | Import Boolean Solids: On 27 | Make Base Feature: On 28 | Simplify Geometry: On 29 | Import Imprint Curves: On 30 | Import Drive: C: 31 | Import Stitch Surfaces: On 32 | Import Surfaces: On 33 | Import Output Path: C:\Users\reps\Documents\ADRmu\resistor_network\3d 34 | Import Enable Default Output Path: On 35 | Import PMI: Off 36 | Import As Internal Components: Off 37 | Import Path: 38 | 39 | Translating to Parasolid data types... 40 | +Begin Assembly: 1 41 | +Created SE Assembly File C:\Users\reps\Documents\ADRmu\resistor_network\3d\resistor_network.asm 42 | |--+Begin Assembly: 2 43 | |--+Created SE Assembly File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 44 | | |--+Created SE Part File C:\Users\reps\Documents\ADRmu\resistor_network\3d\SOLID.par 45 | |--+Total Parts: 2 46 | |--+Assemblies: 0 47 | |--+Solid Bodies: 2 48 | |--+Sheet Bodies: 0 49 | |--+End Assembly: 2 50 | |--+Begin Assembly: 2 51 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 52 | |--+Total Parts: 0 53 | |--+Assemblies: 0 54 | |--+Solid Bodies: 0 55 | |--+Sheet Bodies: 0 56 | |--+End Assembly: 2 57 | |--+Begin Assembly: 2 58 | |--+Created SE Assembly File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_0805_2012Metric.asm 59 | | |--+Created SE Part File C:\Users\reps\Documents\ADRmu\resistor_network\3d\SOLID_0.par 60 | |--+Total Parts: 2 61 | |--+Assemblies: 0 62 | |--+Solid Bodies: 2 63 | |--+Sheet Bodies: 0 64 | |--+End Assembly: 2 65 | |--+Begin Assembly: 2 66 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 67 | |--+Total Parts: 0 68 | |--+Assemblies: 0 69 | |--+Solid Bodies: 0 70 | |--+Sheet Bodies: 0 71 | |--+End Assembly: 2 72 | |--+Begin Assembly: 2 73 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 74 | |--+Total Parts: 0 75 | |--+Assemblies: 0 76 | |--+Solid Bodies: 0 77 | |--+Sheet Bodies: 0 78 | |--+End Assembly: 2 79 | |--+Begin Assembly: 2 80 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 81 | |--+Total Parts: 0 82 | |--+Assemblies: 0 83 | |--+Solid Bodies: 0 84 | |--+Sheet Bodies: 0 85 | |--+End Assembly: 2 86 | |--+Begin Assembly: 2 87 | |--+Created SE Assembly File C:\Users\reps\Documents\ADRmu\resistor_network\3d\SOT-23.asm 88 | | |--+Created SE Part File C:\Users\reps\Documents\ADRmu\resistor_network\3d\SOLID_1.par 89 | |--+Total Parts: 2 90 | |--+Assemblies: 0 91 | |--+Solid Bodies: 2 92 | |--+Sheet Bodies: 0 93 | |--+End Assembly: 2 94 | |--+Begin Assembly: 2 95 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 96 | |--+Total Parts: 0 97 | |--+Assemblies: 0 98 | |--+Solid Bodies: 0 99 | |--+Sheet Bodies: 0 100 | |--+End Assembly: 2 101 | |--+Begin Assembly: 2 102 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 103 | |--+Total Parts: 0 104 | |--+Assemblies: 0 105 | |--+Solid Bodies: 0 106 | |--+Sheet Bodies: 0 107 | |--+End Assembly: 2 108 | |--+Begin Assembly: 2 109 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 110 | |--+Total Parts: 0 111 | |--+Assemblies: 0 112 | |--+Solid Bodies: 0 113 | |--+Sheet Bodies: 0 114 | |--+End Assembly: 2 115 | |--+Begin Assembly: 2 116 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_0805_2012Metric.asm 117 | |--+Total Parts: 0 118 | |--+Assemblies: 0 119 | |--+Solid Bodies: 0 120 | |--+Sheet Bodies: 0 121 | |--+End Assembly: 2 122 | |--+Begin Assembly: 2 123 | |--+Created SE Assembly File C:\Users\reps\Documents\ADRmu\resistor_network\3d\SOT-89-3.asm 124 | | |--+Created SE Part File C:\Users\reps\Documents\ADRmu\resistor_network\3d\SOLID_2.par 125 | |--+Total Parts: 2 126 | |--+Assemblies: 0 127 | |--+Solid Bodies: 2 128 | |--+Sheet Bodies: 0 129 | |--+End Assembly: 2 130 | |--+Begin Assembly: 2 131 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_0805_2012Metric.asm 132 | |--+Total Parts: 0 133 | |--+Assemblies: 0 134 | |--+Solid Bodies: 0 135 | |--+Sheet Bodies: 0 136 | |--+End Assembly: 2 137 | |--+Begin Assembly: 2 138 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 139 | |--+Total Parts: 0 140 | |--+Assemblies: 0 141 | |--+Solid Bodies: 0 142 | |--+Sheet Bodies: 0 143 | |--+End Assembly: 2 144 | |--+Begin Assembly: 2 145 | |--+Created SE Assembly File C:\Users\reps\Documents\ADRmu\resistor_network\3d\PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left.asm 146 | | |--+Created SE Part File C:\Users\reps\Documents\ADRmu\resistor_network\3d\SOLID_3.par 147 | |--+Total Parts: 2 148 | |--+Assemblies: 0 149 | |--+Solid Bodies: 2 150 | |--+Sheet Bodies: 0 151 | |--+End Assembly: 2 152 | |--+Begin Assembly: 2 153 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 154 | |--+Total Parts: 0 155 | |--+Assemblies: 0 156 | |--+Solid Bodies: 0 157 | |--+Sheet Bodies: 0 158 | |--+End Assembly: 2 159 | |--+Begin Assembly: 2 160 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 161 | |--+Total Parts: 0 162 | |--+Assemblies: 0 163 | |--+Solid Bodies: 0 164 | |--+Sheet Bodies: 0 165 | |--+End Assembly: 2 166 | |--+Begin Assembly: 2 167 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 168 | |--+Total Parts: 0 169 | |--+Assemblies: 0 170 | |--+Solid Bodies: 0 171 | |--+Sheet Bodies: 0 172 | |--+End Assembly: 2 173 | |--+Begin Assembly: 2 174 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left.asm 175 | |--+Total Parts: 0 176 | |--+Assemblies: 0 177 | |--+Solid Bodies: 0 178 | |--+Sheet Bodies: 0 179 | |--+End Assembly: 2 180 | |--+Begin Assembly: 2 181 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 182 | |--+Total Parts: 0 183 | |--+Assemblies: 0 184 | |--+Solid Bodies: 0 185 | |--+Sheet Bodies: 0 186 | |--+End Assembly: 2 187 | |--+Begin Assembly: 2 188 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 189 | |--+Total Parts: 0 190 | |--+Assemblies: 0 191 | |--+Solid Bodies: 0 192 | |--+Sheet Bodies: 0 193 | |--+End Assembly: 2 194 | |--+Begin Assembly: 2 195 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 196 | |--+Total Parts: 0 197 | |--+Assemblies: 0 198 | |--+Solid Bodies: 0 199 | |--+Sheet Bodies: 0 200 | |--+End Assembly: 2 201 | |--+Begin Assembly: 2 202 | |--+Reusing File C:\Users\reps\Documents\ADRmu\resistor_network\3d\R_1206_3216Metric.asm 203 | |--+Total Parts: 0 204 | |--+Assemblies: 0 205 | |--+Solid Bodies: 0 206 | |--+Sheet Bodies: 0 207 | |--+End Assembly: 2 208 | |--+Created SE Part File C:\Users\reps\Documents\ADRmu\resistor_network\3d\resistor_network PCB.par 209 | +Total Parts: 7 210 | +Assemblies: 5 211 | +Solid Bodies: 2 212 | +Sheet Bodies: 0 213 | +End Assembly: 1 214 | Translation process completed 215 | Total time required to translate and post process:00 : 00 : 03 216 | -------------------------------------------------------------------------------- /resistor_network/README.md: -------------------------------------------------------------------------------- 1 | ## Scope 2 | 3 | This is an adapter for up to 8 SMD resistors to fit into a DIP16 footprint. Using this board one could assemble an all-in-one LTZ/ADR configuration and buffering resistor network out of good quality SMD thin film resistors such as RN73. When using a thermally conductive PCB substrate such as Al, Cu, AlN or Al2O3 the resistors are thermally coupled which can be an advantage. When populating the crystal heater circuit and providing it with power, Vref and GND, it will thermally stabilize the resistor networks temperature at around 40°C. 4 | 5 | ## Result 6 | 7 | I have performed only one superficial test with such a network so far and it didn't look as good as the monolithic 8xthin film array method. 8 | 9 | ## Image 10 | 11 | ![serviervorschlag](https://github.com/marcoreps/ADRmu/raw/main/images/cu_pcb_rn.jpg) -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-12T22:45:23+02:00* 3 | G04 #@! TF.ProjectId,resistor_network,72657369-7374-46f7-925f-6e6574776f72,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! 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.5)) date 2022-07-12 22:45:23* 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 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.250000X-0.312500X-0.625000X0.312500X-0.625000X0.312500X0.625000X-0.312500X0.625000X0*% 33 | %ADD11R,2.510000X1.000000*% 34 | G04 APERTURE END LIST* 35 | D10* 36 | G04 #@! TO.C,R18* 37 | X138846100Y-104278600D03* 38 | X141771100Y-104278600D03* 39 | G04 #@! TD* 40 | D11* 41 | G04 #@! TO.C,J5* 42 | X147438600Y-86498600D03* 43 | X144128600Y-89038600D03* 44 | X147438600Y-91578600D03* 45 | X144128600Y-94118600D03* 46 | X147438600Y-96658600D03* 47 | X144128600Y-99198600D03* 48 | X147438600Y-101738600D03* 49 | X144128600Y-104278600D03* 50 | G04 #@! TD* 51 | D10* 52 | G04 #@! TO.C,R17* 53 | X142148100Y-101738600D03* 54 | X145073100Y-101738600D03* 55 | G04 #@! TD* 56 | G04 #@! TO.C,R11* 57 | X142148100Y-86498600D03* 58 | X145073100Y-86498600D03* 59 | G04 #@! TD* 60 | G04 #@! TO.C,R12* 61 | X138846100Y-89038600D03* 62 | X141771100Y-89038600D03* 63 | G04 #@! TD* 64 | D11* 65 | G04 #@! TO.C,J4* 66 | X139818600Y-86498600D03* 67 | X136508600Y-89038600D03* 68 | X139818600Y-91578600D03* 69 | X136508600Y-94118600D03* 70 | X139818600Y-96658600D03* 71 | X136508600Y-99198600D03* 72 | X139818600Y-101738600D03* 73 | X136508600Y-104278600D03* 74 | G04 #@! TD* 75 | D10* 76 | G04 #@! TO.C,R16* 77 | X138846100Y-99198600D03* 78 | X141771100Y-99198600D03* 79 | G04 #@! TD* 80 | G04 #@! TO.C,R13* 81 | X142148100Y-91578600D03* 82 | X145073100Y-91578600D03* 83 | G04 #@! TD* 84 | G04 #@! TO.C,R15* 85 | X142148100Y-96658600D03* 86 | X145073100Y-96658600D03* 87 | G04 #@! TD* 88 | G04 #@! TO.C,R14* 89 | X138846100Y-94118600D03* 90 | X141771100Y-94118600D03* 91 | G04 #@! TD* 92 | M02* 93 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-12T22:45:23+02:00* 3 | G04 #@! TF.ProjectId,resistor_network,72657369-7374-46f7-925f-6e6574776f72,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! 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.5)) date 2022-07-12 22:45:23* 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 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.250000X-0.312500X-0.625000X0.312500X-0.625000X0.312500X0.625000X-0.312500X0.625000X0*% 33 | %ADD11R,2.510000X1.000000*% 34 | G04 APERTURE END LIST* 35 | D10* 36 | G04 #@! TO.C,R18* 37 | X138846100Y-104278600D03* 38 | X141771100Y-104278600D03* 39 | G04 #@! TD* 40 | D11* 41 | G04 #@! TO.C,J5* 42 | X147438600Y-86498600D03* 43 | X144128600Y-89038600D03* 44 | X147438600Y-91578600D03* 45 | X144128600Y-94118600D03* 46 | X147438600Y-96658600D03* 47 | X144128600Y-99198600D03* 48 | X147438600Y-101738600D03* 49 | X144128600Y-104278600D03* 50 | G04 #@! TD* 51 | D10* 52 | G04 #@! TO.C,R17* 53 | X142148100Y-101738600D03* 54 | X145073100Y-101738600D03* 55 | G04 #@! TD* 56 | G04 #@! TO.C,R11* 57 | X142148100Y-86498600D03* 58 | X145073100Y-86498600D03* 59 | G04 #@! TD* 60 | G04 #@! TO.C,R12* 61 | X138846100Y-89038600D03* 62 | X141771100Y-89038600D03* 63 | G04 #@! TD* 64 | D11* 65 | G04 #@! TO.C,J4* 66 | X139818600Y-86498600D03* 67 | X136508600Y-89038600D03* 68 | X139818600Y-91578600D03* 69 | X136508600Y-94118600D03* 70 | X139818600Y-96658600D03* 71 | X136508600Y-99198600D03* 72 | X139818600Y-101738600D03* 73 | X136508600Y-104278600D03* 74 | G04 #@! TD* 75 | D10* 76 | G04 #@! TO.C,R16* 77 | X138846100Y-99198600D03* 78 | X141771100Y-99198600D03* 79 | G04 #@! TD* 80 | G04 #@! TO.C,R13* 81 | X142148100Y-91578600D03* 82 | X145073100Y-91578600D03* 83 | G04 #@! TD* 84 | G04 #@! TO.C,R15* 85 | X142148100Y-96658600D03* 86 | X145073100Y-96658600D03* 87 | G04 #@! TD* 88 | G04 #@! TO.C,R14* 89 | X138846100Y-94118600D03* 90 | X141771100Y-94118600D03* 91 | G04 #@! TD* 92 | M02* 93 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-12T22:45:23+02:00* 3 | G04 #@! TF.ProjectId,resistor_network,72657369-7374-46f7-925f-6e6574776f72,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Legend,Bot* 6 | G04 #@! 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.5)) date 2022-07-12 22:45:23* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,0.583000*% 15 | %ADD11C,0.150000*% 16 | %ADD12C,0.120000*% 17 | G04 APERTURE END LIST* 18 | D10* 19 | X136790100Y-85990600D02* 20 | G75* 21 | G03* 22 | X136790100Y-85990600I-291500J0D01* 23 | G01* 24 | D11* 25 | G04 #@! TO.C,J5* 26 | X146116933Y-83620980D02* 27 | X146116933Y-84335266D01* 28 | X146164552Y-84478123D01* 29 | X146259790Y-84573361D01* 30 | X146402647Y-84620980D01* 31 | X146497885Y-84620980D01* 32 | X145164552Y-83620980D02* 33 | X145640742Y-83620980D01* 34 | X145688361Y-84097171D01* 35 | X145640742Y-84049552D01* 36 | X145545504Y-84001933D01* 37 | X145307409Y-84001933D01* 38 | X145212171Y-84049552D01* 39 | X145164552Y-84097171D01* 40 | X145116933Y-84192409D01* 41 | X145116933Y-84430504D01* 42 | X145164552Y-84525742D01* 43 | X145212171Y-84573361D01* 44 | X145307409Y-84620980D01* 45 | X145545504Y-84620980D01* 46 | X145640742Y-84573361D01* 47 | X145688361Y-84525742D01* 48 | G04 #@! TO.C,J4* 49 | X138496933Y-83620980D02* 50 | X138496933Y-84335266D01* 51 | X138544552Y-84478123D01* 52 | X138639790Y-84573361D01* 53 | X138782647Y-84620980D01* 54 | X138877885Y-84620980D01* 55 | X137592171Y-83954314D02* 56 | X137592171Y-84620980D01* 57 | X137830266Y-83573361D02* 58 | X138068361Y-84287647D01* 59 | X137449314Y-84287647D01* 60 | D12* 61 | G04 #@! TO.C,R18* 62 | X139581536Y-103368600D02* 63 | X141035664Y-103368600D01* 64 | X139581536Y-105188600D02* 65 | X141035664Y-105188600D01* 66 | G04 #@! TO.C,R17* 67 | X142883536Y-102648600D02* 68 | X144337664Y-102648600D01* 69 | X142883536Y-100828600D02* 70 | X144337664Y-100828600D01* 71 | G04 #@! TO.C,R11* 72 | X142883536Y-85588600D02* 73 | X144337664Y-85588600D01* 74 | X142883536Y-87408600D02* 75 | X144337664Y-87408600D01* 76 | G04 #@! TO.C,R12* 77 | X139581536Y-88128600D02* 78 | X141035664Y-88128600D01* 79 | X139581536Y-89948600D02* 80 | X141035664Y-89948600D01* 81 | G04 #@! TO.C,R16* 82 | X139581536Y-100108600D02* 83 | X141035664Y-100108600D01* 84 | X139581536Y-98288600D02* 85 | X141035664Y-98288600D01* 86 | G04 #@! TO.C,R13* 87 | X142883536Y-92488600D02* 88 | X144337664Y-92488600D01* 89 | X142883536Y-90668600D02* 90 | X144337664Y-90668600D01* 91 | G04 #@! TO.C,R15* 92 | X142883536Y-97568600D02* 93 | X144337664Y-97568600D01* 94 | X142883536Y-95748600D02* 95 | X144337664Y-95748600D01* 96 | G04 #@! TO.C,R14* 97 | X139581536Y-93208600D02* 98 | X141035664Y-93208600D01* 99 | X139581536Y-95028600D02* 100 | X141035664Y-95028600D01* 101 | G04 #@! TD* 102 | M02* 103 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-12T22:45:23+02:00* 3 | G04 #@! TF.ProjectId,resistor_network,72657369-7374-46f7-925f-6e6574776f72,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! 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.5)) date 2022-07-12 22:45:23* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.100000*% 15 | G04 #@! TD* 16 | G04 APERTURE END LIST* 17 | D10* 18 | X135000000Y-85000000D02* 19 | X149000000Y-85000000D01* 20 | X149000000Y-85000000D02* 21 | X149000000Y-106000000D01* 22 | X149000000Y-106000000D02* 23 | X135000000Y-106000000D01* 24 | X135000000Y-106000000D02* 25 | X135000000Y-85000000D01* 26 | M02* 27 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-12T22:45:23+02:00* 3 | G04 #@! TF.ProjectId,resistor_network,72657369-7374-46f7-925f-6e6574776f72,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Top* 6 | G04 #@! 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.5)) date 2022-07-12 22:45:23* 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.150000*% 35 | %ADD11RoundRect,0.250000X-0.312500X-0.625000X0.312500X-0.625000X0.312500X0.625000X-0.312500X0.625000X0*% 36 | %ADD12RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*% 37 | %ADD13RoundRect,0.250000X0.750000X-0.250000X0.750000X0.250000X-0.750000X0.250000X-0.750000X-0.250000X0*% 38 | %ADD14RoundRect,0.150000X0.150000X-0.587500X0.150000X0.587500X-0.150000X0.587500X-0.150000X-0.587500X0*% 39 | %ADD15RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*% 40 | %ADD16R,1.300000X0.900000*% 41 | %ADD17FreePoly0,180.000000*% 42 | G04 APERTURE END LIST* 43 | D10* 44 | X148600000Y-88500000D02* 45 | X146400000Y-88500000D01* 46 | X146400000Y-88500000D02* 47 | X146400000Y-89900000D01* 48 | X146400000Y-89900000D02* 49 | X148600000Y-89900000D01* 50 | X148600000Y-89900000D02* 51 | X148600000Y-88500000D01* 52 | G36* 53 | X148600000Y-88500000D02* 54 | G01* 55 | X146400000Y-88500000D01* 56 | X146400000Y-89900000D01* 57 | X148600000Y-89900000D01* 58 | X148600000Y-88500000D01* 59 | G37* 60 | D11* 61 | G04 #@! TO.C,R5* 62 | X137037500Y-91300000D03* 63 | X139962500Y-91300000D03* 64 | G04 #@! TD* 65 | G04 #@! TO.C,R2* 66 | X137037500Y-87100000D03* 67 | X139962500Y-87100000D03* 68 | G04 #@! TD* 69 | D12* 70 | G04 #@! TO.C,R1* 71 | X147000000Y-96412500D03* 72 | X147000000Y-94587500D03* 73 | G04 #@! TD* 74 | D11* 75 | G04 #@! TO.C,R10* 76 | X144037500Y-103900000D03* 77 | X146962500Y-103900000D03* 78 | G04 #@! TD* 79 | G04 #@! TO.C,R6* 80 | X144037500Y-91300000D03* 81 | X146962500Y-91300000D03* 82 | G04 #@! TD* 83 | G04 #@! TO.C,R9* 84 | X137037500Y-103900000D03* 85 | X139962500Y-103900000D03* 86 | G04 #@! TD* 87 | D13* 88 | G04 #@! TO.C,J3* 89 | X137000000Y-101800000D03* 90 | G04 #@! TD* 91 | G04 #@! TO.C,J2* 92 | X147000000Y-93150000D03* 93 | G04 #@! TD* 94 | D14* 95 | G04 #@! TO.C,Q1* 96 | X141050000Y-100887500D03* 97 | X142950000Y-100887500D03* 98 | X142000000Y-99012500D03* 99 | G04 #@! TD* 100 | D11* 101 | G04 #@! TO.C,R8* 102 | X144637500Y-99700000D03* 103 | X147562500Y-99700000D03* 104 | G04 #@! TD* 105 | G04 #@! TO.C,R7* 106 | X136537500Y-99700000D03* 107 | X139462500Y-99700000D03* 108 | G04 #@! TD* 109 | G04 #@! TO.C,R3* 110 | X144037500Y-87100000D03* 111 | X146962500Y-87100000D03* 112 | G04 #@! TD* 113 | D15* 114 | G04 #@! TO.C,R4* 115 | X136800000Y-94587500D03* 116 | X136800000Y-96412500D03* 117 | G04 #@! TD* 118 | D16* 119 | G04 #@! TO.C,Q2* 120 | X142587500Y-97000000D03* 121 | D17* 122 | X142500000Y-95500000D03* 123 | D16* 124 | X142587500Y-94000000D03* 125 | G04 #@! TD* 126 | D12* 127 | G04 #@! TO.C,TH1* 128 | X145000000Y-96412500D03* 129 | X145000000Y-94587500D03* 130 | G04 #@! TD* 131 | D13* 132 | G04 #@! TO.C,J1* 133 | X147000000Y-97850000D03* 134 | G04 #@! TD* 135 | M02* 136 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.5)* 2 | G04 #@! TF.CreationDate,2022-07-12T22:45:23+02:00* 3 | G04 #@! TF.ProjectId,resistor_network,72657369-7374-46f7-925f-6e6574776f72,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Top* 6 | G04 #@! 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.5)) date 2022-07-12 22:45:23* 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.250000X-0.312500X-0.625000X0.312500X-0.625000X0.312500X0.625000X-0.312500X0.625000X0*% 35 | %ADD11RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*% 36 | %ADD12RoundRect,0.250000X0.750000X-0.250000X0.750000X0.250000X-0.750000X0.250000X-0.750000X-0.250000X0*% 37 | %ADD13RoundRect,0.150000X0.150000X-0.587500X0.150000X0.587500X-0.150000X0.587500X-0.150000X-0.587500X0*% 38 | %ADD14RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*% 39 | %ADD15R,1.300000X0.900000*% 40 | %ADD16FreePoly0,180.000000*% 41 | G04 APERTURE END LIST* 42 | D10* 43 | G04 #@! TO.C,R5* 44 | X137037500Y-91300000D03* 45 | X139962500Y-91300000D03* 46 | G04 #@! TD* 47 | G04 #@! TO.C,R2* 48 | X137037500Y-87100000D03* 49 | X139962500Y-87100000D03* 50 | G04 #@! TD* 51 | D11* 52 | G04 #@! TO.C,R1* 53 | X147000000Y-96412500D03* 54 | X147000000Y-94587500D03* 55 | G04 #@! TD* 56 | D10* 57 | G04 #@! TO.C,R10* 58 | X144037500Y-103900000D03* 59 | X146962500Y-103900000D03* 60 | G04 #@! TD* 61 | G04 #@! TO.C,R6* 62 | X144037500Y-91300000D03* 63 | X146962500Y-91300000D03* 64 | G04 #@! TD* 65 | G04 #@! TO.C,R9* 66 | X137037500Y-103900000D03* 67 | X139962500Y-103900000D03* 68 | G04 #@! TD* 69 | D12* 70 | G04 #@! TO.C,J3* 71 | X137000000Y-101800000D03* 72 | G04 #@! TD* 73 | G04 #@! TO.C,J2* 74 | X147000000Y-93150000D03* 75 | G04 #@! TD* 76 | D13* 77 | G04 #@! TO.C,Q1* 78 | X141050000Y-100887500D03* 79 | X142950000Y-100887500D03* 80 | X142000000Y-99012500D03* 81 | G04 #@! TD* 82 | D10* 83 | G04 #@! TO.C,R8* 84 | X144637500Y-99700000D03* 85 | X147562500Y-99700000D03* 86 | G04 #@! TD* 87 | G04 #@! TO.C,R7* 88 | X136537500Y-99700000D03* 89 | X139462500Y-99700000D03* 90 | G04 #@! TD* 91 | G04 #@! TO.C,R3* 92 | X144037500Y-87100000D03* 93 | X146962500Y-87100000D03* 94 | G04 #@! TD* 95 | D14* 96 | G04 #@! TO.C,R4* 97 | X136800000Y-94587500D03* 98 | X136800000Y-96412500D03* 99 | G04 #@! TD* 100 | D15* 101 | G04 #@! TO.C,Q2* 102 | X142587500Y-97000000D03* 103 | D16* 104 | X142500000Y-95500000D03* 105 | D15* 106 | X142587500Y-94000000D03* 107 | G04 #@! TD* 108 | D11* 109 | G04 #@! TO.C,TH1* 110 | X145000000Y-96412500D03* 111 | X145000000Y-94587500D03* 112 | G04 #@! TD* 113 | D12* 114 | G04 #@! TO.C,J1* 115 | X147000000Y-97850000D03* 116 | G04 #@! TD* 117 | M02* 118 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Tue Jul 12 23:07:31 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-07-12T23:07:31+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (6.0.5)} date Tue Jul 12 23:07:31 2022 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2022-07-12T23:07:31+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.5) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /resistor_network/gerber/resistor_network-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(6.0.5)" 7 | }, 8 | "CreationDate": "2022-07-12T22:45:23+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "resistor_network", 13 | "GUID": "72657369-7374-46f7-925f-6e6574776f72", 14 | "Revision": "rev?" 15 | }, 16 | "Size": { 17 | "X": 14.1, 18 | "Y": 21.1 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 | "MinLineWidth": 0.4, 31 | "TrackToRegion": 0.2, 32 | "RegionToRegion": 0.2 33 | } 34 | ], 35 | "FilesAttributes": [ 36 | { 37 | "Path": "resistor_network-F_Cu.gbr", 38 | "FileFunction": "Copper,L1,Top", 39 | "FilePolarity": "Positive" 40 | }, 41 | { 42 | "Path": "resistor_network-B_Cu.gbr", 43 | "FileFunction": "Copper,L2,Bot", 44 | "FilePolarity": "Positive" 45 | }, 46 | { 47 | "Path": "resistor_network-F_Paste.gbr", 48 | "FileFunction": "SolderPaste,Top", 49 | "FilePolarity": "Positive" 50 | }, 51 | { 52 | "Path": "resistor_network-B_Paste.gbr", 53 | "FileFunction": "SolderPaste,Bot", 54 | "FilePolarity": "Positive" 55 | }, 56 | { 57 | "Path": "resistor_network-F_Silkscreen.gbr", 58 | "FileFunction": "Legend,Top", 59 | "FilePolarity": "Positive" 60 | }, 61 | { 62 | "Path": "resistor_network-B_Silkscreen.gbr", 63 | "FileFunction": "Legend,Bot", 64 | "FilePolarity": "Positive" 65 | }, 66 | { 67 | "Path": "resistor_network-F_Mask.gbr", 68 | "FileFunction": "SolderMask,Top", 69 | "FilePolarity": "Negative" 70 | }, 71 | { 72 | "Path": "resistor_network-B_Mask.gbr", 73 | "FileFunction": "SolderMask,Bot", 74 | "FilePolarity": "Negative" 75 | }, 76 | { 77 | "Path": "resistor_network-Edge_Cuts.gbr", 78 | "FileFunction": "Profile", 79 | "FilePolarity": "Positive" 80 | } 81 | ], 82 | "MaterialStackup": [ 83 | { 84 | "Type": "Legend", 85 | "Name": "Top Silk Screen" 86 | }, 87 | { 88 | "Type": "SolderPaste", 89 | "Name": "Top Solder Paste" 90 | }, 91 | { 92 | "Type": "SolderMask", 93 | "Thickness": 0.01, 94 | "Name": "Top Solder Mask" 95 | }, 96 | { 97 | "Type": "Copper", 98 | "Thickness": 0.035, 99 | "Name": "F.Cu" 100 | }, 101 | { 102 | "Type": "Dielectric", 103 | "Thickness": 1.51, 104 | "Material": "FR4", 105 | "Name": "F.Cu/B.Cu", 106 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 107 | }, 108 | { 109 | "Type": "Copper", 110 | "Thickness": 0.035, 111 | "Name": "B.Cu" 112 | }, 113 | { 114 | "Type": "SolderMask", 115 | "Thickness": 0.01, 116 | "Name": "Bottom Solder Mask" 117 | }, 118 | { 119 | "Type": "SolderPaste", 120 | "Name": "Bottom Solder Paste" 121 | }, 122 | { 123 | "Type": "Legend", 124 | "Name": "Bottom Silk Screen" 125 | } 126 | ] 127 | } 128 | -------------------------------------------------------------------------------- /resistor_network/gerber/rn.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/resistor_network/gerber/rn.zip -------------------------------------------------------------------------------- /results/ADRmu108_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu108_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu10_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu10_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu11_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu11_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu12_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu12_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu13_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu13_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu15_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu15_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu1_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu1_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu1_external_calibrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu1_external_calibrations.png -------------------------------------------------------------------------------- /results/ADRmu1_vs_3458B_LTD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu1_vs_3458B_LTD.png -------------------------------------------------------------------------------- /results/ADRmu1_vs_ADRmu3_LTD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu1_vs_ADRmu3_LTD.png -------------------------------------------------------------------------------- /results/ADRmu2_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu2_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu3_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu3_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu44_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu44_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu4_LFnoise_improved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu4_LFnoise_improved.png -------------------------------------------------------------------------------- /results/ADRmu4_LFnoise_popcorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu4_LFnoise_popcorn.png -------------------------------------------------------------------------------- /results/ADRmu5_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu5_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu7_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu7_LFnoise.png -------------------------------------------------------------------------------- /results/ADRmu9_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/ADRmu9_LFnoise.png -------------------------------------------------------------------------------- /results/Fluke731B_LFnoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/Fluke731B_LFnoise.png -------------------------------------------------------------------------------- /results/README.md: -------------------------------------------------------------------------------- 1 | # ADRmu statistics 2 | Click the .ipynb files, Github can display them! 3 | 4 | # Low frequency noise 5 | LFnoise measurements from Feb 2023 were made with a 0.1 ... 10 Hz noise preamp with x10000 gain. This is not accounted for in the oscilloscopes displayed values. Here's a frequency response analaysis of the preamp: https://github.com/RPG-Engineering/RSscope_scripts/blob/main/csv/euler_LNA_fra.ipynb 6 | 7 | https://eulerprecision.com/ 8 | 9 | # ADR1000 theoretical noise 10 | 0.9 µVpp datasheet spec x 1.5 10V buffer gain x 10000 preamp gain 11 | = 13.6 mVpp 12 | 13 | 14 | # LTZ1000 theoretical noise 15 | 1.2 µVpp datasheet spec x 1.4 10V buffer gain x 10000 preamp gain 16 | = 16.8 mVpp -------------------------------------------------------------------------------- /results/drift_all_vs_all.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "cells": [ 3 | { 4 | "cell_type": "code", 5 | "execution_count": 1, 6 | "metadata": {}, 7 | "outputs": [ 8 | { 9 | "ename": "NameError", 10 | "evalue": "name 'MUvsMU' is not defined", 11 | "output_type": "error", 12 | "traceback": [ 13 | "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", 14 | "\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)", 15 | "\u001b[1;32m\u001b[0m in \u001b[0;36m\u001b[1;34m\u001b[0m\n\u001b[0;32m 62\u001b[0m \u001b[0mdevice_permutations\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mlist\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mitertools\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mproduct\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mdevices\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mdevices\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 63\u001b[0m \u001b[1;32mfor\u001b[0m \u001b[0mperm\u001b[0m \u001b[1;32min\u001b[0m \u001b[0mdevice_permutations\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m---> 64\u001b[1;33m \u001b[0mMUvsMU\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mperm\u001b[0m\u001b[1;33m[\u001b[0m\u001b[1;36m0\u001b[0m\u001b[1;33m]\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mperm\u001b[0m\u001b[1;33m[\u001b[0m\u001b[1;36m1\u001b[0m\u001b[1;33m]\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m", 16 | "\u001b[1;31mNameError\u001b[0m: name 'MUvsMU' is not defined" 17 | ] 18 | } 19 | ], 20 | "source": [ 21 | "import pandas as pd\n", 22 | "import matplotlib.pyplot as plt\n", 23 | "from matplotlib.ticker import FormatStrFormatter\n", 24 | "import itertools\n", 25 | "\n", 26 | "def MUvsMu(dut, ref_group, dmm):\n", 27 | " \n", 28 | " # Fetch data\n", 29 | " url = \"https://raw.githubusercontent.com/marcoreps/multiinstrumentalist/master/csv/\"\n", 30 | " columns = [\"Time\", \"3458A\"]\n", 31 | " DUT=pd.read_csv(url+dut+\"-\"+dmm+\".csv\", usecols=columns)\n", 32 | " ref_dataframes = [pd.read_csv(url+ref+\"-\"+dmm+\".csv\", usecols=columns) for ref in ref_group]\n", 33 | "\n", 34 | " # Use datetime as index\n", 35 | " DUT_one[\"Time\"] = pd.to_datetime(DUT_one[\"Time\"], unit='ms')\n", 36 | " DUT_one = DUT_one.set_index(pd.DatetimeIndex(DUT_one[\"Time\"]))\n", 37 | " DUT_one = DUT_one.drop('Time', axis=1)\n", 38 | " DUT_one = DUT_one.rename(columns={\"3458A\": \"one\"})\n", 39 | "\n", 40 | " # Resample to one daily value\n", 41 | " daily_one = DUT_one.resample(\"d\").median()\n", 42 | "\n", 43 | " DUT_two[\"Time\"] = pd.to_datetime(DUT_two[\"Time\"], unit='ms')\n", 44 | " DUT_two = DUT_two.set_index(pd.DatetimeIndex(DUT_two[\"Time\"]))\n", 45 | " DUT_two = DUT_two.drop('Time', axis=1)\n", 46 | " DUT_two = DUT_two.rename(columns={\"3458A\": \"two\"})\n", 47 | " daily_two = DUT_two.resample(\"d\").median()\n", 48 | "\n", 49 | " # Join one and two based on day\n", 50 | " both = daily_one.join(daily_two, on=\"Time\")\n", 51 | " both = both.dropna()\n", 52 | " both[\"diff\"] = abs(both[\"one\"] - both[\"two\"])\n", 53 | "\n", 54 | " #Print some stats\n", 55 | " print(\"Both were measured on \"+str(len(both))+\" days:\")\n", 56 | " print(\"Max diff=\"+str(both[\"diff\"].max())+\" \\\n", 57 | " Mean=\"+str(both[\"diff\"].mean())+\" \\\n", 58 | " Std=\"+str(both[\"diff\"].std()))\n", 59 | "\n", 60 | " # Conversion functions for secondary Y-axis\n", 61 | " def to_ppm(x):\n", 62 | " return (x-both[\"diff\"].mean())/.00001\n", 63 | "\n", 64 | " def from_ppm(x):\n", 65 | " return x*.00001+both[\"diff\"].mean()\n", 66 | "\n", 67 | " # Set up a plot\n", 68 | " plt.rcParams[\"figure.figsize\"] = [14, 7]\n", 69 | " fig, ax = plt.subplots()\n", 70 | " ax.grid()\n", 71 | " ax.set(xlabel='time', ylabel='difference (V)', title=dut1+' vs '+dut2)\n", 72 | " ax.plot(both[\"diff\"])\n", 73 | "\n", 74 | " # Set up a secondary Y-axis\n", 75 | " secax = ax.secondary_yaxis('right', functions=(to_ppm, from_ppm))\n", 76 | " secax.set_ylabel('deviation from mean (µV/V)')\n", 77 | " ax.yaxis.set_major_formatter(FormatStrFormatter('%.7f'))\n", 78 | "\n", 79 | " plt.show()\n", 80 | "\n", 81 | "devices = [\"ADRmu1\", \"ADRmu2\", \"ADRmu3\", \"ADRmu4\", \"ADRmu5\", \"ADRmu7\", \"ADRmu9\", \"ADRmu10\", \"ADRmu11\", \"ADRmu12\", \"ADRmu13\", \"ADRmu108\", \"F731B\", ]\n", 82 | "device_permutations = list(itertools.product(devices, devices))\n", 83 | "for perm in device_permutations:\n", 84 | " MUvsMU(perm[0], perm[1])" 85 | ] 86 | }, 87 | { 88 | "cell_type": "code", 89 | "execution_count": null, 90 | "metadata": {}, 91 | "outputs": [], 92 | "source": [] 93 | } 94 | ], 95 | "metadata": { 96 | "kernelspec": { 97 | "display_name": "Python 3", 98 | "language": "python", 99 | "name": "python3" 100 | }, 101 | "language_info": { 102 | "codemirror_mode": { 103 | "name": "ipython", 104 | "version": 3 105 | }, 106 | "file_extension": ".py", 107 | "mimetype": "text/x-python", 108 | "name": "python", 109 | "nbconvert_exporter": "python", 110 | "pygments_lexer": "ipython3", 111 | "version": "3.7.6" 112 | } 113 | }, 114 | "nbformat": 4, 115 | "nbformat_minor": 4 116 | } 117 | -------------------------------------------------------------------------------- /results/mu_vs_mean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoreps/ADRmu/314ec0dff1f6140941399edf4819a53836955639/results/mu_vs_mean.png -------------------------------------------------------------------------------- /software/adrmu_read_temp.py: -------------------------------------------------------------------------------- 1 | # https://docs.circuitpython.org/projects/tmp117/en/latest/index.html 2 | 3 | import board 4 | import adafruit_tmp117 5 | i2c = board.I2C() 6 | address = 0x4B 7 | tmp117 = adafruit_tmp117.TMP117(i2c, address) 8 | print("Temperature: %.2f degrees C"%tmp117.temperature) -------------------------------------------------------------------------------- /software/write_eeprom.py: -------------------------------------------------------------------------------- 1 | from smbus2 import SMBus, i2c_msg 2 | from math import ceil 3 | from time import sleep 4 | import sys 5 | 6 | 7 | def read_eeprom(bus, address, count, blocksize=32): 8 | print("reading "+str(count)+" bytes ...") 9 | data = [] 10 | full_reads, remainder = divmod(count, blocksize) 11 | if remainder: full_reads += 1 12 | for i in range(full_reads): 13 | start = i*blocksize 14 | hb, lb = start >> 8, start & 0xff 15 | write = i2c_msg.write(address, [hb, lb]) 16 | count = remainder if (remainder and i == full_reads-1) else blocksize 17 | read = i2c_msg.read(address, count) 18 | bus.i2c_rdwr(write, read) 19 | data += list(read) 20 | return data 21 | 22 | def write_eeprom(bus, address, data, blocksize=32, sleep_time=0.01): 23 | print("writing "+str(len(data))+" bytes ...") 24 | b_l = len(data) 25 | b_c = int(ceil(b_l/float(blocksize))) 26 | blocks = [data[blocksize*x:][:blocksize] for x in range(b_c)] 27 | for i, block in enumerate(blocks): 28 | if sleep_time: 29 | sleep(sleep_time) 30 | start = i*blocksize 31 | hb, lb = start >> 8, start & 0xff 32 | data = [hb, lb]+block 33 | write = i2c_msg.write(address, data) 34 | bus.i2c_rdwr(write) 35 | 36 | bus = SMBus(1) 37 | i2c_address=0x50 #ADRmu 1 38 | #i2c_address=0x51 #ADRmu 2 39 | #i2c_address=0x52 #ADRmu 3 40 | #i2c_address=0x53 #ADRmu 4 41 | 42 | 43 | if (sys.argv[1]=="read"): 44 | read_result = read_eeprom(bus, i2c_address, 100) 45 | print(''.join(chr(i) for i in read_result)) 46 | 47 | elif( sys.argv[1]=="write"): 48 | write_eeprom(bus,i2c_address,[0xFF]*100) 49 | sleep(1) 50 | str_to_write="ADRmu S/N 4\nYYYY.MM.DD,VV.VVVVVVVV,TT.TTT\n2022.06.02,09.99785080,28.585" 51 | data = [ord(c) for c in str_to_write] 52 | write_eeprom(bus,i2c_address, data) 53 | sleep(1) 54 | read_result = read_eeprom(bus, i2c_address, len(data)) 55 | print(''.join(chr(i) for i in read_result)) 56 | assert(read_result == data) 57 | --------------------------------------------------------------------------------