first commit

This commit is contained in:
Tim Korjakow
2021-11-15 15:19:03 +01:00
commit f741bdf838
68 changed files with 193486 additions and 0 deletions

21
kicad/.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
*.tmp
*.fcstd1
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
.dsn
# Exported BOM files
*.xml
*.csv

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

201
kicad/LICENSE Normal file
View File

@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

16
kicad/README.md Normal file
View File

@ -0,0 +1,16 @@
wemos-d1-mini-kicad
==============
KiCAD
* library,
* footprint and
* 3D shape
of the WeMos D1 mini board.
The library provides several footprints and shape alignments:
![butler 3d view](https://github.com/rubienr/wemos-d1-mini-kicad/blob/master/meta/illustration1.png)
![butler 3d view](https://github.com/rubienr/wemos-d1-mini-kicad/blob/master/meta/illustration2.png)
![butler 3d view](https://github.com/rubienr/wemos-d1-mini-kicad/blob/master/meta/illustration3.png)
![butler 3d view](https://github.com/rubienr/wemos-d1-mini-kicad/blob/master/meta/illustration4.png)

83056
kicad/fp-info-cache Normal file

File diff suppressed because it is too large Load Diff

3
kicad/fp-lib-table Normal file
View File

@ -0,0 +1,3 @@
(fp_lib_table
(lib (name D1_Mini)(type KiCad)(uri /home/fe/korjakow/Projects/radiator_test_bench/kicad/modules/wemos-d1-mini.pretty)(options "")(descr ""))
)

291
kicad/kicad-cache.lib Normal file
View File

@ -0,0 +1,291 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# 4xxx_IEEE_4066
#
DEF 4xxx_IEEE_4066 U 0 30 Y Y 4 F N
F0 "U" 100 200 50 H V C CNN
F1 "4xxx_IEEE_4066" 200 -200 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
ALIAS 4066
DRAW
S -200 200 200 -200 0 1 0 N
X Vdd 14 0 200 0 D 50 50 0 1 W N
X Vss 7 0 -200 0 U 50 50 0 1 W N
X I/O 1 -500 100 300 R 50 50 1 1 P
X ON 13 -500 -100 300 R 50 50 1 1 I
X O/I 2 500 0 300 L 50 50 1 1 P
X O/I 3 500 0 300 L 50 50 2 1 P
X I/O 4 -500 100 300 R 50 50 2 1 P
X ON 5 -500 -100 300 R 50 50 2 1 I
X ON 6 -500 -100 300 R 50 50 3 1 I
X I/O 8 -500 100 300 R 50 50 3 1 P
X O/I 9 500 0 300 L 50 50 3 1 P
X O/I 10 500 0 300 L 50 50 4 1 P
X I/O 11 -500 100 300 R 50 50 4 1 P
X ON 12 -500 -100 300 R 50 50 4 1 I
ENDDRAW
ENDDEF
#
# Connector_Generic_Conn_01x02
#
DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N
F0 "J" 0 100 50 H V C CNN
F1 "Connector_Generic_Conn_01x02" 0 -200 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_1x??_*
$ENDFPLIST
DRAW
S -50 -95 0 -105 1 1 6 N
S -50 5 0 -5 1 1 6 N
S -50 50 50 -150 1 1 10 f
X Pin_1 1 -200 0 150 R 50 50 1 1 P
X Pin_2 2 -200 -100 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Connector_Generic_Conn_01x04
#
DEF Connector_Generic_Conn_01x04 J 0 40 Y N 1 F N
F0 "J" 0 200 50 H V C CNN
F1 "Connector_Generic_Conn_01x04" 0 -300 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_1x??_*
$ENDFPLIST
DRAW
S -50 -195 0 -205 1 1 6 N
S -50 -95 0 -105 1 1 6 N
S -50 5 0 -5 1 1 6 N
S -50 105 0 95 1 1 6 N
S -50 150 50 -250 1 1 10 f
X Pin_1 1 -200 100 150 R 50 50 1 1 P
X Pin_2 2 -200 0 150 R 50 50 1 1 P
X Pin_3 3 -200 -100 150 R 50 50 1 1 P
X Pin_4 4 -200 -200 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_C
#
DEF Device_C C 0 10 N Y 1 F N
F0 "C" 25 100 50 H V L CNN
F1 "Device_C" 25 -100 50 H V L CNN
F2 "" 38 -150 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
C_*
$ENDFPLIST
DRAW
P 2 0 1 20 -80 -30 80 -30 N
P 2 0 1 20 -80 30 80 30 N
X ~ 1 0 150 110 D 50 50 1 1 P
X ~ 2 0 -150 110 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_R
#
DEF Device_R R 0 0 N Y 1 F N
F0 "R" 80 0 50 V V C CNN
F1 "Device_R" 0 0 50 V V C CNN
F2 "" -70 0 50 V I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
R_*
$ENDFPLIST
DRAW
S -40 -100 40 100 0 1 10 N
X ~ 1 0 150 50 D 50 50 1 1 P
X ~ 2 0 -150 50 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_Thermistor_NTC
#
DEF Device_Thermistor_NTC TH 0 0 N Y 1 F N
F0 "TH" -175 0 50 V V C CNN
F1 "Device_Thermistor_NTC" 125 0 50 V V C CNN
F2 "" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
$FPLIST
*NTC*
*Thermistor*
PIN?ARRAY*
bornier*
*Terminal?Block*
R_*
$ENDFPLIST
DRAW
A -126 88 7 -265 818 0 1 0 N -120 85 -125 95
A -110 85 10 1800 -900 0 1 0 N -120 85 -110 75
A -110 85 10 -900 0 0 1 0 N -110 75 -100 85
A -110 110 10 0 900 0 1 0 N -100 110 -110 120
A -110 110 10 900 1800 0 1 0 N -110 120 -120 110
A -110 110 10 1800 -900 0 1 0 N -120 110 -110 100
A -104 119 20 -1075 -253 0 1 0 N -110 100 -85 110
S -40 100 40 -100 0 1 10 N
P 2 0 1 0 -100 85 -100 110 N
P 4 0 1 0 -70 100 -70 60 70 -60 70 -100 N
P 6 0 1 0 -100 -145 -100 -55 -110 -85 -90 -85 -100 -55 -100 -65 F
P 6 0 1 0 -70 -55 -70 -145 -80 -115 -60 -115 -70 -145 -70 -135 F
X ~ 1 0 150 50 D 50 50 1 1 P
X ~ 2 0 -150 50 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# MCU_Module_WeMos_D1_mini
#
DEF MCU_Module_WeMos_D1_mini U 0 20 Y Y 1 F N
F0 "U" 150 750 50 H V L CNN
F1 "MCU_Module_WeMos_D1_mini" 50 -750 50 H V L CNN
F2 "Module:WEMOS_D1_mini_light" 0 -1150 50 H I C CNN
F3 "" -1850 -1150 50 H I C CNN
$FPLIST
WEMOS*D1*mini*
$ENDFPLIST
DRAW
S -300 700 300 -700 1 1 10 f
X ~RST 1 -400 400 100 R 50 50 1 1 I
X GND 10 0 -800 100 U 50 50 1 1 W
X D4 11 400 0 100 L 50 50 1 1 B
X D3 12 400 100 100 L 50 50 1 1 B
X SDA/D2 13 400 200 100 L 50 50 1 1 B
X SCL/D1 14 400 300 100 L 50 50 1 1 B
X RX 15 -400 100 100 R 50 50 1 1 I
X TX 16 -400 0 100 R 50 50 1 1 O
X A0 2 400 500 100 L 50 50 1 1 I
X D0 3 400 400 100 L 50 50 1 1 B
X SCK/D5 4 400 -100 100 L 50 50 1 1 B
X MISO/D6 5 400 -200 100 L 50 50 1 1 B
X MOSI/D7 6 400 -300 100 L 50 50 1 1 B
X CS/D8 7 400 -400 100 L 50 50 1 1 B
X 3V3 8 100 800 100 D 50 50 1 1 w
X 5V 9 -100 800 100 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# Regulator_Linear_L7805
#
DEF Regulator_Linear_L7805 U 0 10 Y Y 1 F N
F0 "U" -150 125 50 H V C CNN
F1 "Regulator_Linear_L7805" 0 125 50 H V L CNN
F2 "" 25 -150 50 H I L CIN
F3 "" 0 -50 50 H I C CNN
ALIAS L7806 L7808 L7885 L7809 L7812 L7815 L7818 L7824
$FPLIST
TO?252*
TO?263*
TO?220*
$ENDFPLIST
DRAW
S -200 75 200 -200 0 1 10 f
X IN 1 -300 0 100 R 50 50 1 1 W
X GND 2 0 -300 100 U 50 50 1 1 W
X OUT 3 300 0 100 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# Sensor_Pressure_40PC015G
#
DEF Sensor_Pressure_40PC015G U 0 20 Y Y 1 F N
F0 "U" -400 250 50 H V L CNN
F1 "Sensor_Pressure_40PC015G" 250 250 50 H V C CNN
F2 "" 100 0 50 H I C CNN
F3 "" 100 0 50 H I C CNN
ALIAS 40PC100G 40PC150G 40PC250G
DRAW
C -230 60 103 0 1 20 N
S 300 200 -400 -200 0 1 10 f
P 2 0 1 10 -280 10 -180 110 N
P 2 0 1 20 -230 -50 -230 -150 N
P 4 0 1 10 -180 110 -190 70 -220 100 -180 110 F
X Vcc 1 0 300 100 D 50 50 1 1 W
X GND 2 0 -300 100 U 50 50 1 1 W
X Vout 3 400 0 100 L 50 50 1 1 O
X NC 4 -300 -200 100 U 50 50 1 1 N N
X NC 5 -200 -200 100 U 50 50 1 1 N N
X NC 6 -100 -200 100 U 50 50 1 1 N N
ENDDRAW
ENDDEF
#
# Transistor_FET_IRLZ34N
#
DEF Transistor_FET_IRLZ34N Q 0 20 Y N 1 F N
F0 "Q" 250 75 50 H V L CNN
F1 "Transistor_FET_IRLZ34N" 250 0 50 H V L CNN
F2 "Package_TO_SOT_THT:TO-220-3_Vertical" 250 -75 50 H I L CIN
F3 "" 0 0 50 H I L CNN
ALIAS IRF3205 IRF540N IRF740 IRLB8721PBF IRLZ34N IRLZ44N VNP10N07 IPP060N06N
$FPLIST
TO?220*
$ENDFPLIST
DRAW
C 65 0 110 0 1 10 N
C 100 -70 10 0 1 0 F
C 100 70 10 0 1 0 F
P 2 0 1 0 10 0 -100 0 N
P 2 0 1 10 10 75 10 -75 N
P 2 0 1 10 30 -50 30 -90 N
P 2 0 1 10 30 20 30 -20 N
P 2 0 1 10 30 90 30 50 N
P 2 0 1 0 100 100 100 70 N
P 3 0 1 0 100 -100 100 0 30 0 N
P 4 0 1 0 30 -70 130 -70 130 70 30 70 N
P 4 0 1 0 40 0 80 15 80 -15 40 0 F
P 4 0 1 0 110 20 115 15 145 15 150 10 N
P 4 0 1 0 130 15 115 -10 145 -10 130 15 N
X G 1 -200 0 100 R 50 50 1 1 I
X D 2 100 200 100 D 50 50 1 1 P
X S 3 100 -200 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# power_+12V
#
DEF power_+12V #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power_+12V" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +12V 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power_GND
#
DEF power_GND #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 50 H I C CNN
F1 "power_GND" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
X GND 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# pspice_DIODE
#
DEF pspice_DIODE D 0 40 Y N 1 F N
F0 "D" 0 150 50 H V C CNN
F1 "pspice_DIODE" 0 -175 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 75 100 75 -100 N
P 3 0 1 0 -75 100 -75 -100 75 0 F
X K 1 -200 0 150 R 50 50 1 1 I
X A 2 200 0 150 L 50 50 1 1 I
ENDDRAW
ENDDEF
#
#End Library

106
kicad/kicad.kicad_pcb Normal file
View File

@ -0,0 +1,106 @@
(kicad_pcb (version 20170123) (host pcbnew "(2017-07-16 revision e797af331)-master")
(general
(thickness 1.6)
(drawings 4)
(tracks 0)
(zones 0)
(modules 0)
(nets 1)
)
(page A4)
(layers
(0 F.Cu signal)
(31 B.Cu signal)
(32 B.Adhes user)
(33 F.Adhes user)
(34 B.Paste user)
(35 F.Paste user)
(36 B.SilkS user)
(37 F.SilkS user)
(38 B.Mask user)
(39 F.Mask user)
(40 Dwgs.User user)
(41 Cmts.User user)
(42 Eco1.User user)
(43 Eco2.User user)
(44 Edge.Cuts user)
(45 Margin user)
(46 B.CrtYd user)
(47 F.CrtYd user)
(48 B.Fab user)
(49 F.Fab user)
)
(setup
(last_trace_width 0.25)
(trace_clearance 0.2)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.2)
(segment_width 0.2)
(edge_width 0.15)
(via_size 0.8)
(via_drill 0.4)
(via_min_size 0.4)
(via_min_drill 0.3)
(uvia_size 0.3)
(uvia_drill 0.1)
(uvias_allowed no)
(uvia_min_size 0.2)
(uvia_min_drill 0.1)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.15)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 1.524 1.524)
(pad_drill 0.762)
(pad_to_mask_clearance 0.2)
(aux_axis_origin 0 0)
(grid_origin 55 145)
(visible_elements FFFFFF7F)
(pcbplotparams
(layerselection 0x00030_ffffffff)
(usegerberextensions false)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory ""))
)
(net 0 "")
(net_class Default "This is the default net class."
(clearance 0.2)
(trace_width 0.25)
(via_dia 0.8)
(via_drill 0.4)
(uvia_dia 0.3)
(uvia_drill 0.1)
)
(gr_line (start 55 145) (end 214.85 145) (angle 90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 55 45.15) (end 55 145) (angle 90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 214.84 45.15) (end 55 45.15) (angle 90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 214.85 145) (end 214.85 45.15) (angle 90) (layer Edge.Cuts) (width 0.15))
)

30
kicad/kicad.pro Normal file
View File

@ -0,0 +1,30 @@
update=Sun 23 Jul 2017 01:54:40 PM PDT
version=1
last_client=kicad
[pcbnew]
version=1
LastNetListRead=
UseCmpFile=1
PadDrill=0.600000000000
PadDrillOvalY=0.600000000000
PadSizeH=1.500000000000
PadSizeV=1.500000000000
PcbTextSizeV=1.500000000000
PcbTextSizeH=1.500000000000
PcbTextThickness=0.300000000000
ModuleTextSizeV=1.000000000000
ModuleTextSizeH=1.000000000000
ModuleTextSizeThickness=0.150000000000
SolderMaskClearance=0.000000000000
SolderMaskMinWidth=0.000000000000
DrawSegmentWidth=0.200000000000
BoardOutlineThickness=0.100000000000
ModuleOutlineThickness=0.150000000000
[cvpcb]
version=1
NetIExt=net
[eeschema]
version=1
LibDir=
[general]
version=1

422
kicad/kicad.sch Normal file
View File

@ -0,0 +1,422 @@
EESchema Schematic File Version 4
EELAYER 30 0
EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L Device:Thermistor_NTC TH2
U 1 1 61917553
P 8050 1200
F 0 "TH2" V 7760 1200 50 0000 C CNN
F 1 "Thermistor_NTC" V 7851 1200 50 0000 C CNN
F 2 "" H 8050 1250 50 0001 C CNN
F 3 "~" H 8050 1250 50 0001 C CNN
1 8050 1200
0 1 1 0
$EndComp
$Comp
L Sensor_Pressure:40PC015G U3
U 1 1 6191A270
P 8750 1200
F 0 "U3" V 8183 1200 50 0000 C CNN
F 1 "40PC015G" V 8274 1200 50 0000 C CNN
F 2 "" H 8850 1200 50 0001 C CNN
F 3 "http://www.honeywellscportal.com//index.php?ci_id=138832" H 8850 1200 50 0001 C CNN
1 8750 1200
0 1 1 0
$EndComp
$Comp
L Sensor_Pressure:40PC015G U4
U 1 1 6191AF10
P 9450 1200
F 0 "U4" V 8883 1200 50 0000 C CNN
F 1 "40PC015G" V 8974 1200 50 0000 C CNN
F 2 "" H 9550 1200 50 0001 C CNN
F 3 "http://www.honeywellscportal.com//index.php?ci_id=138832" H 9550 1200 50 0001 C CNN
1 9450 1200
0 1 1 0
$EndComp
Wire Wire Line
5900 2650 5900 2350
Wire Wire Line
9750 1200 9750 2350
Wire Wire Line
9150 1200 9150 4250
Connection ~ 9050 2350
Wire Wire Line
9050 2350 9750 2350
Connection ~ 8450 4250
Wire Wire Line
8450 4250 9150 4250
$Comp
L Device:R R2
U 1 1 6192ED09
P 7650 1200
F 0 "R2" V 7443 1200 50 0000 C CNN
F 1 "1k" V 7534 1200 50 0000 C CNN
F 2 "" V 7580 1200 50 0001 C CNN
F 3 "~" H 7650 1200 50 0001 C CNN
1 7650 1200
0 1 1 0
$EndComp
Wire Wire Line
7800 1200 7850 1200
Wire Wire Line
7500 1200 7500 4250
Connection ~ 7500 4250
Wire Wire Line
7500 4250 8450 4250
Wire Wire Line
8200 1200 8200 2350
Connection ~ 8200 2350
Wire Wire Line
8200 2350 9050 2350
Wire Wire Line
5550 2350 5600 2350
Connection ~ 5900 2350
Wire Wire Line
5250 2650 5250 4250
$Comp
L Connector_Generic:Conn_01x04 J2
U 1 1 6193F984
P 10400 3150
F 0 "J2" H 10480 3142 50 0000 L CNN
F 1 "BMP390" H 10480 3051 50 0000 L CNN
F 2 "" H 10400 3150 50 0001 C CNN
F 3 "~" H 10400 3150 50 0001 C CNN
1 10400 3150
1 0 0 -1
$EndComp
Wire Wire Line
10200 3050 10200 2350
Wire Wire Line
10200 2350 9750 2350
Connection ~ 9750 2350
Wire Wire Line
10200 3350 10200 4250
Wire Wire Line
10200 4250 9150 4250
Connection ~ 9150 4250
Wire Wire Line
6950 1200 7000 1200
$Comp
L Device:R R1
U 1 1 61932105
P 6800 1200
F 0 "R1" V 6593 1200 50 0000 C CNN
F 1 "1k" V 6684 1200 50 0000 C CNN
F 2 "" V 6730 1200 50 0001 C CNN
F 3 "~" H 6800 1200 50 0001 C CNN
1 6800 1200
0 1 1 0
$EndComp
$Comp
L Device:Thermistor_NTC TH1
U 1 1 619320FF
P 7200 1200
F 0 "TH1" V 6910 1200 50 0000 C CNN
F 1 "Thermistor_NTC" V 7001 1200 50 0000 C CNN
F 2 "" H 7200 1250 50 0001 C CNN
F 3 "~" H 7200 1250 50 0001 C CNN
1 7200 1200
0 1 1 0
$EndComp
Wire Wire Line
7350 1200 7350 2350
Connection ~ 7350 2350
Wire Wire Line
7350 2350 8200 2350
Connection ~ 6650 4250
Wire Wire Line
6650 4250 7500 4250
Wire Wire Line
5900 2350 7350 2350
$Comp
L Connector_Generic:Conn_01x02 J1
U 1 1 6194A4E6
P 4800 2750
F 0 "J1" H 4880 2742 50 0000 L CNN
F 1 "Fan Connector" H 4880 2651 50 0000 L CNN
F 2 "" H 4800 2750 50 0001 C CNN
F 3 "~" H 4800 2750 50 0001 C CNN
1 4800 2750
1 0 0 -1
$EndComp
$Comp
L Transistor_FET:IRLZ34N Q1
U 1 1 6194679D
P 4700 3050
F 0 "Q1" H 4905 3096 50 0000 L CNN
F 1 "IRLZ34N" H 4905 3005 50 0000 L CNN
F 2 "Package_TO_SOT_THT:TO-220-3_Vertical" H 4950 2975 50 0001 L CIN
F 3 "http://www.infineon.com/dgdl/irlz34npbf.pdf?fileId=5546d462533600a40153567206892720" H 4700 3050 50 0001 L CNN
1 4700 3050
-1 0 0 -1
$EndComp
$Comp
L power:GND #PWR0102
U 1 1 6193E56A
P 4150 3800
F 0 "#PWR0102" H 4150 3550 50 0001 C CNN
F 1 "GND" V 4155 3672 50 0000 R CNN
F 2 "" H 4150 3800 50 0001 C CNN
F 3 "" H 4150 3800 50 0001 C CNN
1 4150 3800
0 1 1 0
$EndComp
$Comp
L power:+12V #PWR0101
U 1 1 6193C6AC
P 4150 3600
F 0 "#PWR0101" H 4150 3450 50 0001 C CNN
F 1 "+12V" V 4165 3728 50 0000 L CNN
F 2 "" H 4150 3600 50 0001 C CNN
F 3 "" H 4150 3600 50 0001 C CNN
1 4150 3600
0 -1 -1 0
$EndComp
Wire Wire Line
4150 3800 4150 4250
Wire Wire Line
4150 2350 4150 3600
Connection ~ 5250 4250
Wire Wire Line
5000 4600 6550 4600
Wire Wire Line
6550 4600 6550 3050
$Comp
L Device:R R3
U 1 1 6196384E
P 5000 3500
F 0 "R3" H 5070 3546 50 0000 L CNN
F 1 "R" H 5070 3455 50 0000 L CNN
F 2 "" V 4930 3500 50 0001 C CNN
F 3 "~" H 5000 3500 50 0001 C CNN
1 5000 3500
1 0 0 -1
$EndComp
Wire Wire Line
5000 3650 5000 4600
$Comp
L Device:C C2
U 1 1 61965BDB
P 5600 2500
F 0 "C2" H 5715 2546 50 0000 L CNN
F 1 "10 uF" H 5715 2455 50 0000 L CNN
F 2 "" H 5638 2350 50 0001 C CNN
F 3 "~" H 5600 2500 50 0001 C CNN
1 5600 2500
1 0 0 -1
$EndComp
Connection ~ 5600 2350
Wire Wire Line
5600 2350 5900 2350
Wire Wire Line
5600 2650 5250 2650
Connection ~ 5250 2650
$Comp
L Regulator_Linear:L7805 U1
U 1 1 61922AD0
P 5250 2350
F 0 "U1" H 5250 2592 50 0000 C CNN
F 1 "L7805CV" H 5250 2501 50 0000 C CNN
F 2 "" H 5275 2200 50 0001 L CIN
F 3 "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf" H 5250 2300 50 0001 C CNN
1 5250 2350
1 0 0 -1
$EndComp
Wire Wire Line
4850 2650 5250 2650
Wire Wire Line
4850 2350 4950 2350
Connection ~ 4850 2350
$Comp
L Device:C C1
U 1 1 619663DC
P 4850 2500
F 0 "C1" H 4965 2546 50 0000 L CNN
F 1 "10 uF" H 4965 2455 50 0000 L CNN
F 2 "" H 4888 2350 50 0001 C CNN
F 3 "~" H 4850 2500 50 0001 C CNN
1 4850 2500
1 0 0 -1
$EndComp
Wire Wire Line
4150 2350 4600 2350
$Comp
L pspice:DIODE D1
U 1 1 6196CF65
P 4600 2550
F 0 "D1" V 4554 2678 50 0000 L CNN
F 1 "DIODE" V 4645 2678 50 0000 L CNN
F 2 "" H 4600 2550 50 0001 C CNN
F 3 "~" H 4600 2550 50 0001 C CNN
1 4600 2550
0 1 1 0
$EndComp
Connection ~ 4600 2350
Wire Wire Line
4600 2350 4850 2350
Wire Wire Line
4150 4250 4600 4250
Wire Wire Line
4600 3250 4600 4250
Connection ~ 4600 4250
Wire Wire Line
4600 4250 5250 4250
Wire Wire Line
9050 1200 9050 2350
Wire Wire Line
8450 1200 8450 4250
$Comp
L 4xxx_IEEE:4066 U5
U 1 1 619811A6
P 7000 1700
F 0 "U5" V 7046 1447 50 0000 R CNN
F 1 "4066" V 6955 1447 50 0000 R CNN
F 2 "" H 7000 1700 50 0001 C CNN
F 3 "" H 7000 1700 50 0001 C CNN
1 7000 1700
0 -1 -1 0
$EndComp
Connection ~ 7000 1200
Wire Wire Line
7000 1200 7050 1200
$Comp
L 4xxx_IEEE:4066 U5
U 2 1 61982506
P 7850 1700
F 0 "U5" V 7896 1447 50 0000 R CNN
F 1 "4066" V 7805 1447 50 0000 R CNN
F 2 "" H 7850 1700 50 0001 C CNN
F 3 "" H 7850 1700 50 0001 C CNN
2 7850 1700
0 -1 -1 0
$EndComp
Connection ~ 7850 1200
Wire Wire Line
7850 1200 7900 1200
$Comp
L 4xxx_IEEE:4066 U5
U 3 1 619835E1
P 8750 2100
F 0 "U5" V 8796 1847 50 0000 R CNN
F 1 "4066" V 8705 1847 50 0000 R CNN
F 2 "" H 8750 2100 50 0001 C CNN
F 3 "" H 8750 2100 50 0001 C CNN
3 8750 2100
0 -1 -1 0
$EndComp
$Comp
L 4xxx_IEEE:4066 U5
U 4 1 619843D1
P 9450 2100
F 0 "U5" V 9496 1847 50 0000 R CNN
F 1 "4066" V 9405 1847 50 0000 R CNN
F 2 "" H 9450 2100 50 0001 C CNN
F 3 "" H 9450 2100 50 0001 C CNN
4 9450 2100
0 -1 -1 0
$EndComp
Wire Wire Line
9350 2950 9350 2600
Wire Wire Line
8650 2600 8650 2950
Connection ~ 8650 2950
Wire Wire Line
8650 2950 9350 2950
Wire Wire Line
7750 2200 7750 2950
Connection ~ 7750 2950
Wire Wire Line
7750 2950 8650 2950
Wire Wire Line
6900 2200 6900 2950
Wire Wire Line
6900 2950 7750 2950
Wire Wire Line
7100 3350 7100 2200
Wire Wire Line
7950 3450 7950 2200
Wire Wire Line
8850 3550 8850 2600
Wire Wire Line
9550 3650 9550 2600
Wire Wire Line
5000 3350 5000 3050
Wire Wire Line
5000 3050 4900 3050
$Comp
L Device:R R5
U 1 1 61991434
P 6750 2950
F 0 "R5" V 6543 2950 50 0000 C CNN
F 1 "1k" V 6634 2950 50 0000 C CNN
F 2 "" V 6680 2950 50 0001 C CNN
F 3 "~" H 6750 2950 50 0001 C CNN
1 6750 2950
0 1 1 0
$EndComp
Connection ~ 6900 2950
Wire Wire Line
6650 1200 6650 4250
Wire Wire Line
5250 4250 6000 4250
Wire Wire Line
6000 4250 6600 4250
Connection ~ 6000 4250
Wire Wire Line
6400 3650 9550 3650
Wire Wire Line
6400 3550 8850 3550
Wire Wire Line
6400 3450 7950 3450
Wire Wire Line
6400 3350 7100 3350
Wire Wire Line
6400 3150 10200 3150
Wire Wire Line
6550 3050 6400 3050
$Comp
L MCU_Module:WeMos_D1_mini U2
U 1 1 619143D2
P 6000 3450
F 0 "U2" H 6000 2561 50 0000 C CNN
F 1 "WeMos_D1_mini" H 6000 2470 50 0000 C CNN
F 2 "Module:WEMOS_D1_mini_light" H 6000 2300 50 0001 C CNN
F 3 "https://wiki.wemos.cc/products:d1:d1_mini#documentation" H 4150 2300 50 0001 C CNN
1 6000 3450
1 0 0 -1
$EndComp
Wire Wire Line
6400 3250 10200 3250
$Comp
L Device:R R4
U 1 1 6199266A
P 6600 4100
F 0 "R4" H 6670 4146 50 0000 L CNN
F 1 "2k" H 6670 4055 50 0000 L CNN
F 2 "" V 6530 4100 50 0001 C CNN
F 3 "~" H 6600 4100 50 0001 C CNN
1 6600 4100
1 0 0 -1
$EndComp
Connection ~ 6600 4250
Wire Wire Line
6600 4250 6650 4250
Wire Wire Line
6600 2950 6400 2950
Wire Wire Line
6600 3950 6600 2950
Connection ~ 6600 2950
$EndSCHEMATC

422
kicad/kicad.sch-bak Normal file
View File

@ -0,0 +1,422 @@
EESchema Schematic File Version 4
EELAYER 30 0
EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L Device:Thermistor_NTC TH2
U 1 1 61917553
P 8050 1200
F 0 "TH2" V 7760 1200 50 0000 C CNN
F 1 "Thermistor_NTC" V 7851 1200 50 0000 C CNN
F 2 "" H 8050 1250 50 0001 C CNN
F 3 "~" H 8050 1250 50 0001 C CNN
1 8050 1200
0 1 1 0
$EndComp
$Comp
L Sensor_Pressure:40PC015G U3
U 1 1 6191A270
P 8750 1200
F 0 "U3" V 8183 1200 50 0000 C CNN
F 1 "40PC015G" V 8274 1200 50 0000 C CNN
F 2 "" H 8850 1200 50 0001 C CNN
F 3 "http://www.honeywellscportal.com//index.php?ci_id=138832" H 8850 1200 50 0001 C CNN
1 8750 1200
0 1 1 0
$EndComp
$Comp
L Sensor_Pressure:40PC015G U4
U 1 1 6191AF10
P 9450 1200
F 0 "U4" V 8883 1200 50 0000 C CNN
F 1 "40PC015G" V 8974 1200 50 0000 C CNN
F 2 "" H 9550 1200 50 0001 C CNN
F 3 "http://www.honeywellscportal.com//index.php?ci_id=138832" H 9550 1200 50 0001 C CNN
1 9450 1200
0 1 1 0
$EndComp
Wire Wire Line
5900 2650 5900 2350
Wire Wire Line
9750 1200 9750 2350
Wire Wire Line
9150 1200 9150 4250
Connection ~ 9050 2350
Wire Wire Line
9050 2350 9750 2350
Connection ~ 8450 4250
Wire Wire Line
8450 4250 9150 4250
$Comp
L Device:R R2
U 1 1 6192ED09
P 7650 1200
F 0 "R2" V 7443 1200 50 0000 C CNN
F 1 "1k" V 7534 1200 50 0000 C CNN
F 2 "" V 7580 1200 50 0001 C CNN
F 3 "~" H 7650 1200 50 0001 C CNN
1 7650 1200
0 1 1 0
$EndComp
Wire Wire Line
7800 1200 7850 1200
Wire Wire Line
7500 1200 7500 4250
Connection ~ 7500 4250
Wire Wire Line
7500 4250 8450 4250
Wire Wire Line
8200 1200 8200 2350
Connection ~ 8200 2350
Wire Wire Line
8200 2350 9050 2350
Wire Wire Line
5550 2350 5600 2350
Connection ~ 5900 2350
Wire Wire Line
5250 2650 5250 4250
$Comp
L Connector_Generic:Conn_01x04 J2
U 1 1 6193F984
P 10400 3150
F 0 "J2" H 10480 3142 50 0000 L CNN
F 1 "BMP390" H 10480 3051 50 0000 L CNN
F 2 "" H 10400 3150 50 0001 C CNN
F 3 "~" H 10400 3150 50 0001 C CNN
1 10400 3150
1 0 0 -1
$EndComp
Wire Wire Line
10200 3050 10200 2350
Wire Wire Line
10200 2350 9750 2350
Connection ~ 9750 2350
Wire Wire Line
10200 3350 10200 4250
Wire Wire Line
10200 4250 9150 4250
Connection ~ 9150 4250
Wire Wire Line
6950 1200 7000 1200
$Comp
L Device:R R1
U 1 1 61932105
P 6800 1200
F 0 "R1" V 6593 1200 50 0000 C CNN
F 1 "1k" V 6684 1200 50 0000 C CNN
F 2 "" V 6730 1200 50 0001 C CNN
F 3 "~" H 6800 1200 50 0001 C CNN
1 6800 1200
0 1 1 0
$EndComp
$Comp
L Device:Thermistor_NTC TH1
U 1 1 619320FF
P 7200 1200
F 0 "TH1" V 6910 1200 50 0000 C CNN
F 1 "Thermistor_NTC" V 7001 1200 50 0000 C CNN
F 2 "" H 7200 1250 50 0001 C CNN
F 3 "~" H 7200 1250 50 0001 C CNN
1 7200 1200
0 1 1 0
$EndComp
Wire Wire Line
7350 1200 7350 2350
Connection ~ 7350 2350
Wire Wire Line
7350 2350 8200 2350
Connection ~ 6650 4250
Wire Wire Line
6650 4250 7500 4250
Wire Wire Line
5900 2350 7350 2350
$Comp
L Connector_Generic:Conn_01x02 J1
U 1 1 6194A4E6
P 4800 2750
F 0 "J1" H 4880 2742 50 0000 L CNN
F 1 "Fan Connector" H 4880 2651 50 0000 L CNN
F 2 "" H 4800 2750 50 0001 C CNN
F 3 "~" H 4800 2750 50 0001 C CNN
1 4800 2750
1 0 0 -1
$EndComp
$Comp
L Transistor_FET:IRLZ34N Q1
U 1 1 6194679D
P 4700 3050
F 0 "Q1" H 4905 3096 50 0000 L CNN
F 1 "IRLZ34N" H 4905 3005 50 0000 L CNN
F 2 "Package_TO_SOT_THT:TO-220-3_Vertical" H 4950 2975 50 0001 L CIN
F 3 "http://www.infineon.com/dgdl/irlz34npbf.pdf?fileId=5546d462533600a40153567206892720" H 4700 3050 50 0001 L CNN
1 4700 3050
-1 0 0 -1
$EndComp
$Comp
L power:GND #PWR0102
U 1 1 6193E56A
P 4150 3800
F 0 "#PWR0102" H 4150 3550 50 0001 C CNN
F 1 "GND" V 4155 3672 50 0000 R CNN
F 2 "" H 4150 3800 50 0001 C CNN
F 3 "" H 4150 3800 50 0001 C CNN
1 4150 3800
0 1 1 0
$EndComp
$Comp
L power:+12V #PWR0101
U 1 1 6193C6AC
P 4150 3600
F 0 "#PWR0101" H 4150 3450 50 0001 C CNN
F 1 "+12V" V 4165 3728 50 0000 L CNN
F 2 "" H 4150 3600 50 0001 C CNN
F 3 "" H 4150 3600 50 0001 C CNN
1 4150 3600
0 -1 -1 0
$EndComp
Wire Wire Line
4150 3800 4150 4250
Wire Wire Line
4150 2350 4150 3600
Connection ~ 5250 4250
Wire Wire Line
5000 4600 6550 4600
Wire Wire Line
6550 4600 6550 3050
$Comp
L Device:R R3
U 1 1 6196384E
P 5000 3500
F 0 "R3" H 5070 3546 50 0000 L CNN
F 1 "R" H 5070 3455 50 0000 L CNN
F 2 "" V 4930 3500 50 0001 C CNN
F 3 "~" H 5000 3500 50 0001 C CNN
1 5000 3500
1 0 0 -1
$EndComp
Wire Wire Line
5000 3650 5000 4600
$Comp
L Device:C C2
U 1 1 61965BDB
P 5600 2500
F 0 "C2" H 5715 2546 50 0000 L CNN
F 1 "10 uF" H 5715 2455 50 0000 L CNN
F 2 "" H 5638 2350 50 0001 C CNN
F 3 "~" H 5600 2500 50 0001 C CNN
1 5600 2500
1 0 0 -1
$EndComp
Connection ~ 5600 2350
Wire Wire Line
5600 2350 5900 2350
Wire Wire Line
5600 2650 5250 2650
Connection ~ 5250 2650
$Comp
L Regulator_Linear:L7805 U1
U 1 1 61922AD0
P 5250 2350
F 0 "U1" H 5250 2592 50 0000 C CNN
F 1 "L7805CV" H 5250 2501 50 0000 C CNN
F 2 "" H 5275 2200 50 0001 L CIN
F 3 "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf" H 5250 2300 50 0001 C CNN
1 5250 2350
1 0 0 -1
$EndComp
Wire Wire Line
4850 2650 5250 2650
Wire Wire Line
4850 2350 4950 2350
Connection ~ 4850 2350
$Comp
L Device:C C1
U 1 1 619663DC
P 4850 2500
F 0 "C1" H 4965 2546 50 0000 L CNN
F 1 "10 uF" H 4965 2455 50 0000 L CNN
F 2 "" H 4888 2350 50 0001 C CNN
F 3 "~" H 4850 2500 50 0001 C CNN
1 4850 2500
1 0 0 -1
$EndComp
Wire Wire Line
4150 2350 4600 2350
$Comp
L pspice:DIODE D1
U 1 1 6196CF65
P 4600 2550
F 0 "D1" V 4554 2678 50 0000 L CNN
F 1 "DIODE" V 4645 2678 50 0000 L CNN
F 2 "" H 4600 2550 50 0001 C CNN
F 3 "~" H 4600 2550 50 0001 C CNN
1 4600 2550
0 1 1 0
$EndComp
Connection ~ 4600 2350
Wire Wire Line
4600 2350 4850 2350
Wire Wire Line
4150 4250 4600 4250
Wire Wire Line
4600 3250 4600 4250
Connection ~ 4600 4250
Wire Wire Line
4600 4250 5250 4250
Wire Wire Line
9050 1200 9050 2350
Wire Wire Line
8450 1200 8450 4250
$Comp
L 4xxx_IEEE:4066 U5
U 1 1 619811A6
P 7000 1700
F 0 "U5" V 7046 1447 50 0000 R CNN
F 1 "4066" V 6955 1447 50 0000 R CNN
F 2 "" H 7000 1700 50 0001 C CNN
F 3 "" H 7000 1700 50 0001 C CNN
1 7000 1700
0 -1 -1 0
$EndComp
Connection ~ 7000 1200
Wire Wire Line
7000 1200 7050 1200
$Comp
L 4xxx_IEEE:4066 U5
U 2 1 61982506
P 7850 1700
F 0 "U5" V 7896 1447 50 0000 R CNN
F 1 "4066" V 7805 1447 50 0000 R CNN
F 2 "" H 7850 1700 50 0001 C CNN
F 3 "" H 7850 1700 50 0001 C CNN
2 7850 1700
0 -1 -1 0
$EndComp
Connection ~ 7850 1200
Wire Wire Line
7850 1200 7900 1200
$Comp
L 4xxx_IEEE:4066 U5
U 3 1 619835E1
P 8750 2100
F 0 "U5" V 8796 1847 50 0000 R CNN
F 1 "4066" V 8705 1847 50 0000 R CNN
F 2 "" H 8750 2100 50 0001 C CNN
F 3 "" H 8750 2100 50 0001 C CNN
3 8750 2100
0 -1 -1 0
$EndComp
$Comp
L 4xxx_IEEE:4066 U5
U 4 1 619843D1
P 9450 2100
F 0 "U5" V 9496 1847 50 0000 R CNN
F 1 "4066" V 9405 1847 50 0000 R CNN
F 2 "" H 9450 2100 50 0001 C CNN
F 3 "" H 9450 2100 50 0001 C CNN
4 9450 2100
0 -1 -1 0
$EndComp
Wire Wire Line
9350 2950 9350 2600
Wire Wire Line
8650 2600 8650 2950
Connection ~ 8650 2950
Wire Wire Line
8650 2950 9350 2950
Wire Wire Line
7750 2200 7750 2950
Connection ~ 7750 2950
Wire Wire Line
7750 2950 8650 2950
Wire Wire Line
6900 2200 6900 2950
Wire Wire Line
6900 2950 7750 2950
Wire Wire Line
7100 3350 7100 2200
Wire Wire Line
7950 3450 7950 2200
Wire Wire Line
8850 3550 8850 2600
Wire Wire Line
9550 3650 9550 2600
Wire Wire Line
5000 3350 5000 3050
Wire Wire Line
5000 3050 4900 3050
$Comp
L Device:R R5
U 1 1 61991434
P 6750 2950
F 0 "R5" V 6543 2950 50 0000 C CNN
F 1 "1k" V 6634 2950 50 0000 C CNN
F 2 "" V 6680 2950 50 0001 C CNN
F 3 "~" H 6750 2950 50 0001 C CNN
1 6750 2950
0 1 1 0
$EndComp
Connection ~ 6900 2950
Wire Wire Line
6650 1200 6650 4250
Wire Wire Line
5250 4250 6000 4250
Wire Wire Line
6000 4250 6600 4250
Connection ~ 6000 4250
Wire Wire Line
6400 3650 9550 3650
Wire Wire Line
6400 3550 8850 3550
Wire Wire Line
6400 3450 7950 3450
Wire Wire Line
6400 3350 7100 3350
Wire Wire Line
6400 3150 10200 3150
Wire Wire Line
6550 3050 6400 3050
$Comp
L MCU_Module:WeMos_D1_mini U2
U 1 1 619143D2
P 6000 3450
F 0 "U2" H 6000 2561 50 0000 C CNN
F 1 "WeMos_D1_mini" H 6000 2470 50 0000 C CNN
F 2 "Module:WEMOS_D1_mini_light" H 6000 2300 50 0001 C CNN
F 3 "https://wiki.wemos.cc/products:d1:d1_mini#documentation" H 4150 2300 50 0001 C CNN
1 6000 3450
1 0 0 -1
$EndComp
Wire Wire Line
6400 3250 10200 3250
$Comp
L Device:R R4
U 1 1 6199266A
P 6600 4100
F 0 "R4" H 6670 4146 50 0000 L CNN
F 1 "2k" H 6670 4055 50 0000 L CNN
F 2 "" V 6530 4100 50 0001 C CNN
F 3 "~" H 6600 4100 50 0001 C CNN
1 6600 4100
1 0 0 -1
$EndComp
Connection ~ 6600 4250
Wire Wire Line
6600 4250 6650 4250
Wire Wire Line
6600 2950 6400 2950
Wire Wire Line
6600 3950 6600 2950
Connection ~ 6600 2950
$EndSCHEMATC

View File

@ -0,0 +1,29 @@
6360511949996
wemos-d1-mini
wemos-d1-mini-connectors-only
0
16
16
wemos-d1-mini
wemos-d1-mini-embedded
0
16
16
wemos-d1-mini
wemos-d1-mini-with-pin-header
0
16
16
wemos-d1-mini
wemos-d1-mini-with-pin-header-and-connector
0
16
16

View File

@ -0,0 +1,3 @@
(fp_lib_table
(lib (name wemos-d1-mini)(type KiCad)(uri /mnt/old-system/data/git/wemos-d1-mini-kicad/modules/wemos-d1-mini.pretty)(options "")(descr ""))
)

View File

@ -0,0 +1,3 @@
(sym_lib_table
(lib (name wemos_mini)(type Legacy)(uri ${KIPRJMOD}/wemos_mini.lib)(options "")(descr ""))
)

View File

@ -0,0 +1,9 @@
EESchema-DOCLIB Version 2.0
#
$CMP WeMos_D1_mini
D WeMos D1 mini
K esp8266, wemos
F http://www.wemos.cc/Products/d1_mini.html
$ENDCMP
#
#End Doc Library

View File

@ -0,0 +1,32 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# WeMos_D1_mini
#
DEF WeMos_D1_mini U 0 40 Y Y 1 F N
F0 "U" 0 500 60 H V C CNN
F1 "WeMos_D1_mini" 0 -500 60 H V C CNN
F2 "" 550 -700 60 H V C CNN
F3 "" 550 -700 60 H V C CNN
DRAW
S -300 450 300 -550 0 1 0 N
X Rst 1 -500 350 200 R 50 50 1 1 B
X GND 10 500 -250 200 L 50 50 1 1 W
X D4 11 500 -150 200 L 50 50 1 1 B
X D3 12 500 -50 200 L 50 50 1 1 B
X D2 13 500 50 200 L 50 50 1 1 B
X D1 14 500 150 200 L 50 50 1 1 B
X Rx 15 500 250 200 L 50 50 1 1 B
X Tx 16 500 350 200 L 50 50 1 1 B
X A0 2 -500 250 200 R 50 50 1 1 B
X D0 3 -500 150 200 R 50 50 1 1 B
X D5 4 -500 50 200 R 50 50 1 1 B
X D6 5 -500 -50 200 R 50 50 1 1 B
X D7 6 -500 -150 200 R 50 50 1 1 B
X D8 7 -500 -250 200 R 50 50 1 1 B
X 3.3V 8 -500 -350 200 R 50 50 1 1 w
X 5V 9 500 -350 200 L 50 50 1 1 W
ENDDRAW
ENDDEF
#
#End Library

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -0,0 +1,67 @@
(module wemos-d1-mini-connectors-only (layer F.Cu) (tedit 5EC77245)
(fp_text reference REF** (at -19.3 0 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Wemos-D1-mini (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -18.3 13.33) (end 14.78 13.33) (layer F.SilkS) (width 0.15))
(fp_line (start 16.78 11.33) (end 16.78 -11.33) (layer F.SilkS) (width 0.15))
(fp_line (start 14.78 -13.33) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 -11.18) (end -18.3 -3.32) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 -3.32) (end -17.3 -3.32) (layer F.SilkS) (width 0.15))
(fp_line (start -17.3 -3.32) (end -17.3 4.9) (layer F.SilkS) (width 0.15))
(fp_line (start -17.3 4.9) (end -18.3 4.9) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 4.9) (end -18.3 13.329999) (layer F.SilkS) (width 0.15))
(fp_line (start -11.48 -13.5) (end 14.85 -13.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 16.94 -11.5) (end 16.94 11.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 14.94 13.5) (end -18.46 13.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.46 13.5) (end -18.46 -11.33) (layer F.CrtYd) (width 0.05))
(fp_arc (start 14.78 -11.33) (end 14.78 -13.33) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start 14.78 11.33) (end 16.78 11.33) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start 14.94 11.5) (end 16.94 11.5) (angle 90) (layer F.CrtYd) (width 0.05))
(fp_arc (start 14.94 -11.5) (end 14.85 -13.5) (angle 92.57657183) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.3 -11.18) (end -12.3 -11.18) (layer F.SilkS) (width 0.15))
(fp_arc (start -12.3 -12.18) (end -11.3 -12.18) (angle 90) (layer F.SilkS) (width 0.15))
(fp_line (start -11.3 -12.17) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -11.3 -13.33) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -11.48 -13.5) (end -11.48 -12.33) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.46 -11.33) (end -12.48 -11.33) (layer F.CrtYd) (width 0.05))
(fp_arc (start -12.48 -12.33) (end -11.48 -12.33) (angle 90) (layer F.CrtYd) (width 0.05))
(pad 8 thru_hole circle (at -8.89 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 9 thru_hole circle (at -8.89 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 7 thru_hole circle (at -6.35 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 10 thru_hole circle (at -6.35 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at -3.81 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 11 thru_hole circle (at -3.81 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at -1.27 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 12 thru_hole circle (at -1.27 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 1.27 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 13 thru_hole circle (at 1.27 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 3.81 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 14 thru_hole circle (at 3.81 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 6.35 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 15 thru_hole circle (at 6.35 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 8.89 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 16 thru_hole circle (at 8.89 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/SLW-108-01-G-S.wrl
(offset (xyz 0 -11.39999982878918 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz -90 0 0))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/SLW-108-01-G-S.wrl
(offset (xyz 0 11.39999982878918 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz -90 0 0))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/TSW-108-05-G-S.wrl
(offset (xyz 0 -11.39999982878918 7.299999890364999))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 90 0 0))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/TSW-108-05-G-S.wrl
(offset (xyz 0 11.39999982878918 7.299999890364999))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 90 0 0))
)
)

View File

@ -0,0 +1,58 @@
(module wemos-d1-mini-embedded (layer F.Cu) (tedit 5EC77280)
(fp_text reference REF** (at 20.32 -8.89 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Wemos-D1-mini (at 20.32 0 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -11.43 -14.605) (end 15.24 -14.605) (layer F.SilkS) (width 0.15))
(fp_line (start 18.415 -11.43) (end 18.415 11.43) (layer F.SilkS) (width 0.15))
(fp_line (start 15.24 14.605) (end -18.415 14.605) (layer F.SilkS) (width 0.15))
(fp_line (start -18.415 14.605) (end -18.415 18.415) (layer F.SilkS) (width 0.15))
(fp_line (start -18.415 18.415) (end 19.05 18.415) (layer F.SilkS) (width 0.15))
(fp_line (start 19.05 18.415) (end 19.05 -18.415) (layer F.SilkS) (width 0.15))
(fp_line (start 19.05 -18.415) (end -11.43 -18.415) (layer F.SilkS) (width 0.15))
(fp_line (start -11.43 -18.415) (end -18.415 -18.415) (layer F.SilkS) (width 0.15))
(fp_line (start -18.415 -18.415) (end -18.415 -12.7) (layer F.SilkS) (width 0.15))
(fp_line (start -18.415 -12.7) (end -13.97 -12.7) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 -13.97) (end -12.7 -14.605) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 -14.605) (end -11.43 -14.605) (layer F.SilkS) (width 0.15))
(fp_line (start -11.43 -14.605) (end -11.43 -14.605) (layer F.SilkS) (width 0.15))
(fp_arc (start 15.24 11.43) (end 18.415 11.43) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start 15.24 -11.43) (end 15.24 -14.605) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start -13.97 -13.97) (end -12.7 -13.97) (angle 90) (layer F.SilkS) (width 0.15))
(fp_line (start -18.542 -18.542) (end 19.177 -18.542) (layer F.CrtYd) (width 0.05))
(fp_line (start 19.177 -18.542) (end 19.177 18.542) (layer F.CrtYd) (width 0.05))
(fp_line (start 19.177 18.542) (end -18.542 18.542) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.542 18.542) (end -18.542 14.478) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.542 14.478) (end 15.24 14.478) (layer F.CrtYd) (width 0.05))
(fp_line (start 18.288 11.43) (end 18.288 -11.43) (layer F.CrtYd) (width 0.05))
(fp_line (start 15.24 -14.478) (end -12.573 -14.478) (layer F.CrtYd) (width 0.05))
(fp_line (start -12.573 -14.478) (end -12.573 -13.97) (layer F.CrtYd) (width 0.05))
(fp_line (start -13.843 -12.573) (end -18.542 -12.573) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.542 -12.573) (end -18.542 -18.542) (layer F.CrtYd) (width 0.05))
(fp_arc (start 15.24 -11.43) (end 15.24 -14.478) (angle 90) (layer F.CrtYd) (width 0.05))
(fp_arc (start 15.24 11.43) (end 18.288 11.43) (angle 90) (layer F.CrtYd) (width 0.05))
(fp_arc (start -13.97 -13.97) (end -12.573 -13.97) (angle 84.3) (layer F.CrtYd) (width 0.05))
(pad 8 thru_hole circle (at -8.89 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 9 thru_hole circle (at -8.89 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 7 thru_hole circle (at -6.35 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 10 thru_hole circle (at -6.35 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at -3.81 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 11 thru_hole circle (at -3.81 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at -1.27 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 12 thru_hole circle (at -1.27 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 1.27 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 13 thru_hole circle (at 1.27 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 3.81 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 14 thru_hole circle (at 3.81 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 6.35 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 15 thru_hole circle (at 6.35 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 8.89 -16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 16 thru_hole circle (at 8.89 16.51) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/d1_mini_shield.wrl
(offset (xyz -17.89999973116897 -12.79999980776329 0.09999999849815071))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 180 90))
)
)

View File

@ -0,0 +1,72 @@
(module wemos-d1-mini-with-pin-header-and-connector (layer F.Cu) (tedit 5EC77306)
(fp_text reference REF** (at -19.3 0 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Wemos-D1-mini (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -18.3 13.33) (end 14.78 13.33) (layer F.SilkS) (width 0.15))
(fp_line (start 16.78 11.33) (end 16.78 -11.33) (layer F.SilkS) (width 0.15))
(fp_line (start 14.78 -13.33) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 -11.18) (end -18.3 -3.32) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 -3.32) (end -17.3 -3.32) (layer F.SilkS) (width 0.15))
(fp_line (start -17.3 -3.32) (end -17.3 4.9) (layer F.SilkS) (width 0.15))
(fp_line (start -17.3 4.9) (end -18.3 4.9) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 4.9) (end -18.3 13.329999) (layer F.SilkS) (width 0.15))
(fp_line (start -11.48 -13.5) (end 14.85 -13.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 16.94 -11.5) (end 16.94 11.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 14.94 13.5) (end -18.46 13.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.46 13.5) (end -18.46 -11.33) (layer F.CrtYd) (width 0.05))
(fp_arc (start 14.78 -11.33) (end 14.78 -13.33) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start 14.78 11.33) (end 16.78 11.33) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start 14.94 11.5) (end 16.94 11.5) (angle 90) (layer F.CrtYd) (width 0.05))
(fp_arc (start 14.94 -11.5) (end 14.85 -13.5) (angle 92.57657183) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.3 -11.18) (end -12.3 -11.18) (layer F.SilkS) (width 0.15))
(fp_arc (start -12.3 -12.18) (end -11.3 -12.18) (angle 90) (layer F.SilkS) (width 0.15))
(fp_line (start -11.3 -12.17) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -11.3 -13.33) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -11.48 -13.5) (end -11.48 -12.33) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.46 -11.33) (end -12.48 -11.33) (layer F.CrtYd) (width 0.05))
(fp_arc (start -12.48 -12.33) (end -11.48 -12.33) (angle 90) (layer F.CrtYd) (width 0.05))
(pad 8 thru_hole circle (at -8.89 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 9 thru_hole circle (at -8.89 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 7 thru_hole circle (at -6.35 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 10 thru_hole circle (at -6.35 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at -3.81 -11.43 90) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 11 thru_hole circle (at -3.81 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at -1.27 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 12 thru_hole circle (at -1.27 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 1.27 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 13 thru_hole circle (at 1.27 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 3.81 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 14 thru_hole circle (at 3.81 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 6.35 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 15 thru_hole circle (at 6.35 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 8.89 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 16 thru_hole circle (at 8.89 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/d1_mini_shield.wrl
(offset (xyz -17.89999973116897 -12.79999980776329 8.39999987384466))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 180 90))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/SLW-108-01-G-S.wrl
(offset (xyz 0 -11.39999982878918 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz -90 0 0))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/SLW-108-01-G-S.wrl
(offset (xyz 0 11.39999982878918 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz -90 0 0))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/TSW-108-05-G-S.wrl
(offset (xyz 0 -11.39999982878918 7.299999890364999))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 90 0 0))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/TSW-108-05-G-S.wrl
(offset (xyz 0 11.39999982878918 7.299999890364999))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 90 0 0))
)
)

View File

@ -0,0 +1,62 @@
(module wemos-d1-mini-with-pin-header (layer F.Cu) (tedit 5EC772B1)
(fp_text reference REF** (at -19.3 0 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Wemos-D1-mini (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -18.3 13.33) (end 14.78 13.33) (layer F.SilkS) (width 0.15))
(fp_line (start 16.78 11.33) (end 16.78 -11.33) (layer F.SilkS) (width 0.15))
(fp_line (start 14.78 -13.33) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 -11.18) (end -18.3 -3.32) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 -3.32) (end -17.3 -3.32) (layer F.SilkS) (width 0.15))
(fp_line (start -17.3 -3.32) (end -17.3 4.9) (layer F.SilkS) (width 0.15))
(fp_line (start -17.3 4.9) (end -18.3 4.9) (layer F.SilkS) (width 0.15))
(fp_line (start -18.3 4.9) (end -18.3 13.329999) (layer F.SilkS) (width 0.15))
(fp_line (start -11.48 -13.5) (end 14.85 -13.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 16.94 -11.5) (end 16.94 11.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 14.94 13.5) (end -18.46 13.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.46 13.5) (end -18.46 -11.33) (layer F.CrtYd) (width 0.05))
(fp_arc (start 14.78 -11.33) (end 14.78 -13.33) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start 14.78 11.33) (end 16.78 11.33) (angle 90) (layer F.SilkS) (width 0.15))
(fp_arc (start 14.94 11.5) (end 16.94 11.5) (angle 90) (layer F.CrtYd) (width 0.05))
(fp_arc (start 14.94 -11.5) (end 14.85 -13.5) (angle 92.57657183) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.3 -11.18) (end -12.3 -11.18) (layer F.SilkS) (width 0.15))
(fp_arc (start -12.3 -12.18) (end -11.3 -12.18) (angle 90) (layer F.SilkS) (width 0.15))
(fp_line (start -11.3 -12.17) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -11.3 -13.33) (end -11.3 -13.33) (layer F.SilkS) (width 0.15))
(fp_line (start -11.48 -13.5) (end -11.48 -12.33) (layer F.CrtYd) (width 0.05))
(fp_line (start -18.46 -11.33) (end -12.48 -11.33) (layer F.CrtYd) (width 0.05))
(fp_arc (start -12.48 -12.33) (end -11.48 -12.33) (angle 90) (layer F.CrtYd) (width 0.05))
(pad 8 thru_hole circle (at -8.89 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 9 thru_hole circle (at -8.89 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 7 thru_hole circle (at -6.35 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 10 thru_hole circle (at -6.35 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at -3.81 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 11 thru_hole circle (at -3.81 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at -1.27 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 12 thru_hole circle (at -1.27 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 1.27 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 13 thru_hole circle (at 1.27 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 3.81 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 14 thru_hole circle (at 3.81 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 6.35 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 15 thru_hole circle (at 6.35 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 8.89 -11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(pad 16 thru_hole circle (at 8.89 11.43) (size 1.8 1.8) (drill 1.016) (layers *.Cu *.Mask))
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/d1_mini_shield.wrl
(offset (xyz -17.89999973116897 -12.79999980776329 5.099999923405687))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 180 90))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/TSW-108-05-G-S.wrl
(offset (xyz 0 -11.39999982878918 2.599999960951919))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 90 0 0))
)
(model ${KIPRJMOD}/3dshapes/wemos_d1_mini.3dshapes/TSW-108-05-G-S.wrl
(offset (xyz 0 11.39999982878918 2.599999960951919))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 90 0 0))
)
)

3
kicad/sym-lib-table Normal file
View File

@ -0,0 +1,3 @@
(sym_lib_table
(lib (name D1_Mini)(type Legacy)(uri /home/fe/korjakow/Projects/radiator_test_bench/kicad/libraries/wemos_mini.lib)(options "")(descr ""))
)