Adds APLv2 notice to schematic and board and full copy of license to repo
This commit is contained in:
parent
a180490517
commit
1ce6f742dd
182
LICENSE
182
LICENSE
|
@ -1,13 +1,177 @@
|
||||||
Copyright 2017 University of Western Ontario
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); you
|
Apache License
|
||||||
may not use this file except in compliance with the License. You may
|
Version 2.0, January 2004
|
||||||
obtain a copy of the License at
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
1. Definitions.
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
|
"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
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
implied. See the License for the specific language governing
|
implied, including, without limitation, any warranties or conditions
|
||||||
permissions and limitations under the License.
|
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
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
(general
|
(general
|
||||||
(links 373)
|
(links 373)
|
||||||
(no_connects 0)
|
(no_connects 0)
|
||||||
(area 86.331826 66.2172 204.7 164.117001)
|
(area 106.604999 72.314999 193.115001 143.585001)
|
||||||
(thickness 1.6)
|
(thickness 1.6)
|
||||||
(drawings 31)
|
(drawings 32)
|
||||||
(tracks 1423)
|
(tracks 1423)
|
||||||
(zones 0)
|
(zones 0)
|
||||||
(modules 205)
|
(modules 205)
|
||||||
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
(page USLetter)
|
(page USLetter)
|
||||||
(title_block
|
(title_block
|
||||||
(title "8ch Polymers Strain Amplifier")
|
(title "8ch Polymer Strain Amplifier")
|
||||||
(date 2017-03-31)
|
(date 2017-04-04)
|
||||||
(rev AB)
|
(rev AB)
|
||||||
(company "Cusack Lab; Brain and Mind Institute, UWO")
|
(company "Cusack Lab; Brain and Mind Institute, UWO")
|
||||||
(comment 1 "Monadnock Systems")
|
(comment 1 "Monadnock Systems")
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
(37 F.SilkS user)
|
(37 F.SilkS user)
|
||||||
(38 B.Mask user)
|
(38 B.Mask user)
|
||||||
(39 F.Mask user)
|
(39 F.Mask user)
|
||||||
(40 Dwgs.User user hide)
|
(40 Dwgs.User user)
|
||||||
(41 Cmts.User user)
|
(41 Cmts.User user)
|
||||||
(42 Eco1.User user)
|
(42 Eco1.User user)
|
||||||
(43 Eco2.User user)
|
(43 Eco2.User user)
|
||||||
|
@ -7664,6 +7664,9 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(gr_text " Copyright 2017 University of Western Ontario\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License." (at 14.7955 181.6735) (layer Cmts.User)
|
||||||
|
(effects (font (size 1.5 1.5) (thickness 0.3)) (justify left))
|
||||||
|
)
|
||||||
(gr_text - (at 130.175 140.081) (layer F.SilkS)
|
(gr_text - (at 130.175 140.081) (layer F.SilkS)
|
||||||
(effects (font (size 1.5 1.5) (thickness 0.3)))
|
(effects (font (size 1.5 1.5) (thickness 0.3)))
|
||||||
)
|
)
|
||||||
|
|
|
@ -39,10 +39,10 @@ $Descr USLetter 11000 8500
|
||||||
encoding utf-8
|
encoding utf-8
|
||||||
Sheet 1 5
|
Sheet 1 5
|
||||||
Title "Polymer Sensor Amplifier"
|
Title "Polymer Sensor Amplifier"
|
||||||
Date "2017-03-31"
|
Date "2017-04-04"
|
||||||
Rev "AB"
|
Rev "AB"
|
||||||
Comp "Monadnock Systems"
|
Comp "Cusack Lab; Brain and Mind Institue, UWO"
|
||||||
Comment1 ""
|
Comment1 "Monadnock Systems"
|
||||||
Comment2 ""
|
Comment2 ""
|
||||||
Comment3 ""
|
Comment3 ""
|
||||||
Comment4 ""
|
Comment4 ""
|
||||||
|
@ -596,4 +596,6 @@ F 3 "" H 6610 1870 50 0000 C CNN
|
||||||
$EndComp
|
$EndComp
|
||||||
Text Notes 7460 2120 0 60 ~ 0
|
Text Notes 7460 2120 0 60 ~ 0
|
||||||
2/3W
|
2/3W
|
||||||
|
Text Notes 470 7890 0 60 ~ 0
|
||||||
|
Copyright 2017 University of Western Ontario\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
|
||||||
$EndSCHEMATC
|
$EndSCHEMATC
|
||||||
|
|
12
channel0.sch
12
channel0.sch
|
@ -41,8 +41,8 @@ Sheet 2 5
|
||||||
Title "Input Channel 0 & 1"
|
Title "Input Channel 0 & 1"
|
||||||
Date "2017-03-31"
|
Date "2017-03-31"
|
||||||
Rev "AB"
|
Rev "AB"
|
||||||
Comp "Monadnock Systems"
|
Comp "Cusack Lab; Brain and Mind Institue, UWO"
|
||||||
Comment1 ""
|
Comment1 "Monadnock Systems"
|
||||||
Comment2 ""
|
Comment2 ""
|
||||||
Comment3 ""
|
Comment3 ""
|
||||||
Comment4 ""
|
Comment4 ""
|
||||||
|
@ -159,7 +159,7 @@ F 3 "" H 5600 1600 50 0001 C CNN
|
||||||
1 5600 1600
|
1 5600 1600
|
||||||
0 1 1 0
|
0 1 1 0
|
||||||
$EndComp
|
$EndComp
|
||||||
Text Notes 790 5090 0 87 ~ 0
|
Text Notes 710 6030 0 87 ~ 0
|
||||||
Notes:\n\nR203, R213: 0.1%\nOther R: 1%\nC205, C206, C207, C208, C209, C210, C211, C212: 50V NP0\nBypass Caps: 50V X7R X5R
|
Notes:\n\nR203, R213: 0.1%\nOther R: 1%\nC205, C206, C207, C208, C209, C210, C211, C212: 50V NP0\nBypass Caps: 50V X7R X5R
|
||||||
$Comp
|
$Comp
|
||||||
L R R208
|
L R R208
|
||||||
|
@ -329,7 +329,7 @@ Wire Wire Line
|
||||||
9420 850 10150 850
|
9420 850 10150 850
|
||||||
Text Notes 6950 5250 0 60 ~ 0
|
Text Notes 6950 5250 0 60 ~ 0
|
||||||
Assumptions:\n - (Initial) DAQ is MCC USB-1208FS (available at BMI)\n 11-bit, max 6250 S/sec for each channel; sequential\n - Target Bandwidth: 195Hz\n - Sampling Rate 6240 S/s\n - Sensor resistance ~2MΩ\n - Respiration motion changes sensor resistance by < ±10%\n - Sensor resistance changes with handling; would require at\n least per-subject trimming if DC coupled.
|
Assumptions:\n - (Initial) DAQ is MCC USB-1208FS (available at BMI)\n 11-bit, max 6250 S/sec for each channel; sequential\n - Target Bandwidth: 195Hz\n - Sampling Rate 6240 S/s\n - Sensor resistance ~2MΩ\n - Respiration motion changes sensor resistance by < ±10%\n - Sensor resistance changes with handling; would require at\n least per-subject trimming if DC coupled.
|
||||||
Text Notes 750 7750 0 60 ~ 0
|
Text Notes 6860 6360 0 60 ~ 0
|
||||||
Open Questions:\n\n1. AC vs DC Coupling:\n - AC; no trimming, better UX, better tempco, cheaper\n - DC; captures all low-frequency signal that may be of interest\n\n2. Use chopper amps in signal path: Probably bad\n - Lower total noise for *extremely* small bandwidths (<5Hz?)\n - Lower offset (if DC coupled)\n
|
Open Questions:\n\n1. AC vs DC Coupling:\n - AC; no trimming, better UX, better tempco, cheaper\n - DC; captures all low-frequency signal that may be of interest\n\n2. Use chopper amps in signal path: Probably bad\n - Lower total noise for *extremely* small bandwidths (<5Hz?)\n - Lower offset (if DC coupled)\n
|
||||||
$Comp
|
$Comp
|
||||||
L C C202
|
L C C202
|
||||||
|
@ -342,7 +342,7 @@ F 3 "" H 9650 1000 50 0001 C CNN
|
||||||
1 9650 1000
|
1 9650 1000
|
||||||
1 0 0 -1
|
1 0 0 -1
|
||||||
$EndComp
|
$EndComp
|
||||||
Text Notes 750 6440 0 60 ~ 0
|
Text Notes 3630 5410 0 60 ~ 0
|
||||||
Problems:\n\n - USB-1208FS has fixed single-ended range of ±10V\n - Drop in upgrade to USB-1608FS (16bit and variable range)\n - Mitigated initially by running on 18V via two 9V batteries.\n\n - R202, R208, R212, R218; 39M only available in thick film. \n - More (slightly) 1/f noise and ±5% accuracy.\n\n - AC coupling isn't optional in this design. Rhodri keen\n to try AC route first; add cost / complexity later if needed.
|
Problems:\n\n - USB-1208FS has fixed single-ended range of ±10V\n - Drop in upgrade to USB-1608FS (16bit and variable range)\n - Mitigated initially by running on 18V via two 9V batteries.\n\n - R202, R208, R212, R218; 39M only available in thick film. \n - More (slightly) 1/f noise and ±5% accuracy.\n\n - AC coupling isn't optional in this design. Rhodri keen\n to try AC route first; add cost / complexity later if needed.
|
||||||
Text HLabel 9000 1700 2 60 Output ~ 0
|
Text HLabel 9000 1700 2 60 Output ~ 0
|
||||||
Channel0
|
Channel0
|
||||||
|
@ -1059,4 +1059,6 @@ Wire Wire Line
|
||||||
1400 2090 1400 1950
|
1400 2090 1400 1950
|
||||||
Wire Wire Line
|
Wire Wire Line
|
||||||
1750 2090 1750 1950
|
1750 2090 1750 1950
|
||||||
|
Text Notes 450 7910 0 60 ~ 0
|
||||||
|
Copyright 2017 University of Western Ontario\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
|
||||||
$EndSCHEMATC
|
$EndSCHEMATC
|
||||||
|
|
|
@ -41,8 +41,8 @@ Sheet 3 5
|
||||||
Title "Input Channel 2 & 3"
|
Title "Input Channel 2 & 3"
|
||||||
Date "2017-03-31"
|
Date "2017-03-31"
|
||||||
Rev "AB"
|
Rev "AB"
|
||||||
Comp "Monadnock Systems"
|
Comp "Cusack Lab; Brain and Mind Institue, UWO"
|
||||||
Comment1 ""
|
Comment1 "Monadnock Systems"
|
||||||
Comment2 ""
|
Comment2 ""
|
||||||
Comment3 ""
|
Comment3 ""
|
||||||
Comment4 ""
|
Comment4 ""
|
||||||
|
@ -1025,4 +1025,6 @@ Wire Wire Line
|
||||||
1400 3910 1430 3910
|
1400 3910 1430 3910
|
||||||
Wire Wire Line
|
Wire Wire Line
|
||||||
1400 3910 1400 3750
|
1400 3910 1400 3750
|
||||||
|
Text Notes 430 7940 0 60 ~ 0
|
||||||
|
Copyright 2017 University of Western Ontario\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
|
||||||
$EndSCHEMATC
|
$EndSCHEMATC
|
||||||
|
|
|
@ -41,8 +41,8 @@ Sheet 4 5
|
||||||
Title "Input Channel 4 & 5"
|
Title "Input Channel 4 & 5"
|
||||||
Date "2017-03-31"
|
Date "2017-03-31"
|
||||||
Rev "AB"
|
Rev "AB"
|
||||||
Comp "Monadnock Systems"
|
Comp "Cusack Lab; Brain and Mind Institue, UWO"
|
||||||
Comment1 ""
|
Comment1 "Monadnock Systems"
|
||||||
Comment2 ""
|
Comment2 ""
|
||||||
Comment3 ""
|
Comment3 ""
|
||||||
Comment4 ""
|
Comment4 ""
|
||||||
|
@ -1025,4 +1025,6 @@ F 3 "" H 1580 2300 50 0000 C CNN
|
||||||
$EndComp
|
$EndComp
|
||||||
Wire Wire Line
|
Wire Wire Line
|
||||||
1580 2300 1580 2250
|
1580 2300 1580 2250
|
||||||
|
Text Notes 450 7880 0 60 ~ 0
|
||||||
|
Copyright 2017 University of Western Ontario\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
|
||||||
$EndSCHEMATC
|
$EndSCHEMATC
|
||||||
|
|
|
@ -41,8 +41,8 @@ Sheet 5 5
|
||||||
Title "Input Channel 6 & 7"
|
Title "Input Channel 6 & 7"
|
||||||
Date "2017-03-31"
|
Date "2017-03-31"
|
||||||
Rev "AB"
|
Rev "AB"
|
||||||
Comp "Monadnock Systems"
|
Comp "Cusack Lab; Brain and Mind Institue, UWO"
|
||||||
Comment1 ""
|
Comment1 "Monadnock Systems"
|
||||||
Comment2 ""
|
Comment2 ""
|
||||||
Comment3 ""
|
Comment3 ""
|
||||||
Comment4 ""
|
Comment4 ""
|
||||||
|
@ -1025,4 +1025,6 @@ F 3 "" H 1580 4050 50 0000 C CNN
|
||||||
1 1580 4050
|
1 1580 4050
|
||||||
-1 0 0 1
|
-1 0 0 1
|
||||||
$EndComp
|
$EndComp
|
||||||
|
Text Notes 450 7890 0 60 ~ 0
|
||||||
|
Copyright 2017 University of Western Ontario\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
|
||||||
$EndSCHEMATC
|
$EndSCHEMATC
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
(module Jumper_NC (layer F.Cu) (tedit 58E3D810)
|
||||||
|
(fp_text reference REF** (at 0.18 1.58) (layer F.SilkS)
|
||||||
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_text value Jumper_NC (at 0.06 -1.83) (layer F.Fab)
|
||||||
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_line (start 0 -0.2286) (end 0 0.2286) (layer F.Mask) (width 0.15))
|
||||||
|
(fp_line (start -0.1016 -0.2286) (end 0 -0.2286) (layer F.Mask) (width 0.15))
|
||||||
|
(fp_line (start -0.1016 0.3048) (end -0.1016 -0.2286) (layer F.Mask) (width 0.15))
|
||||||
|
(fp_line (start 0.1016 0.3048) (end -0.1016 0.3048) (layer F.Mask) (width 0.15))
|
||||||
|
(fp_line (start 0.1016 -0.3048) (end 0.1016 0.3048) (layer F.Mask) (width 0.15))
|
||||||
|
(fp_line (start -0.127 -0.3048) (end 0.1016 -0.3048) (layer F.Mask) (width 0.15))
|
||||||
|
(pad 1 smd trapezoid (at -0.4318 0 90) (size 0.635 0.635) (rect_delta 0 0.1524 ) (layers F.Cu F.Paste F.Mask))
|
||||||
|
(pad 2 smd trapezoid (at 0.4318 0 270) (size 0.635 0.635) (rect_delta 0 0.1524 ) (layers F.Cu F.Paste F.Mask))
|
||||||
|
(pad 3 smd rect (at 0 0) (size 0.254 0.254) (layers F.Cu F.Paste F.Mask))
|
||||||
|
)
|
|
@ -0,0 +1,41 @@
|
||||||
|
(module Potentiometer_Trimmer_Bourns_3296W_w_Bypass (layer F.Cu) (tedit 58E3DEC4)
|
||||||
|
(descr "Spindle Trimmer Potentiometer, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf")
|
||||||
|
(tags "Spindle Trimmer Potentiometer Bourns 3296W")
|
||||||
|
(fp_text reference REF** (at -2.54 -3.66) (layer F.SilkS)
|
||||||
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_text value Potentiometer_Trimmer_Bourns_3296W (at -2.54 3.67) (layer F.Fab)
|
||||||
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_line (start -3.2258 0) (end -4.3942 0) (layer F.Mask) (width 0.15))
|
||||||
|
(fp_line (start -0.6858 0) (end -1.8542 0) (layer F.Mask) (width 0.15))
|
||||||
|
(fp_line (start -3.2258 0) (end -4.3942 0) (layer F.Cu) (width 0.15))
|
||||||
|
(fp_line (start -0.6858 0) (end -1.8542 0) (layer F.Cu) (width 0.15))
|
||||||
|
(fp_arc (start 0.955 1.15) (end 0.955 2.305) (angle -182) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_arc (start 0.955 1.15) (end -0.174 0.91) (angle -103) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_circle (center 0.955 1.15) (end 2.05 1.15) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -7.305 -2.41) (end -7.305 2.42) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -7.305 2.42) (end 2.225 2.42) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 2.225 2.42) (end 2.225 -2.41) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 2.225 -2.41) (end -7.305 -2.41) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 1.786 0.454) (end 0.259 1.981) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 1.652 0.32) (end 0.125 1.847) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -7.365 -2.47) (end 2.285 -2.47) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start -7.365 2.481) (end 2.285 2.481) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start -7.365 -2.47) (end -7.365 2.481) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start 2.285 -2.47) (end 2.285 2.481) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start 1.831 0.416) (end 0.22 2.026) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start 1.691 0.275) (end 0.079 1.885) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start -7.6 -2.7) (end -7.6 2.7) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start -7.6 2.7) (end 2.5 2.7) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start 2.5 2.7) (end 2.5 -2.7) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start 2.5 -2.7) (end -7.6 -2.7) (layer F.CrtYd) (width 0.05))
|
||||||
|
(pad 1 thru_hole circle (at 0 0) (size 1.44 1.44) (drill 0.8) (layers *.Cu *.Mask))
|
||||||
|
(pad 2 thru_hole circle (at -2.54 0) (size 1.44 1.44) (drill 0.8) (layers *.Cu *.Mask))
|
||||||
|
(pad 3 thru_hole circle (at -5.08 0) (size 1.44 1.44) (drill 0.8) (layers *.Cu *.Mask))
|
||||||
|
(model Potentiometers.3dshapes/Potentiometer_Trimmer_Bourns_3296W.wrl
|
||||||
|
(at (xyz 0 0 0))
|
||||||
|
(scale (xyz 1 1 1))
|
||||||
|
(rotate (xyz 0 0 -90))
|
||||||
|
)
|
||||||
|
)
|
|
@ -1,7 +1,7 @@
|
||||||
G04 #@! TF.FileFunction,Copper,L2,Bot,Signal*
|
G04 #@! TF.FileFunction,Copper,L2,Bot,Signal*
|
||||||
%FSLAX46Y46*%
|
%FSLAX46Y46*%
|
||||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 15:36:56 2017*
|
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 16:00:45 2017*
|
||||||
%MOMM*%
|
%MOMM*%
|
||||||
%LPD*%
|
%LPD*%
|
||||||
G01*
|
G01*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
G04 #@! TF.FileFunction,Soldermask,Bot*
|
G04 #@! TF.FileFunction,Soldermask,Bot*
|
||||||
%FSLAX46Y46*%
|
%FSLAX46Y46*%
|
||||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 15:36:56 2017*
|
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 16:00:45 2017*
|
||||||
%MOMM*%
|
%MOMM*%
|
||||||
%LPD*%
|
%LPD*%
|
||||||
G01*
|
G01*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
G04 #@! TF.FileFunction,Profile,NP*
|
G04 #@! TF.FileFunction,Profile,NP*
|
||||||
%FSLAX46Y46*%
|
%FSLAX46Y46*%
|
||||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 15:36:56 2017*
|
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 16:00:45 2017*
|
||||||
%MOMM*%
|
%MOMM*%
|
||||||
%LPD*%
|
%LPD*%
|
||||||
G01*
|
G01*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
G04 #@! TF.FileFunction,Copper,L1,Top,Signal*
|
G04 #@! TF.FileFunction,Copper,L1,Top,Signal*
|
||||||
%FSLAX46Y46*%
|
%FSLAX46Y46*%
|
||||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 15:36:56 2017*
|
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 16:00:45 2017*
|
||||||
%MOMM*%
|
%MOMM*%
|
||||||
%LPD*%
|
%LPD*%
|
||||||
G01*
|
G01*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
G04 #@! TF.FileFunction,Soldermask,Top*
|
G04 #@! TF.FileFunction,Soldermask,Top*
|
||||||
%FSLAX46Y46*%
|
%FSLAX46Y46*%
|
||||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 15:36:56 2017*
|
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 16:00:45 2017*
|
||||||
%MOMM*%
|
%MOMM*%
|
||||||
%LPD*%
|
%LPD*%
|
||||||
G01*
|
G01*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
G04 #@! TF.FileFunction,Legend,Top*
|
G04 #@! TF.FileFunction,Legend,Top*
|
||||||
%FSLAX46Y46*%
|
%FSLAX46Y46*%
|
||||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 15:36:56 2017*
|
G04 Created by KiCad (PCBNEW 4.0.6) date Tue Apr 4 16:00:45 2017*
|
||||||
%MOMM*%
|
%MOMM*%
|
||||||
%LPD*%
|
%LPD*%
|
||||||
G01*
|
G01*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
M48
|
M48
|
||||||
;DRILL file {KiCad 4.0.6} date Tue Apr 4 15:36:58 2017
|
;DRILL file {KiCad 4.0.6} date Tue Apr 4 16:00:48 2017
|
||||||
;FORMAT={-:-/ absolute / inch / decimal}
|
;FORMAT={-:-/ absolute / inch / decimal}
|
||||||
FMAT,2
|
FMAT,2
|
||||||
INCH,TZ
|
INCH,TZ
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue