├── .gitattributes ├── .gitignore ├── CarriageAdaptor ├── CarriageAdaptor.kicad_pcb ├── CarriageAdaptor.pro └── CarriageAdaptor.sch ├── LICENSE ├── README └── SmartEffector ├── SmartEffector_v1.3 ├── SmartEffector-cache.lib ├── SmartEffector.kicad_pcb ├── SmartEffector.pro ├── SmartEffector.sch └── SmartEffector_Schematic_v1.3.pdf ├── SmartEffector_v2.0 ├── SmartEffector-cache.lib ├── SmartEffector.kicad_pcb ├── SmartEffector.net ├── SmartEffector.pro ├── SmartEffector.sch ├── SmartEffector_schematic_v2.0.pdf ├── SmartEffector_v2.0.step └── sym-lib-table ├── SmartEffector_v3.0 ├── SmartEffector-cache.lib ├── SmartEffector.kicad_pcb ├── SmartEffector.pro ├── SmartEffector.sch └── SmartEffector_v3.0.step └── SmartEffector_v4.0 └── SmartEffector_Schematic_v4.0a.pdf /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Folder config file 6 | Desktop.ini 7 | 8 | # Recycle Bin used on file shares 9 | $RECYCLE.BIN/ 10 | 11 | # Windows Installer files 12 | *.cab 13 | *.msi 14 | *.msm 15 | *.msp 16 | 17 | # Windows shortcuts 18 | *.lnk 19 | 20 | # ========================= 21 | # Operating System Files 22 | # ========================= 23 | 24 | # OSX 25 | # ========================= 26 | 27 | .DS_Store 28 | .AppleDouble 29 | .LSOverride 30 | 31 | # Thumbnails 32 | ._* 33 | 34 | # Files that might appear in the root of a volume 35 | .DocumentRevisions-V100 36 | .fseventsd 37 | .Spotlight-V100 38 | .TemporaryItems 39 | .Trashes 40 | .VolumeIcon.icns 41 | 42 | # Directories potentially created on remote AFP share 43 | .AppleDB 44 | .AppleDesktop 45 | Network Trash Folder 46 | Temporary Items 47 | .apdisk 48 | -------------------------------------------------------------------------------- /CarriageAdaptor/CarriageAdaptor.kicad_pcb: -------------------------------------------------------------------------------- 1 | (kicad_pcb (version 4) (host pcbnew 4.0.2-stable) 2 | 3 | (general 4 | (links 0) 5 | (no_connects 0) 6 | (area 66.424999 83.924999 148.55 127.690001) 7 | (thickness 1.6) 8 | (drawings 20) 9 | (tracks 0) 10 | (zones 0) 11 | (modules 6) 12 | (nets 1) 13 | ) 14 | 15 | (page A4) 16 | (layers 17 | (0 F.Cu signal) 18 | (31 B.Cu signal) 19 | (32 B.Adhes user) 20 | (33 F.Adhes user) 21 | (34 B.Paste user) 22 | (35 F.Paste user) 23 | (36 B.SilkS user) 24 | (37 F.SilkS user) 25 | (38 B.Mask user) 26 | (39 F.Mask user) 27 | (40 Dwgs.User user) 28 | (41 Cmts.User user) 29 | (42 Eco1.User user) 30 | (43 Eco2.User user) 31 | (44 Edge.Cuts user) 32 | (45 Margin user) 33 | (46 B.CrtYd user) 34 | (47 F.CrtYd user) 35 | (48 B.Fab user) 36 | (49 F.Fab user) 37 | ) 38 | 39 | (setup 40 | (last_trace_width 0.25) 41 | (trace_clearance 0.2) 42 | (zone_clearance 0.508) 43 | (zone_45_only no) 44 | (trace_min 0.2) 45 | (segment_width 0.2) 46 | (edge_width 0.15) 47 | (via_size 0.6) 48 | (via_drill 0.4) 49 | (via_min_size 0.4) 50 | (via_min_drill 0.3) 51 | (uvia_size 0.3) 52 | (uvia_drill 0.1) 53 | (uvias_allowed no) 54 | (uvia_min_size 0.2) 55 | (uvia_min_drill 0.1) 56 | (pcb_text_width 0.3) 57 | (pcb_text_size 1.5 1.5) 58 | (mod_edge_width 0.15) 59 | (mod_text_size 1 1) 60 | (mod_text_width 0.15) 61 | (pad_size 2.9 2.9) 62 | (pad_drill 2.9) 63 | (pad_to_mask_clearance 0.2) 64 | (aux_axis_origin 0 0) 65 | (visible_elements 7FFFFFFF) 66 | (pcbplotparams 67 | (layerselection 0x01030_00000000) 68 | (usegerberextensions false) 69 | (excludeedgelayer true) 70 | (linewidth 0.100000) 71 | (plotframeref false) 72 | (viasonmask false) 73 | (mode 1) 74 | (useauxorigin false) 75 | (hpglpennumber 1) 76 | (hpglpenspeed 20) 77 | (hpglpendiameter 15) 78 | (hpglpenoverlay 2) 79 | (psnegative false) 80 | (psa4output false) 81 | (plotreference true) 82 | (plotvalue true) 83 | (plotinvisibletext false) 84 | (padsonsilk false) 85 | (subtractmaskfromsilk false) 86 | (outputformat 1) 87 | (mirror false) 88 | (drillshape 0) 89 | (scaleselection 1) 90 | (outputdirectory CA_CAM)) 91 | ) 92 | 93 | (net 0 "") 94 | 95 | (net_class Default "This is the default net class." 96 | (clearance 0.2) 97 | (trace_width 0.25) 98 | (via_dia 0.6) 99 | (via_drill 0.4) 100 | (uvia_dia 0.3) 101 | (uvia_drill 0.1) 102 | ) 103 | 104 | (module complib:MountingHole_3.0mm locked (layer F.Cu) (tedit 5886E8B7) (tstamp 588374E1) 105 | (at 110 110) 106 | (descr "Mounting Hole 2.7mm, no annular") 107 | (tags "mounting hole 2.7mm no annular") 108 | (fp_text reference M6 (at 0 -3.7) (layer F.SilkS) hide 109 | (effects (font (size 1 1) (thickness 0.15))) 110 | ) 111 | (fp_text value M_3.0mm (at 0 3.7) (layer F.SilkS) hide 112 | (effects (font (size 1 1) (thickness 0.15))) 113 | ) 114 | (fp_circle (center 0 0) (end 2.95 0) (layer F.SilkS) (width 0.15)) 115 | (pad "" np_thru_hole circle (at 0 0) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 116 | ) 117 | 118 | (module complib:MountingHole_3.0mm locked (layer F.Cu) (tedit 5886E8A9) (tstamp 588374D6) 119 | (at 90 110) 120 | (descr "Mounting Hole 2.7mm, no annular") 121 | (tags "mounting hole 2.7mm no annular") 122 | (fp_text reference M5 (at 0 -3.7) (layer F.SilkS) hide 123 | (effects (font (size 1 1) (thickness 0.15))) 124 | ) 125 | (fp_text value M_3.0mm (at 0 3.7) (layer F.SilkS) hide 126 | (effects (font (size 1 1) (thickness 0.15))) 127 | ) 128 | (fp_circle (center 0 0) (end 2.95 0) (layer F.SilkS) (width 0.15)) 129 | (pad "" np_thru_hole circle (at 0 0) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 130 | ) 131 | 132 | (module complib:MountingHole_3.0mm locked (layer F.Cu) (tedit 5886E899) (tstamp 588374CB) 133 | (at 110 90) 134 | (descr "Mounting Hole 2.7mm, no annular") 135 | (tags "mounting hole 2.7mm no annular") 136 | (fp_text reference M4 (at 0 -3.7) (layer F.SilkS) hide 137 | (effects (font (size 1 1) (thickness 0.15))) 138 | ) 139 | (fp_text value M_3.0mm (at 0 3.7) (layer F.SilkS) hide 140 | (effects (font (size 1 1) (thickness 0.15))) 141 | ) 142 | (fp_circle (center 0 0) (end 2.95 0) (layer F.SilkS) (width 0.15)) 143 | (pad "" np_thru_hole circle (at 0 0) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 144 | ) 145 | 146 | (module MountingHole_3.0mm locked (layer F.Cu) (tedit 5886E87E) (tstamp 58836F2C) 147 | (at 90 90) 148 | (descr "Mounting Hole 2.7mm, no annular") 149 | (tags "mounting hole 2.7mm no annular") 150 | (fp_text reference M3 (at 0 -3.7) (layer F.SilkS) hide 151 | (effects (font (size 1 1) (thickness 0.15))) 152 | ) 153 | (fp_text value M_3.0mm (at 0 3.7) (layer F.SilkS) hide 154 | (effects (font (size 1 1) (thickness 0.15))) 155 | ) 156 | (fp_circle (center 0 0) (end 2.95 0) (layer F.SilkS) (width 0.15)) 157 | (pad "" np_thru_hole circle (at 0 0) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 158 | ) 159 | 160 | (module complib:MountingHole_2.9mm locked (layer F.Cu) (tedit 5886E7C1) (tstamp 58836EFF) 161 | (at 127.5 100) 162 | (descr "Mounting Hole 2.7mm, no annular") 163 | (tags "mounting hole 2.7mm no annular") 164 | (fp_text reference M2 (at 0 -3.7) (layer F.SilkS) hide 165 | (effects (font (size 1 1) (thickness 0.15))) 166 | ) 167 | (fp_text value M_2.9mm (at 0 3.7) (layer F.SilkS) hide 168 | (effects (font (size 1 1) (thickness 0.15))) 169 | ) 170 | (fp_circle (center 0 0) (end 0 5.7) (layer Cmts.User) (width 0.15)) 171 | (fp_circle (center 0 0) (end 2.95 0) (layer F.SilkS) (width 0.15)) 172 | (pad "" np_thru_hole circle (at 0 0) (size 2.9 2.9) (drill 2.9) (layers *.Cu *.Mask)) 173 | ) 174 | 175 | (module complib:MountingHole_2.9mm locked (layer F.Cu) (tedit 5886E7B4) (tstamp 58836F13) 176 | (at 72.5 100) 177 | (descr "Mounting Hole 2.7mm, no annular") 178 | (tags "mounting hole 2.7mm no annular") 179 | (fp_text reference M1 (at 0 -3.7) (layer F.SilkS) hide 180 | (effects (font (size 1 1) (thickness 0.15))) 181 | ) 182 | (fp_text value M_2.9mm (at 0 3.7) (layer F.SilkS) hide 183 | (effects (font (size 1 1) (thickness 0.15))) 184 | ) 185 | (fp_circle (center 0 0) (end 0 5.7) (layer Cmts.User) (width 0.15)) 186 | (fp_circle (center 0 0) (end 2.95 0) (layer F.SilkS) (width 0.15)) 187 | (pad "" np_thru_hole circle (at 0 0) (size 2.9 2.9) (drill 2.9) (layers *.Cu *.Mask)) 188 | ) 189 | 190 | (gr_text "CERN\nOHL\n1.2" (at 131.71 87.4) (layer B.SilkS) 191 | (effects (font (size 1 1) (thickness 0.1)) (justify left mirror)) 192 | ) 193 | (gr_text duet3d.com (at 76.16 113.66) (layer B.SilkS) 194 | (effects (font (size 1 1) (thickness 0.1)) (justify left mirror)) 195 | ) 196 | (gr_text "Carriage\nAdaptor\nV1" (at 67.78 87.9) (layer B.SilkS) 197 | (effects (font (size 1 1) (thickness 0.1)) (justify right mirror)) 198 | ) 199 | (gr_text "CERN\nOHL\n1.2" (at 131.67 87.44) (layer F.SilkS) 200 | (effects (font (size 1 1) (thickness 0.1)) (justify right)) 201 | ) 202 | (gr_text duet3d.com (at 67.67 113.5) (layer F.SilkS) 203 | (effects (font (size 1 1) (thickness 0.1)) (justify left)) 204 | ) 205 | (gr_text "Carriage\nAdaptor\nV1" (at 67.75 87.84) (layer F.SilkS) 206 | (effects (font (size 1 1) (thickness 0.1)) (justify left)) 207 | ) 208 | (dimension 67 (width 0.3) (layer Cmts.User) 209 | (gr_text "67.000 mm" (at 100 126.34) (layer Cmts.User) 210 | (effects (font (size 1.5 1.5) (thickness 0.3))) 211 | ) 212 | (feature1 (pts (xy 133.5 112) (xy 133.5 127.69))) 213 | (feature2 (pts (xy 66.5 112) (xy 66.5 127.69))) 214 | (crossbar (pts (xy 66.5 124.99) (xy 133.5 124.99))) 215 | (arrow1a (pts (xy 133.5 124.99) (xy 132.373496 125.576421))) 216 | (arrow1b (pts (xy 133.5 124.99) (xy 132.373496 124.403579))) 217 | (arrow2a (pts (xy 66.5 124.99) (xy 67.626504 125.576421))) 218 | (arrow2b (pts (xy 66.5 124.99) (xy 67.626504 124.403579))) 219 | ) 220 | (dimension 32 (width 0.3) (layer Cmts.User) 221 | (gr_text "32.000 mm" (at 141.9 100 270) (layer Cmts.User) 222 | (effects (font (size 1.5 1.5) (thickness 0.3))) 223 | ) 224 | (feature1 (pts (xy 100.12 116) (xy 143.25 116))) 225 | (feature2 (pts (xy 100.12 84) (xy 143.25 84))) 226 | (crossbar (pts (xy 140.55 84) (xy 140.55 116))) 227 | (arrow1a (pts (xy 140.55 116) (xy 139.963579 114.873496))) 228 | (arrow1b (pts (xy 140.55 116) (xy 141.136421 114.873496))) 229 | (arrow2a (pts (xy 140.55 84) (xy 139.963579 85.126504))) 230 | (arrow2b (pts (xy 140.55 84) (xy 141.136421 85.126504))) 231 | ) 232 | (gr_arc (start 129.96 112.46) (end 133.5 112.46) (angle 90) (layer Edge.Cuts) (width 0.15)) 233 | (gr_arc (start 129.96 87.54) (end 129.96 84) (angle 90) (layer Edge.Cuts) (width 0.15)) 234 | (gr_arc (start 70.04 112.46) (end 70.04 116) (angle 90) (layer Edge.Cuts) (width 0.15)) 235 | (gr_arc (start 70.04 87.54) (end 66.5 87.54) (angle 90) (layer Edge.Cuts) (width 0.15)) 236 | (gr_line (start 133.5 87.54) (end 133.5 112.46) (angle 90) (layer Edge.Cuts) (width 0.15)) 237 | (gr_line (start 66.5 87.54) (end 66.5 112.46) (angle 90) (layer Edge.Cuts) (width 0.15)) 238 | (gr_line (start 70.04 116) (end 129.96 116) (angle 90) (layer Edge.Cuts) (width 0.15)) 239 | (gr_line (start 70.04 84) (end 129.96 84) (angle 90) (layer Edge.Cuts) (width 0.15)) 240 | (gr_text 110,100 (at 106.24 105.61) (layer Cmts.User) 241 | (effects (font (size 1.5 1.5) (thickness 0.3))) 242 | ) 243 | (gr_text 90,90 (at 92.19 94.41) (layer Cmts.User) 244 | (effects (font (size 1.5 1.5) (thickness 0.3))) 245 | ) 246 | (gr_text 127.5,100 (at 125.97 92.72) (layer Cmts.User) 247 | (effects (font (size 1.5 1.5) (thickness 0.3))) 248 | ) 249 | (gr_text 72.5,100 (at 72.1 92.54) (layer Cmts.User) 250 | (effects (font (size 1.5 1.5) (thickness 0.3))) 251 | ) 252 | 253 | ) 254 | -------------------------------------------------------------------------------- /CarriageAdaptor/CarriageAdaptor.pro: -------------------------------------------------------------------------------- 1 | update=21/01/2017 13:35:49 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /CarriageAdaptor/CarriageAdaptor.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | DUET3D SMART EFFECTOR LICENSE 2 | The Smart Effector by Duet3D ltd is licensed under the terms of the CERL OHL 1.2 (see below or http://www.ohwr.org/attachments/2388/cern_ohl_v_1_2.txt for full text) will the following additional conditions: 3 | a. Attribution: 4 | Any reproductions or modifications of the Duet3D Smart Effector hardware must contain the following attribution on the silkscreen or packaging: 5 | "Based on the Duet3D Smart Effector, see www.duet3d.com for the original Duet3D Smart Effector information. This reproduction/modification is not endorsed or supported in any way by Duet3D". 6 | b. Logos: 7 | No reproduction or modification of the Duet3D Smart Effector hardware may contain the Think3dPrint3D, Escher3D,Duet3D or Duet3D Compatible logos. 8 | 9 | 10 | 11 | 12 | TEXT BELOW IS THE CERN OPEN HARDWARE LICENSE: http://www.ohwr.org/attachments/2388/cern_ohl_v_1_2.txt 13 | 14 | CERN Open Hardware Licence v1.2 15 | 16 | Preamble 17 | 18 | Through this CERN Open Hardware Licence ("CERN OHL") version 1.2, CERN 19 | wishes to provide a tool to foster collaboration and sharing among 20 | hardware designers. The CERN OHL is copyright CERN. Anyone is welcome 21 | to use the CERN OHL, in unmodified form only, for the distribution of 22 | their own Open Hardware designs. Any other right is reserved. Release 23 | of hardware designs under the CERN OHL does not constitute an 24 | endorsement of the licensor or its designs nor does it imply any 25 | involvement by CERN in the development of such designs. 26 | 27 | 1. Definitions 28 | 29 | In this Licence, the following terms have the following meanings: 30 | 31 | “Licence” means this CERN OHL. 32 | 33 | “Documentation” means schematic diagrams, designs, circuit or circuit 34 | board layouts, mechanical drawings, flow charts and descriptive text, 35 | and other explanatory material that is explicitly stated as being made 36 | available under the conditions of this Licence. The Documentation may 37 | be in any medium, including but not limited to computer files and 38 | representations on paper, film, or any other media. 39 | 40 | “Documentation Location” means a location where the Licensor has 41 | placed Documentation, and which he believes will be publicly 42 | accessible for at least three years from the first communication to 43 | the public or distribution of Documentation. 44 | 45 | “Product” means either an entire, or any part of a, device built using 46 | the Documentation or the modified Documentation. 47 | 48 | “Licensee” means any natural or legal person exercising rights under 49 | this Licence. 50 | 51 | “Licensor” means any natural or legal person that creates or modifies 52 | Documentation and subsequently communicates to the public and/ or 53 | distributes the resulting Documentation under the terms and conditions 54 | of this Licence. 55 | 56 | A Licensee may at the same time be a Licensor, and vice versa. 57 | 58 | Use of the masculine gender includes the feminine and neuter genders 59 | and is employed solely to facilitate reading. 60 | 61 | 2. Applicability 62 | 63 | 2.1. This Licence governs the use, copying, modification, 64 | communication to the public and distribution of the Documentation, and 65 | the manufacture and distribution of Products. By exercising any right 66 | granted under this Licence, the Licensee irrevocably accepts these 67 | terms and conditions. 68 | 69 | 2.2. This Licence is granted by the Licensor directly to the Licensee, 70 | and shall apply worldwide and without limitation in time. The Licensee 71 | may assign his licence rights or grant sub-licences. 72 | 73 | 2.3. This Licence does not extend to software, firmware, or code 74 | loaded into programmable devices which may be used in conjunction with 75 | the Documentation, the modified Documentation or with Products, unless 76 | such software, firmware, or code is explicitly expressed to be subject 77 | to this Licence. The use of such software, firmware, or code is 78 | otherwise subject to the applicable licence terms and conditions. 79 | 80 | 3. Copying, modification, communication to the public and distribution 81 | of the Documentation 82 | 83 | 3.1. The Licensee shall keep intact all copyright and trademarks 84 | notices, all notices referring to Documentation Location, and all 85 | notices that refer to this Licence and to the disclaimer of warranties 86 | that are included in the Documentation. He shall include a copy 87 | thereof in every copy of the Documentation or, as the case may be, 88 | modified Documentation, that he communicates to the public or 89 | distributes. 90 | 91 | 3.2. The Licensee may copy, communicate to the public and distribute 92 | verbatim copies of the Documentation, in any medium, subject to the 93 | requirements specified in section 3.1. 94 | 95 | 3.3. The Licensee may modify the Documentation or any portion thereof 96 | provided that upon modification of the Documentation, the Licensee 97 | shall make the modified Documentation available from a Documentation 98 | Location such that it can be easily located by an original Licensor 99 | once the Licensee communicates to the public or distributes the 100 | modified Documentation under section 3.4, and, where required by 101 | section 4.1, by a recipient of a Product. However, the Licensor shall 102 | not assert his rights under the foregoing proviso unless or until a 103 | Product is distributed. 104 | 105 | 3.4. The Licensee may communicate to the public and distribute the 106 | modified Documentation (thereby in addition to being a Licensee also 107 | becoming a Licensor), always provided that he shall: 108 | 109 | a) comply with section 3.1; 110 | 111 | b) cause the modified Documentation to carry prominent notices stating 112 | that the Licensee has modified the Documentation, with the date and 113 | description of the modifications; 114 | 115 | c) cause the modified Documentation to carry a new Documentation 116 | Location notice if the original Documentation provided for one; 117 | 118 | d) make available the modified Documentation at the same level of 119 | abstraction as that of the Documentation, in the preferred format for 120 | making modifications to it (e.g. the native format of the CAD tool as 121 | applicable), and in the event that format is proprietary, in a format 122 | viewable with a tool licensed under an OSI-approved license if the 123 | proprietary tool can create it; and 124 | 125 | e) license the modified Documentation under the terms and conditions 126 | of this Licence or, where applicable, a later version of this Licence 127 | as may be issued by CERN. 128 | 129 | 3.5. The Licence includes a non-exclusive licence to those patents or 130 | registered designs that are held by, under the control of, or 131 | sub-licensable by the Licensor, to the extent necessary to make use of 132 | the rights granted under this Licence. The scope of this section 3.5 133 | shall be strictly limited to the parts of the Documentation or 134 | modified Documentation created by the Licensor. 135 | 136 | 4. Manufacture and distribution of Products 137 | 138 | 4.1. The Licensee may manufacture or distribute Products always 139 | provided that, where such manufacture or distribution requires a 140 | licence under this Licence the Licensee provides to each recipient of 141 | such Products an easy means of accessing a copy of the Documentation 142 | or modified Documentation, as applicable, as set out in section 3. 143 | 144 | 4.2. The Licensee is invited to inform any Licensor who has indicated 145 | his wish to receive this information about the type, quantity and 146 | dates of production of Products the Licensee has (had) manufactured 147 | 148 | 5. Warranty and liability 149 | 150 | 5.1. DISCLAIMER – The Documentation and any modified Documentation are 151 | provided "as is" and any express or implied warranties, including, but 152 | not limited to, implied warranties of merchantability, of satisfactory 153 | quality, non-infringement of third party rights, and fitness for a 154 | particular purpose or use are disclaimed in respect of the 155 | Documentation, the modified Documentation or any Product. The Licensor 156 | makes no representation that the Documentation, modified 157 | Documentation, or any Product, does or will not infringe any patent, 158 | copyright, trade secret or other proprietary right. The entire risk as 159 | to the use, quality, and performance of a Product shall be with the 160 | Licensee and not the Licensor. This disclaimer of warranty is an 161 | essential part of this Licence and a condition for the grant of any 162 | rights granted under this Licence. The Licensee warrants that it does 163 | not act in a consumer capacity. 164 | 165 | 5.2. LIMITATION OF LIABILITY – The Licensor shall have no liability 166 | for direct, indirect, special, incidental, consequential, exemplary, 167 | punitive or other damages of any character including, without 168 | limitation, procurement of substitute goods or services, loss of use, 169 | data or profits, or business interruption, however caused and on any 170 | theory of contract, warranty, tort (including negligence), product 171 | liability or otherwise, arising in any way in relation to the 172 | Documentation, modified Documentation and/or the use, manufacture or 173 | distribution of a Product, even if advised of the possibility of such 174 | damages, and the Licensee shall hold the Licensor(s) free and harmless 175 | from any liability, costs, damages, fees and expenses, including 176 | claims by third parties, in relation to such use. 177 | 178 | 6. General 179 | 180 | 6.1. Except for the rights explicitly granted hereunder, this Licence 181 | does not imply or represent any transfer or assignment of intellectual 182 | property rights to the Licensee. 183 | 184 | 6.2. The Licensee shall not use or make reference to any of the names 185 | (including acronyms and abbreviations), images, or logos under which 186 | the Licensor is known, save in so far as required to comply with 187 | section 3. Any such permitted use or reference shall be factual and 188 | shall in no event suggest any kind of endorsement by the Licensor or 189 | its personnel of the modified Documentation or any Product, or any 190 | kind of implication by the Licensor or its personnel in the 191 | preparation of the modified Documentation or Product. 192 | 193 | 6.3. CERN may publish updated versions of this Licence which retain 194 | the same general provisions as this version, but differ in detail so 195 | far this is required and reasonable. New versions will be published 196 | with a unique version number. 197 | 198 | 6.4. This Licence shall terminate with immediate effect, upon written 199 | notice and without involvement of a court if the Licensee fails to 200 | comply with any of its terms and conditions, or if the Licensee 201 | initiates legal action against Licensor in relation to this 202 | Licence. Section 5 shall continue to apply. 203 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | The Duet3d Smart Effector design files repository. 2 | 3 | See https://www.duet3d.com/DeltaSmartEffector for more information and to purchase a smart effector. 4 | 5 | 6 | 7 | Duet3d Delta Smart Effector 8 | Design by Tony Lock and David Crocker 9 | LICENSE: see the LICENSE file in the repository 10 | Documentation: https://docs.duet3d.com/Duet3D_hardware/Accessories/Smart_Effector 11 | Discussion: https://www.duet3d.com/forum/ 12 | 13 | 14 | Developed in KiCAD: http://www.kicad-pcb.org/display/KICAD/KiCad+EDA+Software+Suite 15 | 16 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v1.3/SmartEffector-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # +3V3 5 | # 6 | DEF +3V3 #PWR 0 0 Y Y 1 F P 7 | F0 "#PWR" 0 -150 50 H I C CNN 8 | F1 "+3V3" 0 140 50 H V C CNN 9 | F2 "" 0 0 50 H V C CNN 10 | F3 "" 0 0 50 H V C CNN 11 | ALIAS +3.3V 12 | DRAW 13 | P 2 0 1 0 -30 50 0 100 N 14 | P 2 0 1 0 0 0 0 100 N 15 | P 2 0 1 0 0 100 30 50 N 16 | X +3V3 1 0 0 0 U 50 50 1 1 W N 17 | ENDDRAW 18 | ENDDEF 19 | # 20 | # ATTINY25-SS 21 | # 22 | DEF ATTINY25-SS IC 0 40 Y Y 1 F N 23 | F0 "IC" -1150 400 50 H V C CNN 24 | F1 "ATTINY25-SS" 1000 -400 50 H V C CNN 25 | F2 "SO8" 1000 0 50 H V C CIN 26 | F3 "" 0 0 50 H V C CNN 27 | DRAW 28 | S -1200 350 1200 -350 0 1 10 f 29 | X PB5(~RESET~/dW/ADC0/PCINT5) 1 -1350 -250 150 R 40 40 1 1 B 30 | X PB3(XTAL1/CLKI/OC1B/ADC3/PCINT3) 2 -1350 -50 150 R 40 40 1 1 B 31 | X PB4(XTAL2/CLKO/OC1B/ADC2/PCINT4) 3 -1350 -150 150 R 40 40 1 1 B 32 | X GND 4 1350 -250 150 L 40 40 1 1 W 33 | X PB0(MOSI/DI/SDA/AIN0/OC0A/OC1A/AREF/PCINT0) 5 -1350 250 150 R 40 40 1 1 B 34 | X PB1(MISO/DO/AIN1/OC0B/OC1A/PCINT1) 6 -1350 150 150 R 40 40 1 1 B 35 | X PB2(SCK/USCK/SCL/T0/INT0/ADC1/PCINT2) 7 -1350 50 150 R 40 40 1 1 B 36 | X VCC 8 1350 250 150 L 40 40 1 1 W 37 | ENDDRAW 38 | ENDDEF 39 | # 40 | # CONN_01X02 41 | # 42 | DEF CONN_01X02 P 0 40 Y N 1 F N 43 | F0 "P" 0 150 50 H V C CNN 44 | F1 "CONN_01X02" 100 0 50 V V C CNN 45 | F2 "" 0 0 50 H V C CNN 46 | F3 "" 0 0 50 H V C CNN 47 | $FPLIST 48 | Pin_Header_Straight_1X02 49 | Pin_Header_Angled_1X02 50 | Socket_Strip_Straight_1X02 51 | Socket_Strip_Angled_1X02 52 | $ENDFPLIST 53 | DRAW 54 | S -50 -45 10 -55 0 1 0 N 55 | S -50 55 10 45 0 1 0 N 56 | S -50 100 50 -100 0 1 0 N 57 | X P1 1 -200 50 150 R 50 50 1 1 P 58 | X P2 2 -200 -50 150 R 50 50 1 1 P 59 | ENDDRAW 60 | ENDDEF 61 | # 62 | # CONN_01X04 63 | # 64 | DEF CONN_01X04 P 0 40 Y N 1 F N 65 | F0 "P" 0 250 50 H V C CNN 66 | F1 "CONN_01X04" 100 0 50 V V C CNN 67 | F2 "" 0 0 50 H V C CNN 68 | F3 "" 0 0 50 H V C CNN 69 | $FPLIST 70 | Pin_Header_Straight_1X04 71 | Pin_Header_Angled_1X04 72 | Socket_Strip_Straight_1X04 73 | Socket_Strip_Angled_1X04 74 | $ENDFPLIST 75 | DRAW 76 | S -50 -145 10 -155 0 1 0 N 77 | S -50 -45 10 -55 0 1 0 N 78 | S -50 55 10 45 0 1 0 N 79 | S -50 155 10 145 0 1 0 N 80 | S -50 200 50 -200 0 1 0 N 81 | X P1 1 -200 150 150 R 50 50 1 1 P 82 | X P2 2 -200 50 150 R 50 50 1 1 P 83 | X P3 3 -200 -50 150 R 50 50 1 1 P 84 | X P4 4 -200 -150 150 R 50 50 1 1 P 85 | ENDDRAW 86 | ENDDEF 87 | # 88 | # CONN_01X08 89 | # 90 | DEF CONN_01X08 P 0 40 Y N 1 F N 91 | F0 "P" 0 450 50 H V C CNN 92 | F1 "CONN_01X08" 100 0 50 V V C CNN 93 | F2 "" 0 0 50 H V C CNN 94 | F3 "" 0 0 50 H V C CNN 95 | $FPLIST 96 | Pin_Header_Straight_1X08 97 | Pin_Header_Angled_1X08 98 | Socket_Strip_Straight_1X08 99 | Socket_Strip_Angled_1X08 100 | $ENDFPLIST 101 | DRAW 102 | S -50 -400 50 400 0 1 0 N 103 | S -50 -345 10 -355 0 1 0 N 104 | S -50 -245 10 -255 0 1 0 N 105 | S -50 -145 10 -155 0 1 0 N 106 | S -50 -45 10 -55 0 1 0 N 107 | S -50 55 10 45 0 1 0 N 108 | S -50 155 10 145 0 1 0 N 109 | S -50 255 10 245 0 1 0 N 110 | S -50 355 10 345 0 1 0 N 111 | X P1 1 -200 350 150 R 50 50 1 1 P 112 | X P2 2 -200 250 150 R 50 50 1 1 P 113 | X P3 3 -200 150 150 R 50 50 1 1 P 114 | X P4 4 -200 50 150 R 50 50 1 1 P 115 | X P5 5 -200 -50 150 R 50 50 1 1 P 116 | X P6 6 -200 -150 150 R 50 50 1 1 P 117 | X P7 7 -200 -250 150 R 50 50 1 1 P 118 | X P8 8 -200 -350 150 R 50 50 1 1 P 119 | ENDDRAW 120 | ENDDEF 121 | # 122 | # CONN_02X03 123 | # 124 | DEF CONN_02X03 P 0 1 Y N 1 F N 125 | F0 "P" 0 200 50 H V C CNN 126 | F1 "CONN_02X03" 0 -200 50 H V C CNN 127 | F2 "" 0 -1200 50 H V C CNN 128 | F3 "" 0 -1200 50 H V C CNN 129 | $FPLIST 130 | Pin_Header_Straight_2X03 131 | Pin_Header_Angled_2X03 132 | Socket_Strip_Straight_2X03 133 | Socket_Strip_Angled_2X03 134 | $ENDFPLIST 135 | DRAW 136 | S -100 -95 -50 -105 0 1 0 N 137 | S -100 5 -50 -5 0 1 0 N 138 | S -100 105 -50 95 0 1 0 N 139 | S -100 150 100 -150 0 1 0 N 140 | S 50 -95 100 -105 0 1 0 N 141 | S 50 5 100 -5 0 1 0 N 142 | S 50 105 100 95 0 1 0 N 143 | X P1 1 -250 100 150 R 50 50 1 1 P 144 | X P2 2 250 100 150 L 50 50 1 1 P 145 | X P3 3 -250 0 150 R 50 50 1 1 P 146 | X P4 4 250 0 150 L 50 50 1 1 P 147 | X P5 5 -250 -100 150 R 50 50 1 1 P 148 | X P6 6 250 -100 150 L 50 50 1 1 P 149 | ENDDRAW 150 | ENDDEF 151 | # 152 | # C_Small 153 | # 154 | DEF C_Small C 0 10 N N 1 F N 155 | F0 "C" 10 70 50 H V L CNN 156 | F1 "C_Small" 10 -80 50 H V L CNN 157 | F2 "" 0 0 50 H V C CNN 158 | F3 "" 0 0 50 H V C CNN 159 | $FPLIST 160 | C? 161 | C_????_* 162 | C_???? 163 | SMD*_c 164 | Capacitor* 165 | $ENDFPLIST 166 | DRAW 167 | P 2 0 1 13 -60 -20 60 -20 N 168 | P 2 0 1 12 -60 20 60 20 N 169 | X ~ 1 0 100 75 D 40 40 1 1 P 170 | X ~ 2 0 -100 80 U 40 40 1 1 P 171 | ENDDRAW 172 | ENDDEF 173 | # 174 | # FID 175 | # 176 | DEF FID M 0 40 Y Y 1 F N 177 | F0 "M" 0 -150 60 H V C CNN 178 | F1 "FID" 0 150 60 H V C CNN 179 | F2 "" 0 0 60 H V C CNN 180 | F3 "" 0 0 60 H V C CNN 181 | DRAW 182 | C 0 0 50 0 1 0 N 183 | ENDDRAW 184 | ENDDEF 185 | # 186 | # GND 187 | # 188 | DEF GND #PWR 0 0 Y Y 1 F P 189 | F0 "#PWR" 0 -250 50 H I C CNN 190 | F1 "GND" 0 -150 50 H V C CNN 191 | F2 "" 0 0 50 H V C CNN 192 | F3 "" 0 0 50 H V C CNN 193 | DRAW 194 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 195 | X GND 1 0 0 0 D 50 50 1 1 W N 196 | ENDDRAW 197 | ENDDEF 198 | # 199 | # JUMPER 200 | # 201 | DEF JUMPER JP 0 30 Y N 1 F N 202 | F0 "JP" 0 150 50 H V C CNN 203 | F1 "JUMPER" 0 -80 50 H V C CNN 204 | F2 "" 0 0 50 H V C CNN 205 | F3 "" 0 0 50 H V C CNN 206 | DRAW 207 | A 0 -26 125 1426 373 0 1 0 N -98 50 99 50 208 | C -100 0 35 0 1 0 N 209 | C 100 0 35 0 1 0 N 210 | X 1 1 -300 0 165 R 50 50 0 1 P 211 | X 2 2 300 0 165 L 50 50 0 1 P 212 | ENDDRAW 213 | ENDDEF 214 | # 215 | # LDK130M08 216 | # 217 | DEF ~LDK130M08 U 0 40 Y Y 1 F N 218 | F0 "U" 0 150 60 H V C CNN 219 | F1 "LDK130M08" 0 -400 60 H I C CNN 220 | F2 "" 0 0 60 H V C CNN 221 | F3 "" 0 0 60 H V C CNN 222 | DRAW 223 | S -300 250 300 -250 0 1 0 N 224 | X IN 1 -500 150 200 R 50 50 1 1 I 225 | X GND 2 -500 0 200 R 50 50 1 1 I 226 | X EN 3 -500 -150 200 R 50 50 1 1 I 227 | X BYP 4 500 -150 200 L 50 50 1 1 I 228 | X OUT 5 500 150 200 L 50 50 1 1 I 229 | ENDDRAW 230 | ENDDEF 231 | # 232 | # L_Small 233 | # 234 | DEF L_Small L 0 10 N N 1 F N 235 | F0 "L" 30 40 50 H V L CNN 236 | F1 "L_Small" 30 -40 50 H V L CNN 237 | F2 "" 0 0 50 H V C CNN 238 | F3 "" 0 0 50 H V C CNN 239 | $FPLIST 240 | CP* 241 | SM* 242 | $ENDFPLIST 243 | DRAW 244 | A 0 -60 20 -899 899 0 1 0 N 0 -80 0 -40 245 | A 0 -20 20 -899 899 0 1 0 N 0 -40 0 0 246 | A 0 20 20 -899 899 0 1 0 N 0 0 0 40 247 | A 0 60 20 -899 899 0 1 0 N 0 40 0 80 248 | X ~ 1 0 100 20 D 40 40 1 1 P 249 | X ~ 2 0 -100 20 U 40 40 1 1 P 250 | ENDDRAW 251 | ENDDEF 252 | # 253 | # Led_Small 254 | # 255 | DEF Led_Small D 0 10 N N 1 F N 256 | F0 "D" -50 125 50 H V L CNN 257 | F1 "Led_Small" -175 -100 50 H V L CNN 258 | F2 "" 0 0 50 V V C CNN 259 | F3 "" 0 0 50 V V C CNN 260 | $FPLIST 261 | CP* 262 | SM* 263 | $ENDFPLIST 264 | DRAW 265 | P 2 0 1 0 -30 -40 -30 40 N 266 | P 4 0 1 0 30 -40 -30 0 30 40 30 -40 F 267 | P 5 0 1 0 0 30 -20 50 -10 50 -20 50 -20 40 N 268 | P 5 0 1 0 20 50 0 70 10 70 0 70 0 60 N 269 | X K 1 -100 0 70 R 40 40 1 1 P 270 | X A 2 100 0 70 L 40 40 1 1 P 271 | ENDDRAW 272 | ENDDEF 273 | # 274 | # MCP6286 275 | # 276 | DEF ~MCP6286 U 0 40 Y Y 1 F N 277 | F0 "U" 0 150 60 H V C CNN 278 | F1 "MCP6286" 0 -400 60 H I C CNN 279 | F2 "" 0 0 60 H V C CNN 280 | F3 "" 0 0 60 H V C CNN 281 | DRAW 282 | S -300 250 300 -250 0 1 0 N 283 | X Vout 1 -500 150 200 R 50 50 1 1 I 284 | X V- 2 -500 0 200 R 50 50 1 1 I 285 | X VIN+ 3 -500 -150 200 R 50 50 1 1 I 286 | X VIN- 4 500 -150 200 L 50 50 1 1 I 287 | X V+ 5 500 150 200 L 50 50 1 1 I 288 | ENDDRAW 289 | ENDDEF 290 | # 291 | # Mounting 292 | # 293 | DEF Mounting M 0 40 Y Y 1 F N 294 | F0 "M" 0 -150 60 H V C CNN 295 | F1 "Mounting" 0 150 60 H V C CNN 296 | F2 "" 0 0 60 H V C CNN 297 | F3 "" 0 0 60 H V C CNN 298 | DRAW 299 | C 0 0 50 0 1 0 N 300 | ENDDRAW 301 | ENDDEF 302 | # 303 | # R_Small 304 | # 305 | DEF R_Small R 0 10 N N 1 F N 306 | F0 "R" 30 20 50 H V L CNN 307 | F1 "R_Small" 30 -40 50 H V L CNN 308 | F2 "" 0 0 50 H V C CNN 309 | F3 "" 0 0 50 H V C CNN 310 | $FPLIST 311 | Resistor_* 312 | R_* 313 | $ENDFPLIST 314 | DRAW 315 | S -30 70 30 -70 0 1 8 N 316 | X ~ 1 0 100 30 D 40 40 1 1 P 317 | X ~ 2 0 -100 30 U 40 40 1 1 P 318 | ENDDRAW 319 | ENDDEF 320 | # 321 | #End Library 322 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v1.3/SmartEffector.pro: -------------------------------------------------------------------------------- 1 | update=16/01/2017 12:56:31 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [general] 27 | version=1 28 | [eeschema] 29 | version=1 30 | LibDir= 31 | [eeschema/libraries] 32 | LibName1=power 33 | LibName2=device 34 | LibName3=transistors 35 | LibName4=conn 36 | LibName5=linear 37 | LibName6=regul 38 | LibName7=74xx 39 | LibName8=cmos4000 40 | LibName9=adc-dac 41 | LibName10=memory 42 | LibName11=xilinx 43 | LibName12=microcontrollers 44 | LibName13=dsp 45 | LibName14=microchip 46 | LibName15=analog_switches 47 | LibName16=motorola 48 | LibName17=texas 49 | LibName18=intel 50 | LibName19=audio 51 | LibName20=interface 52 | LibName21=digital-audio 53 | LibName22=philips 54 | LibName23=display 55 | LibName24=cypress 56 | LibName25=siliconi 57 | LibName26=opto 58 | LibName27=atmel 59 | LibName28=contrib 60 | LibName29=valves 61 | LibName30=D:/00 - 3DPrinter/products/Smart/smart 62 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v1.3/SmartEffector.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:smart 32 | LIBS:StrainEffector-cache 33 | EELAYER 25 0 34 | EELAYER END 35 | $Descr A4 11693 8268 36 | encoding utf-8 37 | Sheet 1 1 38 | Title "SmartEffector" 39 | Date "2017-06-27" 40 | Rev "V1.3" 41 | Comp "Think3dPrin3d and Escher3D" 42 | Comment1 "" 43 | Comment2 "" 44 | Comment3 "" 45 | Comment4 "" 46 | $EndDescr 47 | $Comp 48 | L ATTINY25-SS U2 49 | U 1 1 587CBEBA 50 | P 8800 3870 51 | F 0 "U2" H 7650 4270 50 0000 C CNN 52 | F 1 "ATTINY45" H 9800 3470 50 0000 C CNN 53 | F 2 "complib:TSSOP-8_3x4.4mm_Pitch0.65mm" H 9800 3870 50 0001 C CIN 54 | F 3 "" H 8800 3870 50 0000 C CNN 55 | 1 8800 3870 56 | 1 0 0 -1 57 | $EndComp 58 | $Comp 59 | L L_Small L1 60 | U 1 1 587CCBA6 61 | P 8670 5150 62 | F 0 "L1" V 8620 5150 50 0000 L CNN 63 | F 1 "22uH" V 8770 5100 50 0000 L CNN 64 | F 2 "complib:R_0805" H 8670 5150 50 0001 C CNN 65 | F 3 "" H 8670 5150 50 0000 C CNN 66 | 1 8670 5150 67 | 0 1 1 0 68 | $EndComp 69 | $Comp 70 | L R_Small R4 71 | U 1 1 587CD029 72 | P 8470 5350 73 | F 0 "R4" V 8370 5300 50 0000 L CNN 74 | F 1 "5K1" V 8570 5300 50 0000 L CNN 75 | F 2 "complib:R_0603" H 8470 5350 50 0001 C CNN 76 | F 3 "" H 8470 5350 50 0000 C CNN 77 | 1 8470 5350 78 | 0 1 1 0 79 | $EndComp 80 | $Comp 81 | L R_Small R5 82 | U 1 1 587CD0A7 83 | P 8470 5650 84 | F 0 "R5" V 8370 5600 50 0000 L CNN 85 | F 1 "1K0" V 8570 5600 50 0000 L CNN 86 | F 2 "complib:R_0603" H 8470 5650 50 0001 C CNN 87 | F 3 "" H 8470 5650 50 0000 C CNN 88 | 1 8470 5650 89 | 0 1 1 0 90 | $EndComp 91 | $Comp 92 | L R_Small R3 93 | U 1 1 587CD0E5 94 | P 10310 1420 95 | F 0 "R3" V 10210 1370 50 0000 L CNN 96 | F 1 "5K1" V 10410 1370 50 0000 L CNN 97 | F 2 "complib:R_0603" H 10310 1420 50 0001 C CNN 98 | F 3 "" H 10310 1420 50 0000 C CNN 99 | 1 10310 1420 100 | 0 -1 -1 0 101 | $EndComp 102 | $Comp 103 | L C_Small C2 104 | U 1 1 587CD268 105 | P 10560 1620 106 | F 0 "C2" H 10570 1690 50 0000 L CNN 107 | F 1 "10n" H 10570 1540 50 0000 L CNN 108 | F 2 "complib:C_0603" H 10560 1620 50 0001 C CNN 109 | F 3 "" H 10560 1620 50 0000 C CNN 110 | 1 10560 1620 111 | 1 0 0 -1 112 | $EndComp 113 | $Comp 114 | L CONN_02X03 P2 115 | U 1 1 587CD355 116 | P 10370 5970 117 | F 0 "P2" H 10370 6170 50 0000 C CNN 118 | F 1 "PROG" H 10370 5770 50 0000 C CNN 119 | F 2 "Socket_Strips:Socket_Strip_Straight_2x03" H 10370 4770 50 0001 C CNN 120 | F 3 "" H 10370 4770 50 0000 C CNN 121 | 1 10370 5970 122 | 1 0 0 -1 123 | $EndComp 124 | $Comp 125 | L CONN_01X08 P3 126 | U 1 1 587CD4F7 127 | P 9370 5700 128 | F 0 "P3" H 9370 6150 50 0000 C CNN 129 | F 1 "INPUT2" V 9470 5700 50 0000 C CNN 130 | F 2 "complib:PIN_ARRAY_8x1" H 9370 5700 50 0001 C CNN 131 | F 3 "" H 9370 5700 50 0000 C CNN 132 | 1 9370 5700 133 | 1 0 0 1 134 | $EndComp 135 | $Comp 136 | L Mounting M4 137 | U 1 1 587CEA49 138 | P 1650 7000 139 | F 0 "M4" H 1650 6850 60 0000 C CNN 140 | F 1 "M_2.9mm" H 1650 7150 60 0000 C CNN 141 | F 2 "complib:MountingHole_2.9mm" H 1650 7000 60 0001 C CNN 142 | F 3 "" H 1650 7000 60 0000 C CNN 143 | 1 1650 7000 144 | 1 0 0 -1 145 | $EndComp 146 | $Comp 147 | L Mounting M5 148 | U 1 1 587CF0CA 149 | P 2150 7000 150 | F 0 "M5" H 2150 6850 60 0000 C CNN 151 | F 1 "M_2.9mm" H 2150 7150 60 0000 C CNN 152 | F 2 "complib:MountingHole_2.9mm" H 2150 7000 60 0001 C CNN 153 | F 3 "" H 2150 7000 60 0000 C CNN 154 | 1 2150 7000 155 | 1 0 0 -1 156 | $EndComp 157 | $Comp 158 | L Mounting M6 159 | U 1 1 587CF116 160 | P 2600 7000 161 | F 0 "M6" H 2600 6850 60 0000 C CNN 162 | F 1 "M_2.9mm" H 2600 7150 60 0000 C CNN 163 | F 2 "complib:MountingHole_2.9mm" H 2600 7000 60 0001 C CNN 164 | F 3 "" H 2600 7000 60 0000 C CNN 165 | 1 2600 7000 166 | 1 0 0 -1 167 | $EndComp 168 | $Comp 169 | L Mounting M7 170 | U 1 1 587CF163 171 | P 3050 7000 172 | F 0 "M7" H 3050 6850 60 0000 C CNN 173 | F 1 "M_2.9mm" H 3050 7150 60 0000 C CNN 174 | F 2 "complib:MountingHole_2.9mm" H 3050 7000 60 0001 C CNN 175 | F 3 "" H 3050 7000 60 0000 C CNN 176 | 1 3050 7000 177 | 1 0 0 -1 178 | $EndComp 179 | $Comp 180 | L Mounting M8 181 | U 1 1 587CF1AF 182 | P 3500 7000 183 | F 0 "M8" H 3500 6850 60 0000 C CNN 184 | F 1 "M_2.9mm" H 3500 7150 60 0000 C CNN 185 | F 2 "complib:MountingHole_2.9mm" H 3500 7000 60 0001 C CNN 186 | F 3 "" H 3500 7000 60 0000 C CNN 187 | 1 3500 7000 188 | 1 0 0 -1 189 | $EndComp 190 | $Comp 191 | L Mounting M3 192 | U 1 1 587CF200 193 | P 1200 7000 194 | F 0 "M3" H 1200 6850 60 0000 C CNN 195 | F 1 "M_2.9mm" H 1200 7150 60 0000 C CNN 196 | F 2 "complib:MountingHole_2.9mm" H 1200 7000 60 0001 C CNN 197 | F 3 "" H 1200 7000 60 0000 C CNN 198 | 1 1200 7000 199 | 1 0 0 -1 200 | $EndComp 201 | $Comp 202 | L FID M1 203 | U 1 1 587CF312 204 | P 1390 7510 205 | F 0 "M1" H 1390 7360 60 0000 C CNN 206 | F 1 "FID" H 1390 7660 60 0000 C CNN 207 | F 2 "complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop" H 1390 7510 60 0001 C CNN 208 | F 3 "" H 1390 7510 60 0000 C CNN 209 | 1 1390 7510 210 | 1 0 0 -1 211 | $EndComp 212 | $Comp 213 | L FID M2 214 | U 1 1 587CF390 215 | P 1640 7510 216 | F 0 "M2" H 1640 7360 60 0000 C CNN 217 | F 1 "FID" H 1640 7660 60 0000 C CNN 218 | F 2 "complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop" H 1640 7510 60 0001 C CNN 219 | F 3 "" H 1640 7510 60 0000 C CNN 220 | 1 1640 7510 221 | 1 0 0 -1 222 | $EndComp 223 | $Comp 224 | L C_Small C1 225 | U 1 1 587CFBB0 226 | P 10450 3520 227 | F 0 "C1" H 10460 3590 50 0000 L CNN 228 | F 1 "100n" H 10460 3440 50 0000 L CNN 229 | F 2 "complib:C_0603" H 10450 3520 50 0001 C CNN 230 | F 3 "" H 10450 3520 50 0000 C CNN 231 | 1 10450 3520 232 | 1 0 0 -1 233 | $EndComp 234 | $Comp 235 | L R_Small R2 236 | U 1 1 587CFF2E 237 | P 6500 3770 238 | F 0 "R2" V 6400 3720 50 0000 L CNN 239 | F 1 "150R" V 6600 3720 50 0000 L CNN 240 | F 2 "complib:R_0603" H 6500 3770 50 0001 C CNN 241 | F 3 "" H 6500 3770 50 0000 C CNN 242 | 1 6500 3770 243 | -1 0 0 1 244 | $EndComp 245 | $Comp 246 | L Led_Small D3 247 | U 1 1 587CFFC2 248 | P 6500 4170 249 | F 0 "D3" H 6450 4295 50 0000 L CNN 250 | F 1 "Comms" H 6325 4070 50 0000 L CNN 251 | F 2 "complib:LED_1206_bottom_entry_v2" V 6500 4170 50 0001 C CNN 252 | F 3 "APTR3216SURCK" H 6500 4170 50 0001 C CNN 253 | 1 6500 4170 254 | 0 -1 -1 0 255 | $EndComp 256 | Text GLabel 10710 1420 2 60 Input ~ 0 257 | ADC2 258 | $Comp 259 | L GND #PWR01 260 | U 1 1 587D2C7E 261 | P 10560 1870 262 | F 0 "#PWR01" H 10560 1620 50 0001 C CNN 263 | F 1 "GND" H 10560 1720 50 0000 C CNN 264 | F 2 "" H 10560 1870 50 0000 C CNN 265 | F 3 "" H 10560 1870 50 0000 C CNN 266 | 1 10560 1870 267 | 1 0 0 -1 268 | $EndComp 269 | $Comp 270 | L +3.3V #PWR02 271 | U 1 1 587D364D 272 | P 8420 5150 273 | F 0 "#PWR02" H 8420 5000 50 0001 C CNN 274 | F 1 "+3.3V" H 8420 5290 50 0000 C CNN 275 | F 2 "" H 8420 5150 50 0000 C CNN 276 | F 3 "" H 8420 5150 50 0000 C CNN 277 | 1 8420 5150 278 | 1 0 0 -1 279 | $EndComp 280 | $Comp 281 | L GND #PWR03 282 | U 1 1 587D3EC8 283 | P 8670 5500 284 | F 0 "#PWR03" H 8670 5250 50 0001 C CNN 285 | F 1 "GND" H 8670 5350 50 0000 C CNN 286 | F 2 "" H 8670 5500 50 0000 C CNN 287 | F 3 "" H 8670 5500 50 0000 C CNN 288 | 1 8670 5500 289 | 1 0 0 -1 290 | $EndComp 291 | Text GLabel 8070 5650 0 60 Input ~ 0 292 | MISO 293 | Text GLabel 8070 5350 0 60 Input ~ 0 294 | SCK 295 | $Comp 296 | L +3.3V #PWR04 297 | U 1 1 587D615D 298 | P 10250 3320 299 | F 0 "#PWR04" H 10250 3170 50 0001 C CNN 300 | F 1 "+3.3V" H 10250 3460 50 0000 C CNN 301 | F 2 "" H 10250 3320 50 0000 C CNN 302 | F 3 "" H 10250 3320 50 0000 C CNN 303 | 1 10250 3320 304 | 1 0 0 -1 305 | $EndComp 306 | $Comp 307 | L GND #PWR05 308 | U 1 1 587D6FA1 309 | P 10450 4420 310 | F 0 "#PWR05" H 10450 4170 50 0001 C CNN 311 | F 1 "GND" H 10450 4270 50 0000 C CNN 312 | F 2 "" H 10450 4420 50 0000 C CNN 313 | F 3 "" H 10450 4420 50 0000 C CNN 314 | 1 10450 4420 315 | 1 0 0 -1 316 | $EndComp 317 | Text GLabel 7200 4220 0 60 Input ~ 0 318 | RST 319 | Text GLabel 7200 4070 0 60 Input ~ 0 320 | ADC2 321 | Text GLabel 7200 3920 0 60 Input ~ 0 322 | ADC3 323 | Text GLabel 7200 3770 0 60 Input ~ 0 324 | SCK 325 | Text GLabel 6350 3620 0 60 Input ~ 0 326 | MISO 327 | Text GLabel 7200 3520 0 60 Input ~ 0 328 | MOSI 329 | $Comp 330 | L GND #PWR06 331 | U 1 1 587D83E7 332 | P 6500 4370 333 | F 0 "#PWR06" H 6500 4120 50 0001 C CNN 334 | F 1 "GND" H 6500 4220 50 0000 C CNN 335 | F 2 "" H 6500 4370 50 0000 C CNN 336 | F 3 "" H 6500 4370 50 0000 C CNN 337 | 1 6500 4370 338 | 1 0 0 -1 339 | $EndComp 340 | Text GLabel 10820 5970 2 60 Input ~ 0 341 | MOSI 342 | Text GLabel 9920 5820 0 60 Input ~ 0 343 | MISO 344 | $Comp 345 | L +3.3V #PWR07 346 | U 1 1 587DA924 347 | P 10720 5270 348 | F 0 "#PWR07" H 10720 5120 50 0001 C CNN 349 | F 1 "+3.3V" H 10720 5410 50 0000 C CNN 350 | F 2 "" H 10720 5270 50 0000 C CNN 351 | F 3 "" H 10720 5270 50 0000 C CNN 352 | 1 10720 5270 353 | 1 0 0 -1 354 | $EndComp 355 | $Comp 356 | L GND #PWR08 357 | U 1 1 587DA974 358 | P 10720 6120 359 | F 0 "#PWR08" H 10720 5870 50 0001 C CNN 360 | F 1 "GND" H 10720 5970 50 0000 C CNN 361 | F 2 "" H 10720 6120 50 0000 C CNN 362 | F 3 "" H 10720 6120 50 0000 C CNN 363 | 1 10720 6120 364 | 1 0 0 -1 365 | $EndComp 366 | Text GLabel 9920 6120 0 60 Input ~ 0 367 | RST 368 | Text GLabel 9850 5970 0 60 Input ~ 0 369 | SCK 370 | Text GLabel 8570 5900 0 60 Input ~ 0 371 | Therm1 372 | Text GLabel 8570 6050 0 60 Input ~ 0 373 | Therm2 374 | Text GLabel 5310 5500 0 60 Input ~ 0 375 | Therm1 376 | Text GLabel 5310 5650 0 60 Input ~ 0 377 | Therm2 378 | Text Notes 10270 6320 0 60 ~ 0 379 | DNP 380 | $Comp 381 | L CONN_01X02 P7 382 | U 1 1 587E3571 383 | P 1690 2870 384 | F 0 "P7" H 1440 2870 50 0000 C CNN 385 | F 1 "Print Fan" H 1940 2920 50 0000 C CNN 386 | F 2 "complib:PIN_ARRAY_2X1" H 1690 2870 50 0001 C CNN 387 | F 3 "" H 1690 2870 50 0000 C CNN 388 | 1 1690 2870 389 | -1 0 0 -1 390 | $EndComp 391 | $Comp 392 | L CONN_01X02 P9 393 | U 1 1 587E3721 394 | P 1690 3170 395 | F 0 "P9" H 1440 3170 50 0000 C CNN 396 | F 1 "Hotend Fan" H 1990 3170 50 0000 C CNN 397 | F 2 "complib:Microfit_01x02_43650-0227" H 1690 3170 50 0001 C CNN 398 | F 3 "" H 1690 3170 50 0000 C CNN 399 | 1 1690 3170 400 | -1 0 0 1 401 | $EndComp 402 | $Comp 403 | L CONN_01X02 P4 404 | U 1 1 587E3A53 405 | P 1340 1820 406 | F 0 "P4" H 1340 1970 50 0000 C CNN 407 | F 1 "HEATER" V 1440 1820 50 0000 C CNN 408 | F 2 "complib:Minifit3.0+screwterm3.5MM_2X1" H 1340 1820 50 0001 C CNN 409 | F 3 "0436500215" H 1340 1820 50 0001 C CNN 410 | 1 1340 1820 411 | -1 0 0 1 412 | $EndComp 413 | Text Notes 2140 2520 0 60 ~ 0 414 | Heater and Fan\npass through 415 | $Comp 416 | L Mounting M13 417 | U 1 1 587E7263 418 | P 3000 7500 419 | F 0 "M13" H 3000 7350 60 0000 C CNN 420 | F 1 "Ziptie" H 3000 7650 60 0000 C CNN 421 | F 2 "complib:Ziptie_small" H 3000 7500 60 0001 C CNN 422 | F 3 "" H 3000 7500 60 0000 C CNN 423 | 1 3000 7500 424 | 1 0 0 -1 425 | $EndComp 426 | Text Notes 3900 7050 0 60 ~ 0 427 | 2.9mm holes for the arm ends 428 | Text Notes 3900 7450 0 60 ~ 0 429 | Zipties for strain relief 430 | $Comp 431 | L Led_Small D4 432 | U 1 1 587EB4F2 433 | P 1790 2320 434 | F 0 "D4" H 1890 2370 50 0000 L CNN 435 | F 1 "Heat" H 1740 2220 50 0000 L CNN 436 | F 2 "complib:LED_1206_bottom_entry_v2" V 1790 2320 50 0001 C CNN 437 | F 3 "APTR3216SYCK" H 1790 2320 50 0001 C CNN 438 | 1 1790 2320 439 | 0 1 1 0 440 | $EndComp 441 | $Comp 442 | L R_Small R6 443 | U 1 1 587ED054 444 | P 1790 2020 445 | F 0 "R6" V 1890 1970 50 0000 L CNN 446 | F 1 "1K5_0.5W+" H 1240 2020 50 0000 L CNN 447 | F 2 "complib:R_1206" H 1790 2020 50 0001 C CNN 448 | F 3 "" H 1790 2020 50 0000 C CNN 449 | 1 1790 2020 450 | -1 0 0 1 451 | $EndComp 452 | $Comp 453 | L R_Small R7 454 | U 1 1 587EAB68 455 | P 10070 5620 456 | F 0 "R7" H 9920 5520 50 0000 L CNN 457 | F 1 "5K1" H 10120 5620 50 0000 L CNN 458 | F 2 "complib:R_0603" H 10070 5620 50 0001 C CNN 459 | F 3 "" H 10070 5620 50 0000 C CNN 460 | 1 10070 5620 461 | -1 0 0 1 462 | $EndComp 463 | $Comp 464 | L FID M15 465 | U 1 1 587ED2EE 466 | P 800 7480 467 | F 0 "M15" H 800 7330 60 0000 C CNN 468 | F 1 "OSHW_Logo" H 800 7630 60 0000 C CNN 469 | F 2 "complib:LOGO_Duet3dCompatible" H 800 7480 60 0001 C CNN 470 | F 3 "" H 800 7480 60 0000 C CNN 471 | 1 800 7480 472 | 1 0 0 -1 473 | $EndComp 474 | $Comp 475 | L Led_Small D1 476 | U 1 1 58800164 477 | P 1560 4330 478 | F 0 "D1" H 1510 4455 50 0000 L CNN 479 | F 1 "Comms" H 1385 4230 50 0001 L CNN 480 | F 2 "complib:LED_PLCC-2" V 1560 4330 50 0001 C CNN 481 | F 3 "" V 1560 4330 50 0000 C CNN 482 | 1 1560 4330 483 | 0 1 1 0 484 | $EndComp 485 | $Comp 486 | L Led_Small D7 487 | U 1 1 58800B50 488 | P 1560 3880 489 | F 0 "D7" H 1510 4005 50 0000 L CNN 490 | F 1 "Comms" H 1385 3780 50 0001 L CNN 491 | F 2 "complib:LED_PLCC-2" V 1560 3880 50 0001 C CNN 492 | F 3 "" V 1560 3880 50 0000 C CNN 493 | 1 1560 3880 494 | 0 1 1 0 495 | $EndComp 496 | $Comp 497 | L Led_Small D9 498 | U 1 1 58800BF8 499 | P 1560 4130 500 | F 0 "D9" H 1510 4255 50 0000 L CNN 501 | F 1 "Comms" H 1385 4030 50 0001 L CNN 502 | F 2 "complib:LED_PLCC-2" V 1560 4130 50 0001 C CNN 503 | F 3 "" V 1560 4130 50 0000 C CNN 504 | 1 1560 4130 505 | 0 1 1 0 506 | $EndComp 507 | Text GLabel 1240 3020 0 60 Input ~ 0 508 | H_Fan_- 509 | Text GLabel 1260 3730 0 60 Input ~ 0 510 | H_Fan_- 511 | Text GLabel 1240 3320 0 60 Input ~ 0 512 | H_Fan_+ 513 | Text GLabel 1410 5330 0 60 Input ~ 0 514 | H_Fan_+ 515 | $Comp 516 | L R_Small R8 517 | U 1 1 58819CED 518 | P 1560 4730 519 | F 0 "R8" H 1410 4630 50 0000 L CNN 520 | F 1 "140R_0.33W+" H 1610 4730 50 0000 L CNN 521 | F 2 "complib:R_0805_extended_pads" H 1560 4730 50 0001 C CNN 522 | F 3 "" H 1560 4730 50 0001 C CNN 523 | 1 1560 4730 524 | -1 0 0 1 525 | $EndComp 526 | Text GLabel 1240 2870 0 60 Input ~ 0 527 | P_Fan_- 528 | Text GLabel 1240 2720 0 60 Input ~ 0 529 | P_Fan_+ 530 | $Comp 531 | L CONN_02X03 P8 532 | U 1 1 587E9201 533 | P 2640 2870 534 | F 0 "P8" H 2640 3070 50 0000 C CNN 535 | F 1 "Input 1" H 2640 2670 50 0000 C CNN 536 | F 2 "complib:Microfit_02x03" H 2640 1670 50 0001 C CNN 537 | F 3 "http://www.molex.com/pdm_docs/sd/430450612_sd.pdf" H 2640 1670 50 0001 C CNN 538 | 1 2640 2870 539 | -1 0 0 -1 540 | $EndComp 541 | $Comp 542 | L R_Small R9 543 | U 1 1 5884132F 544 | P 1560 5080 545 | F 0 "R9" H 1410 5080 50 0000 L CNN 546 | F 1 "604R_0.33W+" H 1610 5080 50 0000 L CNN 547 | F 2 "complib:R_0805_extended_pads" H 1560 5080 50 0001 C CNN 548 | F 3 "http://uk.farnell.com/panasonic-electronic-components/erjp06f1400v/res-thick-film-140r-1-0-5w-0805/dp/2326699" H 1560 5080 50 0001 C CNN 549 | 1 1560 5080 550 | -1 0 0 1 551 | $EndComp 552 | $Comp 553 | L JUMPER JP3 554 | U 1 1 5884235E 555 | P 2110 5080 556 | F 0 "JP3" H 2110 5230 50 0000 C CNN 557 | F 1 "on for 12V" H 2110 5000 50 0000 C CNN 558 | F 2 "complib:JUMPER" H 2110 5080 50 0001 C CNN 559 | F 3 "~" H 2110 5080 50 0000 C CNN 560 | 1 2110 5080 561 | 0 1 1 0 562 | $EndComp 563 | Text GLabel 1140 2070 0 60 Input ~ 0 564 | Heater+ 565 | Text GLabel 1140 1570 0 60 Input ~ 0 566 | Heater- 567 | $Comp 568 | L C_Small C3 569 | U 1 1 58961DE9 570 | P 9440 1020 571 | F 0 "C3" H 9450 1090 50 0000 L CNN 572 | F 1 "1u" H 9450 940 50 0000 L CNN 573 | F 2 "complib:C_0603" H 9440 1020 50 0001 C CNN 574 | F 3 "" H 9440 1020 50 0000 C CNN 575 | 1 9440 1020 576 | 1 0 0 -1 577 | $EndComp 578 | $Comp 579 | L +3.3V #PWR09 580 | U 1 1 5896401D 581 | P 9340 820 582 | F 0 "#PWR09" H 9340 670 50 0001 C CNN 583 | F 1 "+3.3V" H 9340 960 50 0000 C CNN 584 | F 2 "" H 9340 820 50 0000 C CNN 585 | F 3 "" H 9340 820 50 0000 C CNN 586 | 1 9340 820 587 | 1 0 0 -1 588 | $EndComp 589 | $Comp 590 | L GND #PWR010 591 | U 1 1 58964F07 592 | P 9440 1170 593 | F 0 "#PWR010" H 9440 920 50 0001 C CNN 594 | F 1 "GND" H 9440 1020 50 0000 C CNN 595 | F 2 "" H 9440 1170 50 0000 C CNN 596 | F 3 "" H 9440 1170 50 0000 C CNN 597 | 1 9440 1170 598 | 1 0 0 -1 599 | $EndComp 600 | $Comp 601 | L GND #PWR011 602 | U 1 1 5896626B 603 | P 8130 2210 604 | F 0 "#PWR011" H 8130 1960 50 0001 C CNN 605 | F 1 "GND" H 8130 2060 50 0000 C CNN 606 | F 2 "" H 8130 2210 50 0000 C CNN 607 | F 3 "" H 8130 2210 50 0000 C CNN 608 | 1 8130 2210 609 | 1 0 0 -1 610 | $EndComp 611 | $Comp 612 | L R_Small R11 613 | U 1 1 58967284 614 | P 7700 1920 615 | F 0 "R11" V 7600 1870 50 0000 L CNN 616 | F 1 "5K1" V 7800 1870 50 0000 L CNN 617 | F 2 "complib:R_0603" H 7700 1920 50 0001 C CNN 618 | F 3 "" H 7700 1920 50 0000 C CNN 619 | 1 7700 1920 620 | 0 -1 -1 0 621 | $EndComp 622 | $Comp 623 | L C_Small C5 624 | U 1 1 589675BE 625 | P 9390 2400 626 | F 0 "C5" V 9450 2460 50 0000 L CNN 627 | F 1 "47p" V 9300 2240 50 0000 L CNN 628 | F 2 "complib:C_0603" H 9390 2400 50 0001 C CNN 629 | F 3 "" H 9390 2400 50 0000 C CNN 630 | 1 9390 2400 631 | 0 1 1 0 632 | $EndComp 633 | $Comp 634 | L GND #PWR012 635 | U 1 1 587CD2DD 636 | P 6380 3010 637 | F 0 "#PWR012" H 6380 2760 50 0001 C CNN 638 | F 1 "GND" H 6380 2860 50 0000 C CNN 639 | F 2 "" H 6380 3010 50 0000 C CNN 640 | F 3 "" H 6380 3010 50 0000 C CNN 641 | 1 6380 3010 642 | 1 0 0 -1 643 | $EndComp 644 | $Comp 645 | L C_Small C4 646 | U 1 1 5896B563 647 | P 5380 1460 648 | F 0 "C4" H 5480 1460 50 0000 L CNN 649 | F 1 "1u" H 5230 1560 50 0000 L CNN 650 | F 2 "complib:C_0603" H 5380 1460 50 0001 C CNN 651 | F 3 "" H 5380 1460 50 0000 C CNN 652 | 1 5380 1460 653 | -1 0 0 1 654 | $EndComp 655 | Text GLabel 6680 2260 2 60 Input ~ 0 656 | T 657 | $Comp 658 | L Mounting M16 659 | U 1 1 5897DC47 660 | P 2040 7510 661 | F 0 "M16" H 2040 7360 60 0000 C CNN 662 | F 1 "12mm" H 2040 7660 60 0000 C CNN 663 | F 2 "complib:12mmHole" H 2040 7510 60 0001 C CNN 664 | F 3 "" H 2040 7510 60 0000 C CNN 665 | 1 2040 7510 666 | -1 0 0 1 667 | $EndComp 668 | $Comp 669 | L R_Small R14 670 | U 1 1 5898546B 671 | P 6030 2360 672 | F 0 "R14" H 6080 2260 50 0000 L CNN 673 | F 1 "10K_1%" H 5630 2360 50 0000 L CNN 674 | F 2 "complib:R_0603" H 6030 2360 50 0001 C CNN 675 | F 3 "" H 6030 2360 50 0000 C CNN 676 | 1 6030 2360 677 | 1 0 0 -1 678 | $EndComp 679 | $Comp 680 | L R_Small R13 681 | U 1 1 589857E5 682 | P 6030 1510 683 | F 0 "R13" H 6080 1410 50 0000 L CNN 684 | F 1 "10K_1%" H 5630 1510 50 0000 L CNN 685 | F 2 "complib:R_0603" H 6030 1510 50 0001 C CNN 686 | F 3 "" H 6030 1510 50 0000 C CNN 687 | 1 6030 1510 688 | 1 0 0 -1 689 | $EndComp 690 | $Comp 691 | L MCP6286 U3 692 | U 1 1 58D2A7FE 693 | P 8540 1770 694 | F 0 "U3" H 8540 1920 60 0000 C CNN 695 | F 1 "MCP6286" H 8540 1370 60 0001 C CNN 696 | F 2 "complib:SOT-23-5L" H 8540 1770 60 0001 C CNN 697 | F 3 "" H 8540 1770 60 0000 C CNN 698 | 1 8540 1770 699 | 1 0 0 -1 700 | $EndComp 701 | $Comp 702 | L R_Small R1 703 | U 1 1 587CC4B4 704 | P 9390 2180 705 | F 0 "R1" V 9480 2030 50 0000 L CNN 706 | F 1 "10M" V 9490 2160 50 0000 L CNN 707 | F 2 "complib:R_0603" H 9390 2180 50 0001 C CNN 708 | F 3 "" H 9390 2180 50 0000 C CNN 709 | 1 9390 2180 710 | 0 -1 -1 0 711 | $EndComp 712 | $Comp 713 | L C_Small C6 714 | U 1 1 58961D23 715 | P 8660 2420 716 | F 0 "C6" V 8760 2420 50 0000 L CNN 717 | F 1 "22u_<20%" V 8550 2240 50 0000 L CNN 718 | F 2 "complib:C_0805" H 8660 2420 50 0001 C CNN 719 | F 3 "" H 8660 2420 50 0000 C CNN 720 | 1 8660 2420 721 | 0 1 1 0 722 | $EndComp 723 | Text GLabel 8570 6350 0 60 Input ~ 0 724 | Therm4 725 | Text GLabel 8570 6200 0 60 Input ~ 0 726 | Therm3 727 | $Comp 728 | L CONN_01X04 P5 729 | U 1 1 587DD2A0 730 | P 6660 5750 731 | F 0 "P5" H 6660 6000 50 0000 C CNN 732 | F 1 "TEMP" V 6760 5750 50 0000 C CNN 733 | F 2 "complib:Microfit_01x02or04_43650-0227" H 6660 5750 50 0001 C CNN 734 | F 3 "" H 6660 5750 50 0000 C CNN 735 | 1 6660 5750 736 | 1 0 0 -1 737 | $EndComp 738 | Text Notes 5290 6640 0 60 ~ 0 739 | 2 or 4 wire PT100 support\nAlong with Thermistors 740 | Text Notes 5310 4890 0 60 ~ 0 741 | Populate P5 with a 2 pin connector\nHeader retains option to use a 4 pin\nby cutting solder jumpers and using a different header. 742 | Text GLabel 5310 5950 0 60 Input ~ 0 743 | Therm4 744 | Text GLabel 5310 5800 0 60 Input ~ 0 745 | Therm3 746 | $Comp 747 | L LDK130M08 U1 748 | U 1 1 58D58578 749 | P 4370 1410 750 | F 0 "U1" H 4370 1560 60 0000 C CNN 751 | F 1 "LDK130M08" H 4370 1010 60 0001 C CNN 752 | F 2 "complib:SOT-23-5L" H 4370 1410 60 0001 C CNN 753 | F 3 "" H 4370 1410 60 0000 C CNN 754 | 1 4370 1410 755 | 1 0 0 -1 756 | $EndComp 757 | $Comp 758 | L GND #PWR013 759 | U 1 1 58D5BCA1 760 | P 4350 1950 761 | F 0 "#PWR013" H 4350 1700 50 0001 C CNN 762 | F 1 "GND" H 4350 1800 50 0000 C CNN 763 | F 2 "" H 4350 1950 50 0000 C CNN 764 | F 3 "" H 4350 1950 50 0000 C CNN 765 | 1 4350 1950 766 | 1 0 0 -1 767 | $EndComp 768 | $Comp 769 | L C_Small C7 770 | U 1 1 58D610B5 771 | P 4900 1730 772 | F 0 "C7" H 5000 1730 50 0000 L CNN 773 | F 1 "10n" H 4750 1830 50 0000 L CNN 774 | F 2 "complib:C_0603" H 4900 1730 50 0001 C CNN 775 | F 3 "" H 4900 1730 50 0000 C CNN 776 | 1 4900 1730 777 | -1 0 0 1 778 | $EndComp 779 | Text Notes 9650 980 0 60 ~ 0 780 | C3 needs to be close to the\nOpAmp and the LDO 781 | $Comp 782 | L JUMPER JP2 783 | U 1 1 587DD561 784 | P 5910 6100 785 | F 0 "JP2" H 5910 6250 50 0000 C CNN 786 | F 1 "Solder Jumper" H 5910 6020 50 0000 C CNN 787 | F 2 "complib:SJ_Bridged" H 5910 6100 50 0001 C CNN 788 | F 3 "" H 5910 6100 50 0000 C CNN 789 | 1 5910 6100 790 | 0 1 1 0 791 | $EndComp 792 | $Comp 793 | L JUMPER JP1 794 | U 1 1 587DD363 795 | P 5910 5350 796 | F 0 "JP1" H 5910 5500 50 0000 C CNN 797 | F 1 "Jumpered for 2 Wire" H 5910 5270 50 0000 C CNN 798 | F 2 "complib:SJ_Bridged" H 5910 5350 50 0001 C CNN 799 | F 3 "" H 5910 5350 50 0000 C CNN 800 | 1 5910 5350 801 | 0 1 1 0 802 | $EndComp 803 | $Comp 804 | L C_Small C8 805 | U 1 1 58D2DA43 806 | P 7910 2100 807 | F 0 "C8" H 7920 2170 50 0000 L CNN 808 | F 1 "10n" H 7920 2020 50 0000 L CNN 809 | F 2 "complib:C_0603" H 7910 2100 50 0001 C CNN 810 | F 3 "" H 7910 2100 50 0000 C CNN 811 | 1 7910 2100 812 | 1 0 0 -1 813 | $EndComp 814 | Text GLabel 6680 1610 2 60 Input ~ 0 815 | B 816 | Wire Wire Line 817 | 8920 6050 9170 6050 818 | Wire Wire Line 819 | 8920 6350 8920 6050 820 | Wire Wire Line 821 | 8570 6350 8920 6350 822 | Wire Wire Line 823 | 8870 5950 9170 5950 824 | Wire Wire Line 825 | 8870 6200 8870 5950 826 | Wire Wire Line 827 | 8570 6200 8870 6200 828 | Wire Wire Line 829 | 8820 5850 9170 5850 830 | Wire Wire Line 831 | 8820 6050 8820 5850 832 | Wire Wire Line 833 | 8570 6050 8820 6050 834 | Wire Wire Line 835 | 8770 5750 9170 5750 836 | Wire Wire Line 837 | 8770 5900 8770 5750 838 | Wire Wire Line 839 | 8570 5900 8770 5900 840 | Wire Wire Line 841 | 10020 6070 10120 6070 842 | Wire Wire Line 843 | 10020 6120 10020 6070 844 | Wire Wire Line 845 | 9920 6120 10020 6120 846 | Wire Wire Line 847 | 10020 5820 10020 5870 848 | Wire Wire Line 849 | 9920 5820 10020 5820 850 | Wire Wire Line 851 | 10720 5270 10720 5870 852 | Wire Wire Line 853 | 10720 5870 10620 5870 854 | Wire Wire Line 855 | 10720 6070 10720 6120 856 | Wire Wire Line 857 | 10620 6070 10720 6070 858 | Wire Wire Line 859 | 10820 5970 10620 5970 860 | Wire Wire Line 861 | 7350 4120 7450 4120 862 | Wire Wire Line 863 | 7350 4220 7350 4120 864 | Wire Wire Line 865 | 7200 4220 7350 4220 866 | Wire Wire Line 867 | 7300 4020 7450 4020 868 | Wire Wire Line 869 | 7300 4070 7300 4020 870 | Wire Wire Line 871 | 7200 4070 7300 4070 872 | Wire Wire Line 873 | 7200 3920 7450 3920 874 | Wire Wire Line 875 | 7350 3820 7450 3820 876 | Wire Wire Line 877 | 7350 3770 7350 3820 878 | Wire Wire Line 879 | 7200 3770 7350 3770 880 | Wire Wire Line 881 | 7350 3620 7450 3620 882 | Wire Wire Line 883 | 7350 3520 7350 3620 884 | Wire Wire Line 885 | 7200 3520 7350 3520 886 | Connection ~ 6500 3620 887 | Wire Wire Line 888 | 6500 3670 6500 3620 889 | Wire Wire Line 890 | 7250 3720 7450 3720 891 | Wire Wire Line 892 | 7250 3620 7250 3720 893 | Wire Wire Line 894 | 6350 3620 7250 3620 895 | Wire Wire Line 896 | 6500 4070 6500 3870 897 | Wire Wire Line 898 | 6500 4370 6500 4270 899 | Connection ~ 10450 4120 900 | Wire Wire Line 901 | 10150 4120 10450 4120 902 | Wire Wire Line 903 | 10450 3620 10450 4420 904 | Connection ~ 10250 3320 905 | Wire Wire Line 906 | 10450 3320 10450 3420 907 | Wire Wire Line 908 | 10200 3320 10450 3320 909 | Wire Wire Line 910 | 10200 3620 10200 3320 911 | Wire Wire Line 912 | 10150 3620 10200 3620 913 | Wire Wire Line 914 | 8370 5350 8070 5350 915 | Wire Wire Line 916 | 8370 5650 8070 5650 917 | Wire Wire Line 918 | 8570 5650 9170 5650 919 | Wire Wire Line 920 | 8670 5450 8670 5500 921 | Wire Wire Line 922 | 8770 5450 8670 5450 923 | Wire Wire Line 924 | 8770 5550 8770 5450 925 | Wire Wire Line 926 | 9170 5550 8770 5550 927 | Wire Wire Line 928 | 8870 5350 8570 5350 929 | Wire Wire Line 930 | 8870 5450 8870 5350 931 | Wire Wire Line 932 | 9170 5450 8870 5450 933 | Wire Wire Line 934 | 8920 5350 9170 5350 935 | Wire Wire Line 936 | 8920 5150 8920 5350 937 | Wire Wire Line 938 | 8770 5150 8920 5150 939 | Wire Wire Line 940 | 8420 5150 8570 5150 941 | Wire Wire Line 942 | 1540 1770 2890 1770 943 | Wire Wire Line 944 | 1790 2120 1790 2220 945 | Wire Wire Line 946 | 1790 1570 1790 1920 947 | Connection ~ 1790 1770 948 | Wire Wire Line 949 | 1540 1870 1540 2720 950 | Wire Wire Line 951 | 2890 1770 2890 2770 952 | Wire Wire Line 953 | 10070 5520 10070 5420 954 | Wire Wire Line 955 | 10070 5420 10720 5420 956 | Connection ~ 10720 5420 957 | Wire Wire Line 958 | 1560 3730 1560 3780 959 | Wire Wire Line 960 | 1560 3980 1560 4030 961 | Wire Wire Line 962 | 1560 4430 1560 4630 963 | Wire Wire Line 964 | 1560 5330 1410 5330 965 | Wire Wire Line 966 | 1560 4830 1560 4980 967 | Wire Wire Line 968 | 1260 3730 1560 3730 969 | Wire Wire Line 970 | 1240 2870 1590 2870 971 | Wire Wire Line 972 | 1590 2870 1590 2970 973 | Wire Wire Line 974 | 1590 2970 1940 2970 975 | Wire Wire Line 976 | 1940 2970 1940 2920 977 | Connection ~ 1940 2920 978 | Wire Wire Line 979 | 1240 2720 1390 2720 980 | Wire Wire Line 981 | 1940 2770 1940 2820 982 | Connection ~ 1940 2820 983 | Wire Wire Line 984 | 1940 3020 1940 3120 985 | Connection ~ 1940 3120 986 | Wire Wire Line 987 | 1940 3020 1240 3020 988 | Wire Wire Line 989 | 1390 2720 1390 2770 990 | Wire Wire Line 991 | 1390 2770 1940 2770 992 | Wire Wire Line 993 | 1540 2720 2290 2720 994 | Wire Wire Line 995 | 2290 2720 2290 2870 996 | Wire Wire Line 997 | 2290 2870 2390 2870 998 | Wire Wire Line 999 | 2140 2770 2390 2770 1000 | Wire Wire Line 1001 | 2140 2820 2140 2770 1002 | Wire Wire Line 1003 | 1890 2820 2140 2820 1004 | Wire Wire Line 1005 | 1890 2920 2890 2920 1006 | Wire Wire Line 1007 | 2890 2920 2890 2870 1008 | Wire Wire Line 1009 | 1890 3220 2890 3220 1010 | Wire Wire Line 1011 | 1890 3120 2390 3120 1012 | Wire Wire Line 1013 | 2890 3220 2890 2970 1014 | Wire Wire Line 1015 | 2390 3120 2390 2970 1016 | Wire Wire Line 1017 | 1560 5180 1560 5330 1018 | Wire Wire Line 1019 | 2110 4780 1710 4780 1020 | Wire Wire Line 1021 | 1710 4780 1710 4930 1022 | Wire Wire Line 1023 | 1710 4930 1560 4930 1024 | Connection ~ 1560 4930 1025 | Wire Wire Line 1026 | 1560 5280 1710 5280 1027 | Wire Wire Line 1028 | 1710 5280 1710 5380 1029 | Wire Wire Line 1030 | 1710 5380 2110 5380 1031 | Connection ~ 1560 5280 1032 | Wire Wire Line 1033 | 1790 2420 1790 2720 1034 | Connection ~ 1790 2720 1035 | Wire Wire Line 1036 | 1140 1570 1790 1570 1037 | Wire Wire Line 1038 | 1140 2070 1540 2070 1039 | Connection ~ 1540 2070 1040 | Wire Wire Line 1041 | 10020 5870 10120 5870 1042 | Wire Wire Line 1043 | 10070 5720 10070 6070 1044 | Connection ~ 10070 6070 1045 | Wire Wire Line 1046 | 10410 1420 10710 1420 1047 | Wire Wire Line 1048 | 10560 1420 10560 1520 1049 | Connection ~ 10560 1420 1050 | Wire Wire Line 1051 | 10560 1720 10560 1870 1052 | Wire Wire Line 1053 | 8040 1620 7990 1620 1054 | Wire Wire Line 1055 | 7990 1620 7990 1420 1056 | Wire Wire Line 1057 | 9440 1170 9440 1120 1058 | Wire Wire Line 1059 | 6380 2560 6380 3010 1060 | Connection ~ 6380 2910 1061 | Connection ~ 6380 2560 1062 | Wire Wire Line 1063 | 6630 2560 6630 2160 1064 | Wire Wire Line 1065 | 6680 2260 6630 2260 1066 | Connection ~ 6630 2260 1067 | Wire Wire Line 1068 | 6030 1360 6630 1360 1069 | Wire Wire Line 1070 | 6980 1710 6980 2160 1071 | Wire Wire Line 1072 | 6030 2560 6630 2560 1073 | Wire Wire Line 1074 | 6980 2160 6630 2160 1075 | Wire Wire Line 1076 | 6030 1360 6030 1410 1077 | Wire Wire Line 1078 | 6030 1610 6030 1710 1079 | Wire Wire Line 1080 | 5780 1710 5780 2160 1081 | Wire Wire Line 1082 | 6030 2560 6030 2460 1083 | Wire Wire Line 1084 | 6030 1710 5780 1710 1085 | Wire Wire Line 1086 | 5780 1910 5630 1910 1087 | Connection ~ 5780 1910 1088 | Wire Wire Line 1089 | 6030 2260 6030 2160 1090 | Wire Wire Line 1091 | 6030 2160 5780 2160 1092 | Wire Wire Line 1093 | 6380 2910 5380 2910 1094 | Wire Wire Line 1095 | 5380 2910 5380 1560 1096 | Wire Wire Line 1097 | 9440 880 9440 920 1098 | Wire Wire Line 1099 | 9040 880 9440 880 1100 | Wire Wire Line 1101 | 9340 880 9340 820 1102 | Wire Wire Line 1103 | 9040 730 9040 1620 1104 | Connection ~ 9340 880 1105 | Wire Wire Line 1106 | 9490 2400 9620 2400 1107 | Wire Wire Line 1108 | 9620 2400 9620 2180 1109 | Wire Wire Line 1110 | 9490 2180 9880 2180 1111 | Connection ~ 9620 2180 1112 | Wire Wire Line 1113 | 9140 2400 9290 2400 1114 | Wire Wire Line 1115 | 9140 1920 9140 2400 1116 | Wire Wire Line 1117 | 9040 1920 9140 1920 1118 | Wire Wire Line 1119 | 7990 1420 10210 1420 1120 | Wire Wire Line 1121 | 9880 2180 9880 1420 1122 | Connection ~ 9880 1420 1123 | Connection ~ 9140 2180 1124 | Wire Wire Line 1125 | 9030 2420 8760 2420 1126 | Wire Wire Line 1127 | 10120 5970 9850 5970 1128 | Connection ~ 5910 5700 1129 | Wire Wire Line 1130 | 5310 5700 5310 5650 1131 | Wire Wire Line 1132 | 5310 5050 6460 5050 1133 | Wire Wire Line 1134 | 6460 5050 6460 5600 1135 | Wire Wire Line 1136 | 5310 5500 5310 5050 1137 | Connection ~ 5910 5050 1138 | Connection ~ 5910 5800 1139 | Wire Wire Line 1140 | 5310 6400 6460 6400 1141 | Wire Wire Line 1142 | 6460 6400 6460 5900 1143 | Wire Wire Line 1144 | 5310 5950 5310 6400 1145 | Connection ~ 5910 6400 1146 | Wire Wire Line 1147 | 5380 1260 5380 1360 1148 | Wire Wire Line 1149 | 6380 1260 6380 1360 1150 | Connection ~ 6380 1360 1151 | Wire Wire Line 1152 | 4350 1410 4350 1950 1153 | Connection ~ 4350 1890 1154 | Wire Wire Line 1155 | 3790 1560 3870 1560 1156 | Wire Wire Line 1157 | 3790 730 3790 1560 1158 | Connection ~ 3790 1260 1159 | Wire Wire Line 1160 | 3870 1410 4350 1410 1161 | Connection ~ 9040 880 1162 | Wire Wire Line 1163 | 3870 1260 3790 1260 1164 | Wire Wire Line 1165 | 4900 1630 4900 1560 1166 | Wire Wire Line 1167 | 4900 1560 4870 1560 1168 | Wire Wire Line 1169 | 4900 1830 4900 1890 1170 | Wire Wire Line 1171 | 4870 1260 6380 1260 1172 | Wire Wire Line 1173 | 4900 1890 4350 1890 1174 | Wire Wire Line 1175 | 7800 1920 8040 1920 1176 | Wire Wire Line 1177 | 5630 3200 7060 3200 1178 | Wire Wire Line 1179 | 7060 3200 7060 2420 1180 | Wire Wire Line 1181 | 7060 2420 8560 2420 1182 | Wire Wire Line 1183 | 7600 1920 6980 1920 1184 | Connection ~ 6980 1920 1185 | Wire Wire Line 1186 | 5630 1910 5630 3200 1187 | Connection ~ 5380 1260 1188 | Wire Wire Line 1189 | 3790 730 9040 730 1190 | Wire Wire Line 1191 | 5910 5650 5910 5700 1192 | Wire Wire Line 1193 | 5310 5700 6460 5700 1194 | Wire Wire Line 1195 | 5310 5800 6460 5800 1196 | Wire Wire Line 1197 | 7910 2000 7910 1920 1198 | Connection ~ 7910 1920 1199 | Wire Wire Line 1200 | 8040 1770 8350 1770 1201 | Wire Wire Line 1202 | 8350 1770 8350 2210 1203 | Wire Wire Line 1204 | 8350 2210 7910 2210 1205 | Wire Wire Line 1206 | 7910 2210 7910 2200 1207 | Connection ~ 8130 2210 1208 | Wire Wire Line 1209 | 6680 1610 6630 1610 1210 | Wire Wire Line 1211 | 6630 1710 6980 1710 1212 | Wire Wire Line 1213 | 6630 1360 6630 1710 1214 | Connection ~ 6630 1610 1215 | Wire Wire Line 1216 | 9030 2420 9030 2180 1217 | Wire Wire Line 1218 | 9030 2180 9290 2180 1219 | Wire Wire Line 1220 | 1940 3220 1940 3320 1221 | Wire Wire Line 1222 | 1940 3320 1240 3320 1223 | Connection ~ 1940 3220 1224 | $Comp 1225 | L Mounting M11 1226 | U 1 1 59524255 1227 | P 2370 6420 1228 | F 0 "M11" H 2370 6270 60 0000 C CNN 1229 | F 1 "M_2.9mm" H 2370 6570 60 0000 C CNN 1230 | F 2 "complib:MountingHole_2.9mm" H 2370 6420 60 0001 C CNN 1231 | F 3 "" H 2370 6420 60 0000 C CNN 1232 | 1 2370 6420 1233 | 1 0 0 -1 1234 | $EndComp 1235 | $Comp 1236 | L Mounting M9 1237 | U 1 1 59524330 1238 | P 2860 6410 1239 | F 0 "M9" H 2860 6260 60 0000 C CNN 1240 | F 1 "M_2.9mm" H 2860 6560 60 0000 C CNN 1241 | F 2 "complib:MountingHole_2.9mm" H 2860 6410 60 0001 C CNN 1242 | F 3 "" H 2860 6410 60 0000 C CNN 1243 | 1 2860 6410 1244 | 1 0 0 -1 1245 | $EndComp 1246 | $Comp 1247 | L Mounting M10 1248 | U 1 1 595243F8 1249 | P 3360 6410 1250 | F 0 "M10" H 3360 6260 60 0000 C CNN 1251 | F 1 "M_2.9mm" H 3360 6560 60 0000 C CNN 1252 | F 2 "complib:MountingHole_2.9mm" H 3360 6410 60 0001 C CNN 1253 | F 3 "" H 3360 6410 60 0000 C CNN 1254 | 1 3360 6410 1255 | 1 0 0 -1 1256 | $EndComp 1257 | Text Notes 3790 6470 0 60 ~ 0 1258 | Mounting holes (TBC) 1259 | $EndSCHEMATC 1260 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v1.3/SmartEffector_Schematic_v1.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Duet3D/SmartEffector/adcfc77641a8e01f087ba4f96a568000c55f2f55/SmartEffector/SmartEffector_v1.3/SmartEffector_Schematic_v1.3.pdf -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v2.0/SmartEffector-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # Amplifier_Operational_MCP6286 5 | # 6 | DEF Amplifier_Operational_MCP6286 U 0 40 Y Y 1 F N 7 | F0 "U" 0 150 60 H V C CNN 8 | F1 "Amplifier_Operational_MCP6286" 0 -400 60 H I C CNN 9 | F2 "complib:SOT-23-5L" 0 0 60 H I C CNN 10 | F3 "" 0 0 60 H V C CNN 11 | F4 "MCP6286T-E/OT" 0 0 50 H I C CNN "Part Number" 12 | DRAW 13 | S -300 250 300 -250 0 1 0 N 14 | X Vout 1 -500 150 200 R 50 50 1 1 I 15 | X V- 2 -500 0 200 R 50 50 1 1 I 16 | X VIN+ 3 -500 -150 200 R 50 50 1 1 I 17 | X VIN- 4 500 -150 200 L 50 50 1 1 I 18 | X V+ 5 500 150 200 L 50 50 1 1 I 19 | ENDDRAW 20 | ENDDEF 21 | # 22 | # Connector_Generic_Conn_01x02 23 | # 24 | DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N 25 | F0 "J" 0 100 50 H V C CNN 26 | F1 "Connector_Generic_Conn_01x02" 0 -200 50 H V C CNN 27 | F2 "" 0 0 50 H I C CNN 28 | F3 "" 0 0 50 H I C CNN 29 | $FPLIST 30 | Connector*:*_1x??_* 31 | $ENDFPLIST 32 | DRAW 33 | S -50 -95 0 -105 1 1 6 N 34 | S -50 5 0 -5 1 1 6 N 35 | S -50 50 50 -150 1 1 10 f 36 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 37 | X Pin_2 2 -200 -100 150 R 50 50 1 1 P 38 | ENDDRAW 39 | ENDDEF 40 | # 41 | # Connector_Generic_Conn_01x04 42 | # 43 | DEF Connector_Generic_Conn_01x04 J 0 40 Y N 1 F N 44 | F0 "J" 0 200 50 H V C CNN 45 | F1 "Connector_Generic_Conn_01x04" 0 -300 50 H V C CNN 46 | F2 "" 0 0 50 H I C CNN 47 | F3 "" 0 0 50 H I C CNN 48 | $FPLIST 49 | Connector*:*_1x??_* 50 | $ENDFPLIST 51 | DRAW 52 | S -50 -195 0 -205 1 1 6 N 53 | S -50 -95 0 -105 1 1 6 N 54 | S -50 5 0 -5 1 1 6 N 55 | S -50 105 0 95 1 1 6 N 56 | S -50 150 50 -250 1 1 10 f 57 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 58 | X Pin_2 2 -200 0 150 R 50 50 1 1 P 59 | X Pin_3 3 -200 -100 150 R 50 50 1 1 P 60 | X Pin_4 4 -200 -200 150 R 50 50 1 1 P 61 | ENDDRAW 62 | ENDDEF 63 | # 64 | # Connector_Generic_Conn_01x08 65 | # 66 | DEF Connector_Generic_Conn_01x08 J 0 40 Y N 1 F N 67 | F0 "J" 0 400 50 H V C CNN 68 | F1 "Connector_Generic_Conn_01x08" 0 -500 50 H V C CNN 69 | F2 "" 0 0 50 H I C CNN 70 | F3 "" 0 0 50 H I C CNN 71 | $FPLIST 72 | Connector*:*_1x??_* 73 | $ENDFPLIST 74 | DRAW 75 | S -50 -395 0 -405 1 1 6 N 76 | S -50 -295 0 -305 1 1 6 N 77 | S -50 -195 0 -205 1 1 6 N 78 | S -50 -95 0 -105 1 1 6 N 79 | S -50 5 0 -5 1 1 6 N 80 | S -50 105 0 95 1 1 6 N 81 | S -50 205 0 195 1 1 6 N 82 | S -50 305 0 295 1 1 6 N 83 | S -50 350 50 -450 1 1 10 f 84 | X Pin_1 1 -200 300 150 R 50 50 1 1 P 85 | X Pin_2 2 -200 200 150 R 50 50 1 1 P 86 | X Pin_3 3 -200 100 150 R 50 50 1 1 P 87 | X Pin_4 4 -200 0 150 R 50 50 1 1 P 88 | X Pin_5 5 -200 -100 150 R 50 50 1 1 P 89 | X Pin_6 6 -200 -200 150 R 50 50 1 1 P 90 | X Pin_7 7 -200 -300 150 R 50 50 1 1 P 91 | X Pin_8 8 -200 -400 150 R 50 50 1 1 P 92 | ENDDRAW 93 | ENDDEF 94 | # 95 | # Connector_Generic_Conn_02x03_Odd_Even 96 | # 97 | DEF Connector_Generic_Conn_02x03_Odd_Even J 0 40 Y N 1 F N 98 | F0 "J" 50 200 50 H V C CNN 99 | F1 "Connector_Generic_Conn_02x03_Odd_Even" 50 -200 50 H V C CNN 100 | F2 "" 0 0 50 H I C CNN 101 | F3 "" 0 0 50 H I C CNN 102 | $FPLIST 103 | Connector*:*_2x??_* 104 | $ENDFPLIST 105 | DRAW 106 | S -50 -95 0 -105 1 1 6 N 107 | S -50 5 0 -5 1 1 6 N 108 | S -50 105 0 95 1 1 6 N 109 | S -50 150 150 -150 1 1 10 f 110 | S 150 -95 100 -105 1 1 6 N 111 | S 150 5 100 -5 1 1 6 N 112 | S 150 105 100 95 1 1 6 N 113 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 114 | X Pin_2 2 300 100 150 L 50 50 1 1 P 115 | X Pin_3 3 -200 0 150 R 50 50 1 1 P 116 | X Pin_4 4 300 0 150 L 50 50 1 1 P 117 | X Pin_5 5 -200 -100 150 R 50 50 1 1 P 118 | X Pin_6 6 300 -100 150 L 50 50 1 1 P 119 | ENDDRAW 120 | ENDDEF 121 | # 122 | # Device_C_Small 123 | # 124 | DEF Device_C_Small C 0 10 N N 1 F N 125 | F0 "C" 10 70 50 H V L CNN 126 | F1 "Device_C_Small" 10 -80 50 H V L CNN 127 | F2 "" 0 0 50 H I C CNN 128 | F3 "" 0 0 50 H I C CNN 129 | $FPLIST 130 | C_* 131 | $ENDFPLIST 132 | DRAW 133 | P 2 0 1 13 -60 -20 60 -20 N 134 | P 2 0 1 12 -60 20 60 20 N 135 | X ~ 1 0 100 80 D 50 50 1 1 P 136 | X ~ 2 0 -100 80 U 50 50 1 1 P 137 | ENDDRAW 138 | ENDDEF 139 | # 140 | # Device_Jumper_NC_Small 141 | # 142 | DEF Device_Jumper_NC_Small JP 0 30 N N 1 F N 143 | F0 "JP" 0 80 50 H V C CNN 144 | F1 "Device_Jumper_NC_Small" 10 -60 50 H V C CNN 145 | F2 "" 0 0 50 H I C CNN 146 | F3 "" 0 0 50 H I C CNN 147 | $FPLIST 148 | SolderJumper*Bridged* 149 | $ENDFPLIST 150 | DRAW 151 | A 0 -10 57 450 1350 0 1 0 N 40 30 -40 30 152 | C -40 0 20 0 1 0 N 153 | C 40 0 20 0 1 0 N 154 | X 1 1 -100 0 40 R 50 50 0 1 P 155 | X 2 2 100 0 40 L 50 50 0 1 P 156 | ENDDRAW 157 | ENDDEF 158 | # 159 | # Device_LED_Small 160 | # 161 | DEF Device_LED_Small D 0 10 N N 1 F N 162 | F0 "D" -50 125 50 H V L CNN 163 | F1 "Device_LED_Small" -175 -100 50 H V L CNN 164 | F2 "" 0 0 50 V I C CNN 165 | F3 "" 0 0 50 V I C CNN 166 | $FPLIST 167 | LED* 168 | LED_SMD:* 169 | LED_THT:* 170 | $ENDFPLIST 171 | DRAW 172 | P 2 0 1 0 -30 -40 -30 40 N 173 | P 2 0 1 0 40 0 -30 0 N 174 | P 4 0 1 0 30 -40 -30 0 30 40 30 -40 N 175 | P 5 0 1 0 0 30 -20 50 -10 50 -20 50 -20 40 N 176 | P 5 0 1 0 20 50 0 70 10 70 0 70 0 60 N 177 | X K 1 -100 0 70 R 50 50 1 1 P 178 | X A 2 100 0 70 L 50 50 1 1 P 179 | ENDDRAW 180 | ENDDEF 181 | # 182 | # Device_L_Small 183 | # 184 | DEF Device_L_Small L 0 10 N N 1 F N 185 | F0 "L" 30 40 50 H V L CNN 186 | F1 "Device_L_Small" 30 -40 50 H V L CNN 187 | F2 "" 0 0 50 H I C CNN 188 | F3 "" 0 0 50 H I C CNN 189 | $FPLIST 190 | Choke_* 191 | *Coil* 192 | Inductor_* 193 | L_* 194 | $ENDFPLIST 195 | DRAW 196 | A 0 -60 20 -899 899 0 1 0 N 0 -80 0 -40 197 | A 0 -20 20 -899 899 0 1 0 N 0 -40 0 0 198 | A 0 20 20 -899 899 0 1 0 N 0 0 0 40 199 | A 0 60 20 -899 899 0 1 0 N 0 40 0 80 200 | X ~ 1 0 100 20 D 50 50 1 1 P 201 | X ~ 2 0 -100 20 U 50 50 1 1 P 202 | ENDDRAW 203 | ENDDEF 204 | # 205 | # Device_Net-Tie_2 206 | # 207 | DEF Device_Net-Tie_2 NT 0 0 N N 1 F N 208 | F0 "NT" 0 50 50 H V C CNN 209 | F1 "Device_Net-Tie_2" 0 -50 50 H V C CNN 210 | F2 "" 0 0 50 H I C CNN 211 | F3 "" 0 0 50 H I C CNN 212 | $FPLIST 213 | Net*Tie* 214 | $ENDFPLIST 215 | DRAW 216 | P 2 0 1 10 -50 0 50 0 N 217 | X 1 1 -100 0 100 R 50 50 1 1 P 218 | X 2 2 100 0 100 L 50 50 1 1 P 219 | ENDDRAW 220 | ENDDEF 221 | # 222 | # Device_R_Small 223 | # 224 | DEF Device_R_Small R 0 10 N N 1 F N 225 | F0 "R" 30 20 50 H V L CNN 226 | F1 "Device_R_Small" 30 -40 50 H V L CNN 227 | F2 "" 0 0 50 H I C CNN 228 | F3 "" 0 0 50 H I C CNN 229 | $FPLIST 230 | R_* 231 | $ENDFPLIST 232 | DRAW 233 | S -30 70 30 -70 0 1 8 N 234 | X ~ 1 0 100 30 D 50 50 1 1 P 235 | X ~ 2 0 -100 30 U 50 50 1 1 P 236 | ENDDRAW 237 | ENDDEF 238 | # 239 | # Duet3_Duet3D_Logo 240 | # 241 | DEF Duet3_Duet3D_Logo #G 0 40 Y Y 1 F N 242 | F0 "#G" 0 -165 60 H I C CNN 243 | F1 "Duet3_Duet3D_Logo" 0 165 60 H I C CNN 244 | F2 "" 0 0 60 H I C CNN 245 | F3 "" 0 0 60 H I C CNN 246 | DRAW 247 | P 30 0 0 1 32 -182 33 -182 33 -179 32 -178 32 -176 26 -176 26 -175 25 -175 25 -147 32 -147 32 -141 25 -141 25 -127 24 -127 24 -128 23 -128 22 -129 18 -131 18 -141 13 -141 13 -147 18 -147 18 -176 19 -177 19 -179 22 -182 24 -182 25 -183 31 -183 32 -182 F 248 | P 53 0 0 1 -52 -182 -51 -182 -50 -181 -49 -181 -47 -179 -46 -179 -46 -178 -45 -177 -45 -179 -44 -179 -44 -182 -38 -182 -38 -141 -45 -141 -45 -167 -46 -169 -46 -171 -47 -172 -47 -173 -48 -173 -48 -174 -49 -175 -50 -175 -51 -176 -52 -176 -53 -177 -59 -177 -60 -176 -61 -176 -62 -175 -63 -175 -63 -174 -64 -173 -64 -171 -65 -170 -65 -141 -72 -141 -72 -171 -71 -171 -71 -175 -70 -176 -70 -177 -69 -178 -69 -179 -68 -180 -67 -180 -67 -181 -66 -181 -64 -182 -63 -182 -62 -183 -53 -183 -52 -182 F 249 | P 71 0 0 1 113 -181 115 -181 116 -180 118 -180 120 -178 122 -178 122 -177 123 -177 124 -176 124 -175 127 -172 127 -170 128 -169 128 -168 129 -166 129 -165 130 -164 130 -161 131 -159 131 -149 130 -147 130 -143 129 -142 129 -140 128 -139 128 -138 127 -137 127 -136 126 -136 126 -135 125 -134 124 -132 122 -130 120 -129 119 -128 118 -128 116 -127 115 -127 113 -126 84 -126 84 -176 91 -176 91 -132 109 -132 110 -133 113 -133 114 -134 115 -134 120 -139 120 -140 122 -142 122 -145 123 -146 123 -160 122 -161 122 -165 121 -166 120 -168 120 -169 116 -173 115 -173 114 -174 113 -174 112 -175 108 -175 107 -176 91 -176 84 -176 84 -182 111 -182 113 -181 F 250 | P 75 0 0 1 -99 -181 -97 -181 -96 -180 -94 -180 -92 -178 -90 -178 -90 -177 -89 -176 -88 -176 -88 -175 -86 -173 -86 -172 -84 -170 -84 -168 -83 -166 -82 -165 -82 -161 -81 -159 -81 -148 -82 -146 -82 -144 -83 -142 -83 -140 -84 -139 -85 -137 -85 -136 -86 -134 -88 -132 -90 -131 -93 -128 -95 -127 -96 -127 -98 -126 -116 -126 -128 -125 -128 -176 -120 -176 -120 -132 -103 -132 -102 -133 -99 -133 -98 -134 -96 -135 -95 -135 -94 -136 -94 -137 -93 -138 -92 -140 -91 -141 -91 -142 -90 -143 -90 -145 -89 -146 -89 -161 -90 -162 -90 -164 -91 -165 -91 -167 -92 -168 -92 -169 -93 -169 -93 -170 -94 -171 -94 -172 -95 -172 -97 -174 -99 -174 -100 -175 -104 -175 -105 -176 -120 -176 -128 -176 -128 -182 -101 -182 -99 -181 F 251 | P 100 0 0 1 -4 -182 -3 -182 -1 -181 0 -181 3 -178 4 -178 5 -177 5 -176 6 -175 7 -173 7 -172 8 -171 8 -170 5 -170 4 -169 1 -169 1 -170 0 -171 0 -172 -5 -177 -14 -177 -15 -176 -17 -176 -17 -175 -18 -174 -19 -174 -20 -173 -20 -172 -21 -170 -21 -169 -22 -168 -22 -164 8 -164 8 -155 7 -153 7 -152 6 -150 4 -148 4 -146 3 -145 2 -145 0 -143 -2 -142 -3 -142 -4 -141 -6 -141 -7 -140 -13 -140 -15 -141 -17 -141 -18 -142 -19 -142 -21 -143 -27 -149 -27 -150 -28 -152 -28 -153 -29 -155 -29 -158 -22 -158 -22 -154 -21 -154 -21 -152 -19 -150 -19 -149 -18 -149 -16 -147 -14 -147 -14 -146 -8 -146 -7 -147 -5 -147 -4 -148 -3 -148 -2 -149 -2 -150 -1 -151 -1 -152 0 -153 0 -154 1 -155 1 -158 -22 -158 -29 -158 -29 -159 -30 -159 -30 -165 -29 -165 -29 -170 -28 -171 -28 -173 -26 -175 -26 -176 -21 -181 -19 -181 -18 -182 -16 -182 -15 -183 -5 -183 -4 -182 F 252 | P 131 0 0 1 61 -182 63 -182 64 -181 66 -181 69 -178 69 -177 70 -177 70 -176 71 -176 71 -175 72 -174 72 -173 73 -172 73 -171 74 -169 74 -162 73 -161 73 -158 68 -153 67 -153 66 -152 64 -152 64 -151 65 -151 67 -149 68 -149 69 -148 69 -147 70 -146 71 -144 71 -136 70 -135 70 -134 69 -132 67 -130 67 -129 66 -129 64 -128 63 -127 62 -127 61 -126 59 -126 58 -125 52 -125 52 -126 49 -126 47 -127 46 -127 39 -134 39 -136 38 -137 38 -140 40 -140 41 -141 45 -141 45 -139 46 -138 46 -136 50 -132 51 -132 52 -131 58 -131 59 -132 60 -132 61 -133 62 -133 62 -134 63 -135 63 -136 64 -137 64 -143 63 -144 63 -145 62 -145 62 -146 61 -147 60 -147 59 -148 58 -148 57 -149 51 -149 51 -155 60 -155 61 -156 62 -156 63 -157 63 -158 64 -158 64 -159 66 -161 66 -163 67 -163 67 -168 66 -169 66 -171 63 -174 63 -175 62 -176 61 -176 60 -177 57 -177 56 -178 55 -178 54 -177 50 -177 49 -176 49 -175 48 -175 46 -173 46 -172 45 -171 45 -170 44 -168 44 -166 43 -166 43 -167 37 -167 37 -170 38 -172 38 -173 39 -174 40 -176 42 -178 42 -179 44 -180 45 -180 47 -182 49 -182 50 -183 60 -183 61 -182 F 253 | P 499 0 0 1 14 -118 18 -118 23 -117 27 -116 31 -116 35 -115 39 -113 42 -112 46 -111 50 -109 51 -109 55 -107 58 -106 66 -102 69 -99 73 -97 76 -95 79 -92 83 -90 90 -83 91 -83 93 -81 94 -79 97 -76 98 -76 102 -70 105 -67 107 -63 110 -60 112 -56 114 -53 118 -45 119 -42 121 -38 122 -34 124 -30 129 -10 129 -6 130 -2 130 22 128 30 128 35 126 43 125 46 124 50 122 54 121 58 119 62 118 66 116 69 114 73 112 76 109 80 107 83 107 84 105 86 104 88 100 92 99 94 95 98 95 99 94 99 94 100 93 100 92 101 92 102 91 103 90 103 88 105 87 107 86 108 84 109 83 110 82 112 80 113 77 116 76 118 74 119 73 121 71 123 69 124 67 126 66 128 48 146 1 192 -45 146 -45 145 -48 143 -60 131 -61 129 -63 128 -83 108 -84 106 -86 105 -88 103 -88 102 -78 102 -78 103 -77 104 -74 106 -71 109 -65 113 -61 115 -58 117 -54 119 -51 121 -47 122 -41 125 -38 126 -18 131 -14 131 -10 132 14 132 18 131 22 131 30 129 33 128 41 126 45 124 48 123 52 121 55 120 59 118 62 116 66 114 69 112 72 109 75 107 76 107 76 106 77 106 77 105 78 105 79 104 79 103 78 103 78 102 76 100 76 99 75 99 73 97 73 96 69 92 69 91 65 87 65 86 64 86 64 85 63 85 63 84 62 84 62 85 61 85 59 87 58 87 55 90 54 90 52 92 51 92 45 96 42 97 38 99 32 101 28 102 25 103 21 104 18 105 14 105 11 106 -9 106 -13 105 -17 105 -20 104 -24 103 -27 103 -31 101 -37 99 -39 98 -42 97 -45 95 -48 94 -54 90 -57 89 -59 87 -62 85 -62 84 -63 85 -63 86 -64 86 -64 87 -65 87 -65 88 -66 89 -67 89 -67 90 -71 94 -71 95 -75 99 -75 100 -76 100 -76 101 -77 101 -77 102 -78 102 -88 102 -89 102 -92 99 -92 98 -93 98 -96 95 -98 92 -101 89 -103 85 -105 82 -108 79 -109 77 -57 77 -57 78 -56 78 -56 79 -55 79 -53 81 -51 82 -48 84 -46 86 -43 88 -37 90 -34 92 -28 94 -26 95 -23 96 -20 96 -14 98 -7 98 -4 99 5 99 7 98 14 98 20 96 23 96 26 95 30 93 36 91 39 89 42 88 48 84 51 83 56 78 57 78 57 77 56 77 56 76 54 74 54 73 53 73 52 72 52 71 47 66 47 65 46 65 46 64 45 63 44 63 44 62 43 62 43 63 42 63 39 66 36 67 33 69 31 70 13 76 7 76 6 77 -5 77 -6 76 -11 76 -17 74 -20 74 -26 72 -29 70 -31 69 -34 68 -37 66 -39 64 -42 63 -42 62 -44 62 -44 63 -48 67 -48 68 -49 68 -50 69 -50 70 -53 73 -53 74 -54 74 -55 75 -55 76 -56 76 -56 77 -57 77 -109 77 -110 75 -110 74 -112 72 -112 70 -115 67 -115 65 -116 64 -117 61 -119 57 -120 54 -37 54 -37 55 -34 58 -32 59 -29 61 -27 62 -24 63 -22 64 -19 65 -17 66 -11 68 -6 68 -3 69 5 69 7 68 10 68 13 67 15 67 21 65 23 64 26 63 28 62 31 60 33 59 36 56 37 56 37 55 38 55 38 54 37 54 37 53 36 53 36 52 35 52 34 51 34 50 31 47 31 46 30 45 29 45 29 44 28 43 27 43 27 42 25 40 25 39 23 39 22 40 14 44 12 44 8 46 -5 46 -8 45 -10 45 -12 44 -14 44 -15 43 -16 43 -17 42 -18 42 -20 40 -22 40 -23 39 -23 38 -24 39 -24 40 -25 40 -25 41 -26 41 -26 42 -27 42 -27 43 -31 47 -31 48 -32 49 -33 49 -33 50 -34 51 -35 51 -35 52 -36 53 -36 54 -37 54 -120 54 -121 50 -123 46 -125 38 -125 34 -126 30 -17 30 -17 32 -16 32 -15 33 -13 34 -12 35 -8 37 -6 37 -4 38 3 38 5 37 9 37 11 36 12 35 16 33 17 32 18 32 18 31 17 31 17 30 15 28 15 27 14 27 12 25 12 24 9 21 9 20 6 17 5 17 5 16 3 14 3 13 2 13 2 12 1 12 1 11 0 11 -3 14 -3 15 -4 16 -5 16 -5 17 -8 20 -8 21 -9 21 -11 23 -11 24 -13 26 -13 27 -14 27 -15 28 -15 29 -16 29 -16 30 -17 30 -126 30 -127 26 -127 14 -128 10 -128 6 -127 2 -127 -6 -124 -18 -124 -22 -122 -26 -120 -34 -118 -38 -117 -42 -115 -46 -113 -49 -109 -57 -105 -63 -102 -67 -100 -70 -97 -73 -97 -74 -85 -86 -82 -88 -79 -91 -76 -93 -72 -96 -66 -100 -62 -102 -59 -104 -51 -108 -47 -109 -44 -111 -36 -113 -32 -115 -28 -116 -24 -116 -20 -117 -17 -118 -11 -118 -8 -119 10 -119 14 -118 F 254 | ENDDRAW 255 | ENDDEF 256 | # 257 | # Mechanical_Fiducial 258 | # 259 | DEF Mechanical_Fiducial FID 0 20 Y Y 1 F N 260 | F0 "FID" 0 200 50 H V C CNN 261 | F1 "Mechanical_Fiducial" 0 125 50 H V C CNN 262 | F2 "" 0 0 50 H I C CNN 263 | F3 "" 0 0 50 H I C CNN 264 | $FPLIST 265 | Fiducial* 266 | $ENDFPLIST 267 | DRAW 268 | C 0 0 50 0 1 20 f 269 | ENDDRAW 270 | ENDDEF 271 | # 272 | # Mechanical_MountingHole 273 | # 274 | DEF Mechanical_MountingHole H 0 40 Y Y 1 F N 275 | F0 "H" 0 200 50 H V C CNN 276 | F1 "Mechanical_MountingHole" 0 125 50 H V C CNN 277 | F2 "" 0 0 50 H I C CNN 278 | F3 "" 0 0 50 H I C CNN 279 | $FPLIST 280 | MountingHole* 281 | $ENDFPLIST 282 | DRAW 283 | C 0 0 50 0 1 50 N 284 | ENDDRAW 285 | ENDDEF 286 | # 287 | # Regulator_Linear_LDK130-10_SOT23_SOT353 288 | # 289 | DEF Regulator_Linear_LDK130-10_SOT23_SOT353 U 0 10 Y Y 1 F N 290 | F0 "U" -150 225 50 H V C CNN 291 | F1 "Regulator_Linear_LDK130-10_SOT23_SOT353" 0 225 50 H V L CNN 292 | F2 "" 0 325 50 H I C CNN 293 | F3 "" 0 0 50 H I C CNN 294 | ALIAS LDK130-10_SOT23_SOT353 LDK130-12_SOT23_SOT353 LDK130-15_SOT23_SOT353 LDK130-18_SOT23_SOT353 LDK130-25_SOT23_SOT353 LDK130-29_SOT23_SOT353 LDK130-30_SOT23_SOT353 LDK130-32_SOT23_SOT353 LDK130-33_SOT23_SOT353 295 | $FPLIST 296 | SOT?23* 297 | SOT?353* 298 | *SC?70* 299 | $ENDFPLIST 300 | DRAW 301 | S -200 175 200 -200 0 1 10 f 302 | X IN 1 -300 100 100 R 50 50 1 1 W 303 | X GND 2 0 -300 100 U 50 50 1 1 W 304 | X EN 3 -300 0 100 R 50 50 1 1 I 305 | X BP 4 300 0 100 L 50 50 1 1 P 306 | X OUT 5 300 100 100 L 50 50 1 1 w 307 | ENDDRAW 308 | ENDDEF 309 | # 310 | # SmartEffector-rescue_ATtiny44A-MMH-PAD-MCU_Microchip_ATtiny 311 | # 312 | DEF SmartEffector-rescue_ATtiny44A-MMH-PAD-MCU_Microchip_ATtiny U 0 20 Y Y 1 F N 313 | F0 "U" -850 800 50 H V L BNN 314 | F1 "SmartEffector-rescue_ATtiny44A-MMH-PAD-MCU_Microchip_ATtiny" 300 -800 50 H V L TNN 315 | F2 "Package_DFN_QFN:QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm" 0 0 50 H I C CIN 316 | F3 "" 0 0 50 H I C CNN 317 | $FPLIST 318 | QFN*1EP*3x3mm*P0.45mm*EP1.6x1.6mm* 319 | $ENDFPLIST 320 | DRAW 321 | S 850 750 -850 -750 0 1 10 f 322 | X PA4 1 1000 200 150 L 50 50 1 1 B 323 | X NC 10 -800 -400 150 R 50 50 1 1 N N 324 | X XTAL1/PB0 11 1000 -300 150 L 50 50 1 1 B 325 | X XTAL2/PB1 12 1000 -400 150 L 50 50 1 1 B 326 | X ~RESET~/PB3 13 1000 -600 150 L 50 50 1 1 B 327 | X PB2 14 1000 -500 150 L 50 50 1 1 B 328 | X PA7 15 1000 -100 150 L 50 50 1 1 B 329 | X PA6 16 1000 0 150 L 50 50 1 1 B 330 | X NC 17 -800 -500 150 R 50 50 1 1 N N 331 | X NC 18 -800 -600 150 R 50 50 1 1 N N 332 | X NC 19 -800 -700 150 R 50 50 1 1 N N 333 | X PA3 2 1000 300 150 L 50 50 1 1 B 334 | X PA5 20 1000 100 150 L 50 50 1 1 B 335 | X GND 21 0 -900 150 U 50 50 1 1 P N 336 | X PA2 3 1000 400 150 L 50 50 1 1 B 337 | X PA1 4 1000 500 150 L 50 50 1 1 B 338 | X AREF/PA0 5 1000 600 150 L 50 50 1 1 B 339 | X NC 6 -800 -200 150 R 50 50 1 1 N N 340 | X NC 7 -800 -300 150 R 50 50 1 1 N N 341 | X GND 8 0 -900 150 U 50 50 1 1 W 342 | X VCC 9 0 900 150 D 50 50 1 1 W 343 | ENDDRAW 344 | ENDDEF 345 | # 346 | # power_+3.3V 347 | # 348 | DEF power_+3.3V #PWR 0 0 Y Y 1 F P 349 | F0 "#PWR" 0 -150 50 H I C CNN 350 | F1 "power_+3.3V" 0 140 50 H V C CNN 351 | F2 "" 0 0 50 H I C CNN 352 | F3 "" 0 0 50 H I C CNN 353 | ALIAS +3.3V 354 | DRAW 355 | P 2 0 1 0 -30 50 0 100 N 356 | P 2 0 1 0 0 0 0 100 N 357 | P 2 0 1 0 0 100 30 50 N 358 | X +3V3 1 0 0 0 U 50 50 1 1 W N 359 | ENDDRAW 360 | ENDDEF 361 | # 362 | # power_GND 363 | # 364 | DEF power_GND #PWR 0 0 Y Y 1 F P 365 | F0 "#PWR" 0 -250 50 H I C CNN 366 | F1 "power_GND" 0 -150 50 H I C CNN 367 | F2 "" 0 0 50 H I C CNN 368 | F3 "" 0 0 50 H I C CNN 369 | DRAW 370 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 371 | X GND 1 0 0 0 D 50 50 1 1 W N 372 | ENDDRAW 373 | ENDDEF 374 | # 375 | #End Library 376 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v2.0/SmartEffector.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "G:\\My Drive\\Smart\\SmartEffector\\SmartEffector_v2.0\\SmartEffector.sch") 4 | (date "19/03/2021 20:17:56") 5 | (tool "Eeschema (5.1.4)-1") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title SmartEffector) 9 | (company Duet3D) 10 | (rev V2.0) 11 | (date 2019-06-02) 12 | (source SmartEffector.sch) 13 | (comment (number 1) (value "CERN OHL 1.2")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref L1) 19 | (value 22uH) 20 | (footprint complib:R_0805) 21 | (libsource (lib Device) (part L_Small) (description "Inductor, small symbol")) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 587CCBA6)) 24 | (comp (ref R4) 25 | (value 5K1) 26 | (footprint complib:R_0603) 27 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 587CD029)) 30 | (comp (ref R5) 31 | (value 1K0) 32 | (footprint complib:R_0603) 33 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 587CD0A7)) 36 | (comp (ref R3) 37 | (value 5K1) 38 | (footprint complib:R_0603) 39 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 587CD0E5)) 42 | (comp (ref C2) 43 | (value 10n) 44 | (footprint complib:C_0603) 45 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 587CD268)) 48 | (comp (ref P2) 49 | (value PROG) 50 | (footprint complib:Test_Point_2x3) 51 | (libsource (lib Connector_Generic) (part Conn_02x03_Odd_Even) (description "Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 587CD355)) 54 | (comp (ref P3) 55 | (value INPUT2) 56 | (footprint complib:PIN_ARRAY_8x1) 57 | (libsource (lib Connector_Generic) (part Conn_01x08) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)")) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 587CD4F7)) 60 | (comp (ref M4) 61 | (value M_2.9mm) 62 | (footprint complib:MountingHole_2.9mm) 63 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 64 | (sheetpath (names /) (tstamps /)) 65 | (tstamp 587CEA49)) 66 | (comp (ref M5) 67 | (value M_2.9mm) 68 | (footprint complib:MountingHole_2.9mm) 69 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 70 | (sheetpath (names /) (tstamps /)) 71 | (tstamp 587CF0CA)) 72 | (comp (ref M6) 73 | (value M_2.9mm) 74 | (footprint complib:MountingHole_2.9mm) 75 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 76 | (sheetpath (names /) (tstamps /)) 77 | (tstamp 587CF116)) 78 | (comp (ref M7) 79 | (value M_2.9mm) 80 | (footprint complib:MountingHole_2.9mm) 81 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 82 | (sheetpath (names /) (tstamps /)) 83 | (tstamp 587CF163)) 84 | (comp (ref M8) 85 | (value M_2.9mm) 86 | (footprint complib:MountingHole_2.9mm) 87 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 88 | (sheetpath (names /) (tstamps /)) 89 | (tstamp 587CF1AF)) 90 | (comp (ref M3) 91 | (value M_2.9mm) 92 | (footprint complib:MountingHole_2.9mm) 93 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 94 | (sheetpath (names /) (tstamps /)) 95 | (tstamp 587CF200)) 96 | (comp (ref M1) 97 | (value FID) 98 | (footprint complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop) 99 | (libsource (lib Mechanical) (part Fiducial) (description "Fiducial Marker")) 100 | (sheetpath (names /) (tstamps /)) 101 | (tstamp 587CF312)) 102 | (comp (ref M2) 103 | (value FID) 104 | (footprint complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop) 105 | (libsource (lib Mechanical) (part Fiducial) (description "Fiducial Marker")) 106 | (sheetpath (names /) (tstamps /)) 107 | (tstamp 587CF390)) 108 | (comp (ref C1) 109 | (value 100n) 110 | (footprint complib:C_0603) 111 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 112 | (sheetpath (names /) (tstamps /)) 113 | (tstamp 587CFBB0)) 114 | (comp (ref R2) 115 | (value 150R) 116 | (footprint complib:R_0603) 117 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 118 | (sheetpath (names /) (tstamps /)) 119 | (tstamp 587CFF2E)) 120 | (comp (ref D3) 121 | (value Comms) 122 | (footprint complib:LED_1206_bottom_entry_v2) 123 | (datasheet APTR3216SURCK) 124 | (libsource (lib Device) (part LED_Small) (description "Light emitting diode, small symbol")) 125 | (sheetpath (names /) (tstamps /)) 126 | (tstamp 587CFFC2)) 127 | (comp (ref P7) 128 | (value "Print Fan") 129 | (footprint complib:PIN_ARRAY_2X1) 130 | (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) 131 | (sheetpath (names /) (tstamps /)) 132 | (tstamp 587E3571)) 133 | (comp (ref P9) 134 | (value "Hotend Fan") 135 | (footprint complib:Microfit_01x02_43650-0227) 136 | (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) 137 | (sheetpath (names /) (tstamps /)) 138 | (tstamp 587E3721)) 139 | (comp (ref P4) 140 | (value HEATER) 141 | (footprint complib:Minifit3.0+screwterm3.5MM_2X1) 142 | (datasheet 0436500215) 143 | (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) 144 | (sheetpath (names /) (tstamps /)) 145 | (tstamp 587E3A53)) 146 | (comp (ref M13) 147 | (value Ziptie) 148 | (footprint complib:Ziptie_small) 149 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 150 | (sheetpath (names /) (tstamps /)) 151 | (tstamp 587E7263)) 152 | (comp (ref D4) 153 | (value Heat) 154 | (footprint complib:LED_1206_bottom_entry_v2) 155 | (datasheet APTR3216SYCK) 156 | (libsource (lib Device) (part LED_Small) (description "Light emitting diode, small symbol")) 157 | (sheetpath (names /) (tstamps /)) 158 | (tstamp 587EB4F2)) 159 | (comp (ref R6) 160 | (value 1K5_0.5W+) 161 | (footprint complib:R_1206) 162 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 163 | (sheetpath (names /) (tstamps /)) 164 | (tstamp 587ED054)) 165 | (comp (ref R7) 166 | (value 5K1) 167 | (footprint complib:R_0603) 168 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 169 | (sheetpath (names /) (tstamps /)) 170 | (tstamp 587EAB68)) 171 | (comp (ref M15) 172 | (value "Duet3D Logo") 173 | (footprint complib:LOGO_Duet3dCompatible) 174 | (libsource (lib Duet3) (part Duet3D_Logo) (description "")) 175 | (sheetpath (names /) (tstamps /)) 176 | (tstamp 587ED2EE)) 177 | (comp (ref D1) 178 | (value Comms) 179 | (footprint complib:LED_PLCC-2) 180 | (libsource (lib Device) (part LED_Small) (description "Light emitting diode, small symbol")) 181 | (sheetpath (names /) (tstamps /)) 182 | (tstamp 58800164)) 183 | (comp (ref D7) 184 | (value Comms) 185 | (footprint complib:LED_PLCC-2) 186 | (libsource (lib Device) (part LED_Small) (description "Light emitting diode, small symbol")) 187 | (sheetpath (names /) (tstamps /)) 188 | (tstamp 58800B50)) 189 | (comp (ref D9) 190 | (value Comms) 191 | (footprint complib:LED_PLCC-2) 192 | (libsource (lib Device) (part LED_Small) (description "Light emitting diode, small symbol")) 193 | (sheetpath (names /) (tstamps /)) 194 | (tstamp 58800BF8)) 195 | (comp (ref R8) 196 | (value 140R_0.33W+) 197 | (footprint complib:R_0805_extended_pads) 198 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 199 | (sheetpath (names /) (tstamps /)) 200 | (tstamp 58819CED)) 201 | (comp (ref P8) 202 | (value "Input 1") 203 | (footprint complib:Microfit_02x03) 204 | (datasheet http://www.molex.com/pdm_docs/sd/430450612_sd.pdf) 205 | (libsource (lib Connector_Generic) (part Conn_02x03_Odd_Even) (description "Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")) 206 | (sheetpath (names /) (tstamps /)) 207 | (tstamp 587E9201)) 208 | (comp (ref R9) 209 | (value 604R_0.33W+) 210 | (footprint Resistor_SMD:R_1206_3216Metric) 211 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 212 | (sheetpath (names /) (tstamps /)) 213 | (tstamp 5884132F)) 214 | (comp (ref JP3) 215 | (value "Jumper for 12V input") 216 | (footprint complib:JUMPER) 217 | (datasheet ~) 218 | (libsource (lib Device) (part Jumper_NC_Small) (description "Jumper, normally closed, small symbol")) 219 | (sheetpath (names /) (tstamps /)) 220 | (tstamp 5884235E)) 221 | (comp (ref C3) 222 | (value 1u) 223 | (footprint complib:C_0603) 224 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 225 | (sheetpath (names /) (tstamps /)) 226 | (tstamp 58961DE9)) 227 | (comp (ref C5) 228 | (value 47p) 229 | (footprint complib:C_0603) 230 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 231 | (sheetpath (names /) (tstamps /)) 232 | (tstamp 589675BE)) 233 | (comp (ref C4) 234 | (value 1u) 235 | (footprint complib:C_0603) 236 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 237 | (sheetpath (names /) (tstamps /)) 238 | (tstamp 5896B563)) 239 | (comp (ref M16) 240 | (value 12mm) 241 | (footprint complib:12mmHole) 242 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 243 | (sheetpath (names /) (tstamps /)) 244 | (tstamp 5897DC47)) 245 | (comp (ref R14) 246 | (value 10K_1%) 247 | (footprint complib:R_0603) 248 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 249 | (sheetpath (names /) (tstamps /)) 250 | (tstamp 5898546B)) 251 | (comp (ref R13) 252 | (value 10K_1%) 253 | (footprint complib:R_0603) 254 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 255 | (sheetpath (names /) (tstamps /)) 256 | (tstamp 589857E5)) 257 | (comp (ref U3) 258 | (value MCP6286T-E/OT) 259 | (footprint complib:SOT-23-5L) 260 | (libsource (lib Amplifier_Operational) (part MCP6286) (description "")) 261 | (sheetpath (names /) (tstamps /)) 262 | (tstamp 58D2A7FE)) 263 | (comp (ref R1) 264 | (value 10M) 265 | (footprint complib:R_0603) 266 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 267 | (sheetpath (names /) (tstamps /)) 268 | (tstamp 587CC4B4)) 269 | (comp (ref C6) 270 | (value 22u) 271 | (footprint complib:C_0805) 272 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 273 | (sheetpath (names /) (tstamps /)) 274 | (tstamp 58961D23)) 275 | (comp (ref P5) 276 | (value TEMP) 277 | (footprint complib:Microfit_01x02or04_43650-0227) 278 | (libsource (lib Connector_Generic) (part Conn_01x04) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")) 279 | (sheetpath (names /) (tstamps /)) 280 | (tstamp 587DD2A0)) 281 | (comp (ref C7) 282 | (value 10n) 283 | (footprint complib:C_0603) 284 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 285 | (sheetpath (names /) (tstamps /)) 286 | (tstamp 58D610B5)) 287 | (comp (ref JP2) 288 | (value "Solder Jumper") 289 | (footprint complib:SJ_Bridged) 290 | (libsource (lib Device) (part Jumper_NC_Small) (description "Jumper, normally closed, small symbol")) 291 | (sheetpath (names /) (tstamps /)) 292 | (tstamp 587DD561)) 293 | (comp (ref JP1) 294 | (value "Jumpered for 2 Wire") 295 | (footprint complib:SJ_Bridged) 296 | (libsource (lib Device) (part Jumper_NC_Small) (description "Jumper, normally closed, small symbol")) 297 | (sheetpath (names /) (tstamps /)) 298 | (tstamp 587DD363)) 299 | (comp (ref C8) 300 | (value 10n) 301 | (footprint complib:C_0603) 302 | (libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol")) 303 | (sheetpath (names /) (tstamps /)) 304 | (tstamp 58D2DA43)) 305 | (comp (ref M9) 306 | (value M_2.9mm) 307 | (footprint complib:MountingHole_2.9mm) 308 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 309 | (sheetpath (names /) (tstamps /)) 310 | (tstamp 59524330)) 311 | (comp (ref M10) 312 | (value M_2.9mm) 313 | (footprint complib:MountingHole_2.9mm) 314 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 315 | (sheetpath (names /) (tstamps /)) 316 | (tstamp 595243F8)) 317 | (comp (ref U2) 318 | (value ATtiny44A-MUR) 319 | (footprint complib:QFN-20-1EP_4x4mm_Pitch0.5mm) 320 | (libsource (lib SmartEffector-rescue) (part ATtiny44A-MMH-PAD-MCU_Microchip_ATtiny) (description "")) 321 | (sheetpath (names /) (tstamps /)) 322 | (tstamp 5BC6AD32)) 323 | (comp (ref U1) 324 | (value LDK130M10) 325 | (footprint complib:SOT-23-5L) 326 | (libsource (lib Regulator_Linear) (part LDK130-10_SOT23_SOT353) (description "300mA low dropout linear regulator, low quiescent current very, low noise, shutdown pin, 1.0V fixed positive output, SOT-23-5/SOT-353-5/SC-70-5")) 327 | (sheetpath (names /) (tstamps /)) 328 | (tstamp 58D58578)) 329 | (comp (ref R10) 330 | (value 330K) 331 | (footprint complib:R_0603) 332 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 333 | (sheetpath (names /) (tstamps /)) 334 | (tstamp 5BCD264C)) 335 | (comp (ref NT1) 336 | (value NetTie-ADC0-Bottom) 337 | (footprint NetTie:NetTie-2_SMD_Pad0.25mm) 338 | (datasheet ~) 339 | (libsource (lib Device) (part Net-Tie_2) (description "Net tie, 2 pins")) 340 | (sheetpath (names /) (tstamps /)) 341 | (tstamp 5BD46FDE)) 342 | (comp (ref NT2) 343 | (value NetTie-Bottom-Amp) 344 | (footprint NetTie:NetTie-2_SMD_Pad0.25mm) 345 | (datasheet ~) 346 | (libsource (lib Device) (part Net-Tie_2) (description "Net tie, 2 pins")) 347 | (sheetpath (names /) (tstamps /)) 348 | (tstamp 5BD6202D)) 349 | (comp (ref NT3) 350 | (value NetTie-Top-Amp) 351 | (footprint NetTie:NetTie-2_SMD_Pad0.25mm) 352 | (datasheet ~) 353 | (libsource (lib Device) (part Net-Tie_2) (description "Net tie, 2 pins")) 354 | (sheetpath (names /) (tstamps /)) 355 | (tstamp 5BD620C3)) 356 | (comp (ref R11) 357 | (value 5K1) 358 | (footprint complib:R_0603) 359 | (libsource (lib Device) (part R_Small) (description "Resistor, small symbol")) 360 | (sheetpath (names /) (tstamps /)) 361 | (tstamp 58967284)) 362 | (comp (ref NT4) 363 | (value NetTie-Top-GND) 364 | (footprint NetTie:NetTie-2_SMD_Pad0.25mm) 365 | (datasheet ~) 366 | (libsource (lib Device) (part Net-Tie_2) (description "Net tie, 2 pins")) 367 | (sheetpath (names /) (tstamps /)) 368 | (tstamp 5BE1E952)) 369 | (comp (ref M11) 370 | (value M_2.9mm) 371 | (footprint complib:MountingHole_2.9mm) 372 | (libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection")) 373 | (sheetpath (names /) (tstamps /)) 374 | (tstamp 59524255))) 375 | (libparts 376 | (libpart (lib Amplifier_Operational) (part MCP6286) 377 | (fields 378 | (field (name Reference) U) 379 | (field (name Value) MCP6286) 380 | (field (name Footprint) complib:SOT-23-5L) 381 | (field (name "Part Number") MCP6286T-E/OT)) 382 | (pins 383 | (pin (num 1) (name Vout) (type input)) 384 | (pin (num 2) (name V-) (type input)) 385 | (pin (num 3) (name VIN+) (type input)) 386 | (pin (num 4) (name VIN-) (type input)) 387 | (pin (num 5) (name V+) (type input)))) 388 | (libpart (lib Connector_Generic) (part Conn_01x02) 389 | (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)") 390 | (docs ~) 391 | (footprints 392 | (fp Connector*:*_1x??_*)) 393 | (fields 394 | (field (name Reference) J) 395 | (field (name Value) Conn_01x02)) 396 | (pins 397 | (pin (num 1) (name Pin_1) (type passive)) 398 | (pin (num 2) (name Pin_2) (type passive)))) 399 | (libpart (lib Connector_Generic) (part Conn_01x04) 400 | (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)") 401 | (docs ~) 402 | (footprints 403 | (fp Connector*:*_1x??_*)) 404 | (fields 405 | (field (name Reference) J) 406 | (field (name Value) Conn_01x04)) 407 | (pins 408 | (pin (num 1) (name Pin_1) (type passive)) 409 | (pin (num 2) (name Pin_2) (type passive)) 410 | (pin (num 3) (name Pin_3) (type passive)) 411 | (pin (num 4) (name Pin_4) (type passive)))) 412 | (libpart (lib Connector_Generic) (part Conn_01x08) 413 | (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)") 414 | (docs ~) 415 | (footprints 416 | (fp Connector*:*_1x??_*)) 417 | (fields 418 | (field (name Reference) J) 419 | (field (name Value) Conn_01x08)) 420 | (pins 421 | (pin (num 1) (name Pin_1) (type passive)) 422 | (pin (num 2) (name Pin_2) (type passive)) 423 | (pin (num 3) (name Pin_3) (type passive)) 424 | (pin (num 4) (name Pin_4) (type passive)) 425 | (pin (num 5) (name Pin_5) (type passive)) 426 | (pin (num 6) (name Pin_6) (type passive)) 427 | (pin (num 7) (name Pin_7) (type passive)) 428 | (pin (num 8) (name Pin_8) (type passive)))) 429 | (libpart (lib Connector_Generic) (part Conn_02x03_Odd_Even) 430 | (description "Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") 431 | (docs ~) 432 | (footprints 433 | (fp Connector*:*_2x??_*)) 434 | (fields 435 | (field (name Reference) J) 436 | (field (name Value) Conn_02x03_Odd_Even)) 437 | (pins 438 | (pin (num 1) (name Pin_1) (type passive)) 439 | (pin (num 2) (name Pin_2) (type passive)) 440 | (pin (num 3) (name Pin_3) (type passive)) 441 | (pin (num 4) (name Pin_4) (type passive)) 442 | (pin (num 5) (name Pin_5) (type passive)) 443 | (pin (num 6) (name Pin_6) (type passive)))) 444 | (libpart (lib Device) (part C_Small) 445 | (description "Unpolarized capacitor, small symbol") 446 | (docs ~) 447 | (footprints 448 | (fp C_*)) 449 | (fields 450 | (field (name Reference) C) 451 | (field (name Value) C_Small)) 452 | (pins 453 | (pin (num 1) (name ~) (type passive)) 454 | (pin (num 2) (name ~) (type passive)))) 455 | (libpart (lib Device) (part Jumper_NC_Small) 456 | (description "Jumper, normally closed, small symbol") 457 | (docs ~) 458 | (footprints 459 | (fp SolderJumper*Bridged*)) 460 | (fields 461 | (field (name Reference) JP) 462 | (field (name Value) Jumper_NC_Small)) 463 | (pins 464 | (pin (num 1) (name 1) (type passive)) 465 | (pin (num 2) (name 2) (type passive)))) 466 | (libpart (lib Device) (part LED_Small) 467 | (description "Light emitting diode, small symbol") 468 | (docs ~) 469 | (footprints 470 | (fp LED*) 471 | (fp LED_SMD:*) 472 | (fp LED_THT:*)) 473 | (fields 474 | (field (name Reference) D) 475 | (field (name Value) LED_Small)) 476 | (pins 477 | (pin (num 1) (name K) (type passive)) 478 | (pin (num 2) (name A) (type passive)))) 479 | (libpart (lib Device) (part L_Small) 480 | (description "Inductor, small symbol") 481 | (docs ~) 482 | (footprints 483 | (fp Choke_*) 484 | (fp *Coil*) 485 | (fp Inductor_*) 486 | (fp L_*)) 487 | (fields 488 | (field (name Reference) L) 489 | (field (name Value) L_Small)) 490 | (pins 491 | (pin (num 1) (name ~) (type passive)) 492 | (pin (num 2) (name ~) (type passive)))) 493 | (libpart (lib Device) (part Net-Tie_2) 494 | (description "Net tie, 2 pins") 495 | (docs ~) 496 | (footprints 497 | (fp Net*Tie*)) 498 | (fields 499 | (field (name Reference) NT) 500 | (field (name Value) Net-Tie_2)) 501 | (pins 502 | (pin (num 1) (name 1) (type passive)) 503 | (pin (num 2) (name 2) (type passive)))) 504 | (libpart (lib Device) (part R_Small) 505 | (description "Resistor, small symbol") 506 | (docs ~) 507 | (footprints 508 | (fp R_*)) 509 | (fields 510 | (field (name Reference) R) 511 | (field (name Value) R_Small)) 512 | (pins 513 | (pin (num 1) (name ~) (type passive)) 514 | (pin (num 2) (name ~) (type passive)))) 515 | (libpart (lib Duet3) (part Duet3D_Logo) 516 | (fields 517 | (field (name Reference) "#G") 518 | (field (name Value) Duet3D_Logo))) 519 | (libpart (lib Mechanical) (part Fiducial) 520 | (description "Fiducial Marker") 521 | (docs ~) 522 | (footprints 523 | (fp Fiducial*)) 524 | (fields 525 | (field (name Reference) FID) 526 | (field (name Value) Fiducial))) 527 | (libpart (lib Mechanical) (part MountingHole) 528 | (description "Mounting Hole without connection") 529 | (docs ~) 530 | (footprints 531 | (fp MountingHole*)) 532 | (fields 533 | (field (name Reference) H) 534 | (field (name Value) MountingHole))) 535 | (libpart (lib Regulator_Linear) (part LDK130-08_SOT23_SOT353) 536 | (aliases 537 | (alias LDK130-10_SOT23_SOT353) 538 | (alias LDK130-12_SOT23_SOT353) 539 | (alias LDK130-15_SOT23_SOT353) 540 | (alias LDK130-18_SOT23_SOT353) 541 | (alias LDK130-25_SOT23_SOT353) 542 | (alias LDK130-29_SOT23_SOT353) 543 | (alias LDK130-30_SOT23_SOT353) 544 | (alias LDK130-32_SOT23_SOT353) 545 | (alias LDK130-33_SOT23_SOT353)) 546 | (description "300mA low dropout linear regulator, low quiescent current very, low noise, shutdown pin, 0.8V fixed positive output, SOT-23-5/SOT-353-5/SC-70-5") 547 | (docs http://www.st.com/content/ccc/resource/technical/document/datasheet/29/10/f7/87/2f/66/47/f4/DM00076097.pdf/files/DM00076097.pdf/jcr:content/translations/en.DM00076097.pdf) 548 | (footprints 549 | (fp SOT?23*) 550 | (fp SOT?353*) 551 | (fp *SC?70*)) 552 | (fields 553 | (field (name Reference) U) 554 | (field (name Value) LDK130-08_SOT23_SOT353)) 555 | (pins 556 | (pin (num 1) (name IN) (type power_in)) 557 | (pin (num 2) (name GND) (type power_in)) 558 | (pin (num 3) (name EN) (type input)) 559 | (pin (num 4) (name BP) (type passive)) 560 | (pin (num 5) (name OUT) (type power_out)))) 561 | (libpart (lib SmartEffector-rescue) (part ATtiny44A-MMH-PAD-MCU_Microchip_ATtiny) 562 | (footprints 563 | (fp QFN*1EP*3x3mm*P0.45mm*EP1.6x1.6mm*)) 564 | (fields 565 | (field (name Reference) U) 566 | (field (name Value) ATtiny44A-MMH-PAD-MCU_Microchip_ATtiny) 567 | (field (name Footprint) Package_DFN_QFN:QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm)) 568 | (pins 569 | (pin (num 1) (name PA4) (type BiDi)) 570 | (pin (num 2) (name PA3) (type BiDi)) 571 | (pin (num 3) (name PA2) (type BiDi)) 572 | (pin (num 4) (name PA1) (type BiDi)) 573 | (pin (num 5) (name AREF/PA0) (type BiDi)) 574 | (pin (num 6) (name NC) (type NotConnected)) 575 | (pin (num 7) (name NC) (type NotConnected)) 576 | (pin (num 8) (name GND) (type power_in)) 577 | (pin (num 9) (name VCC) (type power_in)) 578 | (pin (num 10) (name NC) (type NotConnected)) 579 | (pin (num 11) (name XTAL1/PB0) (type BiDi)) 580 | (pin (num 12) (name XTAL2/PB1) (type BiDi)) 581 | (pin (num 13) (name ~RESET~/PB3) (type BiDi)) 582 | (pin (num 14) (name PB2) (type BiDi)) 583 | (pin (num 15) (name PA7) (type BiDi)) 584 | (pin (num 16) (name PA6) (type BiDi)) 585 | (pin (num 17) (name NC) (type NotConnected)) 586 | (pin (num 18) (name NC) (type NotConnected)) 587 | (pin (num 19) (name NC) (type NotConnected)) 588 | (pin (num 20) (name PA5) (type BiDi)) 589 | (pin (num 21) (name GND) (type passive))))) 590 | (libraries 591 | (library (logical Amplifier_Operational) 592 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Amplifier_Operational.lib")) 593 | (library (logical Connector_Generic) 594 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector_Generic.lib")) 595 | (library (logical Device) 596 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib")) 597 | (library (logical Duet3) 598 | (uri "G:/My Drive/Duet/Duet3/Duet3.lib")) 599 | (library (logical Mechanical) 600 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Mechanical.lib")) 601 | (library (logical Regulator_Linear) 602 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Regulator_Linear.lib")) 603 | (library (logical SmartEffector-rescue) 604 | (uri "G:\\My Drive\\Smart\\SmartEffector\\SmartEffector_v2.0/SmartEffector-rescue.lib"))) 605 | (nets 606 | (net (code 1) (name "Net-(R2-Pad2)") 607 | (node (ref R2) (pin 2)) 608 | (node (ref U2) (pin 15))) 609 | (net (code 2) (name "Net-(U2-Pad11)") 610 | (node (ref U2) (pin 11))) 611 | (net (code 3) (name GND) 612 | (node (ref NT4) (pin 2)) 613 | (node (ref U1) (pin 2)) 614 | (node (ref U2) (pin 8)) 615 | (node (ref C7) (pin 1)) 616 | (node (ref C8) (pin 2)) 617 | (node (ref U2) (pin 21)) 618 | (node (ref U3) (pin 2)) 619 | (node (ref C2) (pin 2)) 620 | (node (ref P2) (pin 6)) 621 | (node (ref P3) (pin 6)) 622 | (node (ref C1) (pin 2)) 623 | (node (ref D3) (pin 1)) 624 | (node (ref C3) (pin 2)) 625 | (node (ref C4) (pin 1)) 626 | (node (ref R14) (pin 2)) 627 | (node (ref R10) (pin 1))) 628 | (net (code 4) (name "Net-(U2-Pad2)") 629 | (node (ref U2) (pin 2))) 630 | (net (code 5) (name "Net-(D3-Pad2)") 631 | (node (ref R2) (pin 1)) 632 | (node (ref D3) (pin 2))) 633 | (net (code 6) (name ADC1) 634 | (node (ref C2) (pin 1)) 635 | (node (ref R3) (pin 2)) 636 | (node (ref U2) (pin 4))) 637 | (net (code 7) (name SCK) 638 | (node (ref U2) (pin 1)) 639 | (node (ref P2) (pin 3)) 640 | (node (ref R4) (pin 2))) 641 | (net (code 8) (name "Net-(P3-Pad5)") 642 | (node (ref P3) (pin 5)) 643 | (node (ref R5) (pin 1))) 644 | (net (code 9) (name "Net-(P3-Pad7)") 645 | (node (ref P3) (pin 7)) 646 | (node (ref R4) (pin 1))) 647 | (net (code 10) (name "Net-(L1-Pad1)") 648 | (node (ref L1) (pin 1)) 649 | (node (ref P3) (pin 8))) 650 | (net (code 11) (name "Net-(U2-Pad14)") 651 | (node (ref U2) (pin 14))) 652 | (net (code 12) (name T) 653 | (node (ref NT4) (pin 1)) 654 | (node (ref NT3) (pin 2))) 655 | (net (code 13) (name "Net-(C6-Pad2)") 656 | (node (ref R14) (pin 1)) 657 | (node (ref R13) (pin 2)) 658 | (node (ref C6) (pin 2))) 659 | (net (code 14) (name "Net-(U2-Pad7)") 660 | (node (ref U2) (pin 7))) 661 | (net (code 15) (name "Net-(U2-Pad6)") 662 | (node (ref U2) (pin 6))) 663 | (net (code 16) (name "Net-(U2-Pad12)") 664 | (node (ref U2) (pin 12))) 665 | (net (code 17) (name "Net-(U2-Pad3)") 666 | (node (ref U2) (pin 3))) 667 | (net (code 18) (name Therm2) 668 | (node (ref P5) (pin 3)) 669 | (node (ref P3) (pin 3)) 670 | (node (ref JP1) (pin 2))) 671 | (net (code 19) (name Therm4) 672 | (node (ref P3) (pin 1)) 673 | (node (ref JP2) (pin 2)) 674 | (node (ref P5) (pin 1))) 675 | (net (code 20) (name Therm3) 676 | (node (ref P5) (pin 2)) 677 | (node (ref JP2) (pin 1)) 678 | (node (ref P3) (pin 2))) 679 | (net (code 21) (name Therm1) 680 | (node (ref P3) (pin 4)) 681 | (node (ref P5) (pin 4)) 682 | (node (ref JP1) (pin 1))) 683 | (net (code 22) (name H_Fan_+) 684 | (node (ref P9) (pin 1)) 685 | (node (ref JP3) (pin 2)) 686 | (node (ref P8) (pin 5)) 687 | (node (ref R9) (pin 1))) 688 | (net (code 23) (name "Net-(C7-Pad2)") 689 | (node (ref C7) (pin 2)) 690 | (node (ref U1) (pin 4))) 691 | (net (code 24) (name MOSI) 692 | (node (ref P2) (pin 4)) 693 | (node (ref U2) (pin 16))) 694 | (net (code 25) (name RST) 695 | (node (ref R7) (pin 1)) 696 | (node (ref U2) (pin 13)) 697 | (node (ref P2) (pin 5))) 698 | (net (code 26) (name MISO) 699 | (node (ref P2) (pin 1)) 700 | (node (ref R5) (pin 2)) 701 | (node (ref U2) (pin 20)) 702 | (node (ref R10) (pin 2))) 703 | (net (code 27) (name "Net-(C8-Pad1)") 704 | (node (ref R11) (pin 2)) 705 | (node (ref U3) (pin 3)) 706 | (node (ref C8) (pin 1))) 707 | (net (code 28) (name B) 708 | (node (ref NT1) (pin 2)) 709 | (node (ref NT2) (pin 1)) 710 | (node (ref R13) (pin 1))) 711 | (net (code 29) (name ADC0) 712 | (node (ref U1) (pin 5)) 713 | (node (ref NT1) (pin 1)) 714 | (node (ref U2) (pin 5)) 715 | (node (ref C4) (pin 2))) 716 | (net (code 30) (name "Net-(JP3-Pad1)") 717 | (node (ref R8) (pin 1)) 718 | (node (ref JP3) (pin 1)) 719 | (node (ref R9) (pin 2))) 720 | (net (code 31) (name "Net-(D1-Pad2)") 721 | (node (ref R8) (pin 2)) 722 | (node (ref D1) (pin 2))) 723 | (net (code 32) (name "Net-(D1-Pad1)") 724 | (node (ref D9) (pin 2)) 725 | (node (ref D1) (pin 1))) 726 | (net (code 33) (name "Net-(D7-Pad2)") 727 | (node (ref D9) (pin 1)) 728 | (node (ref D7) (pin 2))) 729 | (net (code 34) (name H_Fan_-) 730 | (node (ref D7) (pin 1)) 731 | (node (ref P8) (pin 6)) 732 | (node (ref P9) (pin 2))) 733 | (net (code 35) (name /TB-R11) 734 | (node (ref NT3) (pin 1)) 735 | (node (ref NT2) (pin 2)) 736 | (node (ref R11) (pin 1))) 737 | (net (code 36) (name "Net-(D4-Pad1)") 738 | (node (ref R6) (pin 1)) 739 | (node (ref D4) (pin 1))) 740 | (net (code 37) (name "Net-(C5-Pad2)") 741 | (node (ref C5) (pin 2)) 742 | (node (ref C6) (pin 1)) 743 | (node (ref R1) (pin 1)) 744 | (node (ref U3) (pin 4))) 745 | (net (code 38) (name +3V3) 746 | (node (ref L1) (pin 2)) 747 | (node (ref P2) (pin 2)) 748 | (node (ref C1) (pin 1)) 749 | (node (ref U1) (pin 3)) 750 | (node (ref C3) (pin 1)) 751 | (node (ref U1) (pin 1)) 752 | (node (ref U3) (pin 5)) 753 | (node (ref U2) (pin 9)) 754 | (node (ref R7) (pin 2))) 755 | (net (code 39) (name Heater-) 756 | (node (ref P8) (pin 1)) 757 | (node (ref R6) (pin 2)) 758 | (node (ref P4) (pin 1))) 759 | (net (code 40) (name Heater+) 760 | (node (ref D4) (pin 2)) 761 | (node (ref P4) (pin 2)) 762 | (node (ref P8) (pin 4))) 763 | (net (code 41) (name "Net-(C5-Pad1)") 764 | (node (ref R1) (pin 2)) 765 | (node (ref U3) (pin 1)) 766 | (node (ref R3) (pin 1)) 767 | (node (ref C5) (pin 1))) 768 | (net (code 42) (name "Net-(U2-Pad19)") 769 | (node (ref U2) (pin 19))) 770 | (net (code 43) (name "Net-(U2-Pad18)") 771 | (node (ref U2) (pin 18))) 772 | (net (code 44) (name "Net-(U2-Pad17)") 773 | (node (ref U2) (pin 17))) 774 | (net (code 45) (name "Net-(U2-Pad10)") 775 | (node (ref U2) (pin 10))) 776 | (net (code 46) (name P_Fan_-) 777 | (node (ref P7) (pin 2)) 778 | (node (ref P8) (pin 3))) 779 | (net (code 47) (name P_Fan_+) 780 | (node (ref P8) (pin 2)) 781 | (node (ref P7) (pin 1))))) -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v2.0/SmartEffector.pro: -------------------------------------------------------------------------------- 1 | update=15/10/2018 19:06:51 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [general] 27 | version=1 28 | [eeschema] 29 | version=1 30 | LibDir= 31 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v2.0/SmartEffector.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | LIBS:SmartEffector-cache 3 | EELAYER 30 0 4 | EELAYER END 5 | $Descr A4 11693 8268 6 | encoding utf-8 7 | Sheet 1 1 8 | Title "SmartEffector" 9 | Date "2019-06-02" 10 | Rev "V2.0" 11 | Comp "Duet3D" 12 | Comment1 "CERN OHL 1.2" 13 | Comment2 "" 14 | Comment3 "" 15 | Comment4 "" 16 | $EndDescr 17 | $Comp 18 | L Device:L_Small L1 19 | U 1 1 587CCBA6 20 | P 8700 5175 21 | F 0 "L1" V 8650 5175 50 0000 L CNN 22 | F 1 "22uH" V 8800 5125 50 0000 L CNN 23 | F 2 "complib:R_0805" H 8700 5175 50 0001 C CNN 24 | F 3 "" H 8700 5175 50 0000 C CNN 25 | 1 8700 5175 26 | 0 1 1 0 27 | $EndComp 28 | $Comp 29 | L Device:R_Small R4 30 | U 1 1 587CD029 31 | P 8475 5375 32 | F 0 "R4" V 8375 5325 50 0000 L CNN 33 | F 1 "5K1" V 8575 5325 50 0000 L CNN 34 | F 2 "complib:R_0603" H 8475 5375 50 0001 C CNN 35 | F 3 "" H 8475 5375 50 0000 C CNN 36 | 1 8475 5375 37 | 0 1 1 0 38 | $EndComp 39 | $Comp 40 | L Device:R_Small R5 41 | U 1 1 587CD0A7 42 | P 8475 5675 43 | F 0 "R5" V 8375 5625 50 0000 L CNN 44 | F 1 "1K0" V 8575 5625 50 0000 L CNN 45 | F 2 "complib:R_0603" H 8475 5675 50 0001 C CNN 46 | F 3 "" H 8475 5675 50 0000 C CNN 47 | 1 8475 5675 48 | 0 1 1 0 49 | $EndComp 50 | $Comp 51 | L Device:R_Small R3 52 | U 1 1 587CD0E5 53 | P 10320 1425 54 | F 0 "R3" V 10220 1375 50 0000 L CNN 55 | F 1 "5K1" V 10420 1375 50 0000 L CNN 56 | F 2 "complib:R_0603" H 10320 1425 50 0001 C CNN 57 | F 3 "" H 10320 1425 50 0000 C CNN 58 | 1 10320 1425 59 | 0 -1 -1 0 60 | $EndComp 61 | $Comp 62 | L Device:C_Small C2 63 | U 1 1 587CD268 64 | P 10570 1625 65 | F 0 "C2" H 10580 1695 50 0000 L CNN 66 | F 1 "10n" H 10580 1545 50 0000 L CNN 67 | F 2 "complib:C_0603" H 10570 1625 50 0001 C CNN 68 | F 3 "" H 10570 1625 50 0000 C CNN 69 | 1 10570 1625 70 | 1 0 0 -1 71 | $EndComp 72 | $Comp 73 | L Connector_Generic:Conn_02x03_Odd_Even P2 74 | U 1 1 587CD355 75 | P 10300 5975 76 | F 0 "P2" H 10300 6175 50 0000 C CNN 77 | F 1 "PROG" H 10300 5775 50 0000 C CNN 78 | F 2 "complib:Test_Point_2x3" H 10300 4775 50 0001 C CNN 79 | F 3 "" H 10300 4775 50 0000 C CNN 80 | 1 10300 5975 81 | 1 0 0 -1 82 | $EndComp 83 | $Comp 84 | L Connector_Generic:Conn_01x08 P3 85 | U 1 1 587CD4F7 86 | P 9375 5775 87 | F 0 "P3" H 9375 6225 50 0000 C CNN 88 | F 1 "INPUT2" V 9475 5775 50 0000 C CNN 89 | F 2 "complib:PIN_ARRAY_8x1" H 9375 5775 50 0001 C CNN 90 | F 3 "" H 9375 5775 50 0000 C CNN 91 | 1 9375 5775 92 | 1 0 0 1 93 | $EndComp 94 | $Comp 95 | L Mechanical:MountingHole M4 96 | U 1 1 587CEA49 97 | P 1660 7005 98 | F 0 "M4" H 1660 6855 60 0000 C CNN 99 | F 1 "M_2.9mm" H 1660 7155 60 0000 C CNN 100 | F 2 "complib:MountingHole_2.9mm" H 1660 7005 60 0001 C CNN 101 | F 3 "" H 1660 7005 60 0000 C CNN 102 | 1 1660 7005 103 | 1 0 0 -1 104 | $EndComp 105 | $Comp 106 | L Mechanical:MountingHole M5 107 | U 1 1 587CF0CA 108 | P 2160 7005 109 | F 0 "M5" H 2160 6855 60 0000 C CNN 110 | F 1 "M_2.9mm" H 2160 7155 60 0000 C CNN 111 | F 2 "complib:MountingHole_2.9mm" H 2160 7005 60 0001 C CNN 112 | F 3 "" H 2160 7005 60 0000 C CNN 113 | 1 2160 7005 114 | 1 0 0 -1 115 | $EndComp 116 | $Comp 117 | L Mechanical:MountingHole M6 118 | U 1 1 587CF116 119 | P 2610 7005 120 | F 0 "M6" H 2610 6855 60 0000 C CNN 121 | F 1 "M_2.9mm" H 2610 7155 60 0000 C CNN 122 | F 2 "complib:MountingHole_2.9mm" H 2610 7005 60 0001 C CNN 123 | F 3 "" H 2610 7005 60 0000 C CNN 124 | 1 2610 7005 125 | 1 0 0 -1 126 | $EndComp 127 | $Comp 128 | L Mechanical:MountingHole M7 129 | U 1 1 587CF163 130 | P 3060 7005 131 | F 0 "M7" H 3060 6855 60 0000 C CNN 132 | F 1 "M_2.9mm" H 3060 7155 60 0000 C CNN 133 | F 2 "complib:MountingHole_2.9mm" H 3060 7005 60 0001 C CNN 134 | F 3 "" H 3060 7005 60 0000 C CNN 135 | 1 3060 7005 136 | 1 0 0 -1 137 | $EndComp 138 | $Comp 139 | L Mechanical:MountingHole M8 140 | U 1 1 587CF1AF 141 | P 3510 7005 142 | F 0 "M8" H 3510 6855 60 0000 C CNN 143 | F 1 "M_2.9mm" H 3510 7155 60 0000 C CNN 144 | F 2 "complib:MountingHole_2.9mm" H 3510 7005 60 0001 C CNN 145 | F 3 "" H 3510 7005 60 0000 C CNN 146 | 1 3510 7005 147 | 1 0 0 -1 148 | $EndComp 149 | $Comp 150 | L Mechanical:MountingHole M3 151 | U 1 1 587CF200 152 | P 1210 7005 153 | F 0 "M3" H 1210 6855 60 0000 C CNN 154 | F 1 "M_2.9mm" H 1210 7155 60 0000 C CNN 155 | F 2 "complib:MountingHole_2.9mm" H 1210 7005 60 0001 C CNN 156 | F 3 "" H 1210 7005 60 0000 C CNN 157 | 1 1210 7005 158 | 1 0 0 -1 159 | $EndComp 160 | $Comp 161 | L Mechanical:Fiducial M1 162 | U 1 1 587CF312 163 | P 1400 7515 164 | F 0 "M1" H 1400 7365 60 0000 C CNN 165 | F 1 "FID" H 1400 7665 60 0000 C CNN 166 | F 2 "complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop" H 1400 7515 60 0001 C CNN 167 | F 3 "" H 1400 7515 60 0000 C CNN 168 | 1 1400 7515 169 | 1 0 0 -1 170 | $EndComp 171 | $Comp 172 | L Mechanical:Fiducial M2 173 | U 1 1 587CF390 174 | P 1650 7515 175 | F 0 "M2" H 1650 7365 60 0000 C CNN 176 | F 1 "FID" H 1650 7665 60 0000 C CNN 177 | F 2 "complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop" H 1650 7515 60 0001 C CNN 178 | F 3 "" H 1650 7515 60 0000 C CNN 179 | 1 1650 7515 180 | 1 0 0 -1 181 | $EndComp 182 | $Comp 183 | L Device:C_Small C1 184 | U 1 1 587CFBB0 185 | P 10075 3425 186 | F 0 "C1" H 10085 3495 50 0000 L CNN 187 | F 1 "100n" H 10085 3345 50 0000 L CNN 188 | F 2 "complib:C_0603" H 10075 3425 50 0001 C CNN 189 | F 3 "" H 10075 3425 50 0000 C CNN 190 | 1 10075 3425 191 | 1 0 0 -1 192 | $EndComp 193 | $Comp 194 | L Device:R_Small R2 195 | U 1 1 587CFF2E 196 | P 7425 4200 197 | F 0 "R2" V 7325 4150 50 0000 L CNN 198 | F 1 "150R" V 7525 4150 50 0000 L CNN 199 | F 2 "complib:R_0603" H 7425 4200 50 0001 C CNN 200 | F 3 "" H 7425 4200 50 0000 C CNN 201 | 1 7425 4200 202 | -1 0 0 1 203 | $EndComp 204 | $Comp 205 | L Device:LED_Small D3 206 | U 1 1 587CFFC2 207 | P 7425 4450 208 | F 0 "D3" H 7375 4575 50 0000 L CNN 209 | F 1 "Comms" H 7250 4350 50 0000 L CNN 210 | F 2 "complib:LED_1206_bottom_entry_v2" V 7425 4450 50 0001 C CNN 211 | F 3 "APTR3216SURCK" H 7425 4450 50 0001 C CNN 212 | 1 7425 4450 213 | 0 -1 -1 0 214 | $EndComp 215 | Text GLabel 10720 1425 2 60 Input ~ 0 216 | ADC1 217 | $Comp 218 | L power:GND #PWR01 219 | U 1 1 587D2C7E 220 | P 10570 1875 221 | F 0 "#PWR01" H 10570 1625 50 0001 C CNN 222 | F 1 "GND" H 10570 1725 50 0000 C CNN 223 | F 2 "" H 10570 1875 50 0000 C CNN 224 | F 3 "" H 10570 1875 50 0000 C CNN 225 | 1 10570 1875 226 | 1 0 0 -1 227 | $EndComp 228 | $Comp 229 | L power:+3.3V #PWR02 230 | U 1 1 587D364D 231 | P 8425 5150 232 | F 0 "#PWR02" H 8425 5000 50 0001 C CNN 233 | F 1 "+3.3V" H 8425 5290 50 0000 C CNN 234 | F 2 "" H 8425 5150 50 0000 C CNN 235 | F 3 "" H 8425 5150 50 0000 C CNN 236 | 1 8425 5150 237 | 1 0 0 -1 238 | $EndComp 239 | $Comp 240 | L power:GND #PWR03 241 | U 1 1 587D3EC8 242 | P 8675 5525 243 | F 0 "#PWR03" H 8675 5275 50 0001 C CNN 244 | F 1 "GND" H 8675 5375 50 0000 C CNN 245 | F 2 "" H 8675 5525 50 0000 C CNN 246 | F 3 "" H 8675 5525 50 0000 C CNN 247 | 1 8675 5525 248 | 1 0 0 -1 249 | $EndComp 250 | Text GLabel 7700 5675 0 60 Input ~ 0 251 | MISO 252 | Text GLabel 8075 5375 0 60 Input ~ 0 253 | SCK 254 | $Comp 255 | L power:+3.3V #PWR04 256 | U 1 1 587D615D 257 | P 9050 2800 258 | F 0 "#PWR04" H 9050 2650 50 0001 C CNN 259 | F 1 "+3.3V" H 9050 2940 50 0000 C CNN 260 | F 2 "" H 9050 2800 50 0000 C CNN 261 | F 3 "" H 9050 2800 50 0000 C CNN 262 | 1 9050 2800 263 | 1 0 0 -1 264 | $EndComp 265 | Text GLabel 7925 4375 0 60 Input ~ 0 266 | RST 267 | Text GLabel 7850 3075 0 60 Input ~ 0 268 | ADC0 269 | Text GLabel 7850 3575 0 60 Input ~ 0 270 | SCK 271 | Text GLabel 7225 3700 0 60 Input ~ 0 272 | MISO 273 | Text GLabel 7850 3825 0 60 Input ~ 0 274 | MOSI 275 | $Comp 276 | L power:GND #PWR06 277 | U 1 1 587D83E7 278 | P 7425 4625 279 | F 0 "#PWR06" H 7425 4375 50 0001 C CNN 280 | F 1 "GND" H 7425 4475 50 0000 C CNN 281 | F 2 "" H 7425 4625 50 0000 C CNN 282 | F 3 "" H 7425 4625 50 0000 C CNN 283 | 1 7425 4625 284 | 1 0 0 -1 285 | $EndComp 286 | Text GLabel 10825 5975 2 60 Input ~ 0 287 | MOSI 288 | Text GLabel 9925 5825 0 60 Input ~ 0 289 | MISO 290 | $Comp 291 | L power:+3.3V #PWR07 292 | U 1 1 587DA924 293 | P 10725 5275 294 | F 0 "#PWR07" H 10725 5125 50 0001 C CNN 295 | F 1 "+3.3V" H 10725 5415 50 0000 C CNN 296 | F 2 "" H 10725 5275 50 0000 C CNN 297 | F 3 "" H 10725 5275 50 0000 C CNN 298 | 1 10725 5275 299 | 1 0 0 -1 300 | $EndComp 301 | $Comp 302 | L power:GND #PWR08 303 | U 1 1 587DA974 304 | P 10725 6125 305 | F 0 "#PWR08" H 10725 5875 50 0001 C CNN 306 | F 1 "GND" H 10725 5975 50 0000 C CNN 307 | F 2 "" H 10725 6125 50 0000 C CNN 308 | F 3 "" H 10725 6125 50 0000 C CNN 309 | 1 10725 6125 310 | 1 0 0 -1 311 | $EndComp 312 | Text GLabel 9925 6125 0 60 Input ~ 0 313 | RST 314 | Text GLabel 9925 5975 0 60 Input ~ 0 315 | SCK 316 | Text GLabel 8575 5925 0 60 Input ~ 0 317 | Therm1 318 | Text GLabel 8575 6075 0 60 Input ~ 0 319 | Therm2 320 | Text GLabel 5150 5450 0 60 Input ~ 0 321 | Therm1 322 | Text GLabel 5150 5600 0 60 Input ~ 0 323 | Therm2 324 | Text Notes 10280 6325 0 60 ~ 0 325 | DNP 326 | $Comp 327 | L Connector_Generic:Conn_01x02 P7 328 | U 1 1 587E3571 329 | P 1700 2825 330 | F 0 "P7" H 1450 2775 50 0000 C CNN 331 | F 1 "Print Fan" H 1950 2875 50 0000 C CNN 332 | F 2 "complib:PIN_ARRAY_2X1" H 1700 2825 50 0001 C CNN 333 | F 3 "" H 1700 2825 50 0000 C CNN 334 | 1 1700 2825 335 | -1 0 0 -1 336 | $EndComp 337 | $Comp 338 | L Connector_Generic:Conn_01x02 P9 339 | U 1 1 587E3721 340 | P 1700 3225 341 | F 0 "P9" H 1450 3175 50 0000 C CNN 342 | F 1 "Hotend Fan" H 2000 3225 50 0000 C CNN 343 | F 2 "complib:Microfit_01x02_43650-0227" H 1700 3225 50 0001 C CNN 344 | F 3 "" H 1700 3225 50 0000 C CNN 345 | 1 1700 3225 346 | -1 0 0 1 347 | $EndComp 348 | $Comp 349 | L Connector_Generic:Conn_01x02 P4 350 | U 1 1 587E3A53 351 | P 1350 1775 352 | F 0 "P4" H 1350 1925 50 0000 C CNN 353 | F 1 "HEATER" V 1450 1775 50 0000 C CNN 354 | F 2 "complib:Minifit3.0+screwterm3.5MM_2X1" H 1350 1775 50 0001 C CNN 355 | F 3 "0436500215" H 1350 1775 50 0001 C CNN 356 | 1 1350 1775 357 | -1 0 0 -1 358 | $EndComp 359 | Text Notes 2150 2525 0 60 ~ 0 360 | Heater and Fan\npass through 361 | $Comp 362 | L Mechanical:MountingHole M13 363 | U 1 1 587E7263 364 | P 3010 7505 365 | F 0 "M13" H 3010 7355 60 0000 C CNN 366 | F 1 "Ziptie" H 3010 7655 60 0000 C CNN 367 | F 2 "complib:Ziptie_small" H 3010 7505 60 0001 C CNN 368 | F 3 "" H 3010 7505 60 0000 C CNN 369 | 1 3010 7505 370 | 1 0 0 -1 371 | $EndComp 372 | Text Notes 3910 7055 0 60 ~ 0 373 | 2.9mm holes for the arm ends 374 | Text Notes 3910 7455 0 60 ~ 0 375 | Ziptie for strain relief 376 | $Comp 377 | L Device:LED_Small D4 378 | U 1 1 587EB4F2 379 | P 1800 2325 380 | F 0 "D4" H 1900 2375 50 0000 L CNN 381 | F 1 "Heat" H 1750 2225 50 0000 L CNN 382 | F 2 "complib:LED_1206_bottom_entry_v2" V 1800 2325 50 0001 C CNN 383 | F 3 "APTR3216SYCK" H 1800 2325 50 0001 C CNN 384 | 1 1800 2325 385 | 0 1 1 0 386 | $EndComp 387 | $Comp 388 | L Device:R_Small R6 389 | U 1 1 587ED054 390 | P 1800 2025 391 | F 0 "R6" V 1900 1975 50 0000 L CNN 392 | F 1 "1K5_0.5W+" H 1250 2025 50 0000 L CNN 393 | F 2 "complib:R_1206" H 1800 2025 50 0001 C CNN 394 | F 3 "" H 1800 2025 50 0000 C CNN 395 | 1 1800 2025 396 | -1 0 0 1 397 | $EndComp 398 | $Comp 399 | L Device:R_Small R7 400 | U 1 1 587EAB68 401 | P 10075 5625 402 | F 0 "R7" H 9925 5525 50 0000 L CNN 403 | F 1 "5K1" H 10125 5625 50 0000 L CNN 404 | F 2 "complib:R_0603" H 10075 5625 50 0001 C CNN 405 | F 3 "" H 10075 5625 50 0000 C CNN 406 | 1 10075 5625 407 | -1 0 0 1 408 | $EndComp 409 | $Comp 410 | L Duet3:Duet3D_Logo M15 411 | U 1 1 587ED2EE 412 | P 810 7485 413 | F 0 "M15" H 810 7335 60 0000 C CNN 414 | F 1 "Duet3D Logo" H 810 7635 60 0000 C CNN 415 | F 2 "complib:LOGO_Duet3dCompatible" H 810 7485 60 0001 C CNN 416 | F 3 "" H 810 7485 60 0000 C CNN 417 | 1 810 7485 418 | 1 0 0 -1 419 | $EndComp 420 | $Comp 421 | L Device:LED_Small D1 422 | U 1 1 58800164 423 | P 1600 4450 424 | F 0 "D1" H 1550 4575 50 0000 L CNN 425 | F 1 "Comms" H 1425 4350 50 0001 L CNN 426 | F 2 "complib:LED_PLCC-2" V 1600 4450 50 0001 C CNN 427 | F 3 "" V 1600 4450 50 0000 C CNN 428 | 1 1600 4450 429 | 0 1 1 0 430 | $EndComp 431 | $Comp 432 | L Device:LED_Small D7 433 | U 1 1 58800B50 434 | P 1600 3925 435 | F 0 "D7" H 1550 4050 50 0000 L CNN 436 | F 1 "Comms" H 1425 3825 50 0001 L CNN 437 | F 2 "complib:LED_PLCC-2" V 1600 3925 50 0001 C CNN 438 | F 3 "" V 1600 3925 50 0000 C CNN 439 | 1 1600 3925 440 | 0 1 1 0 441 | $EndComp 442 | $Comp 443 | L Device:LED_Small D9 444 | U 1 1 58800BF8 445 | P 1600 4200 446 | F 0 "D9" H 1550 4325 50 0000 L CNN 447 | F 1 "Comms" H 1425 4100 50 0001 L CNN 448 | F 2 "complib:LED_PLCC-2" V 1600 4200 50 0001 C CNN 449 | F 3 "" V 1600 4200 50 0000 C CNN 450 | 1 1600 4200 451 | 0 1 1 0 452 | $EndComp 453 | Text GLabel 1250 3025 0 60 Input ~ 0 454 | H_Fan_- 455 | Text GLabel 1275 3725 0 60 Input ~ 0 456 | H_Fan_- 457 | Text GLabel 1250 3325 0 60 Input ~ 0 458 | H_Fan_+ 459 | Text GLabel 1425 5325 0 60 Input ~ 0 460 | H_Fan_+ 461 | $Comp 462 | L Device:R_Small R8 463 | U 1 1 58819CED 464 | P 1600 4775 465 | F 0 "R8" H 1450 4675 50 0000 L CNN 466 | F 1 "140R_0.33W+" H 1650 4775 50 0000 L CNN 467 | F 2 "complib:R_0805_extended_pads" H 1600 4775 50 0001 C CNN 468 | F 3 "" H 1600 4775 50 0001 C CNN 469 | 1 1600 4775 470 | -1 0 0 1 471 | $EndComp 472 | Text GLabel 1250 2875 0 60 Input ~ 0 473 | P_Fan_- 474 | Text GLabel 1250 2725 0 60 Input ~ 0 475 | P_Fan_+ 476 | $Comp 477 | L Connector_Generic:Conn_02x03_Odd_Even P8 478 | U 1 1 587E9201 479 | P 2700 2875 480 | F 0 "P8" H 2700 3075 50 0000 C CNN 481 | F 1 "Input 1" H 2700 2675 50 0000 C CNN 482 | F 2 "complib:Microfit_02x03" H 2700 1675 50 0001 C CNN 483 | F 3 "http://www.molex.com/pdm_docs/sd/430450612_sd.pdf" H 2700 1675 50 0001 C CNN 484 | 1 2700 2875 485 | -1 0 0 -1 486 | $EndComp 487 | $Comp 488 | L Device:R_Small R9 489 | U 1 1 5884132F 490 | P 1600 5075 491 | F 0 "R9" H 1450 5075 50 0000 L CNN 492 | F 1 "604R_0.33W+" H 1650 5075 50 0000 L CNN 493 | F 2 "Resistor_SMD:R_1206_3216Metric" H 1600 5075 50 0001 C CNN 494 | F 3 "" H 1600 5075 50 0001 C CNN 495 | 1 1600 5075 496 | -1 0 0 1 497 | $EndComp 498 | $Comp 499 | L Device:Jumper_NC_Small JP3 500 | U 1 1 5884235E 501 | P 2125 5075 502 | F 0 "JP3" H 2125 5225 50 0000 C CNN 503 | F 1 "Jumper for 12V input" H 2125 4995 50 0000 C CNN 504 | F 2 "complib:JUMPER" H 2125 5075 50 0001 C CNN 505 | F 3 "~" H 2125 5075 50 0000 C CNN 506 | 1 2125 5075 507 | 0 1 1 0 508 | $EndComp 509 | Text GLabel 1150 2075 0 60 Input ~ 0 510 | Heater+ 511 | Text GLabel 1150 1575 0 60 Input ~ 0 512 | Heater- 513 | $Comp 514 | L Device:C_Small C3 515 | U 1 1 58961DE9 516 | P 9450 1025 517 | F 0 "C3" H 9460 1095 50 0000 L CNN 518 | F 1 "1u" H 9460 945 50 0000 L CNN 519 | F 2 "complib:C_0603" H 9450 1025 50 0001 C CNN 520 | F 3 "" H 9450 1025 50 0000 C CNN 521 | 1 9450 1025 522 | 1 0 0 -1 523 | $EndComp 524 | $Comp 525 | L power:+3.3V #PWR09 526 | U 1 1 5896401D 527 | P 9350 825 528 | F 0 "#PWR09" H 9350 675 50 0001 C CNN 529 | F 1 "+3.3V" H 9350 965 50 0000 C CNN 530 | F 2 "" H 9350 825 50 0000 C CNN 531 | F 3 "" H 9350 825 50 0000 C CNN 532 | 1 9350 825 533 | 1 0 0 -1 534 | $EndComp 535 | $Comp 536 | L power:GND #PWR010 537 | U 1 1 58964F07 538 | P 9450 1175 539 | F 0 "#PWR010" H 9450 925 50 0001 C CNN 540 | F 1 "GND" H 9450 1025 50 0000 C CNN 541 | F 2 "" H 9450 1175 50 0000 C CNN 542 | F 3 "" H 9450 1175 50 0000 C CNN 543 | 1 9450 1175 544 | 1 0 0 -1 545 | $EndComp 546 | $Comp 547 | L power:GND #PWR011 548 | U 1 1 5896626B 549 | P 8125 2225 550 | F 0 "#PWR011" H 8125 1975 50 0001 C CNN 551 | F 1 "GND" H 8125 2075 50 0000 C CNN 552 | F 2 "" H 8125 2225 50 0000 C CNN 553 | F 3 "" H 8125 2225 50 0000 C CNN 554 | 1 8125 2225 555 | 1 0 0 -1 556 | $EndComp 557 | $Comp 558 | L Device:C_Small C5 559 | U 1 1 589675BE 560 | P 9400 2405 561 | F 0 "C5" V 9460 2465 50 0000 L CNN 562 | F 1 "47p" V 9310 2245 50 0000 L CNN 563 | F 2 "complib:C_0603" H 9400 2405 50 0001 C CNN 564 | F 3 "" H 9400 2405 50 0000 C CNN 565 | 1 9400 2405 566 | 0 1 1 0 567 | $EndComp 568 | $Comp 569 | L Device:C_Small C4 570 | U 1 1 5896B563 571 | P 5425 1475 572 | F 0 "C4" H 5525 1475 50 0000 L CNN 573 | F 1 "1u" H 5275 1575 50 0000 L CNN 574 | F 2 "complib:C_0603" H 5425 1475 50 0001 C CNN 575 | F 3 "" H 5425 1475 50 0000 C CNN 576 | 1 5425 1475 577 | -1 0 0 1 578 | $EndComp 579 | Text GLabel 6675 2375 2 60 Input ~ 0 580 | T 581 | $Comp 582 | L Mechanical:MountingHole M16 583 | U 1 1 5897DC47 584 | P 2050 7515 585 | F 0 "M16" H 2050 7365 60 0000 C CNN 586 | F 1 "12mm" H 2050 7665 60 0000 C CNN 587 | F 2 "complib:12mmHole" H 2050 7515 60 0001 C CNN 588 | F 3 "" H 2050 7515 60 0000 C CNN 589 | 1 2050 7515 590 | -1 0 0 1 591 | $EndComp 592 | $Comp 593 | L Device:R_Small R14 594 | U 1 1 5898546B 595 | P 6050 2375 596 | F 0 "R14" H 6100 2275 50 0000 L CNN 597 | F 1 "10K_1%" H 5650 2375 50 0000 L CNN 598 | F 2 "complib:R_0603" H 6050 2375 50 0001 C CNN 599 | F 3 "" H 6050 2375 50 0000 C CNN 600 | 1 6050 2375 601 | 1 0 0 -1 602 | $EndComp 603 | $Comp 604 | L Device:R_Small R13 605 | U 1 1 589857E5 606 | P 6075 1575 607 | F 0 "R13" H 6125 1475 50 0000 L CNN 608 | F 1 "10K_1%" H 5675 1575 50 0000 L CNN 609 | F 2 "complib:R_0603" H 6075 1575 50 0001 C CNN 610 | F 3 "" H 6075 1575 50 0000 C CNN 611 | 1 6075 1575 612 | 1 0 0 -1 613 | $EndComp 614 | $Comp 615 | L Amplifier_Operational:MCP6286 U3 616 | U 1 1 58D2A7FE 617 | P 8550 1775 618 | F 0 "U3" H 8550 1925 60 0000 C CNN 619 | F 1 "MCP6286T-E/OT" H 8515 2080 60 0000 C CNN 620 | F 2 "complib:SOT-23-5L" H 8550 1775 60 0001 C CNN 621 | F 3 "" H 8550 1775 60 0000 C CNN 622 | 1 8550 1775 623 | 1 0 0 -1 624 | $EndComp 625 | $Comp 626 | L Device:R_Small R1 627 | U 1 1 587CC4B4 628 | P 9400 2185 629 | F 0 "R1" V 9490 2035 50 0000 L CNN 630 | F 1 "10M" V 9500 2165 50 0000 L CNN 631 | F 2 "complib:R_0603" H 9400 2185 50 0001 C CNN 632 | F 3 "" H 9400 2185 50 0000 C CNN 633 | 1 9400 2185 634 | 0 -1 -1 0 635 | $EndComp 636 | $Comp 637 | L Device:C_Small C6 638 | U 1 1 58961D23 639 | P 8670 2425 640 | F 0 "C6" V 8770 2425 50 0000 L CNN 641 | F 1 "22u" V 8560 2245 50 0000 L CNN 642 | F 2 "complib:C_0805" H 8670 2425 50 0001 C CNN 643 | F 3 "" H 8670 2425 50 0000 C CNN 644 | 1 8670 2425 645 | 0 1 1 0 646 | $EndComp 647 | Text GLabel 8575 6375 0 60 Input ~ 0 648 | Therm4 649 | Text GLabel 8575 6225 0 60 Input ~ 0 650 | Therm3 651 | $Comp 652 | L Connector_Generic:Conn_01x04 P5 653 | U 1 1 587DD2A0 654 | P 6800 5725 655 | F 0 "P5" H 6800 5975 50 0000 C CNN 656 | F 1 "TEMP" V 6900 5725 50 0000 C CNN 657 | F 2 "complib:Microfit_01x02or04_43650-0227" H 6800 5725 50 0001 C CNN 658 | F 3 "" H 6800 5725 50 0000 C CNN 659 | 1 6800 5725 660 | 1 0 0 1 661 | $EndComp 662 | Text Notes 5300 6645 0 60 ~ 0 663 | 2 or 4 wire PT100 support\nAlong with Thermistors 664 | Text Notes 4650 4900 0 60 ~ 0 665 | Populate P5 with a 2 pin connector\nHeader retains option to use a 4 pin\nby cutting solder jumpers and using a different header. 666 | Text GLabel 5150 5900 0 60 Input ~ 0 667 | Therm4 668 | Text GLabel 5150 5750 0 60 Input ~ 0 669 | Therm3 670 | $Comp 671 | L Device:C_Small C7 672 | U 1 1 58D610B5 673 | P 4925 1725 674 | F 0 "C7" H 5025 1725 50 0000 L CNN 675 | F 1 "10n" H 4775 1825 50 0000 L CNN 676 | F 2 "complib:C_0603" H 4925 1725 50 0001 C CNN 677 | F 3 "" H 4925 1725 50 0000 C CNN 678 | 1 4925 1725 679 | -1 0 0 1 680 | $EndComp 681 | Text Notes 9660 985 0 60 ~ 0 682 | C3 needs to be close to the\nOpAmp and the LDO 683 | $Comp 684 | L Device:Jumper_NC_Small JP2 685 | U 1 1 587DD561 686 | P 5900 6075 687 | F 0 "JP2" H 5900 6225 50 0000 C CNN 688 | F 1 "Solder Jumper" H 5900 5995 50 0000 C CNN 689 | F 2 "complib:SJ_Bridged" H 5900 6075 50 0001 C CNN 690 | F 3 "" H 5900 6075 50 0000 C CNN 691 | 1 5900 6075 692 | 0 1 1 0 693 | $EndComp 694 | $Comp 695 | L Device:Jumper_NC_Small JP1 696 | U 1 1 587DD363 697 | P 5900 5400 698 | F 0 "JP1" H 5900 5550 50 0000 C CNN 699 | F 1 "Jumpered for 2 Wire" H 5900 5320 50 0000 C CNN 700 | F 2 "complib:SJ_Bridged" H 5900 5400 50 0001 C CNN 701 | F 3 "" H 5900 5400 50 0000 C CNN 702 | 1 5900 5400 703 | 0 1 1 0 704 | $EndComp 705 | $Comp 706 | L Device:C_Small C8 707 | U 1 1 58D2DA43 708 | P 7925 2100 709 | F 0 "C8" H 7935 2170 50 0000 L CNN 710 | F 1 "10n" H 7935 2020 50 0000 L CNN 711 | F 2 "complib:C_0603" H 7925 2100 50 0001 C CNN 712 | F 3 "" H 7925 2100 50 0000 C CNN 713 | 1 7925 2100 714 | 1 0 0 -1 715 | $EndComp 716 | Text GLabel 6675 1650 2 60 Input ~ 0 717 | B 718 | Wire Wire Line 719 | 1550 1775 1800 1775 720 | Wire Wire Line 721 | 1800 2125 1800 2225 722 | Wire Wire Line 723 | 1800 1575 1800 1775 724 | Connection ~ 1800 1775 725 | Wire Wire Line 726 | 1550 1875 1550 2075 727 | Wire Wire Line 728 | 2900 1775 2900 2775 729 | Wire Wire Line 730 | 1250 2875 1600 2875 731 | Wire Wire Line 732 | 1600 2875 1600 2975 733 | Wire Wire Line 734 | 1600 2975 1950 2975 735 | Wire Wire Line 736 | 1950 2975 1950 2925 737 | Connection ~ 1950 2925 738 | Wire Wire Line 739 | 1250 2725 1400 2725 740 | Wire Wire Line 741 | 1950 2775 1950 2825 742 | Connection ~ 1950 2825 743 | Wire Wire Line 744 | 1950 3025 1950 3125 745 | Connection ~ 1950 3125 746 | Wire Wire Line 747 | 1950 3025 1250 3025 748 | Wire Wire Line 749 | 1400 2725 1400 2775 750 | Wire Wire Line 751 | 1400 2775 1950 2775 752 | Wire Wire Line 753 | 1550 2725 1800 2725 754 | Wire Wire Line 755 | 2300 2725 2300 2875 756 | Wire Wire Line 757 | 2300 2875 2400 2875 758 | Wire Wire Line 759 | 2150 2775 2400 2775 760 | Wire Wire Line 761 | 2150 2825 2150 2775 762 | Wire Wire Line 763 | 1900 2825 1950 2825 764 | Wire Wire Line 765 | 1900 2925 1950 2925 766 | Wire Wire Line 767 | 2900 2925 2900 2875 768 | Wire Wire Line 769 | 1900 3225 1950 3225 770 | Wire Wire Line 771 | 1900 3125 1950 3125 772 | Wire Wire Line 773 | 2900 3225 2900 2975 774 | Wire Wire Line 775 | 2400 3125 2400 2975 776 | Wire Wire Line 777 | 1800 2425 1800 2725 778 | Connection ~ 1800 2725 779 | Wire Wire Line 780 | 1150 1575 1800 1575 781 | Wire Wire Line 782 | 1150 2075 1550 2075 783 | Connection ~ 1550 2075 784 | Wire Wire Line 785 | 10420 1425 10570 1425 786 | Wire Wire Line 787 | 10570 1425 10570 1525 788 | Connection ~ 10570 1425 789 | Wire Wire Line 790 | 10570 1725 10570 1875 791 | Wire Wire Line 792 | 9450 1175 9450 1125 793 | Wire Wire Line 794 | 9450 885 9450 925 795 | Wire Wire Line 796 | 9050 885 9350 885 797 | Wire Wire Line 798 | 9350 885 9350 825 799 | Connection ~ 9350 885 800 | Wire Wire Line 801 | 9500 2405 9630 2405 802 | Wire Wire Line 803 | 9630 2405 9630 2185 804 | Wire Wire Line 805 | 9500 2185 9630 2185 806 | Connection ~ 9630 2185 807 | Wire Wire Line 808 | 9150 2405 9300 2405 809 | Wire Wire Line 810 | 9150 1925 9150 2185 811 | Wire Wire Line 812 | 9050 1925 9150 1925 813 | Wire Wire Line 814 | 9890 2185 9890 1425 815 | Connection ~ 9150 2185 816 | Wire Wire Line 817 | 9040 2425 8770 2425 818 | Connection ~ 9050 885 819 | Wire Wire Line 820 | 9040 2425 9040 2185 821 | Wire Wire Line 822 | 9040 2185 9150 2185 823 | Wire Wire Line 824 | 1950 3225 1950 3325 825 | Wire Wire Line 826 | 1950 3325 1250 3325 827 | Connection ~ 1950 3225 828 | $Comp 829 | L Mechanical:MountingHole M9 830 | U 1 1 59524330 831 | P 2870 6415 832 | F 0 "M9" H 2870 6265 60 0000 C CNN 833 | F 1 "M_2.9mm" H 2870 6565 60 0000 C CNN 834 | F 2 "complib:MountingHole_2.9mm" H 2870 6415 60 0001 C CNN 835 | F 3 "" H 2870 6415 60 0000 C CNN 836 | 1 2870 6415 837 | 1 0 0 -1 838 | $EndComp 839 | $Comp 840 | L Mechanical:MountingHole M10 841 | U 1 1 595243F8 842 | P 3370 6415 843 | F 0 "M10" H 3370 6265 60 0000 C CNN 844 | F 1 "M_2.9mm" H 3370 6565 60 0000 C CNN 845 | F 2 "complib:MountingHole_2.9mm" H 3370 6415 60 0001 C CNN 846 | F 3 "" H 3370 6415 60 0000 C CNN 847 | 1 3370 6415 848 | 1 0 0 -1 849 | $EndComp 850 | Text Notes 3800 6475 0 60 ~ 0 851 | Mounting holes 852 | Wire Wire Line 853 | 1800 1775 2900 1775 854 | Wire Wire Line 855 | 1800 1775 1800 1925 856 | Wire Wire Line 857 | 1950 2925 2900 2925 858 | Wire Wire Line 859 | 1950 2825 2150 2825 860 | Wire Wire Line 861 | 1950 3125 2400 3125 862 | Wire Wire Line 863 | 1800 2725 2300 2725 864 | Wire Wire Line 865 | 1550 2075 1550 2725 866 | Wire Wire Line 867 | 10570 1425 10720 1425 868 | Wire Wire Line 869 | 9350 885 9450 885 870 | Wire Wire Line 871 | 9630 2185 9890 2185 872 | Wire Wire Line 873 | 9890 1425 10220 1425 874 | Wire Wire Line 875 | 9150 2185 9150 2405 876 | Wire Wire Line 877 | 9150 2185 9300 2185 878 | Wire Wire Line 879 | 9050 885 9050 1625 880 | Wire Wire Line 881 | 1950 3225 2900 3225 882 | $Comp 883 | L SmartEffector-rescue:ATtiny44A-MMH-PAD-MCU_Microchip_ATtiny U2 884 | U 1 1 5BC6AD32 885 | P 9050 3775 886 | F 0 "U2" H 8171 3821 50 0000 R CNN 887 | F 1 "ATtiny44A-MUR" H 9425 3750 50 0000 R CNN 888 | F 2 "complib:QFN-20-1EP_4x4mm_Pitch0.5mm" H 9050 3775 50 0001 C CIN 889 | F 3 "" H 9050 3775 50 0001 C CNN 890 | 1 9050 3775 891 | -1 0 0 -1 892 | $EndComp 893 | Connection ~ 9890 1425 894 | Wire Wire Line 895 | 8000 1425 9890 1425 896 | Wire Wire Line 897 | 8000 1625 8000 1425 898 | Wire Wire Line 899 | 8050 1625 8000 1625 900 | Text GLabel 7850 3200 0 60 Input ~ 0 901 | ADC1 902 | Text GLabel 6650 1250 2 60 Input ~ 0 903 | ADC0 904 | Wire Wire Line 905 | 6050 2225 5800 2225 906 | Wire Wire Line 907 | 5800 2225 5800 2000 908 | Wire Wire Line 909 | 5800 1800 6075 1800 910 | Wire Wire Line 911 | 6075 1800 6075 1675 912 | Wire Wire Line 913 | 5425 1250 5425 1375 914 | Wire Wire Line 915 | 5425 1575 5425 2875 916 | Wire Wire Line 917 | 5425 2875 6350 2875 918 | Wire Wire Line 919 | 6350 2875 6350 2550 920 | Wire Wire Line 921 | 6350 2550 6050 2550 922 | Wire Wire Line 923 | 6050 2550 6050 2475 924 | Wire Wire Line 925 | 6350 2875 6350 3000 926 | Connection ~ 6350 2875 927 | $Comp 928 | L power:GND #PWR012 929 | U 1 1 587CD2DD 930 | P 6350 3000 931 | F 0 "#PWR012" H 6350 2750 50 0001 C CNN 932 | F 1 "GND" H 6350 2850 50 0000 C CNN 933 | F 2 "" H 6350 3000 50 0000 C CNN 934 | F 3 "" H 6350 3000 50 0000 C CNN 935 | 1 6350 3000 936 | 1 0 0 -1 937 | $EndComp 938 | Wire Wire Line 939 | 6350 2875 6600 2875 940 | Wire Wire Line 941 | 6600 2375 6675 2375 942 | Wire Wire Line 943 | 6600 2375 6600 2225 944 | Wire Wire Line 945 | 6600 2225 7050 2225 946 | Connection ~ 6600 2375 947 | Wire Wire Line 948 | 7050 1775 6600 1775 949 | Wire Wire Line 950 | 6600 1775 6600 1650 951 | Wire Wire Line 952 | 6600 1650 6675 1650 953 | Wire Wire Line 954 | 6600 1650 6600 1475 955 | Connection ~ 6600 1650 956 | Connection ~ 5425 1250 957 | Wire Wire Line 958 | 4925 1825 4925 1925 959 | Wire Wire Line 960 | 4925 1925 4400 1925 961 | Wire Wire Line 962 | 4400 1925 4400 1950 963 | Wire Wire Line 964 | 3825 775 9050 775 965 | Wire Wire Line 966 | 9050 775 9050 885 967 | $Comp 968 | L Regulator_Linear:LDK130-10_SOT23_SOT353 U1 969 | U 1 1 58D58578 970 | P 4375 1350 971 | F 0 "U1" H 4375 1500 60 0000 C CNN 972 | F 1 "LDK130M10" H 4360 1685 60 0000 C CNN 973 | F 2 "complib:SOT-23-5L" H 4375 1350 60 0001 C CNN 974 | F 3 "" H 4375 1350 60 0000 C CNN 975 | 1 4375 1350 976 | 1 0 0 -1 977 | $EndComp 978 | $Comp 979 | L power:GND #PWR013 980 | U 1 1 58D5BCA1 981 | P 4400 1950 982 | F 0 "#PWR013" H 4400 1700 50 0001 C CNN 983 | F 1 "GND" H 4400 1800 50 0000 C CNN 984 | F 2 "" H 4400 1950 50 0000 C CNN 985 | F 3 "" H 4400 1950 50 0000 C CNN 986 | 1 4400 1950 987 | 1 0 0 -1 988 | $EndComp 989 | Wire Wire Line 990 | 5800 2000 5650 2000 991 | Wire Wire Line 992 | 5650 3225 6900 3225 993 | Wire Wire Line 994 | 6900 3225 6900 2425 995 | Wire Wire Line 996 | 6900 2425 8570 2425 997 | Connection ~ 5800 2000 998 | Wire Wire Line 999 | 5800 2000 5800 1800 1000 | NoConn ~ 8050 3375 1001 | NoConn ~ 8050 4175 1002 | NoConn ~ 8050 4275 1003 | Wire Wire Line 1004 | 7925 3700 7925 3675 1005 | Wire Wire Line 1006 | 8050 4375 7925 4375 1007 | Wire Wire Line 1008 | 8050 3775 7950 3775 1009 | Wire Wire Line 1010 | 7950 3775 7950 3825 1011 | Wire Wire Line 1012 | 7950 3825 7850 3825 1013 | Wire Wire Line 1014 | 7925 3675 8050 3675 1015 | Wire Wire Line 1016 | 8050 3575 7850 3575 1017 | Wire Wire Line 1018 | 8050 3275 7925 3275 1019 | Wire Wire Line 1020 | 7925 3275 7925 3200 1021 | Wire Wire Line 1022 | 7925 3200 7850 3200 1023 | Wire Wire Line 1024 | 7425 4625 7425 4550 1025 | Wire Wire Line 1026 | 7425 4350 7425 4300 1027 | NoConn ~ 8050 3475 1028 | $Comp 1029 | L power:GND #PWR05 1030 | U 1 1 587D6FA1 1031 | P 9050 4800 1032 | F 0 "#PWR05" H 9050 4550 50 0001 C CNN 1033 | F 1 "GND" H 9050 4650 50 0000 C CNN 1034 | F 2 "" H 9050 4800 50 0000 C CNN 1035 | F 3 "" H 9050 4800 50 0000 C CNN 1036 | 1 9050 4800 1037 | 1 0 0 -1 1038 | $EndComp 1039 | Wire Wire Line 1040 | 9050 4675 9050 4750 1041 | Wire Wire Line 1042 | 9050 4750 10075 4750 1043 | Wire Wire Line 1044 | 10075 4750 10075 3525 1045 | Connection ~ 9050 4750 1046 | Wire Wire Line 1047 | 9050 4750 9050 4800 1048 | Wire Wire Line 1049 | 10075 3325 10075 2875 1050 | Wire Wire Line 1051 | 9050 2875 10075 2875 1052 | Wire Wire Line 1053 | 9050 2875 9050 2800 1054 | Connection ~ 9050 2875 1055 | NoConn ~ 8050 4075 1056 | Wire Wire Line 1057 | 7225 3700 7925 3700 1058 | Wire Wire Line 1059 | 7425 3925 7425 4100 1060 | Wire Wire Line 1061 | 8050 3875 7975 3875 1062 | Wire Wire Line 1063 | 7975 3875 7975 3925 1064 | Wire Wire Line 1065 | 7975 3925 7425 3925 1066 | $Comp 1067 | L Device:R_Small R10 1068 | U 1 1 5BCD264C 1069 | P 7850 5825 1070 | F 0 "R10" V 7750 5775 50 0000 L CNN 1071 | F 1 "330K" V 7950 5775 50 0000 L CNN 1072 | F 2 "complib:R_0603" H 7850 5825 50 0001 C CNN 1073 | F 3 "" H 7850 5825 50 0000 C CNN 1074 | 1 7850 5825 1075 | -1 0 0 1 1076 | $EndComp 1077 | Wire Wire Line 1078 | 8375 5375 8075 5375 1079 | Wire Wire Line 1080 | 8375 5675 7850 5675 1081 | Wire Wire Line 1082 | 7850 5725 7850 5675 1083 | Connection ~ 7850 5675 1084 | Wire Wire Line 1085 | 7850 5675 7700 5675 1086 | $Comp 1087 | L power:GND #PWR0101 1088 | U 1 1 5BD17E70 1089 | P 7850 5975 1090 | F 0 "#PWR0101" H 7850 5725 50 0001 C CNN 1091 | F 1 "GND" H 7850 5825 50 0000 C CNN 1092 | F 2 "" H 7850 5975 50 0000 C CNN 1093 | F 3 "" H 7850 5975 50 0000 C CNN 1094 | 1 7850 5975 1095 | 1 0 0 -1 1096 | $EndComp 1097 | Wire Wire Line 1098 | 7850 5975 7850 5925 1099 | Wire Wire Line 1100 | 8600 5175 8425 5175 1101 | Wire Wire Line 1102 | 8425 5175 8425 5150 1103 | Wire Wire Line 1104 | 9175 5375 9025 5375 1105 | Wire Wire Line 1106 | 9025 5375 9025 5175 1107 | Wire Wire Line 1108 | 8800 5175 9025 5175 1109 | Wire Wire Line 1110 | 8575 5375 8925 5375 1111 | Wire Wire Line 1112 | 8925 5375 8925 5475 1113 | Wire Wire Line 1114 | 8925 5475 9175 5475 1115 | Wire Wire Line 1116 | 9175 5575 8825 5575 1117 | Wire Wire Line 1118 | 8825 5575 8825 5475 1119 | Wire Wire Line 1120 | 8825 5475 8675 5475 1121 | Wire Wire Line 1122 | 8675 5475 8675 5525 1123 | Wire Wire Line 1124 | 8575 5675 9175 5675 1125 | Wire Wire Line 1126 | 8750 5775 8750 5925 1127 | Wire Wire Line 1128 | 8750 5925 8575 5925 1129 | Wire Wire Line 1130 | 8750 5775 9175 5775 1131 | Wire Wire Line 1132 | 8575 6075 8825 6075 1133 | Wire Wire Line 1134 | 8825 6075 8825 5875 1135 | Wire Wire Line 1136 | 8825 5875 9175 5875 1137 | Wire Wire Line 1138 | 9175 5975 8925 5975 1139 | Wire Wire Line 1140 | 8925 5975 8925 6225 1141 | Wire Wire Line 1142 | 8925 6225 8575 6225 1143 | Wire Wire Line 1144 | 8575 6375 9025 6375 1145 | Wire Wire Line 1146 | 9025 6375 9025 6075 1147 | Wire Wire Line 1148 | 9025 6075 9175 6075 1149 | Wire Wire Line 1150 | 8050 3175 8050 3075 1151 | Wire Wire Line 1152 | 8050 3075 7850 3075 1153 | $Comp 1154 | L Device:Net-Tie_2 NT1 1155 | U 1 1 5BD46FDE 1156 | P 6375 1375 1157 | F 0 "NT1" V 6353 1416 20 0000 L CNN 1158 | F 1 "NetTie-ADC0-Bottom" V 6396 1416 20 0000 L CNN 1159 | F 2 "NetTie:NetTie-2_SMD_Pad0.25mm" H 6375 1375 50 0001 C CNN 1160 | F 3 "~" H 6375 1375 50 0001 C CNN 1161 | 1 6375 1375 1162 | 0 1 1 0 1163 | $EndComp 1164 | Wire Wire Line 1165 | 6600 2875 6600 2850 1166 | $Comp 1167 | L Device:Net-Tie_2 NT2 1168 | U 1 1 5BD6202D 1169 | P 7050 1875 1170 | F 0 "NT2" V 7028 1916 20 0000 L CNN 1171 | F 1 "NetTie-Bottom-Amp" V 7071 1916 20 0000 L CNN 1172 | F 2 "NetTie:NetTie-2_SMD_Pad0.25mm" H 7050 1875 50 0001 C CNN 1173 | F 3 "~" H 7050 1875 50 0001 C CNN 1174 | 1 7050 1875 1175 | 0 1 1 0 1176 | $EndComp 1177 | $Comp 1178 | L Device:Net-Tie_2 NT3 1179 | U 1 1 5BD620C3 1180 | P 7050 2125 1181 | F 0 "NT3" V 7028 2166 20 0000 L CNN 1182 | F 1 "NetTie-Top-Amp" V 7071 2166 20 0000 L CNN 1183 | F 2 "NetTie:NetTie-2_SMD_Pad0.25mm" H 7050 2125 50 0001 C CNN 1184 | F 3 "~" H 7050 2125 50 0001 C CNN 1185 | 1 7050 2125 1186 | 0 1 1 0 1187 | $EndComp 1188 | Wire Wire Line 1189 | 7050 1975 7050 2000 1190 | Wire Wire Line 1191 | 7050 2000 7500 2000 1192 | Wire Wire Line 1193 | 7500 2000 7500 1925 1194 | Connection ~ 7050 2000 1195 | Wire Wire Line 1196 | 7050 2000 7050 2025 1197 | $Comp 1198 | L Device:R_Small R11 1199 | U 1 1 58967284 1200 | P 7700 1925 1201 | F 0 "R11" V 7600 1875 50 0000 L CNN 1202 | F 1 "5K1" V 7800 1875 50 0000 L CNN 1203 | F 2 "complib:R_0603" H 7700 1925 50 0001 C CNN 1204 | F 3 "" H 7700 1925 50 0000 C CNN 1205 | 1 7700 1925 1206 | 0 -1 -1 0 1207 | $EndComp 1208 | Wire Wire Line 1209 | 7600 1925 7500 1925 1210 | Wire Wire Line 1211 | 7800 1925 7925 1925 1212 | Wire Wire Line 1213 | 7925 2000 7925 1925 1214 | Connection ~ 7925 1925 1215 | Wire Wire Line 1216 | 7925 1925 8050 1925 1217 | Wire Wire Line 1218 | 7925 2200 7925 2225 1219 | Wire Wire Line 1220 | 7925 2225 8125 2225 1221 | Wire Wire Line 1222 | 8125 2225 8200 2225 1223 | Wire Wire Line 1224 | 8200 2225 8200 1775 1225 | Connection ~ 8125 2225 1226 | Wire Wire Line 1227 | 8050 1775 8200 1775 1228 | Wire Wire Line 1229 | 6050 2275 6050 2225 1230 | Wire Wire Line 1231 | 5650 3225 5650 2000 1232 | $Comp 1233 | L Device:Net-Tie_2 NT4 1234 | U 1 1 5BE1E952 1235 | P 6600 2750 1236 | F 0 "NT4" V 6578 2791 20 0000 L CNN 1237 | F 1 "NetTie-Top-GND" V 6621 2791 20 0000 L CNN 1238 | F 2 "NetTie:NetTie-2_SMD_Pad0.25mm" H 6600 2750 50 0001 C CNN 1239 | F 3 "~" H 6600 2750 50 0001 C CNN 1240 | 1 6600 2750 1241 | 0 1 1 0 1242 | $EndComp 1243 | Wire Wire Line 1244 | 6600 2650 6600 2375 1245 | Wire Wire Line 1246 | 6075 1475 6375 1475 1247 | Wire Wire Line 1248 | 5425 1250 6375 1250 1249 | Wire Wire Line 1250 | 6375 1275 6375 1250 1251 | Connection ~ 6375 1250 1252 | Wire Wire Line 1253 | 6375 1250 6650 1250 1254 | Wire Wire Line 1255 | 6375 1475 6600 1475 1256 | Connection ~ 6375 1475 1257 | Text Label 7150 2000 0 16 ~ 0 1258 | TB-R11 1259 | Wire Wire Line 1260 | 1275 3725 1600 3725 1261 | Wire Wire Line 1262 | 1600 3725 1600 3825 1263 | Wire Wire Line 1264 | 1600 4025 1600 4100 1265 | Wire Wire Line 1266 | 1600 4300 1600 4350 1267 | Wire Wire Line 1268 | 1600 4550 1600 4675 1269 | Wire Wire Line 1270 | 1600 4875 1600 4925 1271 | Wire Wire Line 1272 | 1600 5175 1600 5325 1273 | Wire Wire Line 1274 | 1600 5325 1425 5325 1275 | Wire Wire Line 1276 | 1600 4925 2125 4925 1277 | Wire Wire Line 1278 | 2125 4925 2125 4975 1279 | Connection ~ 1600 4925 1280 | Wire Wire Line 1281 | 1600 4925 1600 4975 1282 | Wire Wire Line 1283 | 2125 5175 2125 5325 1284 | Wire Wire Line 1285 | 2125 5325 1600 5325 1286 | Connection ~ 1600 5325 1287 | Wire Wire Line 1288 | 5150 5450 5275 5450 1289 | Wire Wire Line 1290 | 5275 5450 5275 5250 1291 | Wire Wire Line 1292 | 5275 5250 5900 5250 1293 | Wire Wire Line 1294 | 5900 5250 5900 5300 1295 | Connection ~ 5900 5250 1296 | Wire Wire Line 1297 | 5900 5250 6600 5250 1298 | Wire Wire Line 1299 | 5250 5750 5150 5750 1300 | Wire Wire Line 1301 | 5150 5600 5250 5600 1302 | Wire Wire Line 1303 | 5250 5600 5250 5625 1304 | Wire Wire Line 1305 | 5250 5625 5900 5625 1306 | Wire Wire Line 1307 | 6600 5250 6600 5525 1308 | Wire Wire Line 1309 | 6600 5725 5900 5725 1310 | Wire Wire Line 1311 | 5250 5725 5250 5750 1312 | Wire Wire Line 1313 | 5900 5500 5900 5625 1314 | Connection ~ 5900 5625 1315 | Wire Wire Line 1316 | 5900 5625 6600 5625 1317 | Wire Wire Line 1318 | 5900 5725 5900 5975 1319 | Connection ~ 5900 5725 1320 | Wire Wire Line 1321 | 5900 5725 5250 5725 1322 | Wire Wire Line 1323 | 5150 5900 5225 5900 1324 | Wire Wire Line 1325 | 5225 5900 5225 6225 1326 | Wire Wire Line 1327 | 5225 6225 5900 6225 1328 | Wire Wire Line 1329 | 5900 6225 5900 6175 1330 | Wire Wire Line 1331 | 5900 6225 6600 6225 1332 | Wire Wire Line 1333 | 6600 6225 6600 5825 1334 | Connection ~ 5900 6225 1335 | Wire Wire Line 1336 | 10725 5275 10725 5525 1337 | Wire Wire Line 1338 | 10725 5525 10075 5525 1339 | Wire Wire Line 1340 | 9925 5825 10100 5825 1341 | Wire Wire Line 1342 | 10100 5825 10100 5875 1343 | Wire Wire Line 1344 | 9925 5975 10100 5975 1345 | Wire Wire Line 1346 | 9925 6125 10075 6125 1347 | Wire Wire Line 1348 | 10100 6125 10100 6075 1349 | Wire Wire Line 1350 | 10075 5725 10075 6125 1351 | Connection ~ 10075 6125 1352 | Wire Wire Line 1353 | 10075 6125 10100 6125 1354 | Wire Wire Line 1355 | 10600 5875 10725 5875 1356 | Wire Wire Line 1357 | 10725 5875 10725 5525 1358 | Connection ~ 10725 5525 1359 | Wire Wire Line 1360 | 10825 5975 10600 5975 1361 | Wire Wire Line 1362 | 10725 6125 10725 6075 1363 | Wire Wire Line 1364 | 10725 6075 10600 6075 1365 | $Comp 1366 | L Mechanical:MountingHole M11 1367 | U 1 1 59524255 1368 | P 2380 6425 1369 | F 0 "M11" H 2380 6275 60 0000 C CNN 1370 | F 1 "M_2.9mm" H 2380 6575 60 0000 C CNN 1371 | F 2 "complib:MountingHole_2.9mm" H 2380 6425 60 0001 C CNN 1372 | F 3 "" H 2380 6425 60 0000 C CNN 1373 | 1 2380 6425 1374 | 1 0 0 -1 1375 | $EndComp 1376 | Wire Wire Line 1377 | 4400 1925 4375 1925 1378 | Wire Wire Line 1379 | 4375 1925 4375 1650 1380 | Connection ~ 4400 1925 1381 | Wire Wire Line 1382 | 4075 1350 3825 1350 1383 | Wire Wire Line 1384 | 3825 775 3825 1250 1385 | Wire Wire Line 1386 | 4075 1250 3825 1250 1387 | Connection ~ 3825 1250 1388 | Wire Wire Line 1389 | 3825 1250 3825 1350 1390 | Wire Wire Line 1391 | 4925 1350 4675 1350 1392 | Wire Wire Line 1393 | 4925 1350 4925 1625 1394 | Wire Wire Line 1395 | 4675 1250 5425 1250 1396 | $EndSCHEMATC 1397 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v2.0/SmartEffector_schematic_v2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Duet3D/SmartEffector/adcfc77641a8e01f087ba4f96a568000c55f2f55/SmartEffector/SmartEffector_v2.0/SmartEffector_schematic_v2.0.pdf -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v2.0/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | ) 3 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v3.0/SmartEffector-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # Amplifier_Operational_MCP6286 5 | # 6 | DEF Amplifier_Operational_MCP6286 U 0 40 Y Y 1 F N 7 | F0 "U" 0 150 60 H V C CNN 8 | F1 "Amplifier_Operational_MCP6286" 0 -400 60 H I C CNN 9 | F2 "complib:SOT-23-5L" 0 0 60 H I C CNN 10 | F3 "" 0 0 60 H V C CNN 11 | F4 "MCP6286T-E/OT" 0 0 50 H I C CNN "Part Number" 12 | DRAW 13 | S -300 250 300 -250 0 1 0 N 14 | X Vout 1 -500 150 200 R 50 50 1 1 I 15 | X V- 2 -500 0 200 R 50 50 1 1 I 16 | X VIN+ 3 -500 -150 200 R 50 50 1 1 I 17 | X VIN- 4 500 -150 200 L 50 50 1 1 I 18 | X V+ 5 500 150 200 L 50 50 1 1 I 19 | ENDDRAW 20 | ENDDEF 21 | # 22 | # Connector_Generic_Conn_01x02 23 | # 24 | DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N 25 | F0 "J" 0 100 50 H V C CNN 26 | F1 "Connector_Generic_Conn_01x02" 0 -200 50 H V C CNN 27 | F2 "" 0 0 50 H I C CNN 28 | F3 "" 0 0 50 H I C CNN 29 | $FPLIST 30 | Connector*:*_1x??_* 31 | $ENDFPLIST 32 | DRAW 33 | S -50 -95 0 -105 1 1 6 N 34 | S -50 5 0 -5 1 1 6 N 35 | S -50 50 50 -150 1 1 10 f 36 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 37 | X Pin_2 2 -200 -100 150 R 50 50 1 1 P 38 | ENDDRAW 39 | ENDDEF 40 | # 41 | # Connector_Generic_Conn_01x04 42 | # 43 | DEF Connector_Generic_Conn_01x04 J 0 40 Y N 1 F N 44 | F0 "J" 0 200 50 H V C CNN 45 | F1 "Connector_Generic_Conn_01x04" 0 -300 50 H V C CNN 46 | F2 "" 0 0 50 H I C CNN 47 | F3 "" 0 0 50 H I C CNN 48 | $FPLIST 49 | Connector*:*_1x??_* 50 | $ENDFPLIST 51 | DRAW 52 | S -50 -195 0 -205 1 1 6 N 53 | S -50 -95 0 -105 1 1 6 N 54 | S -50 5 0 -5 1 1 6 N 55 | S -50 105 0 95 1 1 6 N 56 | S -50 150 50 -250 1 1 10 f 57 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 58 | X Pin_2 2 -200 0 150 R 50 50 1 1 P 59 | X Pin_3 3 -200 -100 150 R 50 50 1 1 P 60 | X Pin_4 4 -200 -200 150 R 50 50 1 1 P 61 | ENDDRAW 62 | ENDDEF 63 | # 64 | # Connector_Generic_Conn_01x08 65 | # 66 | DEF Connector_Generic_Conn_01x08 J 0 40 Y N 1 F N 67 | F0 "J" 0 400 50 H V C CNN 68 | F1 "Connector_Generic_Conn_01x08" 0 -500 50 H V C CNN 69 | F2 "" 0 0 50 H I C CNN 70 | F3 "" 0 0 50 H I C CNN 71 | $FPLIST 72 | Connector*:*_1x??_* 73 | $ENDFPLIST 74 | DRAW 75 | S -50 -395 0 -405 1 1 6 N 76 | S -50 -295 0 -305 1 1 6 N 77 | S -50 -195 0 -205 1 1 6 N 78 | S -50 -95 0 -105 1 1 6 N 79 | S -50 5 0 -5 1 1 6 N 80 | S -50 105 0 95 1 1 6 N 81 | S -50 205 0 195 1 1 6 N 82 | S -50 305 0 295 1 1 6 N 83 | S -50 350 50 -450 1 1 10 f 84 | X Pin_1 1 -200 300 150 R 50 50 1 1 P 85 | X Pin_2 2 -200 200 150 R 50 50 1 1 P 86 | X Pin_3 3 -200 100 150 R 50 50 1 1 P 87 | X Pin_4 4 -200 0 150 R 50 50 1 1 P 88 | X Pin_5 5 -200 -100 150 R 50 50 1 1 P 89 | X Pin_6 6 -200 -200 150 R 50 50 1 1 P 90 | X Pin_7 7 -200 -300 150 R 50 50 1 1 P 91 | X Pin_8 8 -200 -400 150 R 50 50 1 1 P 92 | ENDDRAW 93 | ENDDEF 94 | # 95 | # Connector_Generic_Conn_02x03_Odd_Even 96 | # 97 | DEF Connector_Generic_Conn_02x03_Odd_Even J 0 40 Y N 1 F N 98 | F0 "J" 50 200 50 H V C CNN 99 | F1 "Connector_Generic_Conn_02x03_Odd_Even" 50 -200 50 H V C CNN 100 | F2 "" 0 0 50 H I C CNN 101 | F3 "" 0 0 50 H I C CNN 102 | $FPLIST 103 | Connector*:*_2x??_* 104 | $ENDFPLIST 105 | DRAW 106 | S -50 -95 0 -105 1 1 6 N 107 | S -50 5 0 -5 1 1 6 N 108 | S -50 105 0 95 1 1 6 N 109 | S -50 150 150 -150 1 1 10 f 110 | S 150 -95 100 -105 1 1 6 N 111 | S 150 5 100 -5 1 1 6 N 112 | S 150 105 100 95 1 1 6 N 113 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 114 | X Pin_2 2 300 100 150 L 50 50 1 1 P 115 | X Pin_3 3 -200 0 150 R 50 50 1 1 P 116 | X Pin_4 4 300 0 150 L 50 50 1 1 P 117 | X Pin_5 5 -200 -100 150 R 50 50 1 1 P 118 | X Pin_6 6 300 -100 150 L 50 50 1 1 P 119 | ENDDRAW 120 | ENDDEF 121 | # 122 | # Device_C_Small 123 | # 124 | DEF Device_C_Small C 0 10 N N 1 F N 125 | F0 "C" 10 70 50 H V L CNN 126 | F1 "Device_C_Small" 10 -80 50 H V L CNN 127 | F2 "" 0 0 50 H I C CNN 128 | F3 "" 0 0 50 H I C CNN 129 | $FPLIST 130 | C_* 131 | $ENDFPLIST 132 | DRAW 133 | P 2 0 1 13 -60 -20 60 -20 N 134 | P 2 0 1 12 -60 20 60 20 N 135 | X ~ 1 0 100 80 D 50 50 1 1 P 136 | X ~ 2 0 -100 80 U 50 50 1 1 P 137 | ENDDRAW 138 | ENDDEF 139 | # 140 | # Device_Jumper_NC_Small 141 | # 142 | DEF Device_Jumper_NC_Small JP 0 30 N N 1 F N 143 | F0 "JP" 0 80 50 H V C CNN 144 | F1 "Device_Jumper_NC_Small" 10 -60 50 H V C CNN 145 | F2 "" 0 0 50 H I C CNN 146 | F3 "" 0 0 50 H I C CNN 147 | $FPLIST 148 | SolderJumper*Bridged* 149 | $ENDFPLIST 150 | DRAW 151 | A 0 -10 57 450 1350 0 1 0 N 40 30 -40 30 152 | C -40 0 20 0 1 0 N 153 | C 40 0 20 0 1 0 N 154 | X 1 1 -100 0 40 R 50 50 0 1 P 155 | X 2 2 100 0 40 L 50 50 0 1 P 156 | ENDDRAW 157 | ENDDEF 158 | # 159 | # Device_LED_Small 160 | # 161 | DEF Device_LED_Small D 0 10 N N 1 F N 162 | F0 "D" -50 125 50 H V L CNN 163 | F1 "Device_LED_Small" -175 -100 50 H V L CNN 164 | F2 "" 0 0 50 V I C CNN 165 | F3 "" 0 0 50 V I C CNN 166 | $FPLIST 167 | LED* 168 | LED_SMD:* 169 | LED_THT:* 170 | $ENDFPLIST 171 | DRAW 172 | P 2 0 1 0 -30 -40 -30 40 N 173 | P 2 0 1 0 40 0 -30 0 N 174 | P 4 0 1 0 30 -40 -30 0 30 40 30 -40 N 175 | P 5 0 1 0 0 30 -20 50 -10 50 -20 50 -20 40 N 176 | P 5 0 1 0 20 50 0 70 10 70 0 70 0 60 N 177 | X K 1 -100 0 70 R 50 50 1 1 P 178 | X A 2 100 0 70 L 50 50 1 1 P 179 | ENDDRAW 180 | ENDDEF 181 | # 182 | # Device_L_Small 183 | # 184 | DEF Device_L_Small L 0 10 N N 1 F N 185 | F0 "L" 30 40 50 H V L CNN 186 | F1 "Device_L_Small" 30 -40 50 H V L CNN 187 | F2 "" 0 0 50 H I C CNN 188 | F3 "" 0 0 50 H I C CNN 189 | $FPLIST 190 | Choke_* 191 | *Coil* 192 | Inductor_* 193 | L_* 194 | $ENDFPLIST 195 | DRAW 196 | A 0 -60 20 -899 899 0 1 0 N 0 -80 0 -40 197 | A 0 -20 20 -899 899 0 1 0 N 0 -40 0 0 198 | A 0 20 20 -899 899 0 1 0 N 0 0 0 40 199 | A 0 60 20 -899 899 0 1 0 N 0 40 0 80 200 | X ~ 1 0 100 20 D 50 50 1 1 P 201 | X ~ 2 0 -100 20 U 50 50 1 1 P 202 | ENDDRAW 203 | ENDDEF 204 | # 205 | # Device_Net-Tie_2 206 | # 207 | DEF Device_Net-Tie_2 NT 0 0 N N 1 F N 208 | F0 "NT" 0 50 50 H V C CNN 209 | F1 "Device_Net-Tie_2" 0 -50 50 H V C CNN 210 | F2 "" 0 0 50 H I C CNN 211 | F3 "" 0 0 50 H I C CNN 212 | $FPLIST 213 | Net*Tie* 214 | $ENDFPLIST 215 | DRAW 216 | P 2 0 1 10 -50 0 50 0 N 217 | X 1 1 -100 0 100 R 50 50 1 1 P 218 | X 2 2 100 0 100 L 50 50 1 1 P 219 | ENDDRAW 220 | ENDDEF 221 | # 222 | # Device_R_Small 223 | # 224 | DEF Device_R_Small R 0 10 N N 1 F N 225 | F0 "R" 30 20 50 H V L CNN 226 | F1 "Device_R_Small" 30 -40 50 H V L CNN 227 | F2 "" 0 0 50 H I C CNN 228 | F3 "" 0 0 50 H I C CNN 229 | $FPLIST 230 | R_* 231 | $ENDFPLIST 232 | DRAW 233 | S -30 70 30 -70 0 1 8 N 234 | X ~ 1 0 100 30 D 50 50 1 1 P 235 | X ~ 2 0 -100 30 U 50 50 1 1 P 236 | ENDDRAW 237 | ENDDEF 238 | # 239 | # Duet3_Duet3D_Logo 240 | # 241 | DEF Duet3_Duet3D_Logo #G 0 40 Y Y 1 F N 242 | F0 "#G" 0 -165 60 H I C CNN 243 | F1 "Duet3_Duet3D_Logo" 0 165 60 H I C CNN 244 | F2 "" 0 0 60 H I C CNN 245 | F3 "" 0 0 60 H I C CNN 246 | DRAW 247 | P 30 0 0 1 32 -182 33 -182 33 -179 32 -178 32 -176 26 -176 26 -175 25 -175 25 -147 32 -147 32 -141 25 -141 25 -127 24 -127 24 -128 23 -128 22 -129 18 -131 18 -141 13 -141 13 -147 18 -147 18 -176 19 -177 19 -179 22 -182 24 -182 25 -183 31 -183 32 -182 F 248 | P 53 0 0 1 -52 -182 -51 -182 -50 -181 -49 -181 -47 -179 -46 -179 -46 -178 -45 -177 -45 -179 -44 -179 -44 -182 -38 -182 -38 -141 -45 -141 -45 -167 -46 -169 -46 -171 -47 -172 -47 -173 -48 -173 -48 -174 -49 -175 -50 -175 -51 -176 -52 -176 -53 -177 -59 -177 -60 -176 -61 -176 -62 -175 -63 -175 -63 -174 -64 -173 -64 -171 -65 -170 -65 -141 -72 -141 -72 -171 -71 -171 -71 -175 -70 -176 -70 -177 -69 -178 -69 -179 -68 -180 -67 -180 -67 -181 -66 -181 -64 -182 -63 -182 -62 -183 -53 -183 -52 -182 F 249 | P 71 0 0 1 113 -181 115 -181 116 -180 118 -180 120 -178 122 -178 122 -177 123 -177 124 -176 124 -175 127 -172 127 -170 128 -169 128 -168 129 -166 129 -165 130 -164 130 -161 131 -159 131 -149 130 -147 130 -143 129 -142 129 -140 128 -139 128 -138 127 -137 127 -136 126 -136 126 -135 125 -134 124 -132 122 -130 120 -129 119 -128 118 -128 116 -127 115 -127 113 -126 84 -126 84 -176 91 -176 91 -132 109 -132 110 -133 113 -133 114 -134 115 -134 120 -139 120 -140 122 -142 122 -145 123 -146 123 -160 122 -161 122 -165 121 -166 120 -168 120 -169 116 -173 115 -173 114 -174 113 -174 112 -175 108 -175 107 -176 91 -176 84 -176 84 -182 111 -182 113 -181 F 250 | P 75 0 0 1 -99 -181 -97 -181 -96 -180 -94 -180 -92 -178 -90 -178 -90 -177 -89 -176 -88 -176 -88 -175 -86 -173 -86 -172 -84 -170 -84 -168 -83 -166 -82 -165 -82 -161 -81 -159 -81 -148 -82 -146 -82 -144 -83 -142 -83 -140 -84 -139 -85 -137 -85 -136 -86 -134 -88 -132 -90 -131 -93 -128 -95 -127 -96 -127 -98 -126 -116 -126 -128 -125 -128 -176 -120 -176 -120 -132 -103 -132 -102 -133 -99 -133 -98 -134 -96 -135 -95 -135 -94 -136 -94 -137 -93 -138 -92 -140 -91 -141 -91 -142 -90 -143 -90 -145 -89 -146 -89 -161 -90 -162 -90 -164 -91 -165 -91 -167 -92 -168 -92 -169 -93 -169 -93 -170 -94 -171 -94 -172 -95 -172 -97 -174 -99 -174 -100 -175 -104 -175 -105 -176 -120 -176 -128 -176 -128 -182 -101 -182 -99 -181 F 251 | P 100 0 0 1 -4 -182 -3 -182 -1 -181 0 -181 3 -178 4 -178 5 -177 5 -176 6 -175 7 -173 7 -172 8 -171 8 -170 5 -170 4 -169 1 -169 1 -170 0 -171 0 -172 -5 -177 -14 -177 -15 -176 -17 -176 -17 -175 -18 -174 -19 -174 -20 -173 -20 -172 -21 -170 -21 -169 -22 -168 -22 -164 8 -164 8 -155 7 -153 7 -152 6 -150 4 -148 4 -146 3 -145 2 -145 0 -143 -2 -142 -3 -142 -4 -141 -6 -141 -7 -140 -13 -140 -15 -141 -17 -141 -18 -142 -19 -142 -21 -143 -27 -149 -27 -150 -28 -152 -28 -153 -29 -155 -29 -158 -22 -158 -22 -154 -21 -154 -21 -152 -19 -150 -19 -149 -18 -149 -16 -147 -14 -147 -14 -146 -8 -146 -7 -147 -5 -147 -4 -148 -3 -148 -2 -149 -2 -150 -1 -151 -1 -152 0 -153 0 -154 1 -155 1 -158 -22 -158 -29 -158 -29 -159 -30 -159 -30 -165 -29 -165 -29 -170 -28 -171 -28 -173 -26 -175 -26 -176 -21 -181 -19 -181 -18 -182 -16 -182 -15 -183 -5 -183 -4 -182 F 252 | P 131 0 0 1 61 -182 63 -182 64 -181 66 -181 69 -178 69 -177 70 -177 70 -176 71 -176 71 -175 72 -174 72 -173 73 -172 73 -171 74 -169 74 -162 73 -161 73 -158 68 -153 67 -153 66 -152 64 -152 64 -151 65 -151 67 -149 68 -149 69 -148 69 -147 70 -146 71 -144 71 -136 70 -135 70 -134 69 -132 67 -130 67 -129 66 -129 64 -128 63 -127 62 -127 61 -126 59 -126 58 -125 52 -125 52 -126 49 -126 47 -127 46 -127 39 -134 39 -136 38 -137 38 -140 40 -140 41 -141 45 -141 45 -139 46 -138 46 -136 50 -132 51 -132 52 -131 58 -131 59 -132 60 -132 61 -133 62 -133 62 -134 63 -135 63 -136 64 -137 64 -143 63 -144 63 -145 62 -145 62 -146 61 -147 60 -147 59 -148 58 -148 57 -149 51 -149 51 -155 60 -155 61 -156 62 -156 63 -157 63 -158 64 -158 64 -159 66 -161 66 -163 67 -163 67 -168 66 -169 66 -171 63 -174 63 -175 62 -176 61 -176 60 -177 57 -177 56 -178 55 -178 54 -177 50 -177 49 -176 49 -175 48 -175 46 -173 46 -172 45 -171 45 -170 44 -168 44 -166 43 -166 43 -167 37 -167 37 -170 38 -172 38 -173 39 -174 40 -176 42 -178 42 -179 44 -180 45 -180 47 -182 49 -182 50 -183 60 -183 61 -182 F 253 | P 499 0 0 1 14 -118 18 -118 23 -117 27 -116 31 -116 35 -115 39 -113 42 -112 46 -111 50 -109 51 -109 55 -107 58 -106 66 -102 69 -99 73 -97 76 -95 79 -92 83 -90 90 -83 91 -83 93 -81 94 -79 97 -76 98 -76 102 -70 105 -67 107 -63 110 -60 112 -56 114 -53 118 -45 119 -42 121 -38 122 -34 124 -30 129 -10 129 -6 130 -2 130 22 128 30 128 35 126 43 125 46 124 50 122 54 121 58 119 62 118 66 116 69 114 73 112 76 109 80 107 83 107 84 105 86 104 88 100 92 99 94 95 98 95 99 94 99 94 100 93 100 92 101 92 102 91 103 90 103 88 105 87 107 86 108 84 109 83 110 82 112 80 113 77 116 76 118 74 119 73 121 71 123 69 124 67 126 66 128 48 146 1 192 -45 146 -45 145 -48 143 -60 131 -61 129 -63 128 -83 108 -84 106 -86 105 -88 103 -88 102 -78 102 -78 103 -77 104 -74 106 -71 109 -65 113 -61 115 -58 117 -54 119 -51 121 -47 122 -41 125 -38 126 -18 131 -14 131 -10 132 14 132 18 131 22 131 30 129 33 128 41 126 45 124 48 123 52 121 55 120 59 118 62 116 66 114 69 112 72 109 75 107 76 107 76 106 77 106 77 105 78 105 79 104 79 103 78 103 78 102 76 100 76 99 75 99 73 97 73 96 69 92 69 91 65 87 65 86 64 86 64 85 63 85 63 84 62 84 62 85 61 85 59 87 58 87 55 90 54 90 52 92 51 92 45 96 42 97 38 99 32 101 28 102 25 103 21 104 18 105 14 105 11 106 -9 106 -13 105 -17 105 -20 104 -24 103 -27 103 -31 101 -37 99 -39 98 -42 97 -45 95 -48 94 -54 90 -57 89 -59 87 -62 85 -62 84 -63 85 -63 86 -64 86 -64 87 -65 87 -65 88 -66 89 -67 89 -67 90 -71 94 -71 95 -75 99 -75 100 -76 100 -76 101 -77 101 -77 102 -78 102 -88 102 -89 102 -92 99 -92 98 -93 98 -96 95 -98 92 -101 89 -103 85 -105 82 -108 79 -109 77 -57 77 -57 78 -56 78 -56 79 -55 79 -53 81 -51 82 -48 84 -46 86 -43 88 -37 90 -34 92 -28 94 -26 95 -23 96 -20 96 -14 98 -7 98 -4 99 5 99 7 98 14 98 20 96 23 96 26 95 30 93 36 91 39 89 42 88 48 84 51 83 56 78 57 78 57 77 56 77 56 76 54 74 54 73 53 73 52 72 52 71 47 66 47 65 46 65 46 64 45 63 44 63 44 62 43 62 43 63 42 63 39 66 36 67 33 69 31 70 13 76 7 76 6 77 -5 77 -6 76 -11 76 -17 74 -20 74 -26 72 -29 70 -31 69 -34 68 -37 66 -39 64 -42 63 -42 62 -44 62 -44 63 -48 67 -48 68 -49 68 -50 69 -50 70 -53 73 -53 74 -54 74 -55 75 -55 76 -56 76 -56 77 -57 77 -109 77 -110 75 -110 74 -112 72 -112 70 -115 67 -115 65 -116 64 -117 61 -119 57 -120 54 -37 54 -37 55 -34 58 -32 59 -29 61 -27 62 -24 63 -22 64 -19 65 -17 66 -11 68 -6 68 -3 69 5 69 7 68 10 68 13 67 15 67 21 65 23 64 26 63 28 62 31 60 33 59 36 56 37 56 37 55 38 55 38 54 37 54 37 53 36 53 36 52 35 52 34 51 34 50 31 47 31 46 30 45 29 45 29 44 28 43 27 43 27 42 25 40 25 39 23 39 22 40 14 44 12 44 8 46 -5 46 -8 45 -10 45 -12 44 -14 44 -15 43 -16 43 -17 42 -18 42 -20 40 -22 40 -23 39 -23 38 -24 39 -24 40 -25 40 -25 41 -26 41 -26 42 -27 42 -27 43 -31 47 -31 48 -32 49 -33 49 -33 50 -34 51 -35 51 -35 52 -36 53 -36 54 -37 54 -120 54 -121 50 -123 46 -125 38 -125 34 -126 30 -17 30 -17 32 -16 32 -15 33 -13 34 -12 35 -8 37 -6 37 -4 38 3 38 5 37 9 37 11 36 12 35 16 33 17 32 18 32 18 31 17 31 17 30 15 28 15 27 14 27 12 25 12 24 9 21 9 20 6 17 5 17 5 16 3 14 3 13 2 13 2 12 1 12 1 11 0 11 -3 14 -3 15 -4 16 -5 16 -5 17 -8 20 -8 21 -9 21 -11 23 -11 24 -13 26 -13 27 -14 27 -15 28 -15 29 -16 29 -16 30 -17 30 -126 30 -127 26 -127 14 -128 10 -128 6 -127 2 -127 -6 -124 -18 -124 -22 -122 -26 -120 -34 -118 -38 -117 -42 -115 -46 -113 -49 -109 -57 -105 -63 -102 -67 -100 -70 -97 -73 -97 -74 -85 -86 -82 -88 -79 -91 -76 -93 -72 -96 -66 -100 -62 -102 -59 -104 -51 -108 -47 -109 -44 -111 -36 -113 -32 -115 -28 -116 -24 -116 -20 -117 -17 -118 -11 -118 -8 -119 10 -119 14 -118 F 254 | ENDDRAW 255 | ENDDEF 256 | # 257 | # MCU_Microchip_ATtiny_ATTINY44A-MMH-PAD 258 | # 259 | DEF MCU_Microchip_ATtiny_ATTINY44A-MMH-PAD U 0 40 Y Y 1 F N 260 | F0 "U" -850 750 50 H V C CNN 261 | F1 "MCU_Microchip_ATtiny_ATTINY44A-MMH-PAD" 650 -750 50 H V C CNN 262 | F2 "VQFN20" 0 -200 50 H I C CIN 263 | F3 "" 0 0 50 H I C CNN 264 | DRAW 265 | S 900 700 -900 -700 0 1 10 f 266 | X PAD 21 -1050 -600 150 R 40 40 0 1 I 267 | X (PCINT4/USCK/SCL/T1/ADC4)PA4 1 1050 200 150 L 40 40 1 1 B 268 | X (PCINT8/CLKI/XTAL1)PB0 11 1050 -300 150 L 40 40 1 1 B 269 | X (PCINT9/XTAL2)PB1 12 1050 -400 150 L 40 40 1 1 B 270 | X (PCINT11/dW/~RESET~)PB3 13 1050 -600 150 L 40 40 1 1 B 271 | X (PCINT10/CKOUT/OC0A/INT0)PB2 14 1050 -500 150 L 40 40 1 1 B 272 | X (PCINT7/ICP/OC0B/ADC7)PA7 15 1050 -100 150 L 40 40 1 1 B 273 | X (PCINT6/SDA/DI/MOSI/OC1A/ADC6)PA6 16 1050 0 150 L 40 40 1 1 B 274 | X (PCINT3/T0/ADC3)PA3 2 1050 300 150 L 40 40 1 1 B 275 | X (PCINT5/DO/MISO/OC1B/ADC5)PA5 20 1050 100 150 L 40 40 1 1 B 276 | X (PCINT2/AIN1/ADC2)PA2 3 1050 400 150 L 40 40 1 1 B 277 | X (PCINT1/AIN0/ADC1)PA1 4 1050 500 150 L 40 40 1 1 B 278 | X (PCINT0/AREF/ADC0)PA0 5 1050 600 150 L 40 40 1 1 B 279 | X GND 8 -1050 -450 150 R 40 40 1 1 W 280 | X VCC 9 -1050 600 150 R 40 40 1 1 W 281 | ENDDRAW 282 | ENDDEF 283 | # 284 | # Mechanical_Fiducial 285 | # 286 | DEF Mechanical_Fiducial FID 0 20 Y Y 1 F N 287 | F0 "FID" 0 200 50 H V C CNN 288 | F1 "Mechanical_Fiducial" 0 125 50 H V C CNN 289 | F2 "" 0 0 50 H I C CNN 290 | F3 "" 0 0 50 H I C CNN 291 | $FPLIST 292 | Fiducial* 293 | $ENDFPLIST 294 | DRAW 295 | C 0 0 50 0 1 20 f 296 | ENDDRAW 297 | ENDDEF 298 | # 299 | # Mechanical_MountingHole 300 | # 301 | DEF Mechanical_MountingHole H 0 40 Y Y 1 F N 302 | F0 "H" 0 200 50 H V C CNN 303 | F1 "Mechanical_MountingHole" 0 125 50 H V C CNN 304 | F2 "" 0 0 50 H I C CNN 305 | F3 "" 0 0 50 H I C CNN 306 | $FPLIST 307 | MountingHole* 308 | $ENDFPLIST 309 | DRAW 310 | C 0 0 50 0 1 50 N 311 | ENDDRAW 312 | ENDDEF 313 | # 314 | # Regulator_Linear_LDK130-25_SOT23_SOT353 315 | # 316 | DEF Regulator_Linear_LDK130-25_SOT23_SOT353 U 0 10 Y Y 1 F N 317 | F0 "U" -150 225 50 H V C CNN 318 | F1 "Regulator_Linear_LDK130-25_SOT23_SOT353" 0 225 50 H V L CNN 319 | F2 "" 0 325 50 H I C CNN 320 | F3 "" 0 0 50 H I C CNN 321 | ALIAS LDK130-10_SOT23_SOT353 LDK130-12_SOT23_SOT353 LDK130-15_SOT23_SOT353 LDK130-18_SOT23_SOT353 LDK130-25_SOT23_SOT353 LDK130-29_SOT23_SOT353 LDK130-30_SOT23_SOT353 LDK130-32_SOT23_SOT353 LDK130-33_SOT23_SOT353 322 | $FPLIST 323 | SOT?23* 324 | SOT?353* 325 | *SC?70* 326 | $ENDFPLIST 327 | DRAW 328 | S -200 175 200 -200 0 1 10 f 329 | X IN 1 -300 100 100 R 50 50 1 1 W 330 | X GND 2 0 -300 100 U 50 50 1 1 W 331 | X EN 3 -300 0 100 R 50 50 1 1 I 332 | X BP 4 300 0 100 L 50 50 1 1 P 333 | X OUT 5 300 100 100 L 50 50 1 1 w 334 | ENDDRAW 335 | ENDDEF 336 | # 337 | # power_+3.3V 338 | # 339 | DEF power_+3.3V #PWR 0 0 Y Y 1 F P 340 | F0 "#PWR" 0 -150 50 H I C CNN 341 | F1 "power_+3.3V" 0 140 50 H V C CNN 342 | F2 "" 0 0 50 H I C CNN 343 | F3 "" 0 0 50 H I C CNN 344 | ALIAS +3.3V 345 | DRAW 346 | P 2 0 1 0 -30 50 0 100 N 347 | P 2 0 1 0 0 0 0 100 N 348 | P 2 0 1 0 0 100 30 50 N 349 | X +3V3 1 0 0 0 U 50 50 1 1 W N 350 | ENDDRAW 351 | ENDDEF 352 | # 353 | # power_GND 354 | # 355 | DEF power_GND #PWR 0 0 Y Y 1 F P 356 | F0 "#PWR" 0 -250 50 H I C CNN 357 | F1 "power_GND" 0 -150 50 H I C CNN 358 | F2 "" 0 0 50 H I C CNN 359 | F3 "" 0 0 50 H I C CNN 360 | DRAW 361 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 362 | X GND 1 0 0 0 D 50 50 1 1 W N 363 | ENDDRAW 364 | ENDDEF 365 | # 366 | #End Library 367 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v3.0/SmartEffector.pro: -------------------------------------------------------------------------------- 1 | update=08/03/2021 13:20:11 2 | version=1 3 | last_client=kicad 4 | [cvpcb] 5 | version=1 6 | NetIExt=net 7 | [general] 8 | version=1 9 | [eeschema] 10 | version=1 11 | LibDir= 12 | [schematic_editor] 13 | version=1 14 | PageLayoutDescrFile= 15 | PlotDirectoryName= 16 | SubpartIdSeparator=0 17 | SubpartFirstId=65 18 | NetFmtName=Pcbnew 19 | SpiceAjustPassiveValues=0 20 | LabSize=50 21 | ERC_TestSimilarLabels=1 22 | [pcbnew] 23 | version=1 24 | PageLayoutDescrFile= 25 | LastNetListRead=SmartEffector.net 26 | CopperLayerCount=2 27 | BoardThickness=1.6 28 | AllowMicroVias=0 29 | AllowBlindVias=0 30 | RequireCourtyardDefinitions=0 31 | ProhibitOverlappingCourtyards=1 32 | MinTrackWidth=0.15 33 | MinViaDiameter=0.4 34 | MinViaDrill=0.3 35 | MinMicroViaDiameter=0.2 36 | MinMicroViaDrill=0.09999999999999999 37 | MinHoleToHole=0.25 38 | TrackWidth1=0.25 39 | TrackWidth2=0.15 40 | TrackWidth3=0.25 41 | TrackWidth4=0.4 42 | TrackWidth5=0.5 43 | TrackWidth6=0.6 44 | TrackWidth7=1 45 | TrackWidth8=1.3 46 | TrackWidth9=1.5 47 | ViaDiameter1=0.6 48 | ViaDrill1=0.4 49 | dPairWidth1=0.2 50 | dPairGap1=0.25 51 | dPairViaGap1=0.25 52 | SilkLineWidth=0.15 53 | SilkTextSizeV=0.4 54 | SilkTextSizeH=0.4 55 | SilkTextSizeThickness=0.08 56 | SilkTextItalic=0 57 | SilkTextUpright=1 58 | CopperLineWidth=0.2 59 | CopperTextSizeV=1.5 60 | CopperTextSizeH=1.5 61 | CopperTextThickness=0.3 62 | CopperTextItalic=0 63 | CopperTextUpright=1 64 | EdgeCutLineWidth=0.2 65 | CourtyardLineWidth=0.05 66 | OthersLineWidth=0.15 67 | OthersTextSizeV=1 68 | OthersTextSizeH=1 69 | OthersTextSizeThickness=0.15 70 | OthersTextItalic=0 71 | OthersTextUpright=1 72 | SolderMaskClearance=0.2 73 | SolderMaskMinWidth=0 74 | SolderPasteClearance=0 75 | SolderPasteRatio=0 76 | [pcbnew/Layer.F.Cu] 77 | Name=F.Cu 78 | Type=3 79 | Enabled=1 80 | [pcbnew/Layer.In1.Cu] 81 | Name=In1.Cu 82 | Type=0 83 | Enabled=0 84 | [pcbnew/Layer.In2.Cu] 85 | Name=In2.Cu 86 | Type=0 87 | Enabled=0 88 | [pcbnew/Layer.In3.Cu] 89 | Name=In3.Cu 90 | Type=0 91 | Enabled=0 92 | [pcbnew/Layer.In4.Cu] 93 | Name=In4.Cu 94 | Type=0 95 | Enabled=0 96 | [pcbnew/Layer.In5.Cu] 97 | Name=In5.Cu 98 | Type=0 99 | Enabled=0 100 | [pcbnew/Layer.In6.Cu] 101 | Name=In6.Cu 102 | Type=0 103 | Enabled=0 104 | [pcbnew/Layer.In7.Cu] 105 | Name=In7.Cu 106 | Type=0 107 | Enabled=0 108 | [pcbnew/Layer.In8.Cu] 109 | Name=In8.Cu 110 | Type=0 111 | Enabled=0 112 | [pcbnew/Layer.In9.Cu] 113 | Name=In9.Cu 114 | Type=0 115 | Enabled=0 116 | [pcbnew/Layer.In10.Cu] 117 | Name=In10.Cu 118 | Type=0 119 | Enabled=0 120 | [pcbnew/Layer.In11.Cu] 121 | Name=In11.Cu 122 | Type=0 123 | Enabled=0 124 | [pcbnew/Layer.In12.Cu] 125 | Name=In12.Cu 126 | Type=0 127 | Enabled=0 128 | [pcbnew/Layer.In13.Cu] 129 | Name=In13.Cu 130 | Type=0 131 | Enabled=0 132 | [pcbnew/Layer.In14.Cu] 133 | Name=In14.Cu 134 | Type=0 135 | Enabled=0 136 | [pcbnew/Layer.In15.Cu] 137 | Name=In15.Cu 138 | Type=0 139 | Enabled=0 140 | [pcbnew/Layer.In16.Cu] 141 | Name=In16.Cu 142 | Type=0 143 | Enabled=0 144 | [pcbnew/Layer.In17.Cu] 145 | Name=In17.Cu 146 | Type=0 147 | Enabled=0 148 | [pcbnew/Layer.In18.Cu] 149 | Name=In18.Cu 150 | Type=0 151 | Enabled=0 152 | [pcbnew/Layer.In19.Cu] 153 | Name=In19.Cu 154 | Type=0 155 | Enabled=0 156 | [pcbnew/Layer.In20.Cu] 157 | Name=In20.Cu 158 | Type=0 159 | Enabled=0 160 | [pcbnew/Layer.In21.Cu] 161 | Name=In21.Cu 162 | Type=0 163 | Enabled=0 164 | [pcbnew/Layer.In22.Cu] 165 | Name=In22.Cu 166 | Type=0 167 | Enabled=0 168 | [pcbnew/Layer.In23.Cu] 169 | Name=In23.Cu 170 | Type=0 171 | Enabled=0 172 | [pcbnew/Layer.In24.Cu] 173 | Name=In24.Cu 174 | Type=0 175 | Enabled=0 176 | [pcbnew/Layer.In25.Cu] 177 | Name=In25.Cu 178 | Type=0 179 | Enabled=0 180 | [pcbnew/Layer.In26.Cu] 181 | Name=In26.Cu 182 | Type=0 183 | Enabled=0 184 | [pcbnew/Layer.In27.Cu] 185 | Name=In27.Cu 186 | Type=0 187 | Enabled=0 188 | [pcbnew/Layer.In28.Cu] 189 | Name=In28.Cu 190 | Type=0 191 | Enabled=0 192 | [pcbnew/Layer.In29.Cu] 193 | Name=In29.Cu 194 | Type=0 195 | Enabled=0 196 | [pcbnew/Layer.In30.Cu] 197 | Name=In30.Cu 198 | Type=0 199 | Enabled=0 200 | [pcbnew/Layer.B.Cu] 201 | Name=B.Cu 202 | Type=0 203 | Enabled=1 204 | [pcbnew/Layer.B.Adhes] 205 | Enabled=0 206 | [pcbnew/Layer.F.Adhes] 207 | Enabled=0 208 | [pcbnew/Layer.B.Paste] 209 | Enabled=1 210 | [pcbnew/Layer.F.Paste] 211 | Enabled=1 212 | [pcbnew/Layer.B.SilkS] 213 | Enabled=1 214 | [pcbnew/Layer.F.SilkS] 215 | Enabled=1 216 | [pcbnew/Layer.B.Mask] 217 | Enabled=1 218 | [pcbnew/Layer.F.Mask] 219 | Enabled=1 220 | [pcbnew/Layer.Dwgs.User] 221 | Enabled=1 222 | [pcbnew/Layer.Cmts.User] 223 | Enabled=1 224 | [pcbnew/Layer.Eco1.User] 225 | Enabled=0 226 | [pcbnew/Layer.Eco2.User] 227 | Enabled=0 228 | [pcbnew/Layer.Edge.Cuts] 229 | Enabled=1 230 | [pcbnew/Layer.Margin] 231 | Enabled=1 232 | [pcbnew/Layer.B.CrtYd] 233 | Enabled=1 234 | [pcbnew/Layer.F.CrtYd] 235 | Enabled=1 236 | [pcbnew/Layer.B.Fab] 237 | Enabled=1 238 | [pcbnew/Layer.F.Fab] 239 | Enabled=1 240 | [pcbnew/Layer.Rescue] 241 | Enabled=0 242 | [pcbnew/Netclasses] 243 | [pcbnew/Netclasses/Default] 244 | Name=Default 245 | Clearance=0.2 246 | TrackWidth=0.25 247 | ViaDiameter=0.6 248 | ViaDrill=0.4 249 | uViaDiameter=0.3 250 | uViaDrill=0.1 251 | dPairWidth=0.2 252 | dPairGap=0.25 253 | dPairViaGap=0.25 254 | [pcbnew/Netclasses/1] 255 | Name=0.15 256 | Clearance=0.149 257 | TrackWidth=0.15 258 | ViaDiameter=0.6 259 | ViaDrill=0.4 260 | uViaDiameter=0.3 261 | uViaDrill=0.1 262 | dPairWidth=0.2 263 | dPairGap=0.25 264 | dPairViaGap=0.25 265 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v3.0/SmartEffector.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | LIBS:SmartEffector-cache 3 | EELAYER 30 0 4 | EELAYER END 5 | $Descr A4 11693 8268 6 | encoding utf-8 7 | Sheet 1 1 8 | Title "SmartEffector" 9 | Date "2021-02-22" 10 | Rev "V3.0" 11 | Comp "Duet3D" 12 | Comment1 "(c) Duet3D" 13 | Comment2 "" 14 | Comment3 "" 15 | Comment4 "" 16 | $EndDescr 17 | $Comp 18 | L Device:L_Small L1 19 | U 1 1 587CCBA6 20 | P 8700 5175 21 | F 0 "L1" V 8650 5175 50 0000 L CNN 22 | F 1 "22uH" V 8800 5125 50 0000 L CNN 23 | F 2 "Inductor_SMD:L_0805_2012Metric" H 8700 5175 50 0001 C CNN 24 | F 3 "" H 8700 5175 50 0000 C CNN 25 | F 4 "MLZ2012M220WT000" H 8700 5175 50 0001 C CNN "Part Number" 26 | 1 8700 5175 27 | 0 1 1 0 28 | $EndComp 29 | $Comp 30 | L Device:R_Small R4 31 | U 1 1 587CD029 32 | P 8475 5375 33 | F 0 "R4" V 8375 5325 50 0000 L CNN 34 | F 1 "5K1" V 8575 5325 50 0000 L CNN 35 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 8475 5375 50 0001 C CNN 36 | F 3 "" H 8475 5375 50 0000 C CNN 37 | F 4 "RMCF0402FT5K10" H 8475 5375 50 0001 C CNN "Part Number" 38 | 1 8475 5375 39 | 0 1 1 0 40 | $EndComp 41 | $Comp 42 | L Device:R_Small R5 43 | U 1 1 587CD0A7 44 | P 8475 5675 45 | F 0 "R5" V 8375 5625 50 0000 L CNN 46 | F 1 "1K0" V 8575 5625 50 0000 L CNN 47 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 8475 5675 50 0001 C CNN 48 | F 3 "" H 8475 5675 50 0000 C CNN 49 | F 4 "CR0402-FX-1001GLF" H 8475 5675 50 0001 C CNN "Part Number" 50 | 1 8475 5675 51 | 0 1 1 0 52 | $EndComp 53 | $Comp 54 | L Device:R_Small R3 55 | U 1 1 587CD0E5 56 | P 10320 1425 57 | F 0 "R3" V 10220 1375 50 0000 L CNN 58 | F 1 "5K1" V 10420 1375 50 0000 L CNN 59 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 10320 1425 50 0001 C CNN 60 | F 3 "" H 10320 1425 50 0000 C CNN 61 | F 4 "RMCF0402FT5K10" H 10320 1425 50 0001 C CNN "Part Number" 62 | 1 10320 1425 63 | 0 -1 -1 0 64 | $EndComp 65 | $Comp 66 | L Device:C_Small C2 67 | U 1 1 587CD268 68 | P 10570 1625 69 | F 0 "C2" H 10580 1695 50 0000 L CNN 70 | F 1 "10n" H 10580 1545 50 0000 L CNN 71 | F 2 "Capacitor_SMD:C_0402_1005Metric_Wbry" H 10570 1625 50 0001 C CNN 72 | F 3 "" H 10570 1625 50 0000 C CNN 73 | F 4 "CL05B103KB5NNNC" H 10570 1625 50 0001 C CNN "Part Number" 74 | 1 10570 1625 75 | 1 0 0 -1 76 | $EndComp 77 | $Comp 78 | L Connector_Generic:Conn_02x03_Odd_Even P2 79 | U 1 1 587CD355 80 | P 10300 5975 81 | F 0 "P2" H 10300 6175 50 0000 C CNN 82 | F 1 "PROG" H 10300 5775 50 0000 C CNN 83 | F 2 "complib:Test_Point_2x3" H 10300 4775 50 0001 C CNN 84 | F 3 "" H 10300 4775 50 0000 C CNN 85 | F 4 "Virtual component DNP" H 10300 5975 50 0001 C CNN "Part Number" 86 | 1 10300 5975 87 | 1 0 0 -1 88 | $EndComp 89 | $Comp 90 | L Connector_Generic:Conn_01x08 P3 91 | U 1 1 587CD4F7 92 | P 9375 5675 93 | F 0 "P3" H 9375 6125 50 0000 C CNN 94 | F 1 "INPUT2" V 9475 5675 50 0000 C CNN 95 | F 2 "Connector_Molex:Molex_KK-254_AE-6410-08A_1x08_P2.54mm_Vertical" H 9375 5675 50 0001 C CNN 96 | F 3 "" H 9375 5675 50 0000 C CNN 97 | 1 9375 5675 98 | 1 0 0 -1 99 | $EndComp 100 | $Comp 101 | L Mechanical:MountingHole M4 102 | U 1 1 587CEA49 103 | P 1660 7005 104 | F 0 "M4" H 1660 6855 60 0000 C CNN 105 | F 1 "M_2.9mm" H 1660 7155 60 0000 C CNN 106 | F 2 "complib:MountingHole_2.9mm" H 1660 7005 60 0001 C CNN 107 | F 3 "" H 1660 7005 60 0000 C CNN 108 | F 4 "Virtual component DNP" H 1660 7005 50 0001 C CNN "Part Number" 109 | 1 1660 7005 110 | 1 0 0 -1 111 | $EndComp 112 | $Comp 113 | L Mechanical:MountingHole M5 114 | U 1 1 587CF0CA 115 | P 2160 7005 116 | F 0 "M5" H 2160 6855 60 0000 C CNN 117 | F 1 "M_2.9mm" H 2160 7155 60 0000 C CNN 118 | F 2 "complib:MountingHole_2.9mm" H 2160 7005 60 0001 C CNN 119 | F 3 "" H 2160 7005 60 0000 C CNN 120 | F 4 "Virtual component DNP" H 2160 7005 50 0001 C CNN "Part Number" 121 | 1 2160 7005 122 | 1 0 0 -1 123 | $EndComp 124 | $Comp 125 | L Mechanical:MountingHole M6 126 | U 1 1 587CF116 127 | P 2610 7005 128 | F 0 "M6" H 2610 6855 60 0000 C CNN 129 | F 1 "M_2.9mm" H 2610 7155 60 0000 C CNN 130 | F 2 "complib:MountingHole_2.9mm" H 2610 7005 60 0001 C CNN 131 | F 3 "" H 2610 7005 60 0000 C CNN 132 | F 4 "Virtual component DNP" H 2610 7005 50 0001 C CNN "Part Number" 133 | 1 2610 7005 134 | 1 0 0 -1 135 | $EndComp 136 | $Comp 137 | L Mechanical:MountingHole M7 138 | U 1 1 587CF163 139 | P 3060 7005 140 | F 0 "M7" H 3060 6855 60 0000 C CNN 141 | F 1 "M_2.9mm" H 3060 7155 60 0000 C CNN 142 | F 2 "complib:MountingHole_2.9mm" H 3060 7005 60 0001 C CNN 143 | F 3 "" H 3060 7005 60 0000 C CNN 144 | F 4 "Virtual component DNP" H 3060 7005 50 0001 C CNN "Part Number" 145 | 1 3060 7005 146 | 1 0 0 -1 147 | $EndComp 148 | $Comp 149 | L Mechanical:MountingHole M8 150 | U 1 1 587CF1AF 151 | P 3510 7005 152 | F 0 "M8" H 3510 6855 60 0000 C CNN 153 | F 1 "M_2.9mm" H 3510 7155 60 0000 C CNN 154 | F 2 "complib:MountingHole_2.9mm" H 3510 7005 60 0001 C CNN 155 | F 3 "" H 3510 7005 60 0000 C CNN 156 | F 4 "Virtual component DNP" H 3510 7005 50 0001 C CNN "Part Number" 157 | 1 3510 7005 158 | 1 0 0 -1 159 | $EndComp 160 | $Comp 161 | L Mechanical:MountingHole M3 162 | U 1 1 587CF200 163 | P 1210 7005 164 | F 0 "M3" H 1210 6855 60 0000 C CNN 165 | F 1 "M_2.9mm" H 1210 7155 60 0000 C CNN 166 | F 2 "complib:MountingHole_2.9mm" H 1210 7005 60 0001 C CNN 167 | F 3 "" H 1210 7005 60 0000 C CNN 168 | F 4 "Virtual component DNP" H 1210 7005 50 0001 C CNN "Part Number" 169 | 1 1210 7005 170 | 1 0 0 -1 171 | $EndComp 172 | $Comp 173 | L Mechanical:Fiducial M1 174 | U 1 1 587CF312 175 | P 1900 7500 176 | F 0 "M1" H 1900 7350 60 0000 C CNN 177 | F 1 "FID" H 1900 7650 60 0000 C CNN 178 | F 2 "complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop" H 1900 7500 60 0001 C CNN 179 | F 3 "" H 1900 7500 60 0000 C CNN 180 | F 4 "Virtual component DNP" H 1900 7500 50 0001 C CNN "Part Number" 181 | 1 1900 7500 182 | 1 0 0 -1 183 | $EndComp 184 | $Comp 185 | L Mechanical:Fiducial M2 186 | U 1 1 587CF390 187 | P 2125 7500 188 | F 0 "M2" H 2125 7350 60 0000 C CNN 189 | F 1 "FID" H 2125 7650 60 0000 C CNN 190 | F 2 "complib:Fiducial_1mm_Dia_2.54mm_Outer_CopperTop" H 2125 7500 60 0001 C CNN 191 | F 3 "" H 2125 7500 60 0000 C CNN 192 | F 4 "Virtual component DNP" H 2125 7500 50 0001 C CNN "Part Number" 193 | 1 2125 7500 194 | 1 0 0 -1 195 | $EndComp 196 | $Comp 197 | L Device:R_Small R2 198 | U 1 1 587CFF2E 199 | P 7425 4200 200 | F 0 "R2" V 7325 4150 50 0000 L CNN 201 | F 1 "150R" V 7525 4150 50 0000 L CNN 202 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 7425 4200 50 0001 C CNN 203 | F 3 "" H 7425 4200 50 0000 C CNN 204 | F 4 "RC0402FR-07150RL" H 7425 4200 50 0001 C CNN "Part Number" 205 | 1 7425 4200 206 | -1 0 0 1 207 | $EndComp 208 | $Comp 209 | L Device:LED_Small D3 210 | U 1 1 587CFFC2 211 | P 7425 4450 212 | F 0 "D3" H 7375 4575 50 0000 L CNN 213 | F 1 "Comms" H 7250 4350 50 0000 L CNN 214 | F 2 "complib:LED_1206_bottom_entry_156120VS75000" V 7425 4450 50 0001 C CNN 215 | F 3 "" H 7425 4450 50 0001 C CNN 216 | F 4 "156120VS75000" H 7425 4450 50 0001 C CNN "Part Number" 217 | 1 7425 4450 218 | 0 -1 -1 0 219 | $EndComp 220 | Text GLabel 10720 1425 2 60 Input ~ 0 221 | ADC1 222 | $Comp 223 | L power:GND #PWR01 224 | U 1 1 587D2C7E 225 | P 10570 1875 226 | F 0 "#PWR01" H 10570 1625 50 0001 C CNN 227 | F 1 "GND" H 10570 1725 50 0000 C CNN 228 | F 2 "" H 10570 1875 50 0000 C CNN 229 | F 3 "" H 10570 1875 50 0000 C CNN 230 | 1 10570 1875 231 | 1 0 0 -1 232 | $EndComp 233 | $Comp 234 | L power:+3.3V #PWR02 235 | U 1 1 587D364D 236 | P 8425 5150 237 | F 0 "#PWR02" H 8425 5000 50 0001 C CNN 238 | F 1 "+3.3V" H 8425 5290 50 0000 C CNN 239 | F 2 "" H 8425 5150 50 0000 C CNN 240 | F 3 "" H 8425 5150 50 0000 C CNN 241 | 1 8425 5150 242 | 1 0 0 -1 243 | $EndComp 244 | $Comp 245 | L power:GND #PWR03 246 | U 1 1 587D3EC8 247 | P 8675 5525 248 | F 0 "#PWR03" H 8675 5275 50 0001 C CNN 249 | F 1 "GND" H 8675 5375 50 0000 C CNN 250 | F 2 "" H 8675 5525 50 0000 C CNN 251 | F 3 "" H 8675 5525 50 0000 C CNN 252 | 1 8675 5525 253 | 1 0 0 -1 254 | $EndComp 255 | Text GLabel 7700 5675 0 60 Input ~ 0 256 | MISO 257 | Text GLabel 8075 5375 0 60 Input ~ 0 258 | SCK 259 | $Comp 260 | L power:+3.3V #PWR04 261 | U 1 1 587D615D 262 | P 10275 3100 263 | F 0 "#PWR04" H 10275 2950 50 0001 C CNN 264 | F 1 "+3.3V" H 10275 3240 50 0000 C CNN 265 | F 2 "" H 10275 3100 50 0000 C CNN 266 | F 3 "" H 10275 3100 50 0000 C CNN 267 | 1 10275 3100 268 | 1 0 0 -1 269 | $EndComp 270 | Text GLabel 7850 3075 0 60 Input ~ 0 271 | 2.8V 272 | Text GLabel 7850 3700 0 60 Input ~ 0 273 | MISO 274 | Text GLabel 7850 3825 0 60 Input ~ 0 275 | MOSI 276 | $Comp 277 | L power:GND #PWR06 278 | U 1 1 587D83E7 279 | P 7425 4625 280 | F 0 "#PWR06" H 7425 4375 50 0001 C CNN 281 | F 1 "GND" H 7425 4475 50 0000 C CNN 282 | F 2 "" H 7425 4625 50 0000 C CNN 283 | F 3 "" H 7425 4625 50 0000 C CNN 284 | 1 7425 4625 285 | 1 0 0 -1 286 | $EndComp 287 | Text GLabel 10825 5975 2 60 Input ~ 0 288 | MOSI 289 | Text GLabel 9925 5825 0 60 Input ~ 0 290 | MISO 291 | $Comp 292 | L power:+3.3V #PWR07 293 | U 1 1 587DA924 294 | P 10725 5275 295 | F 0 "#PWR07" H 10725 5125 50 0001 C CNN 296 | F 1 "+3.3V" H 10725 5415 50 0000 C CNN 297 | F 2 "" H 10725 5275 50 0000 C CNN 298 | F 3 "" H 10725 5275 50 0000 C CNN 299 | 1 10725 5275 300 | 1 0 0 -1 301 | $EndComp 302 | $Comp 303 | L power:GND #PWR08 304 | U 1 1 587DA974 305 | P 10725 6125 306 | F 0 "#PWR08" H 10725 5875 50 0001 C CNN 307 | F 1 "GND" H 10725 5975 50 0000 C CNN 308 | F 2 "" H 10725 6125 50 0000 C CNN 309 | F 3 "" H 10725 6125 50 0000 C CNN 310 | 1 10725 6125 311 | 1 0 0 -1 312 | $EndComp 313 | Text GLabel 9925 6125 0 60 Input ~ 0 314 | RST 315 | Text GLabel 9925 5975 0 60 Input ~ 0 316 | SCK 317 | Text GLabel 8575 5925 0 60 Input ~ 0 318 | Therm1 319 | Text GLabel 8575 6075 0 60 Input ~ 0 320 | Therm2 321 | Text GLabel 5150 5450 0 60 Input ~ 0 322 | Therm1 323 | Text GLabel 5150 5600 0 60 Input ~ 0 324 | Therm2 325 | Text Notes 10280 6325 0 60 ~ 0 326 | DNP 327 | $Comp 328 | L Connector_Generic:Conn_01x02 P7 329 | U 1 1 587E3571 330 | P 1700 2825 331 | F 0 "P7" H 1450 2775 50 0000 C CNN 332 | F 1 "Print Fan" H 1950 2875 50 0000 C CNN 333 | F 2 "Connector_Molex:Wurth_61900211121-1x02_P2.54mm_Vertical-(Molex_KK-254_AE-6410-02Acompatible)" H 1700 2825 50 0001 C CNN 334 | F 3 "" H 1700 2825 50 0000 C CNN 335 | 1 1700 2825 336 | -1 0 0 -1 337 | $EndComp 338 | $Comp 339 | L Connector_Generic:Conn_01x02 P9 340 | U 1 1 587E3721 341 | P 1700 3225 342 | F 0 "P9" H 1450 3175 50 0000 C CNN 343 | F 1 "Hotend Fan" H 2000 3225 50 0000 C CNN 344 | F 2 "complib:Microfit_01x02_43650-0227" H 1700 3225 50 0001 C CNN 345 | F 3 "" H 1700 3225 50 0000 C CNN 346 | 1 1700 3225 347 | -1 0 0 1 348 | $EndComp 349 | Text Notes 2150 2525 0 60 ~ 0 350 | Heater and Fan\npass through 351 | $Comp 352 | L Mechanical:MountingHole M13 353 | U 1 1 587E7263 354 | P 3010 7505 355 | F 0 "M13" H 3010 7355 60 0000 C CNN 356 | F 1 "Ziptie" H 3010 7655 60 0000 C CNN 357 | F 2 "complib:Ziptie_small" H 3010 7505 60 0001 C CNN 358 | F 3 "" H 3010 7505 60 0000 C CNN 359 | F 4 "Virtual component DNP" H 3010 7505 50 0001 C CNN "Part Number" 360 | 1 3010 7505 361 | 1 0 0 -1 362 | $EndComp 363 | Text Notes 3910 7055 0 60 ~ 0 364 | 2.9mm holes for the arm ends 365 | Text Notes 3910 7455 0 60 ~ 0 366 | Ziptie for strain relief 367 | $Comp 368 | L Device:LED_Small D4 369 | U 1 1 587EB4F2 370 | P 1800 2325 371 | F 0 "D4" H 1900 2375 50 0000 L CNN 372 | F 1 "Heat" H 1750 2225 50 0000 L CNN 373 | F 2 "complib:LED_1206_bottom_entry_156120VS75000" V 1800 2325 50 0001 C CNN 374 | F 3 "APTR3216SYCK" H 1800 2325 50 0001 C CNN 375 | F 4 "156120YS75000" H 1800 2325 50 0001 C CNN "Part Number" 376 | 1 1800 2325 377 | 0 1 1 0 378 | $EndComp 379 | $Comp 380 | L Device:R_Small R6 381 | U 1 1 587ED054 382 | P 1800 2025 383 | F 0 "R6" V 1900 1975 50 0000 L CNN 384 | F 1 "1K5_0.5W+" H 1250 2025 50 0000 L CNN 385 | F 2 "complib:R_1206" H 1800 2025 50 0001 C CNN 386 | F 3 "" H 1800 2025 50 0000 C CNN 387 | F 4 "CRGH1206F1K5" H 1800 2025 50 0001 C CNN "Part Number" 388 | 1 1800 2025 389 | -1 0 0 1 390 | $EndComp 391 | $Comp 392 | L Device:R_Small R7 393 | U 1 1 587EAB68 394 | P 10075 5625 395 | F 0 "R7" H 9925 5525 50 0000 L CNN 396 | F 1 "5K1" H 10125 5625 50 0000 L CNN 397 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 10075 5625 50 0001 C CNN 398 | F 3 "" H 10075 5625 50 0000 C CNN 399 | F 4 "RMCF0402FT5K10" H 10075 5625 50 0001 C CNN "Part Number" 400 | 1 10075 5625 401 | -1 0 0 1 402 | $EndComp 403 | $Comp 404 | L Duet3:Duet3D_Logo M15 405 | U 1 1 587ED2EE 406 | P 810 7485 407 | F 0 "M15" H 810 7335 60 0000 C CNN 408 | F 1 "Duet3D Logo" H 810 7635 60 0000 C CNN 409 | F 2 "complib:LOGO_Duet3d_CU_Mask" H 810 7485 60 0001 C CNN 410 | F 3 "" H 810 7485 60 0000 C CNN 411 | F 4 "Virtual component DNP" H 810 7485 50 0001 C CNN "Part Number" 412 | 1 810 7485 413 | 1 0 0 -1 414 | $EndComp 415 | $Comp 416 | L Device:LED_Small D1 417 | U 1 1 58800164 418 | P 1600 4450 419 | F 0 "D1" H 1550 4575 50 0000 L CNN 420 | F 1 "illum" H 1425 4350 50 0001 L CNN 421 | F 2 "complib:LED_Wurth-158302260" V 1600 4450 50 0001 C CNN 422 | F 3 "" V 1600 4450 50 0000 C CNN 423 | F 4 "158302260" H 1600 4450 50 0001 C CNN "Part Number" 424 | 1 1600 4450 425 | 0 1 1 0 426 | $EndComp 427 | $Comp 428 | L Device:LED_Small D7 429 | U 1 1 58800B50 430 | P 1600 3925 431 | F 0 "D7" H 1550 4050 50 0000 L CNN 432 | F 1 "illum" H 1425 3825 50 0001 L CNN 433 | F 2 "complib:LED_Wurth-158302260" V 1600 3925 50 0001 C CNN 434 | F 3 "" V 1600 3925 50 0000 C CNN 435 | F 4 "158302260" H 1600 3925 50 0001 C CNN "Part Number" 436 | 1 1600 3925 437 | 0 1 1 0 438 | $EndComp 439 | $Comp 440 | L Device:LED_Small D9 441 | U 1 1 58800BF8 442 | P 1600 4200 443 | F 0 "D9" H 1550 4325 50 0000 L CNN 444 | F 1 "illum" H 1425 4100 50 0001 L CNN 445 | F 2 "complib:LED_Wurth-158302260" V 1600 4200 50 0001 C CNN 446 | F 3 "" V 1600 4200 50 0000 C CNN 447 | F 4 "158302260" H 1600 4200 50 0001 C CNN "Part Number" 448 | 1 1600 4200 449 | 0 1 1 0 450 | $EndComp 451 | Text GLabel 1250 3025 0 60 Input ~ 0 452 | H_Fan_- 453 | Text GLabel 1275 3725 0 60 Input ~ 0 454 | H_Fan_- 455 | Text GLabel 1250 3325 0 60 Input ~ 0 456 | H_Fan_+ 457 | Text GLabel 1425 5325 0 60 Input ~ 0 458 | H_Fan_+ 459 | $Comp 460 | L Device:R_Small R8 461 | U 1 1 58819CED 462 | P 1600 4775 463 | F 0 "R8" H 1450 4675 50 0000 L CNN 464 | F 1 "140R_0.33W+" H 1650 4775 50 0000 L CNN 465 | F 2 "complib:R_0805_extended_pads" H 1600 4775 50 0001 C CNN 466 | F 3 "" H 1600 4775 50 0001 C CNN 467 | F 4 "ERJP06F1400V" H 1600 4775 50 0001 C CNN "Part Number" 468 | 1 1600 4775 469 | -1 0 0 1 470 | $EndComp 471 | Text GLabel 1250 2875 0 60 Input ~ 0 472 | P_Fan_- 473 | Text GLabel 1250 2725 0 60 Input ~ 0 474 | P_Fan_+ 475 | $Comp 476 | L Connector_Generic:Conn_02x03_Odd_Even P8 477 | U 1 1 587E9201 478 | P 2700 2875 479 | F 0 "P8" H 2700 3075 50 0000 C CNN 480 | F 1 "Input 1" H 2700 2675 50 0000 C CNN 481 | F 2 "complib:Microfit_02x03" H 2700 1675 50 0001 C CNN 482 | F 3 "http://www.molex.com/pdm_docs/sd/430450612_sd.pdf" H 2700 1675 50 0001 C CNN 483 | 1 2700 2875 484 | -1 0 0 -1 485 | $EndComp 486 | $Comp 487 | L Device:R_Small R9 488 | U 1 1 5884132F 489 | P 1600 5075 490 | F 0 "R9" H 1450 5075 50 0000 L CNN 491 | F 1 "604R_0.33W+" H 1650 5075 50 0000 L CNN 492 | F 2 "Resistor_SMD:R_1206_3216Metric" H 1600 5075 50 0001 C CNN 493 | F 3 "" H 1600 5075 50 0001 C CNN 494 | F 4 "RNCP1206FTD604R" H 1600 5075 50 0001 C CNN "Part Number" 495 | 1 1600 5075 496 | -1 0 0 1 497 | $EndComp 498 | $Comp 499 | L Device:Jumper_NC_Small JP3 500 | U 1 1 5884235E 501 | P 2125 5075 502 | F 0 "JP3" H 2125 5225 50 0000 C CNN 503 | F 1 "Jumper for 12V input" H 2125 4995 50 0000 C CNN 504 | F 2 "complib:JUMPER" H 2125 5075 50 0001 C CNN 505 | F 3 "~" H 2125 5075 50 0000 C CNN 506 | 1 2125 5075 507 | 0 1 1 0 508 | $EndComp 509 | Text GLabel 1150 2075 0 60 Input ~ 0 510 | Heater+ 511 | Text GLabel 1150 1575 0 60 Input ~ 0 512 | Heater- 513 | $Comp 514 | L Device:C_Small C3 515 | U 1 1 58961DE9 516 | P 2850 1225 517 | F 0 "C3" H 2860 1295 50 0000 L CNN 518 | F 1 "1u" H 2860 1145 50 0000 L CNN 519 | F 2 "Capacitor_SMD:C_0603_1608Metric_Wbry" H 2850 1225 50 0001 C CNN 520 | F 3 "" H 2850 1225 50 0000 C CNN 521 | F 4 "CL10B105MO8NNWC" H 2850 1225 50 0001 C CNN "Part Number" 522 | 1 2850 1225 523 | 1 0 0 -1 524 | $EndComp 525 | $Comp 526 | L power:GND #PWR010 527 | U 1 1 58964F07 528 | P 2850 1375 529 | F 0 "#PWR010" H 2850 1125 50 0001 C CNN 530 | F 1 "GND" H 2850 1225 50 0000 C CNN 531 | F 2 "" H 2850 1375 50 0000 C CNN 532 | F 3 "" H 2850 1375 50 0000 C CNN 533 | 1 2850 1375 534 | 1 0 0 -1 535 | $EndComp 536 | $Comp 537 | L power:GND #PWR011 538 | U 1 1 5896626B 539 | P 8125 2225 540 | F 0 "#PWR011" H 8125 1975 50 0001 C CNN 541 | F 1 "GND" H 8125 2075 50 0000 C CNN 542 | F 2 "" H 8125 2225 50 0000 C CNN 543 | F 3 "" H 8125 2225 50 0000 C CNN 544 | 1 8125 2225 545 | 1 0 0 -1 546 | $EndComp 547 | $Comp 548 | L Device:C_Small C5 549 | U 1 1 589675BE 550 | P 9400 2405 551 | F 0 "C5" V 9460 2465 50 0000 L CNN 552 | F 1 "47p" V 9310 2245 50 0000 L CNN 553 | F 2 "Capacitor_SMD:C_0603_1608Metric_Wbry" H 9400 2405 50 0001 C CNN 554 | F 3 "" H 9400 2405 50 0000 C CNN 555 | F 4 "06035C470JAT2A" H 9400 2405 50 0001 C CNN "Part Number" 556 | 1 9400 2405 557 | 0 1 1 0 558 | $EndComp 559 | $Comp 560 | L Device:C_Small C4 561 | U 1 1 5896B563 562 | P 4400 1075 563 | F 0 "C4" H 4500 1075 50 0000 L CNN 564 | F 1 "1u" H 4250 1175 50 0000 L CNN 565 | F 2 "Capacitor_SMD:C_0603_1608Metric_Wbry" H 4400 1075 50 0001 C CNN 566 | F 3 "" H 4400 1075 50 0000 C CNN 567 | F 4 "CL10B105MO8NNWC" H 4400 1075 50 0001 C CNN "Part Number" 568 | 1 4400 1075 569 | -1 0 0 1 570 | $EndComp 571 | Text GLabel 6875 2250 2 60 Input ~ 0 572 | T 573 | $Comp 574 | L Mechanical:MountingHole M16 575 | U 1 1 5897DC47 576 | P 2400 7500 577 | F 0 "M16" H 2400 7350 60 0000 C CNN 578 | F 1 "12mm" H 2400 7650 60 0000 C CNN 579 | F 2 "complib:12mmHole" H 2400 7500 60 0001 C CNN 580 | F 3 "" H 2400 7500 60 0000 C CNN 581 | F 4 "Virtual component DNP" H 2400 7500 50 0001 C CNN "Part Number" 582 | 1 2400 7500 583 | -1 0 0 1 584 | $EndComp 585 | $Comp 586 | L Device:R_Small R14 587 | U 1 1 5898546B 588 | P 5025 2375 589 | F 0 "R14" H 5075 2275 50 0000 L CNN 590 | F 1 "10K_1%" H 4625 2375 50 0000 L CNN 591 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 5025 2375 50 0001 C CNN 592 | F 3 "" H 5025 2375 50 0000 C CNN 593 | F 4 "RK73H1ETTP1002F" H 5025 2375 50 0001 C CNN "Part Number" 594 | 1 5025 2375 595 | 1 0 0 -1 596 | $EndComp 597 | $Comp 598 | L Device:R_Small R13 599 | U 1 1 589857E5 600 | P 5050 1175 601 | F 0 "R13" H 5100 1075 50 0000 L CNN 602 | F 1 "10K_1%" H 4650 1175 50 0000 L CNN 603 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 5050 1175 50 0001 C CNN 604 | F 3 "" H 5050 1175 50 0000 C CNN 605 | F 4 "RK73H1ETTP1002F" H 5050 1175 50 0001 C CNN "Part Number" 606 | 1 5050 1175 607 | 1 0 0 -1 608 | $EndComp 609 | $Comp 610 | L Amplifier_Operational:MCP6286 U3 611 | U 1 1 58D2A7FE 612 | P 8550 1775 613 | F 0 "U3" H 8550 1925 60 0000 C CNN 614 | F 1 "MCP6286T-E/OT" H 8515 2080 60 0000 C CNN 615 | F 2 "complib:SOT-23-5L" H 8550 1775 60 0001 C CNN 616 | F 3 "" H 8550 1775 60 0000 C CNN 617 | F 4 "OPA377AIDBVR preferred, possible to revet to MCP6286T-E/OT" H 8550 1775 50 0001 C CNN "Part Number" 618 | 1 8550 1775 619 | 1 0 0 -1 620 | $EndComp 621 | $Comp 622 | L Device:R_Small R1 623 | U 1 1 587CC4B4 624 | P 9400 2185 625 | F 0 "R1" V 9490 2035 50 0000 L CNN 626 | F 1 "10M" V 9500 2165 50 0000 L CNN 627 | F 2 "Resistor_SMD:R_0603_1608Metric_Wbry" H 9400 2185 50 0001 C CNN 628 | F 3 "" H 9400 2185 50 0000 C CNN 629 | F 4 "RMCF0603JG10M0" H 9400 2185 50 0001 C CNN "Part Number" 630 | 1 9400 2185 631 | 0 -1 -1 0 632 | $EndComp 633 | $Comp 634 | L Device:C_Small C6 635 | U 1 1 58961D23 636 | P 8670 2425 637 | F 0 "C6" V 8770 2425 50 0000 L CNN 638 | F 1 "22u" V 8545 2380 50 0000 L CNN 639 | F 2 "Capacitor_SMD:C_0805_2012Metric" H 8670 2425 50 0001 C CNN 640 | F 3 "<20%" H 8670 2425 50 0001 C CNN 641 | F 4 "GRM21BR61A226ME51L or similar" V 8670 2425 50 0001 C CNN "Part Number" 642 | 1 8670 2425 643 | 0 1 1 0 644 | $EndComp 645 | Text GLabel 8575 6375 0 60 Input ~ 0 646 | Therm4 647 | Text GLabel 8575 6225 0 60 Input ~ 0 648 | Therm3 649 | $Comp 650 | L Connector_Generic:Conn_01x04 P5 651 | U 1 1 587DD2A0 652 | P 6800 5725 653 | F 0 "P5" H 6800 5975 50 0000 C CNN 654 | F 1 "TEMP" V 6900 5725 50 0000 C CNN 655 | F 2 "complib:Microfit_01x02or04_43650-0227" H 6800 5725 50 0001 C CNN 656 | F 3 "" H 6800 5725 50 0000 C CNN 657 | 1 6800 5725 658 | 1 0 0 1 659 | $EndComp 660 | Text Notes 5300 6645 0 60 ~ 0 661 | 2 or 4 wire PT100 support\nAlong with Thermistors 662 | Text Notes 4575 5000 0 60 ~ 0 663 | Populate P5 with a 2 pin connector\nHeader retains option to use a 4 pin\nby cutting solder jumpers and using a different header. 664 | Text GLabel 5150 5900 0 60 Input ~ 0 665 | Therm4 666 | Text GLabel 5150 5750 0 60 Input ~ 0 667 | Therm3 668 | $Comp 669 | L Device:C_Small C7 670 | U 1 1 58D610B5 671 | P 3825 1300 672 | F 0 "C7" H 3625 1300 50 0000 L CNN 673 | F 1 "10n" H 3675 1400 50 0000 L CNN 674 | F 2 "Capacitor_SMD:C_0402_1005Metric_Wbry" H 3825 1300 50 0001 C CNN 675 | F 3 "" H 3825 1300 50 0000 C CNN 676 | F 4 "CL05B103KB5NNNC" H 3825 1300 50 0001 C CNN "Part Number" 677 | 1 3825 1300 678 | -1 0 0 1 679 | $EndComp 680 | $Comp 681 | L Device:Jumper_NC_Small JP2 682 | U 1 1 587DD561 683 | P 5900 6075 684 | F 0 "JP2" H 5900 6225 50 0000 C CNN 685 | F 1 "Solder Jumper" H 5900 5995 50 0000 C CNN 686 | F 2 "complib:SJ_Bridged" H 5900 6075 50 0001 C CNN 687 | F 3 "" H 5900 6075 50 0000 C CNN 688 | F 4 "Virtual component DNP" H 5900 6075 50 0001 C CNN "Part Number" 689 | 1 5900 6075 690 | 0 1 1 0 691 | $EndComp 692 | $Comp 693 | L Device:Jumper_NC_Small JP1 694 | U 1 1 587DD363 695 | P 5900 5400 696 | F 0 "JP1" H 5900 5550 50 0000 C CNN 697 | F 1 "Jumpered for 2 Wire" H 5900 5320 50 0000 C CNN 698 | F 2 "complib:SJ_Bridged" H 5900 5400 50 0001 C CNN 699 | F 3 "" H 5900 5400 50 0000 C CNN 700 | F 4 "Virtual component DNP" H 5900 5400 50 0001 C CNN "Part Number" 701 | 1 5900 5400 702 | 0 1 1 0 703 | $EndComp 704 | $Comp 705 | L Device:C_Small C8 706 | U 1 1 58D2DA43 707 | P 7925 2100 708 | F 0 "C8" H 7935 2170 50 0000 L CNN 709 | F 1 "10n" H 7935 2020 50 0000 L CNN 710 | F 2 "Capacitor_SMD:C_0402_1005Metric_Wbry" H 7925 2100 50 0001 C CNN 711 | F 3 "" H 7925 2100 50 0000 C CNN 712 | F 4 "CL05B103KB5NNNC" H 7925 2100 50 0001 C CNN "Part Number" 713 | 1 7925 2100 714 | 1 0 0 -1 715 | $EndComp 716 | Text GLabel 6825 1550 2 60 Input ~ 0 717 | B 718 | Wire Wire Line 719 | 1550 1775 1800 1775 720 | Wire Wire Line 721 | 1800 2125 1800 2225 722 | Wire Wire Line 723 | 1800 1575 1800 1775 724 | Connection ~ 1800 1775 725 | Wire Wire Line 726 | 2900 1775 2900 2775 727 | Wire Wire Line 728 | 1250 2875 1600 2875 729 | Wire Wire Line 730 | 1600 2875 1600 2975 731 | Wire Wire Line 732 | 1600 2975 1950 2975 733 | Wire Wire Line 734 | 1950 2975 1950 2925 735 | Connection ~ 1950 2925 736 | Wire Wire Line 737 | 1250 2725 1400 2725 738 | Wire Wire Line 739 | 1950 2775 1950 2825 740 | Connection ~ 1950 2825 741 | Wire Wire Line 742 | 1950 3025 1950 3125 743 | Connection ~ 1950 3125 744 | Wire Wire Line 745 | 1950 3025 1250 3025 746 | Wire Wire Line 747 | 1400 2725 1400 2775 748 | Wire Wire Line 749 | 1400 2775 1950 2775 750 | Wire Wire Line 751 | 1550 2725 1800 2725 752 | Wire Wire Line 753 | 2300 2725 2300 2875 754 | Wire Wire Line 755 | 2300 2875 2400 2875 756 | Wire Wire Line 757 | 2150 2775 2400 2775 758 | Wire Wire Line 759 | 2150 2825 2150 2775 760 | Wire Wire Line 761 | 1900 2825 1950 2825 762 | Wire Wire Line 763 | 1900 2925 1950 2925 764 | Wire Wire Line 765 | 2900 2925 2900 2875 766 | Wire Wire Line 767 | 1900 3225 1950 3225 768 | Wire Wire Line 769 | 1900 3125 1950 3125 770 | Wire Wire Line 771 | 2900 3225 2900 2975 772 | Wire Wire Line 773 | 2400 3125 2400 2975 774 | Wire Wire Line 775 | 1800 2425 1800 2725 776 | Connection ~ 1800 2725 777 | Wire Wire Line 778 | 1150 1575 1800 1575 779 | Wire Wire Line 780 | 1150 2075 1550 2075 781 | Connection ~ 1550 2075 782 | Wire Wire Line 783 | 10420 1425 10570 1425 784 | Wire Wire Line 785 | 10570 1425 10570 1525 786 | Connection ~ 10570 1425 787 | Wire Wire Line 788 | 10570 1725 10570 1875 789 | Wire Wire Line 790 | 2850 1375 2850 1325 791 | Wire Wire Line 792 | 9500 2405 9630 2405 793 | Wire Wire Line 794 | 9630 2405 9630 2185 795 | Wire Wire Line 796 | 9500 2185 9630 2185 797 | Connection ~ 9630 2185 798 | Wire Wire Line 799 | 9150 2405 9300 2405 800 | Wire Wire Line 801 | 9150 1925 9150 2185 802 | Wire Wire Line 803 | 9050 1925 9150 1925 804 | Wire Wire Line 805 | 9890 2185 9890 1425 806 | Connection ~ 9150 2185 807 | Wire Wire Line 808 | 9040 2425 8770 2425 809 | Wire Wire Line 810 | 9040 2425 9040 2185 811 | Wire Wire Line 812 | 9040 2185 9150 2185 813 | Wire Wire Line 814 | 1950 3225 1950 3325 815 | Wire Wire Line 816 | 1950 3325 1250 3325 817 | Connection ~ 1950 3225 818 | $Comp 819 | L Mechanical:MountingHole M11 820 | U 1 1 59524255 821 | P 2380 6425 822 | F 0 "M11" H 2380 6275 60 0000 C CNN 823 | F 1 "M_2.9mm" H 2380 6575 60 0000 C CNN 824 | F 2 "complib:MountingHole_2.9mm" H 2380 6425 60 0001 C CNN 825 | F 3 "" H 2380 6425 60 0000 C CNN 826 | F 4 "Virtual component DNP" H 2380 6425 50 0001 C CNN "Part Number" 827 | 1 2380 6425 828 | 1 0 0 -1 829 | $EndComp 830 | $Comp 831 | L Mechanical:MountingHole M9 832 | U 1 1 59524330 833 | P 2870 6415 834 | F 0 "M9" H 2870 6265 60 0000 C CNN 835 | F 1 "M_2.9mm" H 2870 6565 60 0000 C CNN 836 | F 2 "complib:MountingHole_2.9mm" H 2870 6415 60 0001 C CNN 837 | F 3 "" H 2870 6415 60 0000 C CNN 838 | F 4 "Virtual component DNP" H 2870 6415 50 0001 C CNN "Part Number" 839 | 1 2870 6415 840 | 1 0 0 -1 841 | $EndComp 842 | $Comp 843 | L Mechanical:MountingHole M10 844 | U 1 1 595243F8 845 | P 3370 6415 846 | F 0 "M10" H 3370 6265 60 0000 C CNN 847 | F 1 "M_2.9mm" H 3370 6565 60 0000 C CNN 848 | F 2 "complib:MountingHole_2.9mm" H 3370 6415 60 0001 C CNN 849 | F 3 "" H 3370 6415 60 0000 C CNN 850 | F 4 "Virtual component DNP" H 3370 6415 50 0001 C CNN "Part Number" 851 | 1 3370 6415 852 | 1 0 0 -1 853 | $EndComp 854 | Text Notes 3800 6475 0 60 ~ 0 855 | Mounting holes 856 | Wire Wire Line 857 | 1800 1775 2900 1775 858 | Wire Wire Line 859 | 1800 1775 1800 1925 860 | Wire Wire Line 861 | 1950 2925 2900 2925 862 | Wire Wire Line 863 | 1950 2825 2150 2825 864 | Wire Wire Line 865 | 1950 3125 2400 3125 866 | Wire Wire Line 867 | 1800 2725 2300 2725 868 | Wire Wire Line 869 | 1550 2075 1550 2725 870 | Wire Wire Line 871 | 10570 1425 10720 1425 872 | Wire Wire Line 873 | 9630 2185 9890 2185 874 | Wire Wire Line 875 | 9890 1425 10220 1425 876 | Wire Wire Line 877 | 9150 2185 9150 2405 878 | Wire Wire Line 879 | 9150 2185 9300 2185 880 | Wire Wire Line 881 | 1950 3225 2900 3225 882 | Connection ~ 9890 1425 883 | Wire Wire Line 884 | 8000 1425 9890 1425 885 | Wire Wire Line 886 | 8000 1625 8000 1425 887 | Wire Wire Line 888 | 8050 1625 8000 1625 889 | Text GLabel 7850 3200 0 60 Input ~ 0 890 | ADC1 891 | Text GLabel 3850 1025 2 60 Input ~ 0 892 | 2.8V 893 | Wire Wire Line 894 | 5025 2225 4775 2225 895 | Wire Wire Line 896 | 4775 2225 4775 2000 897 | Wire Wire Line 898 | 4775 1400 5050 1400 899 | Wire Wire Line 900 | 5050 1400 5050 1275 901 | Wire Wire Line 902 | 4400 850 4400 975 903 | Wire Wire Line 904 | 4400 1175 4400 2875 905 | Wire Wire Line 906 | 4400 2875 5325 2875 907 | Wire Wire Line 908 | 5325 2875 5325 2550 909 | Wire Wire Line 910 | 5325 2550 5025 2550 911 | Wire Wire Line 912 | 5025 2550 5025 2475 913 | Wire Wire Line 914 | 5325 2875 5325 3000 915 | Connection ~ 5325 2875 916 | $Comp 917 | L power:GND #PWR012 918 | U 1 1 587CD2DD 919 | P 5325 3000 920 | F 0 "#PWR012" H 5325 2750 50 0001 C CNN 921 | F 1 "GND" H 5325 2850 50 0000 C CNN 922 | F 2 "" H 5325 3000 50 0000 C CNN 923 | F 3 "" H 5325 3000 50 0000 C CNN 924 | 1 5325 3000 925 | 1 0 0 -1 926 | $EndComp 927 | Wire Wire Line 928 | 6775 2250 6875 2250 929 | Wire Wire Line 930 | 6775 2250 6775 2150 931 | Wire Wire Line 932 | 6775 2150 7050 2150 933 | Wire Wire Line 934 | 7050 1675 6750 1675 935 | Wire Wire Line 936 | 6750 1675 6750 1550 937 | Wire Wire Line 938 | 6750 1550 6825 1550 939 | Connection ~ 6750 1550 940 | Wire Wire Line 941 | 3825 1200 3825 1125 942 | Wire Wire Line 943 | 3825 1125 3750 1125 944 | Wire Wire Line 945 | 3825 1400 3825 1500 946 | Wire Wire Line 947 | 3825 1500 3450 1500 948 | Wire Wire Line 949 | 3450 1500 3450 1525 950 | Wire Wire Line 951 | 3150 1025 3100 1025 952 | $Comp 953 | L power:GND #PWR013 954 | U 1 1 58D5BCA1 955 | P 3450 1525 956 | F 0 "#PWR013" H 3450 1275 50 0001 C CNN 957 | F 1 "GND" H 3450 1375 50 0000 C CNN 958 | F 2 "" H 3450 1525 50 0000 C CNN 959 | F 3 "" H 3450 1525 50 0000 C CNN 960 | 1 3450 1525 961 | 1 0 0 -1 962 | $EndComp 963 | Wire Wire Line 964 | 4775 2000 4625 2000 965 | Wire Wire Line 966 | 4625 3225 6900 3225 967 | Wire Wire Line 968 | 6900 3225 6900 2425 969 | Wire Wire Line 970 | 6900 2425 8570 2425 971 | Connection ~ 4775 2000 972 | Wire Wire Line 973 | 4775 2000 4775 1400 974 | NoConn ~ 8050 3375 975 | NoConn ~ 8050 4175 976 | NoConn ~ 8050 4275 977 | Wire Wire Line 978 | 7950 3825 7850 3825 979 | Wire Wire Line 980 | 7925 3200 7850 3200 981 | Wire Wire Line 982 | 7425 4625 7425 4550 983 | Wire Wire Line 984 | 7425 4350 7425 4300 985 | NoConn ~ 8050 3475 986 | $Comp 987 | L power:GND #PWR05 988 | U 1 1 587D6FA1 989 | P 10725 4400 990 | F 0 "#PWR05" H 10725 4150 50 0001 C CNN 991 | F 1 "GND" H 10725 4250 50 0000 C CNN 992 | F 2 "" H 10725 4400 50 0000 C CNN 993 | F 3 "" H 10725 4400 50 0000 C CNN 994 | 1 10725 4400 995 | 1 0 0 -1 996 | $EndComp 997 | Wire Wire Line 998 | 10275 3175 10275 3100 999 | NoConn ~ 8050 4075 1000 | Wire Wire Line 1001 | 7850 3700 7925 3700 1002 | Wire Wire Line 1003 | 7425 3925 7425 4100 1004 | Wire Wire Line 1005 | 7975 3925 7425 3925 1006 | $Comp 1007 | L Device:R_Small R10 1008 | U 1 1 5BCD264C 1009 | P 7850 5825 1010 | F 0 "R10" V 7750 5775 50 0000 L CNN 1011 | F 1 "330K" V 7950 5775 50 0000 L CNN 1012 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 7850 5825 50 0001 C CNN 1013 | F 3 "" H 7850 5825 50 0000 C CNN 1014 | F 4 " RMCF0402FT330K" H 7850 5825 50 0001 C CNN "Part Number" 1015 | 1 7850 5825 1016 | -1 0 0 1 1017 | $EndComp 1018 | Wire Wire Line 1019 | 8375 5375 8075 5375 1020 | Wire Wire Line 1021 | 8375 5675 7850 5675 1022 | Wire Wire Line 1023 | 7850 5725 7850 5675 1024 | Connection ~ 7850 5675 1025 | Wire Wire Line 1026 | 7850 5675 7700 5675 1027 | $Comp 1028 | L power:GND #PWR0101 1029 | U 1 1 5BD17E70 1030 | P 7850 5975 1031 | F 0 "#PWR0101" H 7850 5725 50 0001 C CNN 1032 | F 1 "GND" H 7850 5825 50 0000 C CNN 1033 | F 2 "" H 7850 5975 50 0000 C CNN 1034 | F 3 "" H 7850 5975 50 0000 C CNN 1035 | 1 7850 5975 1036 | 1 0 0 -1 1037 | $EndComp 1038 | Wire Wire Line 1039 | 7850 5975 7850 5925 1040 | Wire Wire Line 1041 | 8600 5175 8425 5175 1042 | Wire Wire Line 1043 | 8425 5175 8425 5150 1044 | Wire Wire Line 1045 | 9175 5375 9025 5375 1046 | Wire Wire Line 1047 | 9025 5375 9025 5175 1048 | Wire Wire Line 1049 | 8800 5175 9025 5175 1050 | Wire Wire Line 1051 | 8575 5375 8925 5375 1052 | Wire Wire Line 1053 | 8925 5375 8925 5475 1054 | Wire Wire Line 1055 | 8925 5475 9175 5475 1056 | Wire Wire Line 1057 | 9175 5575 8825 5575 1058 | Wire Wire Line 1059 | 8825 5575 8825 5475 1060 | Wire Wire Line 1061 | 8825 5475 8675 5475 1062 | Wire Wire Line 1063 | 8675 5475 8675 5525 1064 | Wire Wire Line 1065 | 8575 5675 9175 5675 1066 | Wire Wire Line 1067 | 8750 5775 8750 5925 1068 | Wire Wire Line 1069 | 8750 5925 8575 5925 1070 | Wire Wire Line 1071 | 8750 5775 9175 5775 1072 | Wire Wire Line 1073 | 8575 6075 8825 6075 1074 | Wire Wire Line 1075 | 8825 6075 8825 5875 1076 | Wire Wire Line 1077 | 8825 5875 9175 5875 1078 | Wire Wire Line 1079 | 9175 5975 8925 5975 1080 | Wire Wire Line 1081 | 8925 5975 8925 6225 1082 | Wire Wire Line 1083 | 8925 6225 8575 6225 1084 | Wire Wire Line 1085 | 8575 6375 9025 6375 1086 | Wire Wire Line 1087 | 9025 6375 9025 6075 1088 | Wire Wire Line 1089 | 9025 6075 9175 6075 1090 | Wire Wire Line 1091 | 8050 3175 8050 3075 1092 | Wire Wire Line 1093 | 8050 3075 7850 3075 1094 | $Comp 1095 | L Device:Net-Tie_2 NT1 1096 | U 1 1 5BD46FDE 1097 | P 5350 975 1098 | F 0 "NT1" V 5328 1016 20 0000 L CNN 1099 | F 1 "NetTie-ADC0-Bottom" V 5371 1016 20 0000 L CNN 1100 | F 2 "NetTie:NetTie-2_SMD_Pad0.25mm" H 5350 975 50 0001 C CNN 1101 | F 3 "~" H 5350 975 50 0001 C CNN 1102 | F 4 "Virtual component DNP" H 5350 975 50 0001 C CNN "Part Number" 1103 | 1 5350 975 1104 | 0 1 1 0 1105 | $EndComp 1106 | $Comp 1107 | L Device:Net-Tie_2 NT2 1108 | U 1 1 5BD6202D 1109 | P 7050 1775 1110 | F 0 "NT2" V 7028 1816 20 0000 L CNN 1111 | F 1 "NetTie-Bottom-Amp" V 7071 1816 20 0000 L CNN 1112 | F 2 "NetTie:NetTie-2_SMD_Pad0.5mm" H 7050 1775 50 0001 C CNN 1113 | F 3 "~" H 7050 1775 50 0001 C CNN 1114 | F 4 "Virtual component DNP" H 7050 1775 50 0001 C CNN "Part Number" 1115 | 1 7050 1775 1116 | 0 1 1 0 1117 | $EndComp 1118 | $Comp 1119 | L Device:Net-Tie_2 NT3 1120 | U 1 1 5BD620C3 1121 | P 7050 2050 1122 | F 0 "NT3" V 7028 2091 20 0000 L CNN 1123 | F 1 "NetTie-Top-Amp" V 7071 2091 20 0000 L CNN 1124 | F 2 "NetTie:NetTie-2_SMD_Pad0.5mm" H 7050 2050 50 0001 C CNN 1125 | F 3 "~" H 7050 2050 50 0001 C CNN 1126 | F 4 "Virtual component DNP" H 7050 2050 50 0001 C CNN "Part Number" 1127 | 1 7050 2050 1128 | 0 1 1 0 1129 | $EndComp 1130 | $Comp 1131 | L Device:R_Small R11 1132 | U 1 1 58967284 1133 | P 7700 1925 1134 | F 0 "R11" V 7600 1875 50 0000 L CNN 1135 | F 1 "5K1" V 7800 1875 50 0000 L CNN 1136 | F 2 "Resistor_SMD:R_0402_1005Metric_Wbry" H 7700 1925 50 0001 C CNN 1137 | F 3 "" H 7700 1925 50 0000 C CNN 1138 | F 4 "RMCF0402FT5K10" H 7700 1925 50 0001 C CNN "Part Number" 1139 | 1 7700 1925 1140 | 0 -1 -1 0 1141 | $EndComp 1142 | Wire Wire Line 1143 | 7800 1925 7925 1925 1144 | Wire Wire Line 1145 | 7925 2000 7925 1925 1146 | Connection ~ 7925 1925 1147 | Wire Wire Line 1148 | 7925 1925 8050 1925 1149 | Wire Wire Line 1150 | 7925 2200 7925 2225 1151 | Wire Wire Line 1152 | 7925 2225 8125 2225 1153 | Wire Wire Line 1154 | 8125 2225 8200 2225 1155 | Wire Wire Line 1156 | 8200 2225 8200 1775 1157 | Connection ~ 8125 2225 1158 | Wire Wire Line 1159 | 8050 1775 8200 1775 1160 | Wire Wire Line 1161 | 5025 2275 5025 2225 1162 | Wire Wire Line 1163 | 4625 3225 4625 2000 1164 | $Comp 1165 | L Device:Net-Tie_2 NT4 1166 | U 1 1 5BE1E952 1167 | P 5425 2875 1168 | F 0 "NT4" V 5403 2916 20 0000 L CNN 1169 | F 1 "NetTie-Top-GND" V 5446 2916 20 0000 L CNN 1170 | F 2 "NetTie:NetTie-2_SMD_Pad0.5mm" H 5425 2875 50 0001 C CNN 1171 | F 3 "~" H 5425 2875 50 0001 C CNN 1172 | F 4 "Virtual component DNP" H 5425 2875 50 0001 C CNN "Part Number" 1173 | 1 5425 2875 1174 | 1 0 0 -1 1175 | $EndComp 1176 | Wire Wire Line 1177 | 5050 1075 5350 1075 1178 | Wire Wire Line 1179 | 4400 850 5350 850 1180 | Wire Wire Line 1181 | 5350 875 5350 850 1182 | Connection ~ 5350 850 1183 | Wire Wire Line 1184 | 5350 850 5350 675 1185 | Text Label 7150 1925 0 16 ~ 0 1186 | TB-R11 1187 | Wire Wire Line 1188 | 1275 3725 1600 3725 1189 | Wire Wire Line 1190 | 1600 3725 1600 3825 1191 | Wire Wire Line 1192 | 1600 4025 1600 4100 1193 | Wire Wire Line 1194 | 1600 4300 1600 4350 1195 | Wire Wire Line 1196 | 1600 4550 1600 4675 1197 | Wire Wire Line 1198 | 1600 4875 1600 4925 1199 | Wire Wire Line 1200 | 1600 5175 1600 5325 1201 | Wire Wire Line 1202 | 1600 5325 1425 5325 1203 | Wire Wire Line 1204 | 1600 4925 2125 4925 1205 | Wire Wire Line 1206 | 2125 4925 2125 4975 1207 | Connection ~ 1600 4925 1208 | Wire Wire Line 1209 | 1600 4925 1600 4975 1210 | Wire Wire Line 1211 | 2125 5175 2125 5325 1212 | Wire Wire Line 1213 | 2125 5325 1600 5325 1214 | Connection ~ 1600 5325 1215 | Wire Wire Line 1216 | 5150 5450 5275 5450 1217 | Wire Wire Line 1218 | 5275 5450 5275 5250 1219 | Wire Wire Line 1220 | 5275 5250 5900 5250 1221 | Wire Wire Line 1222 | 5900 5250 5900 5300 1223 | Connection ~ 5900 5250 1224 | Wire Wire Line 1225 | 5900 5250 6600 5250 1226 | Wire Wire Line 1227 | 5250 5750 5150 5750 1228 | Wire Wire Line 1229 | 5150 5600 5250 5600 1230 | Wire Wire Line 1231 | 5250 5600 5250 5625 1232 | Wire Wire Line 1233 | 5250 5625 5900 5625 1234 | Wire Wire Line 1235 | 6600 5250 6600 5525 1236 | Wire Wire Line 1237 | 6600 5725 5900 5725 1238 | Wire Wire Line 1239 | 5250 5725 5250 5750 1240 | Wire Wire Line 1241 | 5900 5500 5900 5625 1242 | Connection ~ 5900 5625 1243 | Wire Wire Line 1244 | 5900 5625 6600 5625 1245 | Wire Wire Line 1246 | 5900 5725 5900 5975 1247 | Connection ~ 5900 5725 1248 | Wire Wire Line 1249 | 5900 5725 5250 5725 1250 | Wire Wire Line 1251 | 5150 5900 5225 5900 1252 | Wire Wire Line 1253 | 5225 5900 5225 6225 1254 | Wire Wire Line 1255 | 5225 6225 5900 6225 1256 | Wire Wire Line 1257 | 5900 6225 5900 6175 1258 | Wire Wire Line 1259 | 5900 6225 6600 6225 1260 | Wire Wire Line 1261 | 6600 6225 6600 5825 1262 | Connection ~ 5900 6225 1263 | Wire Wire Line 1264 | 10725 5275 10725 5525 1265 | Wire Wire Line 1266 | 10725 5525 10075 5525 1267 | Wire Wire Line 1268 | 9925 5825 10100 5825 1269 | Wire Wire Line 1270 | 10100 5825 10100 5875 1271 | Wire Wire Line 1272 | 9925 5975 10100 5975 1273 | Wire Wire Line 1274 | 9925 6125 10075 6125 1275 | Wire Wire Line 1276 | 10100 6125 10100 6075 1277 | Wire Wire Line 1278 | 10075 5725 10075 6125 1279 | Connection ~ 10075 6125 1280 | Wire Wire Line 1281 | 10075 6125 10100 6125 1282 | Wire Wire Line 1283 | 10600 5875 10725 5875 1284 | Wire Wire Line 1285 | 10725 5875 10725 5525 1286 | Connection ~ 10725 5525 1287 | Wire Wire Line 1288 | 10825 5975 10600 5975 1289 | Wire Wire Line 1290 | 10725 6125 10725 6075 1291 | Wire Wire Line 1292 | 10725 6075 10600 6075 1293 | $Comp 1294 | L Regulator_Linear:LDK130-25_SOT23_SOT353 U1 1295 | U 1 1 5F37927D 1296 | P 3450 1125 1297 | F 0 "U1" H 3450 1467 50 0000 C CNN 1298 | F 1 "LDK130M28RY" H 3450 1376 50 0000 C CNN 1299 | F 2 "complib:SOT-23-5L" H 3450 1450 50 0001 C CNN 1300 | F 3 "" H 3450 1125 50 0001 C CNN 1301 | F 4 "LDK130M28RY with LDK130M29R as an alternative (whole run should use the same)" H 3450 1125 50 0001 C CNN "Part Number" 1302 | 1 3450 1125 1303 | 1 0 0 -1 1304 | $EndComp 1305 | Wire Wire Line 1306 | 3150 1125 3100 1125 1307 | Wire Wire Line 1308 | 3100 1125 3100 1025 1309 | Wire Wire Line 1310 | 3450 1500 3450 1425 1311 | Connection ~ 3450 1500 1312 | Wire Wire Line 1313 | 7925 3275 7925 3200 1314 | Wire Wire Line 1315 | 7925 3700 7925 3675 1316 | Wire Wire Line 1317 | 7950 3775 7950 3825 1318 | Wire Wire Line 1319 | 7975 3875 7975 3925 1320 | Text GLabel 7925 4375 0 60 Input ~ 0 1321 | RST 1322 | Text GLabel 7850 3575 0 60 Input ~ 0 1323 | SCK 1324 | Wire Wire Line 1325 | 8050 3275 7925 3275 1326 | Wire Wire Line 1327 | 7925 3675 8050 3675 1328 | Wire Wire Line 1329 | 8050 3775 7950 3775 1330 | Wire Wire Line 1331 | 8050 3875 7975 3875 1332 | Wire Wire Line 1333 | 8050 4375 7925 4375 1334 | Wire Wire Line 1335 | 8050 3575 7850 3575 1336 | Wire Wire Line 1337 | 10275 3175 10725 3175 1338 | Wire Wire Line 1339 | 10725 3325 10725 3175 1340 | $Comp 1341 | L MCU_Microchip_ATtiny:ATTINY44A-MMH-PAD U2 1342 | U 1 1 5BC6AD32 1343 | P 9100 3775 1344 | F 0 "U2" H 8221 3821 50 0000 R CNN 1345 | F 1 "ATtiny44A-MMH-PAD" H 9500 4525 50 0000 R CNN 1346 | F 2 "complib:QFN-20-1EP_4x4mm_Pitch0.5mm" H 9100 3775 50 0001 C CIN 1347 | F 3 "" H 9100 3775 50 0001 C CNN 1348 | F 4 "ATtiny44A-MUR" H 9100 3775 50 0001 C CNN "Part Number" 1349 | 1 9100 3775 1350 | -1 0 0 -1 1351 | $EndComp 1352 | $Comp 1353 | L Device:C_Small C1 1354 | U 1 1 587CFBB0 1355 | P 10725 3425 1356 | F 0 "C1" H 10735 3495 50 0000 L CNN 1357 | F 1 "100n" H 10735 3345 50 0000 L CNN 1358 | F 2 "Capacitor_SMD:C_0402_1005Metric_Wbry" H 10725 3425 50 0001 C CNN 1359 | F 3 "" H 10725 3425 50 0000 C CNN 1360 | F 4 "CL05A104KA5NNNC" H 10725 3425 50 0001 C CNN "Part Number" 1361 | 1 10725 3425 1362 | 1 0 0 -1 1363 | $EndComp 1364 | Wire Wire Line 1365 | 10150 3175 10275 3175 1366 | Connection ~ 10275 3175 1367 | Wire Wire Line 1368 | 10150 4225 10250 4225 1369 | Connection ~ 10725 4225 1370 | Wire Wire Line 1371 | 10725 4225 10725 3525 1372 | Wire Wire Line 1373 | 10150 4375 10250 4375 1374 | Wire Wire Line 1375 | 10250 4375 10250 4225 1376 | Connection ~ 10250 4225 1377 | Wire Wire Line 1378 | 10250 4225 10725 4225 1379 | Wire Wire Line 1380 | 10725 4225 10725 4400 1381 | $Comp 1382 | L power:+3.3V #PWR0102 1383 | U 1 1 5F50AF8B 1384 | P 3100 875 1385 | F 0 "#PWR0102" H 3100 725 50 0001 C CNN 1386 | F 1 "+3.3V" H 3100 1015 50 0000 C CNN 1387 | F 2 "" H 3100 875 50 0000 C CNN 1388 | F 3 "" H 3100 875 50 0000 C CNN 1389 | 1 3100 875 1390 | 1 0 0 -1 1391 | $EndComp 1392 | Wire Wire Line 1393 | 3100 1025 3100 875 1394 | Connection ~ 3100 1025 1395 | Text GLabel 5350 675 2 60 Input ~ 0 1396 | 2.8V 1397 | $Comp 1398 | L Device:R_Small R24 1399 | U 1 1 5F5AE960 1400 | P 5800 2875 1401 | F 0 "R24" V 5850 2875 50 0000 C CNN 1402 | F 1 "100R" V 5725 2875 50 0000 C CNN 1403 | F 2 "Resistor_SMD:R_2512_6332Metric" H 5800 2875 50 0001 C CNN 1404 | F 3 "~" H 5800 2875 50 0001 C CNN 1405 | F 4 "CRCW2512100RFKEG" H 5800 2875 50 0001 C CNN "Part Number" 1406 | 1 5800 2875 1407 | -1 0 0 -1 1408 | $EndComp 1409 | $Comp 1410 | L Device:R_Small R25 1411 | U 1 1 5F5AF646 1412 | P 6125 2875 1413 | F 0 "R25" V 6050 2875 50 0000 C CNN 1414 | F 1 "100R" V 6200 2875 50 0000 C CNN 1415 | F 2 "Resistor_SMD:R_2512_6332Metric" H 6125 2875 50 0001 C CNN 1416 | F 3 "~" H 6125 2875 50 0001 C CNN 1417 | F 4 "CRCW2512100RFKEG" H 6125 2875 50 0001 C CNN "Part Number" 1418 | 1 6125 2875 1419 | -1 0 0 1 1420 | $EndComp 1421 | $Comp 1422 | L Device:R_Small R26 1423 | U 1 1 5F5AF9A2 1424 | P 6450 2875 1425 | F 0 "R26" V 6375 2875 50 0000 C CNN 1426 | F 1 "100R" V 6525 2875 50 0000 C CNN 1427 | F 2 "Resistor_SMD:R_2512_6332Metric" H 6450 2875 50 0001 C CNN 1428 | F 3 "~" H 6450 2875 50 0001 C CNN 1429 | F 4 "CRCW2512100RFKEG" H 6450 2875 50 0001 C CNN "Part Number" 1430 | 1 6450 2875 1431 | -1 0 0 1 1432 | $EndComp 1433 | Text Label 6300 2875 0 20 ~ 0 1434 | T1 1435 | Text Label 5575 2875 0 20 ~ 0 1436 | T3 1437 | $Comp 1438 | L Device:R_Small R20 1439 | U 1 1 5F5E84F1 1440 | P 5775 975 1441 | F 0 "R20" H 5716 929 50 0000 R CNN 1442 | F 1 "100R" H 5716 1020 50 0000 R CNN 1443 | F 2 "Resistor_SMD:R_2512_6332Metric" H 5775 975 50 0001 C CNN 1444 | F 3 "~" H 5775 975 50 0001 C CNN 1445 | F 4 "CRCW2512100RFKEG" H 5775 975 50 0001 C CNN "Part Number" 1446 | 1 5775 975 1447 | -1 0 0 1 1448 | $EndComp 1449 | $Comp 1450 | L Device:R_Small R21 1451 | U 1 1 5F5E84FB 1452 | P 6075 975 1453 | F 0 "R21" H 6016 929 50 0000 R CNN 1454 | F 1 "100R" H 6016 1020 50 0000 R CNN 1455 | F 2 "Resistor_SMD:R_2512_6332Metric" H 6075 975 50 0001 C CNN 1456 | F 3 "~" H 6075 975 50 0001 C CNN 1457 | F 4 "CRCW2512100RFKEG" H 6075 975 50 0001 C CNN "Part Number" 1458 | 1 6075 975 1459 | -1 0 0 1 1460 | $EndComp 1461 | $Comp 1462 | L Device:R_Small R23 1463 | U 1 1 5F5E8505 1464 | P 6425 975 1465 | F 0 "R23" H 6366 929 50 0000 R CNN 1466 | F 1 "100R" H 6366 1020 50 0000 R CNN 1467 | F 2 "Resistor_SMD:R_2512_6332Metric" H 6425 975 50 0001 C CNN 1468 | F 3 "~" H 6425 975 50 0001 C CNN 1469 | F 4 "CRCW2512100RFKEG" H 6425 975 50 0001 C CNN "Part Number" 1470 | 1 6425 975 1471 | -1 0 0 1 1472 | $EndComp 1473 | Text Label 6300 1075 0 20 ~ 0 1474 | B1 1475 | Text Label 5950 1075 0 20 ~ 0 1476 | B2 1477 | Text Label 5525 1075 0 20 ~ 0 1478 | B3 1479 | Connection ~ 5350 1075 1480 | Text Notes 6025 825 0 20 ~ 0 1481 | 2512 resistors 1482 | Wire Notes Line 1483 | 5675 750 5675 1150 1484 | Wire Notes Line 1485 | 5675 1150 6700 1150 1486 | Wire Notes Line 1487 | 6700 1150 6700 750 1488 | Wire Notes Line 1489 | 6700 750 5675 750 1490 | Wire Wire Line 1491 | 3850 1025 3750 1025 1492 | Connection ~ 6775 2250 1493 | Wire Wire Line 1494 | 7050 1875 7050 1925 1495 | Wire Wire Line 1496 | 7050 1925 7600 1925 1497 | Connection ~ 7050 1925 1498 | Wire Wire Line 1499 | 7050 1925 7050 1950 1500 | Wire Wire Line 1501 | 5525 2875 5650 2875 1502 | Text Label 5975 2875 0 20 ~ 0 1503 | T2 1504 | Wire Wire Line 1505 | 5800 2975 5800 3050 1506 | Wire Wire Line 1507 | 5800 3050 5975 3050 1508 | Wire Wire Line 1509 | 6125 2975 6125 3050 1510 | Wire Wire Line 1511 | 6125 3050 6300 3050 1512 | Wire Wire Line 1513 | 6450 2975 6450 3050 1514 | Wire Wire Line 1515 | 6450 3050 6775 3050 1516 | Wire Wire Line 1517 | 6775 2250 6775 3050 1518 | Wire Wire Line 1519 | 5775 875 5950 875 1520 | Wire Wire Line 1521 | 6075 875 6300 875 1522 | Wire Wire Line 1523 | 6425 875 6750 875 1524 | Wire Wire Line 1525 | 6750 875 6750 1550 1526 | Wire Wire Line 1527 | 6300 875 6300 1075 1528 | Wire Wire Line 1529 | 5950 875 5950 1075 1530 | Wire Wire Line 1531 | 5350 1075 5775 1075 1532 | Wire Wire Line 1533 | 5950 1075 6075 1075 1534 | Wire Wire Line 1535 | 6300 1075 6425 1075 1536 | Wire Wire Line 1537 | 5800 2775 5650 2775 1538 | Wire Wire Line 1539 | 5650 2775 5650 2875 1540 | Wire Wire Line 1541 | 6125 2775 5975 2775 1542 | Wire Wire Line 1543 | 5975 2775 5975 3050 1544 | Wire Wire Line 1545 | 6450 2775 6300 2775 1546 | Wire Wire Line 1547 | 6300 2775 6300 3050 1548 | Text Notes 5925 2750 0 20 ~ 0 1549 | 2512 resistors 1550 | Wire Notes Line 1551 | 5575 2675 5575 3075 1552 | Wire Notes Line 1553 | 6600 3075 6600 2675 1554 | Wire Notes Line 1555 | 6600 2675 5575 2675 1556 | Wire Notes Line 1557 | 5575 3075 6600 3075 1558 | Text Notes 1825 2275 0 50 ~ 0 1559 | Yellow 1560 | Text Notes 7000 4500 0 50 ~ 0 1561 | Green 1562 | Text GLabel 9225 1625 2 60 Input ~ 0 1563 | 2.8V 1564 | Wire Wire Line 1565 | 9225 1625 9050 1625 1566 | Text Label 9150 2100 0 8 ~ 0 1567 | u3vin- 1568 | Text Label 9750 1425 0 8 ~ 0 1569 | u3Vout 1570 | Text Label 7975 1925 0 8 ~ 0 1571 | u3vin+ 1572 | Text Label 4775 1925 0 16 ~ 0 1573 | TB-C6 1574 | Wire Wire Line 1575 | 3100 1025 2850 1025 1576 | Wire Wire Line 1577 | 2850 1025 2850 1125 1578 | $Comp 1579 | L Connector_Generic:Conn_01x02 P4 1580 | U 1 1 587E3A53 1581 | P 1350 1775 1582 | F 0 "P4" H 1350 1925 50 0000 C CNN 1583 | F 1 "HEATER" V 1450 1775 50 0000 C CNN 1584 | F 2 "complib:3.5MM_2X1" H 1350 1775 50 0001 C CNN 1585 | F 3 "0436500215" H 1350 1775 50 0001 C CNN 1586 | 1 1350 1775 1587 | -1 0 0 -1 1588 | $EndComp 1589 | Wire Wire Line 1590 | 1550 1875 1550 2075 1591 | $EndSCHEMATC 1592 | -------------------------------------------------------------------------------- /SmartEffector/SmartEffector_v4.0/SmartEffector_Schematic_v4.0a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Duet3D/SmartEffector/adcfc77641a8e01f087ba4f96a568000c55f2f55/SmartEffector/SmartEffector_v4.0/SmartEffector_Schematic_v4.0a.pdf --------------------------------------------------------------------------------