-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated footprint lib with solder paste apertures
- Loading branch information
1 parent
4064fe8
commit 95aa008
Showing
21 changed files
with
167 additions
and
227 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
*---------- DMN2075U Spice Model ---------- | ||
.SUBCKT DMN2075U 10 20 30 | ||
* TERMINALS: D G S | ||
M1 1 2 3 3 NMOS L = 1E-006 W = 1E-006 | ||
RD 10 1 0.03596 | ||
RS 30 3 0.001 | ||
RG 20 2 1.5 | ||
CGS 2 3 5.381E-010 | ||
EGD 12 0 2 1 1 | ||
VFB 14 0 0 | ||
FFB 2 1 VFB 1 | ||
CGD 13 14 7E-010 | ||
R1 13 0 1 | ||
D1 12 13 DLIM | ||
DDG 15 14 DCGD | ||
R2 12 15 1 | ||
D2 15 0 DLIM | ||
DSD 3 10 DSUB | ||
.MODEL NMOS NMOS LEVEL = 3 VMAX = 5.378E+005 ETA = 0.001 VTO = 0.9505 | ||
+ TOX = 6E-008 NSUB = 1E+016 KP = 55.47 U0 = 400 KAPPA = 10 | ||
.MODEL DCGD D CJO = 3.128E-010 VJ = 0.6 M = 0.6001 | ||
.MODEL DSUB D IS = 4.456E-010 N = 1.107 RS = 0.06698 BV = 22 CJO = 1E-015 VJ = 0.6 M = 0.7957 | ||
.MODEL DLIM D IS = 0.0001 | ||
.ENDS | ||
*Diodes DMN2075U Spice Model v1.0M Last Revised 2016/4/7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Satellite SEL Latchup Protection | ||
|
||
* change this to the location applicable for your computer | ||
*.INCLUDE Macintosh\ HD:Users:Richard:Desktop:SatSpice:DMG9926USD.inc | ||
.INCLUDE Macintosh\ HD:Users:Richard:Desktop:SatSpice:DMN2075U.inc | ||
|
||
* Netlist: | ||
* square ish wave 3.3v is the gate actuating signal | ||
V1 G 0 DC 0 PULSE 3.3 0 1 0.003 0.003 1 | ||
|
||
* pullup resistor | ||
Rup G vin 10k | ||
|
||
* main supply, for load | ||
V2 vin 0 DC 3.3 | ||
|
||
* load modeled as 10Ω resistance | ||
R1 vin test 10 | ||
|
||
* we can measure the voltage drop across here = ~current through load | ||
R2 test L 1 | ||
|
||
* D G S MOSFET Imported as a subcircuit | ||
*X1 L G 0 DMG9926USD | ||
X1 L G 0 DMN2075U | ||
|
||
.control | ||
tran 1ms 3s 0ms 25ms | ||
|
||
* plot the gate signal | ||
* plot current through the load | ||
plot v(G) | ||
plot v(test, L) | ||
.endc | ||
.end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Satellite 1.2v supply monitoring circuit | ||
|
||
* change this to the location applicable for your computer | ||
.INCLUDE Macintosh\ HD:Users:Richard:Desktop:SatSpice:DMN2075U.inc | ||
|
||
* Netlist: | ||
* square ish wave is the driving signal = 1.2v | ||
V1 G 0 DC 0 PULSE 1.2 0 1 0.003 0.003 1 | ||
|
||
* main supply, for load. Since LED can't run off 1.2v anyway | ||
V2 vin 0 DC 3.3 | ||
|
||
.model Dled_test D (IS=1a RS=3.3 N=1.8) | ||
|
||
D1 vin test Dled_test | ||
|
||
* we can measure the voltage drop across 1Ω shunt = ~current through load | ||
RD_drop test shunt 220 | ||
RI_shunt shunt L 1 | ||
|
||
* D G S MOSFET Imported as a subcircuit | ||
X1 L G 0 DMN2075U | ||
|
||
|
||
.control | ||
tran 1ms 3s 0ms 25ms | ||
|
||
* plot the gate signal | ||
* plot current through the load | ||
plot v(G) | ||
plot v(shunt, L) | ||
.endc | ||
.end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Satellite 3.3v monitor LED Model | ||
|
||
* change this to the location applicable for your computer | ||
.INCLUDE Macintosh\ HD:Users:Richard:Desktop:SatSpice:DMN2075U.inc | ||
|
||
* Netlist: | ||
* square ish wave 3.3v | ||
V1 G 0 DC 0 PULSE 3.3 0 1 0.003 0.003 1 | ||
|
||
* pullup resistor (it'll simulate fine without this) | ||
Rup G vin 10k | ||
|
||
* main supply, for load | ||
V2 vin 0 DC 3.3 | ||
|
||
.model Dled_test D (IS=1a RS=3.3 N=1.8) | ||
|
||
D1 vin test Dled_test | ||
|
||
* we can measure the voltage drop across 1Ω shunt = ~current through load | ||
RD_drop test shunt 220 | ||
RI_shunt shunt L 1 | ||
|
||
* D G S MOSFET Imported as a subcircuit | ||
X1 L G 0 DMN2075U | ||
|
||
|
||
.control | ||
tran 1ms 3s 0ms 25ms | ||
|
||
* plot the gate signal | ||
* plot current through the load | ||
plot v(G) | ||
plot v(shunt, L) | ||
.endc | ||
.end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 | ||
{\fonttbl\f0\fswiss\fcharset0 Helvetica;} | ||
{\colortbl;\red255\green255\blue255;} | ||
\margl1440\margr1440\vieww10800\viewh8400\viewkind0 | ||
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 | ||
|
||
\f0\fs24 \cf0 The SPICE model for the DMN2075U needs to be included as a sub circuit. For copyright reasons, it is not posted to git, but can be downloaded from here:\ | ||
\ | ||
https://www.diodes.com/products/discrete/mosfets/mosfet-master-table/part/DMN2075U} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.