├── LICENSE ├── README.md ├── SH_Antennas.pretty ├── .gitattributes ├── .gitignore ├── LICENSE.md ├── README.md └── TI_DN007_2.4GHz.kicad_mod ├── esp_hat.bck ├── esp_hat.dcm ├── esp_hat.kicad_pcb ├── esp_hat.lib ├── esp_hat.net ├── esp_hat.pdf ├── esp_hat.png ├── esp_hat.pretty ├── GS2.kicad_mod ├── GS3.kicad_mod ├── Measurement_Point_Round-SMD-Pad_Small.kicad_mod ├── NPTH_Hole_2_75mm.kicad_mod ├── NPTH_Hole_3-5mm.kicad_mod ├── SOT-223-REG_VOUTSLUG.kicad_mod ├── SOT-223-gndslug.kicad_mod ├── Socket_Strip_Straight_2x20_pi.kicad_mod ├── TI_DN007_2.4GHz.kicad_mod └── VIA_0.40mm.kicad_mod ├── esp_hat.pro ├── esp_hat.sch ├── fab ├── esp_hat-B.Cu.gbl ├── esp_hat-B.Mask.gbs ├── esp_hat-B.SilkS.gbo ├── esp_hat-Edge.Cuts.gm1 ├── esp_hat-F.Cu.gtl ├── esp_hat-F.Mask.gts ├── esp_hat-F.Paste.gtp ├── esp_hat-F.SilkS.gto └── esp_hat.drl ├── fp-lib-table └── mcuos.pretty ├── 0603(1608m)-CHIP-CAP.kicad_mod ├── 0603(1608m)-CHIP-RESISTOR.kicad_mod ├── 0603(1608m).kicad_mod ├── HIROSE_U_FL-R-SMT-1.wrl ├── NDK-NX3225GA_xtal.kicad_mod ├── TXC-7V_xtal.kicad_mod └── U.FL-COAX.kicad_mod /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution 4.0 International Public License 58 | 59 | By exercising the Licensed Rights (defined below), You accept and agree 60 | to be bound by the terms and conditions of this Creative Commons 61 | Attribution 4.0 International Public License ("Public License"). To the 62 | extent this Public License may be interpreted as a contract, You are 63 | granted the Licensed Rights in consideration of Your acceptance of 64 | these terms and conditions, and the Licensor grants You such rights in 65 | consideration of benefits the Licensor receives from making the 66 | Licensed Material available under these terms and conditions. 67 | 68 | 69 | Section 1 -- Definitions. 70 | 71 | a. Adapted Material means material subject to Copyright and Similar 72 | Rights that is derived from or based upon the Licensed Material 73 | and in which the Licensed Material is translated, altered, 74 | arranged, transformed, or otherwise modified in a manner requiring 75 | permission under the Copyright and Similar Rights held by the 76 | Licensor. For purposes of this Public License, where the Licensed 77 | Material is a musical work, performance, or sound recording, 78 | Adapted Material is always produced where the Licensed Material is 79 | synched in timed relation with a moving image. 80 | 81 | b. Adapter's License means the license You apply to Your Copyright 82 | and Similar Rights in Your contributions to Adapted Material in 83 | accordance with the terms and conditions of this Public License. 84 | 85 | c. Copyright and Similar Rights means copyright and/or similar rights 86 | closely related to copyright including, without limitation, 87 | performance, broadcast, sound recording, and Sui Generis Database 88 | Rights, without regard to how the rights are labeled or 89 | categorized. For purposes of this Public License, the rights 90 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 91 | Rights. 92 | 93 | d. Effective Technological Measures means those measures that, in the 94 | absence of proper authority, may not be circumvented under laws 95 | fulfilling obligations under Article 11 of the WIPO Copyright 96 | Treaty adopted on December 20, 1996, and/or similar international 97 | agreements. 98 | 99 | e. Exceptions and Limitations means fair use, fair dealing, and/or 100 | any other exception or limitation to Copyright and Similar Rights 101 | that applies to Your use of the Licensed Material. 102 | 103 | f. Licensed Material means the artistic or literary work, database, 104 | or other material to which the Licensor applied this Public 105 | License. 106 | 107 | g. Licensed Rights means the rights granted to You subject to the 108 | terms and conditions of this Public License, which are limited to 109 | all Copyright and Similar Rights that apply to Your use of the 110 | Licensed Material and that the Licensor has authority to license. 111 | 112 | h. Licensor means the individual(s) or entity(ies) granting rights 113 | under this Public License. 114 | 115 | i. Share means to provide material to the public by any means or 116 | process that requires permission under the Licensed Rights, such 117 | as reproduction, public display, public performance, distribution, 118 | dissemination, communication, or importation, and to make material 119 | available to the public including in ways that members of the 120 | public may access the material from a place and at a time 121 | individually chosen by them. 122 | 123 | j. Sui Generis Database Rights means rights other than copyright 124 | resulting from Directive 96/9/EC of the European Parliament and of 125 | the Council of 11 March 1996 on the legal protection of databases, 126 | as amended and/or succeeded, as well as other essentially 127 | equivalent rights anywhere in the world. 128 | 129 | k. You means the individual or entity exercising the Licensed Rights 130 | under this Public License. Your has a corresponding meaning. 131 | 132 | 133 | Section 2 -- Scope. 134 | 135 | a. License grant. 136 | 137 | 1. Subject to the terms and conditions of this Public License, 138 | the Licensor hereby grants You a worldwide, royalty-free, 139 | non-sublicensable, non-exclusive, irrevocable license to 140 | exercise the Licensed Rights in the Licensed Material to: 141 | 142 | a. reproduce and Share the Licensed Material, in whole or 143 | in part; and 144 | 145 | b. produce, reproduce, and Share Adapted Material. 146 | 147 | 2. Exceptions and Limitations. For the avoidance of doubt, where 148 | Exceptions and Limitations apply to Your use, this Public 149 | License does not apply, and You do not need to comply with 150 | its terms and conditions. 151 | 152 | 3. Term. The term of this Public License is specified in Section 153 | 6(a). 154 | 155 | 4. Media and formats; technical modifications allowed. The 156 | Licensor authorizes You to exercise the Licensed Rights in 157 | all media and formats whether now known or hereafter created, 158 | and to make technical modifications necessary to do so. The 159 | Licensor waives and/or agrees not to assert any right or 160 | authority to forbid You from making technical modifications 161 | necessary to exercise the Licensed Rights, including 162 | technical modifications necessary to circumvent Effective 163 | Technological Measures. For purposes of this Public License, 164 | simply making modifications authorized by this Section 2(a) 165 | (4) never produces Adapted Material. 166 | 167 | 5. Downstream recipients. 168 | 169 | a. Offer from the Licensor -- Licensed Material. Every 170 | recipient of the Licensed Material automatically 171 | receives an offer from the Licensor to exercise the 172 | Licensed Rights under the terms and conditions of this 173 | Public License. 174 | 175 | b. No downstream restrictions. You may not offer or impose 176 | any additional or different terms or conditions on, or 177 | apply any Effective Technological Measures to, the 178 | Licensed Material if doing so restricts exercise of the 179 | Licensed Rights by any recipient of the Licensed 180 | Material. 181 | 182 | 6. No endorsement. Nothing in this Public License constitutes or 183 | may be construed as permission to assert or imply that You 184 | are, or that Your use of the Licensed Material is, connected 185 | with, or sponsored, endorsed, or granted official status by, 186 | the Licensor or others designated to receive attribution as 187 | provided in Section 3(a)(1)(A)(i). 188 | 189 | b. Other rights. 190 | 191 | 1. Moral rights, such as the right of integrity, are not 192 | licensed under this Public License, nor are publicity, 193 | privacy, and/or other similar personality rights; however, to 194 | the extent possible, the Licensor waives and/or agrees not to 195 | assert any such rights held by the Licensor to the limited 196 | extent necessary to allow You to exercise the Licensed 197 | Rights, but not otherwise. 198 | 199 | 2. Patent and trademark rights are not licensed under this 200 | Public License. 201 | 202 | 3. To the extent possible, the Licensor waives any right to 203 | collect royalties from You for the exercise of the Licensed 204 | Rights, whether directly or through a collecting society 205 | under any voluntary or waivable statutory or compulsory 206 | licensing scheme. In all other cases the Licensor expressly 207 | reserves any right to collect such royalties. 208 | 209 | 210 | Section 3 -- License Conditions. 211 | 212 | Your exercise of the Licensed Rights is expressly made subject to the 213 | following conditions. 214 | 215 | a. Attribution. 216 | 217 | 1. If You Share the Licensed Material (including in modified 218 | form), You must: 219 | 220 | a. retain the following if it is supplied by the Licensor 221 | with the Licensed Material: 222 | 223 | i. identification of the creator(s) of the Licensed 224 | Material and any others designated to receive 225 | attribution, in any reasonable manner requested by 226 | the Licensor (including by pseudonym if 227 | designated); 228 | 229 | ii. a copyright notice; 230 | 231 | iii. a notice that refers to this Public License; 232 | 233 | iv. a notice that refers to the disclaimer of 234 | warranties; 235 | 236 | v. a URI or hyperlink to the Licensed Material to the 237 | extent reasonably practicable; 238 | 239 | b. indicate if You modified the Licensed Material and 240 | retain an indication of any previous modifications; and 241 | 242 | c. indicate the Licensed Material is licensed under this 243 | Public License, and include the text of, or the URI or 244 | hyperlink to, this Public License. 245 | 246 | 2. You may satisfy the conditions in Section 3(a)(1) in any 247 | reasonable manner based on the medium, means, and context in 248 | which You Share the Licensed Material. For example, it may be 249 | reasonable to satisfy the conditions by providing a URI or 250 | hyperlink to a resource that includes the required 251 | information. 252 | 253 | 3. If requested by the Licensor, You must remove any of the 254 | information required by Section 3(a)(1)(A) to the extent 255 | reasonably practicable. 256 | 257 | 4. If You Share Adapted Material You produce, the Adapter's 258 | License You apply must not prevent recipients of the Adapted 259 | Material from complying with this Public License. 260 | 261 | 262 | Section 4 -- Sui Generis Database Rights. 263 | 264 | Where the Licensed Rights include Sui Generis Database Rights that 265 | apply to Your use of the Licensed Material: 266 | 267 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 268 | to extract, reuse, reproduce, and Share all or a substantial 269 | portion of the contents of the database; 270 | 271 | b. if You include all or a substantial portion of the database 272 | contents in a database in which You have Sui Generis Database 273 | Rights, then the database in which You have Sui Generis Database 274 | Rights (but not its individual contents) is Adapted Material; and 275 | 276 | c. You must comply with the conditions in Section 3(a) if You Share 277 | all or a substantial portion of the contents of the database. 278 | 279 | For the avoidance of doubt, this Section 4 supplements and does not 280 | replace Your obligations under this Public License where the Licensed 281 | Rights include other Copyright and Similar Rights. 282 | 283 | 284 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 285 | 286 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 287 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 288 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 289 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 290 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 291 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 292 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 293 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 294 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 295 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 296 | 297 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 298 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 299 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 300 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 301 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 302 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 303 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 304 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 305 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 306 | 307 | c. The disclaimer of warranties and limitation of liability provided 308 | above shall be interpreted in a manner that, to the extent 309 | possible, most closely approximates an absolute disclaimer and 310 | waiver of all liability. 311 | 312 | 313 | Section 6 -- Term and Termination. 314 | 315 | a. This Public License applies for the term of the Copyright and 316 | Similar Rights licensed here. However, if You fail to comply with 317 | this Public License, then Your rights under this Public License 318 | terminate automatically. 319 | 320 | b. Where Your right to use the Licensed Material has terminated under 321 | Section 6(a), it reinstates: 322 | 323 | 1. automatically as of the date the violation is cured, provided 324 | it is cured within 30 days of Your discovery of the 325 | violation; or 326 | 327 | 2. upon express reinstatement by the Licensor. 328 | 329 | For the avoidance of doubt, this Section 6(b) does not affect any 330 | right the Licensor may have to seek remedies for Your violations 331 | of this Public License. 332 | 333 | c. For the avoidance of doubt, the Licensor may also offer the 334 | Licensed Material under separate terms or conditions or stop 335 | distributing the Licensed Material at any time; however, doing so 336 | will not terminate this Public License. 337 | 338 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 339 | License. 340 | 341 | 342 | Section 7 -- Other Terms and Conditions. 343 | 344 | a. The Licensor shall not be bound by any additional or different 345 | terms or conditions communicated by You unless expressly agreed. 346 | 347 | b. Any arrangements, understandings, or agreements regarding the 348 | Licensed Material not stated herein are separate from and 349 | independent of the terms and conditions of this Public License. 350 | 351 | 352 | Section 8 -- Interpretation. 353 | 354 | a. For the avoidance of doubt, this Public License does not, and 355 | shall not be interpreted to, reduce, limit, restrict, or impose 356 | conditions on any use of the Licensed Material that could lawfully 357 | be made without permission under this Public License. 358 | 359 | b. To the extent possible, if any provision of this Public License is 360 | deemed unenforceable, it shall be automatically reformed to the 361 | minimum extent necessary to make it enforceable. If the provision 362 | cannot be reformed, it shall be severed from this Public License 363 | without affecting the enforceability of the remaining terms and 364 | conditions. 365 | 366 | c. No term or condition of this Public License will be waived and no 367 | failure to comply consented to unless expressly agreed to by the 368 | Licensor. 369 | 370 | d. Nothing in this Public License constitutes or may be interpreted 371 | as a limitation upon, or waiver of, any privileges and immunities 372 | that apply to the Licensor or You, including from the legal 373 | processes of any jurisdiction or authority. 374 | 375 | 376 | ======================================================================= 377 | 378 | Creative Commons is not a party to its public licenses. 379 | Notwithstanding, Creative Commons may elect to apply one of its public 380 | licenses to material it publishes and in those instances will be 381 | considered the "Licensor." Except for the limited purpose of indicating 382 | that material is shared under a Creative Commons public license or as 383 | otherwise permitted by the Creative Commons policies published at 384 | creativecommons.org/policies, Creative Commons does not authorize the 385 | use of the trademark "Creative Commons" or any other trademark or logo 386 | of Creative Commons without its prior written consent including, 387 | without limitation, in connection with any unauthorized modifications 388 | to any of its public licenses or any other arrangements, 389 | understandings, or agreements concerning use of licensed material. For 390 | the avoidance of doubt, this paragraph does not form part of the public 391 | licenses. 392 | 393 | Creative Commons may be contacted at creativecommons.org. 394 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Attributions: 4 | http://github.com/mcuos/kicad-lib - various footprints 5 | https://github.com/StefanHamminga/SH_Antennas.pretty - antenna 6 | -------------------------------------------------------------------------------- /SH_Antennas.pretty/.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | *.sln merge=union 7 | *.csproj merge=union 8 | *.vbproj merge=union 9 | *.fsproj merge=union 10 | *.dbproj merge=union 11 | 12 | # Standard to msysgit 13 | *.doc diff=astextplain 14 | *.DOC diff=astextplain 15 | *.docx diff=astextplain 16 | *.DOCX diff=astextplain 17 | *.dot diff=astextplain 18 | *.DOT diff=astextplain 19 | *.pdf diff=astextplain 20 | *.PDF diff=astextplain 21 | *.rtf diff=astextplain 22 | *.RTF diff=astextplain 23 | -------------------------------------------------------------------------------- /SH_Antennas.pretty/.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 | # ========================= 18 | # Operating System Files 19 | # ========================= 20 | 21 | # OSX 22 | # ========================= 23 | 24 | .DS_Store 25 | .AppleDouble 26 | .LSOverride 27 | 28 | # Icon must end with two \r 29 | Icon 30 | 31 | # Thumbnails 32 | ._* 33 | 34 | # Files that might appear on external disk 35 | .Spotlight-V100 36 | .Trashes 37 | 38 | # Directories potentially created on remote AFP share 39 | .AppleDB 40 | .AppleDesktop 41 | Network Trash Folder 42 | Temporary Items 43 | .apdisk 44 | -------------------------------------------------------------------------------- /SH_Antennas.pretty/LICENSE.md: -------------------------------------------------------------------------------- 1 | ## creative commons 2 | 3 | # Attribution-ShareAlike 4.0 International 4 | 5 | Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. 6 | 7 | ### Using Creative Commons Public Licenses 8 | 9 | Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. 10 | 11 | * __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). 12 | 13 | * __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). 14 | 15 | ## Creative Commons Attribution-ShareAlike 4.0 International Public License 16 | 17 | By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. 18 | 19 | ### Section 1 – Definitions. 20 | 21 | a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. 22 | 23 | b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. 24 | 25 | c. __BY-SA Compatible License__ means a license listed at [creativecommons.org/compatiblelicenses](http://creativecommons.org/compatiblelicenses), approved by Creative Commons as essentially the equivalent of this Public License. 26 | 27 | d. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. 28 | 29 | e. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. 30 | 31 | f. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. 32 | 33 | g. __License Elements__ means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. 34 | 35 | h. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. 36 | 37 | i. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. 38 | 39 | j. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. 40 | 41 | k. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. 42 | 43 | l. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. 44 | 45 | m. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. 46 | 47 | ### Section 2 – Scope. 48 | 49 | a. ___License grant.___ 50 | 51 | 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: 52 | 53 | A. reproduce and Share the Licensed Material, in whole or in part; and 54 | 55 | B. produce, reproduce, and Share Adapted Material. 56 | 57 | 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 58 | 59 | 3. __Term.__ The term of this Public License is specified in Section 6(a). 60 | 61 | 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. 62 | 63 | 5. __Downstream recipients.__ 64 | 65 | A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. 66 | 67 | B. __Additional offer from the Licensor – Adapted Material.__ Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. 68 | 69 | C. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 70 | 71 | 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). 72 | 73 | b. ___Other rights.___ 74 | 75 | 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 76 | 77 | 2. Patent and trademark rights are not licensed under this Public License. 78 | 79 | 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. 80 | 81 | ### Section 3 – License Conditions. 82 | 83 | Your exercise of the Licensed Rights is expressly made subject to the following conditions. 84 | 85 | a. ___Attribution.___ 86 | 87 | 1. If You Share the Licensed Material (including in modified form), You must: 88 | 89 | A. retain the following if it is supplied by the Licensor with the Licensed Material: 90 | 91 | i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); 92 | 93 | ii. a copyright notice; 94 | 95 | iii. a notice that refers to this Public License; 96 | 97 | iv. a notice that refers to the disclaimer of warranties; 98 | 99 | v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; 100 | 101 | B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and 102 | 103 | C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 104 | 105 | 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 106 | 107 | 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. 108 | 109 | b. ___ShareAlike.___ 110 | 111 | In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. 112 | 113 | 1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. 114 | 115 | 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. 116 | 117 | 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. 118 | 119 | ### Section 4 – Sui Generis Database Rights. 120 | 121 | Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: 122 | 123 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; 124 | 125 | b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and 126 | 127 | c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. 128 | 129 | For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. 130 | 131 | ### Section 5 – Disclaimer of Warranties and Limitation of Liability. 132 | 133 | a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ 134 | 135 | b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ 136 | 137 | c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. 138 | 139 | ### Section 6 – Term and Termination. 140 | 141 | a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. 142 | 143 | b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 144 | 145 | 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 146 | 147 | 2. upon express reinstatement by the Licensor. 148 | 149 | For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. 150 | 151 | c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. 152 | 153 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. 154 | 155 | ### Section 7 – Other Terms and Conditions. 156 | 157 | a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. 158 | 159 | b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.t stated herein are separate from and independent of the terms and conditions of this Public License. 160 | 161 | ### Section 8 – Interpretation. 162 | 163 | a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. 164 | 165 | b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. 166 | 167 | c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. 168 | 169 | d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. 170 | 171 | ``` 172 | Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. 173 | 174 | Creative Commons may be contacted at [creativecommons.org](http://creativecommons.org/). 175 | ``` -------------------------------------------------------------------------------- /SH_Antennas.pretty/README.md: -------------------------------------------------------------------------------- 1 | SH_Capacitors.pretty 2 | ==================== 3 | 4 | My personal KiCad footprint collection. These are based on datasheets, random websites, personal experience and anything else I could get my hands on. 5 | 6 | Some components (chip resistors, caps, etc) are available with a suffix A, B or C. A meaning "Why don't you take the next bigger part?", B being the one I tend to use most and C stands for "If I could just squeeze that last part in there...". 7 | 8 | These suffixes didn't just drop from the sky, some more info can be found here: 9 | http://blogs.mentor.com/tom-hausherr/blog/2011/01/28/pcb-design-perfection-starts-in-the-cad-library-part-12/ 10 | 11 | Other components (mainly QFN packages) have some specific hacks and work-arounds. An example is the use of through hole pads for thermal vias. Another is the use of pads specifically for stencils. 12 | 13 | For more info check out my site at: https://prjct.net 14 | 15 | Feel free to contact me if you have suggestions, questions, improvements or other comments. 16 | 17 | Copyright 2014, Stefan Hamminga. 18 | 19 | These files may be adapted and distributed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International license. 20 | -------------------------------------------------------------------------------- /SH_Antennas.pretty/TI_DN007_2.4GHz.kicad_mod: -------------------------------------------------------------------------------- 1 | (module ANTENNA_TI_AN0007_2.4GHz (layer F.Cu) (tedit 543CD76F) 2 | (attr virtual) 3 | (fp_text reference ANT1 (at 0 -2.5) (layer F.SilkS) hide 4 | (effects (font (size 0.6 0.6) (thickness 0.127))) 5 | ) 6 | (fp_text value Antenna_PCB_type (at 6 2) (layer Cmts.User) 7 | (effects (font (size 0.7 0.7) (thickness 0.15))) 8 | ) 9 | (fp_text user ANTENNA (at 6 0) (layer Cmts.User) 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | ) 12 | (fp_line (start 14 -3.76) (end -14 -3.76) (layer F.Fab) (width 0.05)) 13 | (fp_line (start -14 -3.76) (end -14 3.76) (layer F.Fab) (width 0.05)) 14 | (fp_line (start -14 3.76) (end 14 3.76) (layer F.Fab) (width 0.05)) 15 | (fp_line (start 14 -3.76) (end 14 3.76) (layer F.Fab) (width 0.05)) 16 | (pad 1 connect rect (at 0 -2.545) (size 25.38 1.21) (layers F.Cu F.Mask)) 17 | (pad 1 connect rect (at -7.11 -2.045) (size 7 2.21) (layers F.Cu F.Mask)) 18 | (pad 1 connect rect (at -11.7 -0.065) (size 2.18 5.97) (layers F.Cu F.Mask)) 19 | (pad 1 connect rect (at -7.7 2.375) (size 9.98 1.29) (layers F.Cu F.Mask)) 20 | (pad 1 connect rect (at -4.21 0.465) (size 3 1.21) (layers F.Cu F.Mask)) 21 | (pad 1 connect rect (at -4.21 0.465) (size 3.2 1.01) (layers F.Cu F.Mask)) 22 | (pad 1 connect rect (at -4.21 -1.04) (size 1.2 4.22) (layers F.Cu F.Mask)) 23 | (pad 1 connect rect (at -5.235 2.745) (size 1.15 2.03) (layers F.Cu F.Mask) 24 | (zone_connect 2)) 25 | (pad 1 connect rect (at -3.185 2.795) (size 1.15 1.93) (layers F.Cu F.Mask) 26 | (zone_connect 2)) 27 | (pad 2 connect rect (at -1.93 2.577) (size 0.46 2.366) (layers F.Cu F.Mask) 28 | (zone_connect 2)) 29 | (pad 1 connect rect (at -2.332 1.046 45) (size 0.46 1.246) (layers F.Cu F.Mask)) 30 | (pad 1 connect circle (at -12.69 -3.05 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 31 | (pad 1 connect circle (at -12.69 2.92 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 32 | (pad 1 connect circle (at -2.71 1.83 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 33 | (pad 1 connect circle (at -1.8 1.394 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 34 | (pad 1 connect circle (at -2.71 -0.04 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 35 | (pad 1 connect circle (at -5.71 0.97 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 36 | (pad 1 connect circle (at -5.71 -0.04 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 37 | (pad 1 connect rect (at 12 -2.545) (size 1.58 1.01) (layers F.Cu F.Mask)) 38 | (pad 1 connect circle (at 12.69 -3.05 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 39 | (pad 1 connect circle (at 12.69 -2.04 45) (size 0.2 0.2) (layers F.Cu F.Mask)) 40 | (pad 1 connect rect (at -2.71 0.97) (size 0.2 0.2) (layers F.Cu F.Mask)) 41 | ) 42 | -------------------------------------------------------------------------------- /esp_hat.bck: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /esp_hat.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /esp_hat.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # ANT_INVERTED_F 5 | # 6 | DEF ANT_INVERTED_F ANT 0 40 Y Y 1 F N 7 | F0 "ANT" -100 250 60 H V C CNN 8 | F1 "ANT_INVERTED_F" 400 -50 60 H V C CNN 9 | F2 "" 0 0 60 H V C CNN 10 | F3 "" 0 0 60 H V C CNN 11 | DRAW 12 | P 4 0 1 0 0 0 -150 150 150 150 0 0 N 13 | X ~ 1 -250 50 200 R 50 50 1 1 I 14 | X ~ 2 0 -150 150 U 50 50 1 1 I 15 | ENDDRAW 16 | ENDDEF 17 | # 18 | # ESP8266EX 19 | # 20 | DEF ESP8266EX U 0 40 Y Y 1 F N 21 | F0 "U" 0 0 60 H V C CNN 22 | F1 "ESP8266EX" 0 0 60 H V C CNN 23 | F2 "" 0 0 60 H V C CNN 24 | F3 "" 0 0 60 H V C CNN 25 | DRAW 26 | S -1100 1400 1500 -1200 0 1 0 N 27 | X VDDA 1 -900 1600 200 D 50 50 1 1 W 28 | X LNA 2 -1300 900 200 R 50 50 1 1 B 29 | X VDD3P3 3 -500 1600 200 D 50 50 1 1 W 30 | X VDD3P3 4 -300 1600 200 D 50 50 1 1 W 31 | X VDD_RTC 5 -100 1600 200 D 50 50 1 1 W 32 | X TOUT 6 -1300 300 200 R 50 50 1 1 I 33 | X CHIP_EN 7 -1300 100 200 R 50 50 1 1 I 34 | X XPD_DCDC 8 -1300 -100 200 R 50 50 1 1 B 35 | X MTMS 9 -500 -1400 200 U 50 50 1 1 B 36 | X MTDI 10 -300 -1400 200 U 50 50 1 1 B 37 | X SD_CMD 20 1700 900 200 L 50 50 1 1 B 38 | X VDDA 30 -700 1600 200 D 50 50 1 1 W 39 | X VDDPST 11 100 1600 200 D 50 50 1 1 W 40 | X SD_CLK 21 1700 1100 200 L 50 50 1 1 B 41 | X RES_12K 31 700 1600 200 D 50 50 1 1 B 42 | X MTCK 12 -100 -1400 200 U 50 50 1 1 B 43 | X SD_DATA_0 22 1700 700 200 L 50 50 1 1 B 44 | X EXT_RSTB 32 -1300 -300 200 R 50 50 1 1 B 45 | X MTDO 13 100 -1400 200 U 50 50 1 1 B 46 | X SD_DATA_1 23 1700 500 200 L 50 50 1 1 B 47 | X GND 33 -900 -1400 200 U 50 50 1 1 W 48 | X GPIO2 14 300 -1400 200 U 50 50 1 1 B 49 | X GPIO5 24 900 -1400 200 U 50 50 1 1 B 50 | X GPIO0 15 500 -1400 200 U 50 50 1 1 B 51 | X U0RXD 25 1700 -100 200 L 50 50 1 1 B 52 | X GPIO4 16 700 -1400 200 U 50 50 1 1 B 53 | X U0TXD 26 1700 -300 200 L 50 50 1 1 B 54 | X VDDPST 17 300 1600 200 D 50 50 1 1 W 55 | X XTAL_OUT 27 -1300 -600 200 R 50 50 1 1 B 56 | X SD_DATA_2 18 1700 300 200 L 50 50 1 1 B 57 | X XTAL_IN 28 -1300 -900 200 R 50 50 1 1 B 58 | X SD_DATA_3 19 1700 100 200 L 50 50 1 1 B 59 | X VDDD 29 500 1600 200 D 50 50 1 1 W 60 | ENDDRAW 61 | ENDDEF 62 | # 63 | # U.FL 64 | # 65 | DEF U.FL J 0 40 Y Y 1 F N 66 | F0 "J" 0 -165 60 H V C CNN 67 | F1 "U.FL" 25 170 60 H V C CNN 68 | F2 "" 0 0 60 H V C CNN 69 | F3 "" 0 0 60 H V C CNN 70 | DRAW 71 | C 0 0 11 0 1 0 N 72 | C 0 0 100 0 1 0 N 73 | P 2 0 1 0 100 0 0 0 N 74 | X ~ 1 200 0 138 L 50 50 1 1 B 75 | X ~ 2 -200 100 200 R 50 50 1 1 W 76 | X ~ 3 -200 -100 200 R 50 50 1 1 W 77 | ENDDRAW 78 | ENDDEF 79 | # 80 | #End Library 81 | -------------------------------------------------------------------------------- /esp_hat.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source /home/ajlitt/esp/esp_hat/esp_hat.sch) 4 | (date "Sun 03 Jan 2016 11:51:41 PM CST") 5 | (tool "Eeschema 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title "ESP8266 WiFi Module for Raspberry Pi") 9 | (company "Andrew Litt") 10 | (rev v0.2) 11 | (date 2016-01-03) 12 | (source esp_hat.sch) 13 | (comment (number 1) (value https://github.com/al177/esp_hat)) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref P1) 19 | (value CONN_02X20) 20 | (footprint esp_hat:Socket_Strip_Straight_2x20_pi) 21 | (fields 22 | (field (name "MFG Name") "Adafruit Industries") 23 | (field (name "MFG Part Num") 2223) 24 | (field (name "Digikey PN") 1528-1385-ND) 25 | (field (name "Digikey Link") http://www.digikey.com/product-search/en?pv88=23&FV=fff40016%2Cfff802f4&mnonly=0&newproducts=1&ColumnSort=0&page=1&quantity=0&ptm=0&fid=0&pageSize=25) 26 | (field (name "2nd Distrib PN") NA) 27 | (field (name "2nd Distrib Link") NA)) 28 | (libsource (lib conn) (part CONN_02X20)) 29 | (sheetpath (names /) (tstamps /)) 30 | (tstamp 5665E56D)) 31 | (comp (ref U1) 32 | (value ESP8266EX) 33 | (footprint Housings_DFN_QFN:QFN-32-1EP_5x5mm_Pitch0.5mm) 34 | (datasheet http://bbs.espressif.com/download/file.php?id=714) 35 | (fields 36 | (field (name "MFG Name") Espressif) 37 | (field (name "MFG Part Num") ESP8266EX) 38 | (field (name "1st Distrib PN") NA) 39 | (field (name "1st Distrib Link") NA) 40 | (field (name "2nd Distrib PN") NA) 41 | (field (name "2nd Distrib Link") NA)) 42 | (libsource (lib esp_hat) (part ESP8266EX)) 43 | (sheetpath (names /) (tstamps /)) 44 | (tstamp 56673DC4)) 45 | (comp (ref R7) 46 | (value 200) 47 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 48 | (fields 49 | (field (name "MFG Name") "Panasonic Electronic Components") 50 | (field (name "MFG Part Num") ERJ-3EKF2000V) 51 | (field (name "Digikey PN") P200HCT-ND) 52 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240) 53 | (field (name "2nd Distrib PN") NA) 54 | (field (name "2nd Distrib Link") NA)) 55 | (libsource (lib device) (part R)) 56 | (sheetpath (names /) (tstamps /)) 57 | (tstamp 56673EFA)) 58 | (comp (ref R3) 59 | (value "12.0K 1%") 60 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 61 | (fields 62 | (field (name "MFG Name") "Panasonic Electronic Components") 63 | (field (name "MFG Part Num") ERJ-3EKF12R0V) 64 | (field (name "Digikey PN") P12.0HCT-ND) 65 | (field (name "Digikey Link") NA) 66 | (field (name "2nd Distrib PN") NA) 67 | (field (name "2nd Distrib Link") NA)) 68 | (libsource (lib device) (part R)) 69 | (sheetpath (names /) (tstamps /)) 70 | (tstamp 566746A1)) 71 | (comp (ref C4) 72 | (value 0.1uF) 73 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 74 | (fields 75 | (field (name "MFG Name") "Murata Electronics North America") 76 | (field (name "MFG Part Num") GRM188R71C104KA01D) 77 | (field (name "Digikey PN") 490-1532-1-ND) 78 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/GRM188R71C104KA01D/490-1532-1-ND/587771) 79 | (field (name "2nd Distrib PN") NA) 80 | (field (name "2nd Distrib Link") NA)) 81 | (libsource (lib device) (part C)) 82 | (sheetpath (names /) (tstamps /)) 83 | (tstamp 56674E16)) 84 | (comp (ref C3) 85 | (value 5.6pF) 86 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 87 | (fields 88 | (field (name "MFG Name") "Johanson Technology Inc.") 89 | (field (name "MFG Part Num") 251R14S5R6CV4T) 90 | (field (name "1st Distrib PN") 712-1360-1-ND) 91 | (field (name "1st Distrib Link") https://www.digikey.com/product-detail/en/251R14S5R6CV4T/712-1360-1-ND/1786822) 92 | (field (name "2nd Distrib PN") NA) 93 | (field (name "2nd Distrib Link") NA)) 94 | (libsource (lib device) (part C)) 95 | (sheetpath (names /) (tstamps /)) 96 | (tstamp 56675185)) 97 | (comp (ref C1) 98 | (value 10pF) 99 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 100 | (fields 101 | (field (name "MFG Name") Kemet) 102 | (field (name "MFG Part Num") C0603C100J5GACTU) 103 | (field (name "Digikey PN") 399-1049-1-ND) 104 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/C0603C100J5GACTU/399-1049-1-ND/411324) 105 | (field (name "2nd Distrib PN") NA) 106 | (field (name "2nd Distrib Link") NA)) 107 | (libsource (lib device) (part C)) 108 | (sheetpath (names /) (tstamps /)) 109 | (tstamp 566751D8)) 110 | (comp (ref Y1) 111 | (value "26MHz 10ppm") 112 | (footprint Crystals:crystal_FA238-TSX3225) 113 | (fields 114 | (field (name "MFG Name") NDK) 115 | (field (name "MFG Part Num") NX3225SA-26.000M-STD-CSQ-1) 116 | (field (name "Digikey PN") 44-1269-1-ND) 117 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/NX3225SA-26.000M-STD-CSQ-1/644-1269-1-ND/5023001) 118 | (field (name "2nd Distrib PN") NA) 119 | (field (name "2nd Distrib Link") NA)) 120 | (libsource (lib device) (part Crystal)) 121 | (sheetpath (names /) (tstamps /)) 122 | (tstamp 566753D5)) 123 | (comp (ref L2) 124 | (value DNP) 125 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 126 | (libsource (lib device) (part INDUCTOR_SMALL)) 127 | (sheetpath (names /) (tstamps /)) 128 | (tstamp 5667BC3C)) 129 | (comp (ref L1) 130 | (value DNP) 131 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 132 | (libsource (lib device) (part INDUCTOR_SMALL)) 133 | (sheetpath (names /) (tstamps /)) 134 | (tstamp 5667BC8D)) 135 | (comp (ref C6) 136 | (value 10uF) 137 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 138 | (fields 139 | (field (name "MFG Name") "Murata Electronics North America") 140 | (field (name "MFG Part Num") GRM188R60J106ME47J) 141 | (field (name "Digikey PN") 490-6405-1-ND) 142 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/GRM188R60J106ME47J/490-6405-1-ND/3845602) 143 | (field (name "2nd Distrib PN") NA) 144 | (field (name "2nd Distrib Link") NA)) 145 | (libsource (lib device) (part C)) 146 | (sheetpath (names /) (tstamps /)) 147 | (tstamp 5667DD49)) 148 | (comp (ref U2) 149 | (value AP1117D33) 150 | (footprint esp_hat:SOT-223-REG_VOUTSLUG) 151 | (fields 152 | (field (name "MFG Name") "Diodes Incorporated") 153 | (field (name "MFG Part Num") AP1117E33G-13) 154 | (field (name "Digikey PN") AP1117E33GDICT-ND) 155 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/AP1117E33G-13/AP1117E33GDICT-ND/1301522) 156 | (field (name "2nd Distrib PN") NA) 157 | (field (name "2nd Distrib Link") NA)) 158 | (libsource (lib regul) (part AP1117D33)) 159 | (sheetpath (names /) (tstamps /)) 160 | (tstamp 5667FA18)) 161 | (comp (ref R2) 162 | (value 0) 163 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 164 | (fields 165 | (field (name "MFG Name") "Panasonic Electronic Components") 166 | (field (name "MFG Part Num") ERJ-3GEY0R00V) 167 | (field (name "Digikey PN") P0.0GCT-ND) 168 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3GEY0R00V/P0.0GCT-ND/134711) 169 | (field (name "2nd Distrib PN") NA) 170 | (field (name "2nd Distrib Link") NA)) 171 | (libsource (lib device) (part R)) 172 | (sheetpath (names /) (tstamps /)) 173 | (tstamp 5667EF0D)) 174 | (comp (ref ANT1) 175 | (value ANT_INVERTED_F) 176 | (footprint esp_hat:TI_DN007_2.4GHz) 177 | (libsource (lib esp_hat) (part ANT_INVERTED_F)) 178 | (sheetpath (names /) (tstamps /)) 179 | (tstamp 566A4198)) 180 | (comp (ref J1) 181 | (value DNP) 182 | (footprint mcuos:U.FL-COAX) 183 | (fields 184 | (field (name "MFG Name") "Hirose Electric Co Ltd") 185 | (field (name "MFG Part Num") "U.FL-R-SMT(01)") 186 | (field (name "Digikey PN") H9161-ND) 187 | (field (name "Digikey Link") "https://www.digikey.com/product-detail/en/U.FL-R-SMT(01)/H9161-ND/513010") 188 | (field (name "2nd Distrib PN") NA) 189 | (field (name "2nd Distrib Link") NA)) 190 | (libsource (lib esp_hat) (part U.FL)) 191 | (sheetpath (names /) (tstamps /)) 192 | (tstamp 566A4573)) 193 | (comp (ref FB1) 194 | (value FILTER) 195 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 196 | (fields 197 | (field (name "MFG Name") "Murata Electronics North America") 198 | (field (name "MFG Part Num") BLM18AG601SN1D) 199 | (field (name "Digikey PN") 490-1014-1-ND) 200 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/BLM18AG601SN1D/490-1014-1-ND/584462) 201 | (field (name "2nd Distrib PN") NA) 202 | (field (name "2nd Distrib Link") NA)) 203 | (libsource (lib device) (part FILTER)) 204 | (sheetpath (names /) (tstamps /)) 205 | (tstamp 566ABC3A)) 206 | (comp (ref W1) 207 | (value RXD) 208 | (footprint esp_hat:Measurement_Point_Round-SMD-Pad_Small) 209 | (fields 210 | (field (name "MFG Name") NA) 211 | (field (name "MFG Part Num") NA) 212 | (field (name "Digikey PN") NA) 213 | (field (name "Digikey Link") NA) 214 | (field (name "2nd Distrib PN") NA) 215 | (field (name "2nd Distrib Link") NA)) 216 | (libsource (lib conn) (part TEST_1P)) 217 | (sheetpath (names /) (tstamps /)) 218 | (tstamp 5680DA2B)) 219 | (comp (ref W2) 220 | (value TXD) 221 | (footprint esp_hat:Measurement_Point_Round-SMD-Pad_Small) 222 | (fields 223 | (field (name "MFG Name") NA) 224 | (field (name "MFG Part Num") NA) 225 | (field (name "Digikey PN") NA) 226 | (field (name "Digikey Link") NA) 227 | (field (name "2nd Distrib PN") NA) 228 | (field (name "2nd Distrib Link") NA)) 229 | (libsource (lib conn) (part TEST_1P)) 230 | (sheetpath (names /) (tstamps /)) 231 | (tstamp 5680DAEE)) 232 | (comp (ref W3) 233 | (value MOUNT) 234 | (footprint esp_hat:NPTH_Hole_2_75mm) 235 | (libsource (lib conn) (part TEST_1P)) 236 | (sheetpath (names /) (tstamps /)) 237 | (tstamp 5684B584)) 238 | (comp (ref W4) 239 | (value MOUNT) 240 | (footprint esp_hat:NPTH_Hole_2_75mm) 241 | (libsource (lib conn) (part TEST_1P)) 242 | (sheetpath (names /) (tstamps /)) 243 | (tstamp 5684B5F3)) 244 | (comp (ref W5) 245 | (value MOUNT) 246 | (footprint esp_hat:NPTH_Hole_2_75mm) 247 | (libsource (lib conn) (part TEST_1P)) 248 | (sheetpath (names /) (tstamps /)) 249 | (tstamp 5684B660)) 250 | (comp (ref W6) 251 | (value MOUNT) 252 | (footprint esp_hat:NPTH_Hole_2_75mm) 253 | (libsource (lib conn) (part TEST_1P)) 254 | (sheetpath (names /) (tstamps /)) 255 | (tstamp 5684B6D9)) 256 | (comp (ref JP2) 257 | (value MTDO) 258 | (footprint esp_hat:GS2) 259 | (fields 260 | (field (name "MFG Name") NA) 261 | (field (name "MFG Part Num") NA) 262 | (field (name "1st Distrib PN") NA) 263 | (field (name "1st Distrib Link") NA) 264 | (field (name "2nd Distrib PN") NA) 265 | (field (name "2nd Distrib Link") NA)) 266 | (libsource (lib device) (part JUMPER)) 267 | (sheetpath (names /) (tstamps /)) 268 | (tstamp 5689F2D7)) 269 | (comp (ref JP3) 270 | (value GPIO2) 271 | (footprint esp_hat:GS2) 272 | (fields 273 | (field (name "MFG Name") NA) 274 | (field (name "MFG Part Num") NA) 275 | (field (name "1st Distrib PN") NA) 276 | (field (name "1st Distrib Link") NA) 277 | (field (name "2nd Distrib PN") NA) 278 | (field (name "2nd Distrib Link") NA)) 279 | (libsource (lib device) (part JUMPER)) 280 | (sheetpath (names /) (tstamps /)) 281 | (tstamp 5689F39E)) 282 | (comp (ref JP4) 283 | (value GPIO0) 284 | (footprint esp_hat:GS2) 285 | (fields 286 | (field (name "MFG Name") NA) 287 | (field (name "MFG Part Num") NA) 288 | (field (name "1st Distrib PN") NA) 289 | (field (name "1st Distrib Link") NA) 290 | (field (name "2nd Distrib PN") NA) 291 | (field (name "2nd Distrib Link") NA)) 292 | (libsource (lib device) (part JUMPER)) 293 | (sheetpath (names /) (tstamps /)) 294 | (tstamp 5689F45A)) 295 | (comp (ref R6) 296 | (value 200) 297 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 298 | (fields 299 | (field (name "MFG Name") "Panasonic Electronic Components") 300 | (field (name "MFG Part Num") ERJ-3EKF2000V) 301 | (field (name "Digikey PN") P200HCT-ND) 302 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240) 303 | (field (name "2nd Distrib PN") NA) 304 | (field (name "2nd Distrib Link") NA)) 305 | (libsource (lib device) (part R)) 306 | (sheetpath (names /) (tstamps /)) 307 | (tstamp 568A100D)) 308 | (comp (ref R8) 309 | (value 200) 310 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 311 | (fields 312 | (field (name "MFG Name") "Panasonic Electronic Components") 313 | (field (name "MFG Part Num") ERJ-3EKF2000V) 314 | (field (name "Digikey PN") P200HCT-ND) 315 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240) 316 | (field (name "2nd Distrib PN") NA) 317 | (field (name "2nd Distrib Link") NA)) 318 | (libsource (lib device) (part R)) 319 | (sheetpath (names /) (tstamps /)) 320 | (tstamp 568A108E)) 321 | (comp (ref R9) 322 | (value 200) 323 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 324 | (fields 325 | (field (name "MFG Name") "Panasonic Electronic Components") 326 | (field (name "MFG Part Num") ERJ-3EKF2000V) 327 | (field (name "Digikey PN") P200HCT-ND) 328 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240) 329 | (field (name "2nd Distrib PN") NA) 330 | (field (name "2nd Distrib Link") NA)) 331 | (libsource (lib device) (part R)) 332 | (sheetpath (names /) (tstamps /)) 333 | (tstamp 568A110E)) 334 | (comp (ref R4) 335 | (value 200) 336 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 337 | (fields 338 | (field (name "MFG Name") "Panasonic Electronic Components") 339 | (field (name "MFG Part Num") ERJ-3EKF2000V) 340 | (field (name "Digikey PN") P200HCT-ND) 341 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240) 342 | (field (name "2nd Distrib PN") NA) 343 | (field (name "2nd Distrib Link") NA)) 344 | (libsource (lib device) (part R)) 345 | (sheetpath (names /) (tstamps /)) 346 | (tstamp 568A11B2)) 347 | (comp (ref R5) 348 | (value 200) 349 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 350 | (fields 351 | (field (name "MFG Name") "Panasonic Electronic Components") 352 | (field (name "MFG Part Num") ERJ-3EKF2000V) 353 | (field (name "Digikey PN") P200HCT-ND) 354 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240) 355 | (field (name "2nd Distrib PN") NA) 356 | (field (name "2nd Distrib Link") NA)) 357 | (libsource (lib device) (part R)) 358 | (sheetpath (names /) (tstamps /)) 359 | (tstamp 568A123C)) 360 | (comp (ref JP1) 361 | (value CHIP_EN) 362 | (footprint esp_hat:GS3) 363 | (fields 364 | (field (name "MFG Name") NA) 365 | (field (name "MFG Part Num") NA) 366 | (field (name "Digikey PN") NA) 367 | (field (name "Digikey Link") NA) 368 | (field (name "2nd Distrib PN") NA) 369 | (field (name "2nd Distrib Link") NA)) 370 | (libsource (lib device) (part JUMPER3)) 371 | (sheetpath (names /) (tstamps /)) 372 | (tstamp 568A2A8F)) 373 | (comp (ref C7) 374 | (value 10uF) 375 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 376 | (fields 377 | (field (name "MFG Name") "Murata Electronics North America") 378 | (field (name "MFG Part Num") GRM188R60J106ME47J) 379 | (field (name "Digikey PN") 490-6405-1-ND) 380 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/GRM188R60J106ME47J/490-6405-1-ND/3845602) 381 | (field (name "2nd Distrib PN") NA) 382 | (field (name "2nd Distrib Link") NA)) 383 | (libsource (lib device) (part C)) 384 | (sheetpath (names /) (tstamps /)) 385 | (tstamp 568A3C5D)) 386 | (comp (ref C5) 387 | (value 0.1uF) 388 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 389 | (fields 390 | (field (name "MFG Name") "Murata Electronics North America") 391 | (field (name "MFG Part Num") GRM188R71C104KA01D) 392 | (field (name "Digikey PN") 490-1532-1-ND) 393 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/GRM188R71C104KA01D/490-1532-1-ND/587771) 394 | (field (name "2nd Distrib PN") NA) 395 | (field (name "2nd Distrib Link") NA)) 396 | (libsource (lib device) (part C)) 397 | (sheetpath (names /) (tstamps /)) 398 | (tstamp 568A4256)) 399 | (comp (ref C2) 400 | (value 10pF) 401 | (footprint "mcuos:0603(1608m)-CHIP-CAP") 402 | (fields 403 | (field (name "MFG Name") Kemet) 404 | (field (name "MFG Part Num") C0603C100J5GACTU) 405 | (field (name "Digikey PN") 399-1049-1-ND) 406 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/C0603C100J5GACTU/399-1049-1-ND/411324) 407 | (field (name "2nd Distrib PN") NA) 408 | (field (name "2nd Distrib Link") NA)) 409 | (libsource (lib device) (part C)) 410 | (sheetpath (names /) (tstamps /)) 411 | (tstamp 568A46A9)) 412 | (comp (ref R1) 413 | (value DNP) 414 | (footprint "mcuos:0603(1608m)-CHIP-RESISTOR") 415 | (fields 416 | (field (name "MFG Name") "Panasonic Electronic Components") 417 | (field (name "MFG Part Num") ERJ-3GEY0R00V) 418 | (field (name "Digikey PN") P0.0GCT-ND) 419 | (field (name "Digikey Link") https://www.digikey.com/product-detail/en/ERJ-3GEY0R00V/P0.0GCT-ND/134711) 420 | (field (name "2nd Distrib PN") NA) 421 | (field (name "2nd Distrib Link") NA)) 422 | (libsource (lib device) (part R)) 423 | (sheetpath (names /) (tstamps /)) 424 | (tstamp 568A533D))) 425 | (libparts 426 | (libpart (lib esp_hat) (part ANT_INVERTED_F) 427 | (fields 428 | (field (name Reference) ANT) 429 | (field (name Value) ANT_INVERTED_F)) 430 | (pins 431 | (pin (num 1) (name ~) (type input)) 432 | (pin (num 2) (name ~) (type input)))) 433 | (libpart (lib regul) (part AP1117) 434 | (aliases 435 | (alias AP1117D15) 436 | (alias AP1117D18) 437 | (alias AP1117D25) 438 | (alias AP1117D33) 439 | (alias AP1117D50) 440 | (alias AP1117E15) 441 | (alias AP1117E18) 442 | (alias AP1117E25) 443 | (alias AP1117E33) 444 | (alias AP1117E50) 445 | (alias AP1117K15) 446 | (alias AP1117K18) 447 | (alias AP1117K25) 448 | (alias AP1117K33) 449 | (alias AP1117K50) 450 | (alias AP1117T15) 451 | (alias AP1117T18) 452 | (alias AP1117T25) 453 | (alias AP1117T33) 454 | (alias AP1117T50) 455 | (alias AP1117Y15) 456 | (alias AP1117Y18) 457 | (alias AP1117Y25) 458 | (alias AP1117Y33) 459 | (alias AP1117Y50)) 460 | (description "Fixed/Adjustable 1A Low Dropout regulator, Positive") 461 | (docs http://www.diodes.com/datasheets/AP1117.pdf) 462 | (footprints 463 | (fp SOT223) 464 | (fp SOT89-3) 465 | (fp TO220-3) 466 | (fp TO252) 467 | (fp TO263)) 468 | (fields 469 | (field (name Reference) U) 470 | (field (name Value) AP1117)) 471 | (pins 472 | (pin (num 1) (name GND/ADJ) (type power_in)) 473 | (pin (num 2) (name VO) (type power_out)) 474 | (pin (num 3) (name VI) (type power_in)))) 475 | (libpart (lib device) (part C) 476 | (description "Unpolarized capacitor") 477 | (footprints 478 | (fp C?) 479 | (fp C_????_*) 480 | (fp C_????) 481 | (fp SMD*_c) 482 | (fp Capacitor*)) 483 | (fields 484 | (field (name Reference) C) 485 | (field (name Value) C)) 486 | (pins 487 | (pin (num 1) (name ~) (type passive)) 488 | (pin (num 2) (name ~) (type passive)))) 489 | (libpart (lib conn) (part CONN_02X20) 490 | (description "Connector 02x20") 491 | (footprints 492 | (fp Pin_Header_Straight_2X20) 493 | (fp Pin_Header_Angled_2X20) 494 | (fp Socket_Strip_Straight_2X20) 495 | (fp Socket_Strip_Angled_2X20)) 496 | (fields 497 | (field (name Reference) P) 498 | (field (name Value) CONN_02X20)) 499 | (pins 500 | (pin (num 1) (name P1) (type passive)) 501 | (pin (num 2) (name P2) (type passive)) 502 | (pin (num 3) (name P3) (type passive)) 503 | (pin (num 4) (name P4) (type passive)) 504 | (pin (num 5) (name P5) (type passive)) 505 | (pin (num 6) (name P6) (type passive)) 506 | (pin (num 7) (name P7) (type passive)) 507 | (pin (num 8) (name P8) (type passive)) 508 | (pin (num 9) (name P9) (type passive)) 509 | (pin (num 10) (name P10) (type passive)) 510 | (pin (num 11) (name P11) (type passive)) 511 | (pin (num 12) (name P12) (type passive)) 512 | (pin (num 13) (name P13) (type passive)) 513 | (pin (num 14) (name P14) (type passive)) 514 | (pin (num 15) (name P15) (type passive)) 515 | (pin (num 16) (name P16) (type passive)) 516 | (pin (num 17) (name P17) (type passive)) 517 | (pin (num 18) (name P18) (type passive)) 518 | (pin (num 19) (name P19) (type passive)) 519 | (pin (num 20) (name P20) (type passive)) 520 | (pin (num 21) (name P21) (type passive)) 521 | (pin (num 22) (name P22) (type passive)) 522 | (pin (num 23) (name P23) (type passive)) 523 | (pin (num 24) (name P24) (type passive)) 524 | (pin (num 25) (name P25) (type passive)) 525 | (pin (num 26) (name P26) (type passive)) 526 | (pin (num 27) (name P27) (type passive)) 527 | (pin (num 28) (name P28) (type passive)) 528 | (pin (num 29) (name P29) (type passive)) 529 | (pin (num 30) (name P30) (type passive)) 530 | (pin (num 31) (name P31) (type passive)) 531 | (pin (num 32) (name P32) (type passive)) 532 | (pin (num 33) (name P33) (type passive)) 533 | (pin (num 34) (name P34) (type passive)) 534 | (pin (num 35) (name P35) (type passive)) 535 | (pin (num 36) (name P36) (type passive)) 536 | (pin (num 37) (name P37) (type passive)) 537 | (pin (num 38) (name P38) (type passive)) 538 | (pin (num 39) (name P39) (type passive)) 539 | (pin (num 40) (name P40) (type passive)))) 540 | (libpart (lib device) (part Crystal) 541 | (description "Two pin crystal") 542 | (footprints 543 | (fp Crystal_*)) 544 | (fields 545 | (field (name Reference) Y) 546 | (field (name Value) Crystal)) 547 | (pins 548 | (pin (num 1) (name 1) (type passive)) 549 | (pin (num 2) (name 2) (type passive)))) 550 | (libpart (lib esp_hat) (part ESP8266EX) 551 | (fields 552 | (field (name Reference) U) 553 | (field (name Value) ESP8266EX)) 554 | (pins 555 | (pin (num 1) (name VDDA) (type power_in)) 556 | (pin (num 2) (name LNA) (type BiDi)) 557 | (pin (num 3) (name VDD3P3) (type power_in)) 558 | (pin (num 4) (name VDD3P3) (type power_in)) 559 | (pin (num 5) (name VDD_RTC) (type power_in)) 560 | (pin (num 6) (name TOUT) (type input)) 561 | (pin (num 7) (name CHIP_EN) (type input)) 562 | (pin (num 8) (name XPD_DCDC) (type BiDi)) 563 | (pin (num 9) (name MTMS) (type BiDi)) 564 | (pin (num 10) (name MTDI) (type BiDi)) 565 | (pin (num 11) (name VDDPST) (type power_in)) 566 | (pin (num 12) (name MTCK) (type BiDi)) 567 | (pin (num 13) (name MTDO) (type BiDi)) 568 | (pin (num 14) (name GPIO2) (type BiDi)) 569 | (pin (num 15) (name GPIO0) (type BiDi)) 570 | (pin (num 16) (name GPIO4) (type BiDi)) 571 | (pin (num 17) (name VDDPST) (type power_in)) 572 | (pin (num 18) (name SD_DATA_2) (type BiDi)) 573 | (pin (num 19) (name SD_DATA_3) (type BiDi)) 574 | (pin (num 20) (name SD_CMD) (type BiDi)) 575 | (pin (num 21) (name SD_CLK) (type BiDi)) 576 | (pin (num 22) (name SD_DATA_0) (type BiDi)) 577 | (pin (num 23) (name SD_DATA_1) (type BiDi)) 578 | (pin (num 24) (name GPIO5) (type BiDi)) 579 | (pin (num 25) (name U0RXD) (type BiDi)) 580 | (pin (num 26) (name U0TXD) (type BiDi)) 581 | (pin (num 27) (name XTAL_OUT) (type BiDi)) 582 | (pin (num 28) (name XTAL_IN) (type BiDi)) 583 | (pin (num 29) (name VDDD) (type power_in)) 584 | (pin (num 30) (name VDDA) (type power_in)) 585 | (pin (num 31) (name RES_12K) (type BiDi)) 586 | (pin (num 32) (name EXT_RSTB) (type BiDi)) 587 | (pin (num 33) (name GND) (type power_in)))) 588 | (libpart (lib device) (part FILTER) 589 | (description "Filtre EMI") 590 | (fields 591 | (field (name Reference) FB) 592 | (field (name Value) FILTER)) 593 | (pins 594 | (pin (num 1) (name 1) (type passive)) 595 | (pin (num 2) (name 2) (type passive)))) 596 | (libpart (lib device) (part INDUCTOR_SMALL) 597 | (fields 598 | (field (name Reference) L) 599 | (field (name Value) INDUCTOR_SMALL)) 600 | (pins 601 | (pin (num 1) (name 1) (type input)) 602 | (pin (num 2) (name 2) (type input)))) 603 | (libpart (lib device) (part JUMPER) 604 | (fields 605 | (field (name Reference) JP) 606 | (field (name Value) JUMPER)) 607 | (pins 608 | (pin (num 1) (name 1) (type passive)) 609 | (pin (num 2) (name 2) (type passive)))) 610 | (libpart (lib device) (part JUMPER3) 611 | (fields 612 | (field (name Reference) JP) 613 | (field (name Value) JUMPER3)) 614 | (pins 615 | (pin (num 1) (name 1) (type passive)) 616 | (pin (num 2) (name 2) (type passive)) 617 | (pin (num 3) (name 3) (type passive)))) 618 | (libpart (lib device) (part R) 619 | (description Resistor) 620 | (footprints 621 | (fp R_*) 622 | (fp Resistor_*)) 623 | (fields 624 | (field (name Reference) R) 625 | (field (name Value) R)) 626 | (pins 627 | (pin (num 1) (name ~) (type passive)) 628 | (pin (num 2) (name ~) (type passive)))) 629 | (libpart (lib conn) (part TEST_1P) 630 | (description point) 631 | (fields 632 | (field (name Reference) W) 633 | (field (name Value) TEST_1P)) 634 | (pins 635 | (pin (num 1) (name 1) (type passive)))) 636 | (libpart (lib esp_hat) (part U.FL) 637 | (fields 638 | (field (name Reference) J) 639 | (field (name Value) U.FL)) 640 | (pins 641 | (pin (num 1) (name ~) (type BiDi)) 642 | (pin (num 2) (name ~) (type power_in)) 643 | (pin (num 3) (name ~) (type power_in))))) 644 | (libraries 645 | (library (logical esp_hat) 646 | (uri /home/ajlitt/esp/esp_hat/esp_hat.lib)) 647 | (library (logical regul) 648 | (uri /usr/share/kicad/library/regul.lib)) 649 | (library (logical device) 650 | (uri /usr/share/kicad/library/device.lib)) 651 | (library (logical conn) 652 | (uri /usr/share/kicad/library/conn.lib))) 653 | (nets 654 | (net (code 1) (name "Net-(C1-Pad1)") 655 | (node (ref U1) (pin 27)) 656 | (node (ref Y1) (pin 1)) 657 | (node (ref C1) (pin 1))) 658 | (net (code 2) (name "Net-(JP4-Pad1)") 659 | (node (ref JP4) (pin 1)) 660 | (node (ref U1) (pin 15))) 661 | (net (code 3) (name "Net-(JP3-Pad1)") 662 | (node (ref JP3) (pin 1)) 663 | (node (ref U1) (pin 14))) 664 | (net (code 4) (name "Net-(JP2-Pad1)") 665 | (node (ref JP2) (pin 1)) 666 | (node (ref U1) (pin 13))) 667 | (net (code 5) (name "Net-(C2-Pad1)") 668 | (node (ref U1) (pin 28)) 669 | (node (ref Y1) (pin 2)) 670 | (node (ref C2) (pin 1))) 671 | (net (code 6) (name /50ohm_ufl) 672 | (node (ref R1) (pin 2)) 673 | (node (ref J1) (pin 1))) 674 | (net (code 7) (name SD_D1) 675 | (node (ref P1) (pin 22)) 676 | (node (ref R9) (pin 1))) 677 | (net (code 8) (name "Net-(P1-Pad8)") 678 | (node (ref P1) (pin 8))) 679 | (net (code 9) (name "Net-(P1-Pad28)") 680 | (node (ref P1) (pin 28))) 681 | (net (code 10) (name "Net-(P1-Pad27)") 682 | (node (ref P1) (pin 27))) 683 | (net (code 11) (name "Net-(U1-Pad26)") 684 | (node (ref U1) (pin 26)) 685 | (node (ref W2) (pin 1))) 686 | (net (code 12) (name "Net-(U1-Pad25)") 687 | (node (ref U1) (pin 25)) 688 | (node (ref W1) (pin 1))) 689 | (net (code 13) (name "Net-(P1-Pad10)") 690 | (node (ref P1) (pin 10))) 691 | (net (code 14) (name "Net-(P1-Pad17)") 692 | (node (ref P1) (pin 17))) 693 | (net (code 15) (name GND) 694 | (node (ref W5) (pin 1)) 695 | (node (ref W4) (pin 1)) 696 | (node (ref W3) (pin 1)) 697 | (node (ref J1) (pin 2)) 698 | (node (ref C5) (pin 2)) 699 | (node (ref R3) (pin 1)) 700 | (node (ref C2) (pin 2)) 701 | (node (ref C4) (pin 2)) 702 | (node (ref C7) (pin 2)) 703 | (node (ref W6) (pin 1)) 704 | (node (ref L1) (pin 2)) 705 | (node (ref P1) (pin 25)) 706 | (node (ref P1) (pin 39)) 707 | (node (ref P1) (pin 34)) 708 | (node (ref P1) (pin 6)) 709 | (node (ref U2) (pin 1)) 710 | (node (ref P1) (pin 20)) 711 | (node (ref P1) (pin 14)) 712 | (node (ref P1) (pin 30)) 713 | (node (ref C6) (pin 2)) 714 | (node (ref U1) (pin 33)) 715 | (node (ref L2) (pin 2)) 716 | (node (ref ANT1) (pin 1)) 717 | (node (ref C1) (pin 2)) 718 | (node (ref J1) (pin 3)) 719 | (node (ref JP4) (pin 2)) 720 | (node (ref JP3) (pin 2)) 721 | (node (ref JP2) (pin 2))) 722 | (net (code 16) (name /5V_filt) 723 | (node (ref U2) (pin 3)) 724 | (node (ref FB1) (pin 2)) 725 | (node (ref C6) (pin 1))) 726 | (net (code 17) (name +5V) 727 | (node (ref P1) (pin 4)) 728 | (node (ref FB1) (pin 1)) 729 | (node (ref P1) (pin 2))) 730 | (net (code 18) (name SD_D0) 731 | (node (ref R8) (pin 1)) 732 | (node (ref P1) (pin 18))) 733 | (net (code 19) (name SD_CMD) 734 | (node (ref P1) (pin 16)) 735 | (node (ref R6) (pin 1))) 736 | (net (code 20) (name SD_CLK) 737 | (node (ref P1) (pin 15)) 738 | (node (ref R7) (pin 1))) 739 | (net (code 21) (name "Net-(R5-Pad2)") 740 | (node (ref R5) (pin 2)) 741 | (node (ref U1) (pin 19))) 742 | (net (code 22) (name "Net-(R4-Pad2)") 743 | (node (ref U1) (pin 18)) 744 | (node (ref R4) (pin 2))) 745 | (net (code 23) (name "Net-(R9-Pad2)") 746 | (node (ref R9) (pin 2)) 747 | (node (ref U1) (pin 23))) 748 | (net (code 24) (name "Net-(R8-Pad2)") 749 | (node (ref U1) (pin 22)) 750 | (node (ref R8) (pin 2))) 751 | (net (code 25) (name "Net-(R6-Pad2)") 752 | (node (ref U1) (pin 20)) 753 | (node (ref R6) (pin 2))) 754 | (net (code 26) (name "Net-(R7-Pad2)") 755 | (node (ref U1) (pin 21)) 756 | (node (ref R7) (pin 2))) 757 | (net (code 27) (name SD_D2) 758 | (node (ref R4) (pin 1)) 759 | (node (ref P1) (pin 37))) 760 | (net (code 28) (name SD_D3) 761 | (node (ref R5) (pin 1)) 762 | (node (ref P1) (pin 13))) 763 | (net (code 29) (name GPIO6) 764 | (node (ref P1) (pin 31)) 765 | (node (ref JP1) (pin 3))) 766 | (net (code 30) (name +3V3) 767 | (node (ref C4) (pin 1)) 768 | (node (ref C7) (pin 1)) 769 | (node (ref C5) (pin 1)) 770 | (node (ref U2) (pin 2)) 771 | (node (ref U1) (pin 17)) 772 | (node (ref U1) (pin 1)) 773 | (node (ref U1) (pin 3)) 774 | (node (ref U1) (pin 4)) 775 | (node (ref U1) (pin 29)) 776 | (node (ref U1) (pin 30)) 777 | (node (ref U1) (pin 11))) 778 | (net (code 31) (name GPIO5) 779 | (node (ref JP1) (pin 2)) 780 | (node (ref U1) (pin 7)) 781 | (node (ref JP1) (pin 1)) 782 | (node (ref P1) (pin 29))) 783 | (net (code 32) (name "Net-(R3-Pad2)") 784 | (node (ref R3) (pin 2)) 785 | (node (ref U1) (pin 31))) 786 | (net (code 33) (name "Net-(U1-Pad5)") 787 | (node (ref U1) (pin 5))) 788 | (net (code 34) (name "Net-(U1-Pad12)") 789 | (node (ref U1) (pin 12))) 790 | (net (code 35) (name "Net-(U1-Pad10)") 791 | (node (ref U1) (pin 10))) 792 | (net (code 36) (name "Net-(U1-Pad9)") 793 | (node (ref U1) (pin 9))) 794 | (net (code 37) (name "Net-(U1-Pad8)") 795 | (node (ref U1) (pin 8))) 796 | (net (code 38) (name "Net-(U1-Pad6)") 797 | (node (ref U1) (pin 6))) 798 | (net (code 39) (name "Net-(U1-Pad16)") 799 | (node (ref U1) (pin 16))) 800 | (net (code 40) (name "Net-(U1-Pad24)") 801 | (node (ref U1) (pin 24))) 802 | (net (code 41) (name "Net-(U1-Pad32)") 803 | (node (ref U1) (pin 32))) 804 | (net (code 42) (name "Net-(P1-Pad33)") 805 | (node (ref P1) (pin 33))) 806 | (net (code 43) (name "Net-(P1-Pad23)") 807 | (node (ref P1) (pin 23))) 808 | (net (code 44) (name "Net-(P1-Pad32)") 809 | (node (ref P1) (pin 32))) 810 | (net (code 45) (name "Net-(P1-Pad12)") 811 | (node (ref P1) (pin 12))) 812 | (net (code 46) (name "Net-(P1-Pad21)") 813 | (node (ref P1) (pin 21))) 814 | (net (code 47) (name "Net-(P1-Pad11)") 815 | (node (ref P1) (pin 11))) 816 | (net (code 48) (name "Net-(P1-Pad40)") 817 | (node (ref P1) (pin 40))) 818 | (net (code 49) (name "Net-(P1-Pad24)") 819 | (node (ref P1) (pin 24))) 820 | (net (code 50) (name "Net-(P1-Pad9)") 821 | (node (ref P1) (pin 9))) 822 | (net (code 51) (name "Net-(P1-Pad7)") 823 | (node (ref P1) (pin 7))) 824 | (net (code 52) (name "Net-(P1-Pad5)") 825 | (node (ref P1) (pin 5))) 826 | (net (code 53) (name "Net-(P1-Pad3)") 827 | (node (ref P1) (pin 3))) 828 | (net (code 54) (name "Net-(P1-Pad19)") 829 | (node (ref P1) (pin 19))) 830 | (net (code 55) (name "Net-(P1-Pad38)") 831 | (node (ref P1) (pin 38))) 832 | (net (code 56) (name "Net-(P1-Pad36)") 833 | (node (ref P1) (pin 36))) 834 | (net (code 57) (name "Net-(P1-Pad26)") 835 | (node (ref P1) (pin 26))) 836 | (net (code 58) (name "Net-(P1-Pad35)") 837 | (node (ref P1) (pin 35))) 838 | (net (code 59) (name "Net-(P1-Pad1)") 839 | (node (ref P1) (pin 1))) 840 | (net (code 60) (name /50ohm_ant) 841 | (node (ref ANT1) (pin 2)) 842 | (node (ref R2) (pin 1))) 843 | (net (code 61) (name /50ohm_filt) 844 | (node (ref R1) (pin 1)) 845 | (node (ref C3) (pin 2)) 846 | (node (ref L1) (pin 1)) 847 | (node (ref R2) (pin 2))) 848 | (net (code 62) (name /50ohm_LNA) 849 | (node (ref U1) (pin 2)) 850 | (node (ref C3) (pin 1)) 851 | (node (ref L2) (pin 1))))) -------------------------------------------------------------------------------- /esp_hat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al177/esp_hat/6691c5cbba6d3f1d594a4575c7ef36124f1b2e0f/esp_hat.pdf -------------------------------------------------------------------------------- /esp_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al177/esp_hat/6691c5cbba6d3f1d594a4575c7ef36124f1b2e0f/esp_hat.png -------------------------------------------------------------------------------- /esp_hat.pretty/GS2.kicad_mod: -------------------------------------------------------------------------------- 1 | (module GS2 (layer F.Cu) (tedit 5686DEAD) 2 | (descr "Pontet Goute de soudure") 3 | (attr virtual) 4 | (fp_text reference REF** (at 1.778 0 90) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value GS2 (at 1.524 0 90) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start -0.889 -1.27) (end -0.889 1.27) (layer F.SilkS) (width 0.15)) 11 | (fp_line (start 0.889 1.27) (end 0.889 -1.27) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start 0.889 1.27) (end -0.889 1.27) (layer F.SilkS) (width 0.15)) 13 | (fp_line (start -0.889 -1.27) (end 0.889 -1.27) (layer F.SilkS) (width 0.15)) 14 | (pad 1 smd rect (at 0 -0.635) (size 1.27 0.9652) (layers F.Cu F.Mask)) 15 | (pad 2 smd rect (at 0 0.635) (size 1.27 0.9652) (layers F.Cu F.Mask)) 16 | ) 17 | -------------------------------------------------------------------------------- /esp_hat.pretty/GS3.kicad_mod: -------------------------------------------------------------------------------- 1 | (module GS3 (layer F.Cu) (tedit 5686E0D9) 2 | (descr "Pontet Goute de soudure") 3 | (attr virtual) 4 | (fp_text reference REF** (at 1.524 0 90) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value GS3 (at 1.524 0 90) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start -0.889 -1.905) (end -0.889 1.905) (layer F.SilkS) (width 0.15)) 11 | (fp_line (start -0.889 1.905) (end 0.889 1.905) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start 0.889 1.905) (end 0.889 -1.905) (layer F.SilkS) (width 0.15)) 13 | (fp_line (start -0.889 -1.905) (end 0.889 -1.905) (layer F.SilkS) (width 0.15)) 14 | (pad 1 smd rect (at 0 -1.27) (size 1.27 0.9652) (layers F.Cu F.Mask)) 15 | (pad 2 smd rect (at 0 0) (size 1.27 0.9652) (layers F.Cu F.Mask)) 16 | (pad 3 smd rect (at 0 1.27) (size 1.27 0.9652) (layers F.Cu F.Mask)) 17 | ) 18 | -------------------------------------------------------------------------------- /esp_hat.pretty/Measurement_Point_Round-SMD-Pad_Small.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Measurement_Point_Round-SMD-Pad_Small (layer F.Cu) (tedit 568A058C) 2 | (descr "Mesurement Point, Round, SMD Pad, DM 1.5mm,") 3 | (tags "Mesurement Point, Round, SMD Pad, DM 1.5mm,") 4 | (fp_text reference W** (at 0 -2.54) (layer F.Fab) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value Measurement_Point_Round-SMD-Pad_Small (at 1.27 2.54) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (pad 1 smd circle (at 0 0) (size 1 1) (layers F.Cu F.Mask)) 11 | ) 12 | -------------------------------------------------------------------------------- /esp_hat.pretty/NPTH_Hole_2_75mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module NPTH_Hole_2_75mm (layer F.Cu) (tedit 5684C0E8) 2 | (descr "Mounting hole, Befestigungsbohrung, 3,5mm, No Annular, Kein Restring,") 3 | (tags "Mounting hole, Befestigungsbohrung, 3,5mm, No Annular, Kein Restring,") 4 | (fp_text reference REF** (at 0 -4.50088) (layer F.SilkS) hide 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value MountingHole_2-75mm (at 0 5.00126) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_circle (center 0 0) (end 3.25 0) (layer Cmts.User) (width 0.381)) 11 | (pad 1 thru_hole circle (at 0 0) (size 2.75 2.75) (drill 2.75) (layers *.Cu *.Mask F.SilkS) 12 | (clearance 0.2) (zone_connect 2)) 13 | (pad 1 thru_hole circle (at -2.8 0) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 14 | (pad 1 thru_hole circle (at -2.424871 1.4 30) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 15 | (pad 1 thru_hole circle (at -1.4 2.424871 60) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 16 | (pad 1 thru_hole circle (at 0 2.8 90) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 17 | (pad 1 thru_hole circle (at 1.4 2.424871 120) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 18 | (pad 1 thru_hole circle (at 2.424871 1.4 150) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 19 | (pad 1 thru_hole circle (at 2.8 0 180) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 20 | (pad 1 thru_hole circle (at 2.424871 -1.4 210) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 21 | (pad 1 thru_hole circle (at 1.4 -2.424871 240) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 22 | (pad 1 thru_hole circle (at 0 -2.8 270) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 23 | (pad 1 thru_hole circle (at -1.4 -2.424871 300) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 24 | (pad 1 thru_hole circle (at -2.424871 -1.4 330) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 25 | ) 26 | -------------------------------------------------------------------------------- /esp_hat.pretty/NPTH_Hole_3-5mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module NPTH_Hole_3-5mm (layer F.Cu) (tedit 566B3FA1) 2 | (descr "Mounting hole, Befestigungsbohrung, 3,5mm, No Annular, Kein Restring,") 3 | (tags "Mounting hole, Befestigungsbohrung, 3,5mm, No Annular, Kein Restring,") 4 | (fp_text reference REF** (at 0 -4.50088) (layer F.SilkS) hide 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value MountingHole_3-5mm (at 0 5.00126) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.381)) 11 | (pad "" np_thru_hole circle (at 0 0) (size 3.5 3.5) (drill 3.5) (layers *.Mask F.Cu) 12 | (solder_mask_margin 1) (zone_connect 0)) 13 | ) 14 | -------------------------------------------------------------------------------- /esp_hat.pretty/SOT-223-REG_VOUTSLUG.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SOT-223-REG_VOUTSLUG (layer F.Cu) (tedit 56849956) 2 | (descr "module CMS SOT223 4 pins") 3 | (tags "CMS SOT") 4 | (attr smd) 5 | (fp_text reference REF** (at 0 -0.762) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value SOT-223 (at 0 0.762) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -3.556 1.524) (end -3.556 4.572) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start -3.556 4.572) (end 3.556 4.572) (layer F.SilkS) (width 0.15)) 13 | (fp_line (start 3.556 4.572) (end 3.556 1.524) (layer F.SilkS) (width 0.15)) 14 | (fp_line (start -3.556 -1.524) (end -3.556 -2.286) (layer F.SilkS) (width 0.15)) 15 | (fp_line (start -3.556 -2.286) (end -2.032 -4.572) (layer F.SilkS) (width 0.15)) 16 | (fp_line (start -2.032 -4.572) (end 2.032 -4.572) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start 2.032 -4.572) (end 3.556 -2.286) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start 3.556 -2.286) (end 3.556 -1.524) (layer F.SilkS) (width 0.15)) 19 | (pad 2 smd rect (at 0 -3.302) (size 3.6576 2.032) (layers F.Cu F.Paste F.Mask)) 20 | (pad 2 smd rect (at 0 3.302) (size 1.016 2.032) (layers F.Cu F.Paste F.Mask)) 21 | (pad 3 smd rect (at 2.286 3.302) (size 1.016 2.032) (layers F.Cu F.Paste F.Mask)) 22 | (pad 1 smd rect (at -2.286 3.302) (size 1.016 2.032) (layers F.Cu F.Paste F.Mask)) 23 | (model TO_SOT_Packages_SMD.3dshapes/SOT-223.wrl 24 | (at (xyz 0 0 0)) 25 | (scale (xyz 0.4 0.4 0.4)) 26 | (rotate (xyz 0 0 0)) 27 | ) 28 | ) 29 | -------------------------------------------------------------------------------- /esp_hat.pretty/SOT-223-gndslug.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SOT-223-gndslug (layer F.Cu) (tedit 566B2583) 2 | (descr "module CMS SOT223 4 pins") 3 | (tags "CMS SOT") 4 | (attr smd) 5 | (fp_text reference REF** (at 0 -0.762) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value SOT-223 (at 0 0.762) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -3.556 1.524) (end -3.556 4.572) (layer F.SilkS) (width 0.15)) 12 | (fp_line (start -3.556 4.572) (end 3.556 4.572) (layer F.SilkS) (width 0.15)) 13 | (fp_line (start 3.556 4.572) (end 3.556 1.524) (layer F.SilkS) (width 0.15)) 14 | (fp_line (start -3.556 -1.524) (end -3.556 -2.286) (layer F.SilkS) (width 0.15)) 15 | (fp_line (start -3.556 -2.286) (end -2.032 -4.572) (layer F.SilkS) (width 0.15)) 16 | (fp_line (start -2.032 -4.572) (end 2.032 -4.572) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start 2.032 -4.572) (end 3.556 -2.286) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start 3.556 -2.286) (end 3.556 -1.524) (layer F.SilkS) (width 0.15)) 19 | (pad 1 smd rect (at 0 -3.302) (size 3.6576 2.032) (layers F.Cu F.Paste F.Mask)) 20 | (pad 2 smd rect (at 0 3.302) (size 1.016 2.032) (layers F.Cu F.Paste F.Mask)) 21 | (pad 3 smd rect (at 2.286 3.302) (size 1.016 2.032) (layers F.Cu F.Paste F.Mask)) 22 | (pad 1 smd rect (at -2.286 3.302) (size 1.016 2.032) (layers F.Cu F.Paste F.Mask)) 23 | (model TO_SOT_Packages_SMD.3dshapes/SOT-223.wrl 24 | (at (xyz 0 0 0)) 25 | (scale (xyz 0.4 0.4 0.4)) 26 | (rotate (xyz 0 0 0)) 27 | ) 28 | ) 29 | -------------------------------------------------------------------------------- /esp_hat.pretty/Socket_Strip_Straight_2x20_pi.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Socket_Strip_Straight_2x20_pi (layer F.Cu) (tedit 56685433) 2 | (descr "Through hole socket strip") 3 | (tags "socket strip") 4 | (fp_text reference P1 (at -24.13 -6.37) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value CONN_02X20 (at -24.13 -4.37) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start -25.88 -3.02) (end -25.88 3.03) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start 25.92 -3.02) (end 25.92 3.03) (layer F.CrtYd) (width 0.05)) 12 | (fp_line (start -25.88 -3.02) (end 25.92 -3.02) (layer F.CrtYd) (width 0.05)) 13 | (fp_line (start -25.88 3.03) (end 25.92 3.03) (layer F.CrtYd) (width 0.05)) 14 | (fp_line (start 25.4 2.54) (end -25.4 2.54) (layer F.SilkS) (width 0.15)) 15 | (fp_line (start -22.86 -2.54) (end 25.4 -2.54) (layer F.SilkS) (width 0.15)) 16 | (fp_line (start 25.4 2.54) (end 25.4 -2.54) (layer F.SilkS) (width 0.15)) 17 | (fp_line (start -25.4 2.54) (end -25.4 0) (layer F.SilkS) (width 0.15)) 18 | (fp_line (start -24.13 -2.82) (end -25.68 -2.82) (layer F.SilkS) (width 0.15)) 19 | (fp_line (start -25.4 0) (end -22.86 0) (layer F.SilkS) (width 0.15)) 20 | (fp_line (start -22.86 0) (end -22.86 -2.54) (layer F.SilkS) (width 0.15)) 21 | (fp_line (start -25.68 -2.82) (end -25.68 -1.27) (layer F.SilkS) (width 0.15)) 22 | (pad 1 thru_hole rect (at -24.13 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 23 | (pad 2 thru_hole oval (at -24.13 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 24 | (pad 3 thru_hole oval (at -21.59 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 25 | (pad 4 thru_hole oval (at -21.59 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 26 | (pad 5 thru_hole oval (at -19.05 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 27 | (pad 6 thru_hole oval (at -19.05 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 28 | (pad 7 thru_hole oval (at -16.51 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 29 | (pad 8 thru_hole oval (at -16.51 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 30 | (pad 9 thru_hole oval (at -13.97 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 31 | (pad 10 thru_hole oval (at -13.97 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 32 | (pad 11 thru_hole oval (at -11.43 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 33 | (pad 12 thru_hole oval (at -11.43 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 34 | (pad 13 thru_hole oval (at -8.89 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 14 thru_hole oval (at -8.89 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 36 | (pad 15 thru_hole oval (at -6.35 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 37 | (pad 16 thru_hole oval (at -6.35 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 38 | (pad 17 thru_hole oval (at -3.81 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 39 | (pad 18 thru_hole oval (at -3.81 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 40 | (pad 19 thru_hole oval (at -1.27 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 41 | (pad 20 thru_hole oval (at -1.27 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 42 | (pad 21 thru_hole oval (at 1.27 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 43 | (pad 22 thru_hole oval (at 1.27 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 44 | (pad 23 thru_hole oval (at 3.81 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 45 | (pad 24 thru_hole oval (at 3.81 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 46 | (pad 25 thru_hole oval (at 6.35 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 47 | (pad 26 thru_hole oval (at 6.35 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 48 | (pad 27 thru_hole oval (at 8.89 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 49 | (pad 28 thru_hole oval (at 8.89 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 50 | (pad 29 thru_hole oval (at 11.43 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 51 | (pad 30 thru_hole oval (at 11.43 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 52 | (pad 31 thru_hole oval (at 13.97 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 53 | (pad 32 thru_hole oval (at 13.97 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 54 | (pad 33 thru_hole oval (at 16.51 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 55 | (pad 34 thru_hole oval (at 16.51 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 56 | (pad 35 thru_hole oval (at 19.05 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 57 | (pad 36 thru_hole oval (at 19.05 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 58 | (pad 37 thru_hole oval (at 21.59 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 59 | (pad 38 thru_hole oval (at 21.59 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 60 | (pad 39 thru_hole oval (at 24.13 -1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 61 | (pad 40 thru_hole oval (at 24.13 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)) 62 | (model Socket_Strips.3dshapes/Socket_Strip_Straight_2x20.wrl 63 | (at (xyz 0 0 0)) 64 | (scale (xyz 1 1 1)) 65 | (rotate (xyz 0 0 180)) 66 | ) 67 | ) 68 | -------------------------------------------------------------------------------- /esp_hat.pretty/TI_DN007_2.4GHz.kicad_mod: -------------------------------------------------------------------------------- 1 | (module TI_DN007_2.4GHz (layer F.Cu) (tedit 5684FB66) 2 | (attr virtual) 3 | (fp_text reference ANT1 (at 0 -2.5) (layer F.SilkS) hide 4 | (effects (font (size 0.6 0.6) (thickness 0.127))) 5 | ) 6 | (fp_text value Antenna_PCB_type (at 6 2) (layer Cmts.User) 7 | (effects (font (size 0.7 0.7) (thickness 0.15))) 8 | ) 9 | (fp_text user ANTENNA (at 6 0) (layer Cmts.User) 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | ) 12 | (fp_line (start 14 -3.76) (end -14 -3.76) (layer F.Fab) (width 0.05)) 13 | (fp_line (start -14 -3.76) (end -14 3.76) (layer F.Fab) (width 0.05)) 14 | (fp_line (start -14 3.76) (end 14 3.76) (layer F.Fab) (width 0.05)) 15 | (fp_line (start 14 -3.76) (end 14 3.76) (layer F.Fab) (width 0.05)) 16 | (pad 1 connect rect (at 0 -2.545) (size 25.38 1.21) (layers F.Cu)) 17 | (pad 1 connect rect (at -7.11 -2.045) (size 7 2.21) (layers F.Cu)) 18 | (pad 1 connect rect (at -11.7 -0.065) (size 2.18 5.97) (layers F.Cu)) 19 | (pad 1 connect rect (at -7.7 2.375) (size 9.98 1.29) (layers F.Cu)) 20 | (pad 1 connect rect (at -4.21 0.465) (size 3 1.21) (layers F.Cu)) 21 | (pad 1 connect rect (at -4.21 0.465) (size 3.2 1.01) (layers F.Cu)) 22 | (pad 1 connect rect (at -4.21 -1.04) (size 1.2 4.22) (layers F.Cu)) 23 | (pad 1 connect rect (at -5.235 2.745) (size 1.15 2.03) (layers F.Cu) 24 | (zone_connect 2)) 25 | (pad 1 connect rect (at -3.185 2.795) (size 1.15 1.93) (layers F.Cu) 26 | (zone_connect 2)) 27 | (pad 2 connect rect (at -1.93 2.577) (size 0.46 2.366) (layers F.Cu) 28 | (zone_connect 2)) 29 | (pad 1 connect rect (at -2.332 1.046 45) (size 0.46 1.246) (layers F.Cu)) 30 | (pad 1 connect circle (at -12.69 -3.05 45) (size 0.2 0.2) (layers F.Cu)) 31 | (pad 1 connect circle (at -12.69 2.92 45) (size 0.2 0.2) (layers F.Cu)) 32 | (pad 1 connect circle (at -2.71 1.83 45) (size 0.2 0.2) (layers F.Cu)) 33 | (pad 1 connect circle (at -1.8 1.394 45) (size 0.2 0.2) (layers F.Cu)) 34 | (pad 1 connect circle (at -2.71 -0.04 45) (size 0.2 0.2) (layers F.Cu)) 35 | (pad 1 connect circle (at -5.71 0.97 45) (size 0.2 0.2) (layers F.Cu)) 36 | (pad 1 connect circle (at -5.71 -0.04 45) (size 0.2 0.2) (layers F.Cu)) 37 | (pad 1 connect rect (at 12 -2.545) (size 1.58 1.01) (layers F.Cu)) 38 | (pad 1 connect circle (at 12.69 -3.05 45) (size 0.2 0.2) (layers F.Cu)) 39 | (pad 1 connect circle (at 12.69 -2.04 45) (size 0.2 0.2) (layers F.Cu)) 40 | (pad 1 connect rect (at -2.71 0.97) (size 0.2 0.2) (layers F.Cu)) 41 | ) 42 | -------------------------------------------------------------------------------- /esp_hat.pretty/VIA_0.40mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module VIA_0.40mm (layer F.Cu) (tedit 5684D11E) 2 | (fp_text reference REF** (at 0.4 -4.8) (layer Cmts.User) hide 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value VIA_0.40mm (at -0.2 -3.3) (layer Cmts.User) hide 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (pad 1 thru_hole circle (at 0 0) (size 0.69 0.69) (drill 0.4) (layers *.Cu)) 9 | ) 10 | -------------------------------------------------------------------------------- /esp_hat.pro: -------------------------------------------------------------------------------- 1 | update=Fri 01 Jan 2016 12:32:47 AM CST 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=esp_hat 62 | [schematic_editor] 63 | version=1 64 | PageLayoutDescrFile= 65 | PlotDirectoryName= 66 | SubpartIdSeparator=0 67 | SubpartFirstId=65 68 | NetFmtName= 69 | SpiceForceRefPrefix=0 70 | SpiceUseNetNumbers=0 71 | LabSize=60 72 | -------------------------------------------------------------------------------- /esp_hat.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:esp_hat 32 | LIBS:esp_hat-cache 33 | EELAYER 25 0 34 | EELAYER END 35 | $Descr A4 11693 8268 36 | encoding utf-8 37 | Sheet 1 1 38 | Title "ESP8266 WiFi Module for Raspberry Pi" 39 | Date "2016-01-03" 40 | Rev "v0.2" 41 | Comp "Andrew Litt" 42 | Comment1 "https://github.com/al177/esp_hat" 43 | Comment2 "" 44 | Comment3 "" 45 | Comment4 "" 46 | $EndDescr 47 | $Comp 48 | L CONN_02X20 P1 49 | U 1 1 5665E56D 50 | P 8950 3300 51 | F 0 "P1" H 8950 4350 50 0000 C CNN 52 | F 1 "CONN_02X20" V 8950 3300 50 0000 C CNN 53 | F 2 "esp_hat:Socket_Strip_Straight_2x20_pi" H 8950 2350 50 0001 C CNN 54 | F 3 "" H 8950 2350 50 0000 C CNN 55 | F 4 "Adafruit Industries" H 8950 3300 60 0001 C CNN "MFG Name" 56 | F 5 "2223" H 8950 3300 60 0001 C CNN "MFG Part Num" 57 | F 6 "1528-1385-ND" H 8950 3300 60 0001 C CNN "Digikey PN" 58 | F 7 "http://www.digikey.com/product-search/en?pv88=23&FV=fff40016%2Cfff802f4&mnonly=0&newproducts=1&ColumnSort=0&page=1&quantity=0&ptm=0&fid=0&pageSize=25" H 8950 3300 60 0001 C CNN "Digikey Link" 59 | F 8 "NA" H 8950 3300 60 0001 C CNN "2nd Distrib PN" 60 | F 9 "NA" H 8950 3300 60 0001 C CNN "2nd Distrib Link" 61 | 1 8950 3300 62 | 1 0 0 -1 63 | $EndComp 64 | Text GLabel 8550 3050 0 39 BiDi ~ 0 65 | SD_CLK 66 | Text GLabel 9300 3050 2 39 BiDi ~ 0 67 | SD_CMD 68 | Text GLabel 8550 2950 0 39 BiDi ~ 0 69 | SD_D3 70 | Text GLabel 9300 3150 2 39 BiDi ~ 0 71 | SD_D0 72 | Text GLabel 9300 3350 2 39 BiDi ~ 0 73 | SD_D1 74 | Text GLabel 8550 4150 0 39 BiDi ~ 0 75 | SD_D2 76 | $Comp 77 | L GND #PWR01 78 | U 1 1 5665E6B7 79 | P 9750 3300 80 | F 0 "#PWR01" H 9750 3050 50 0001 C CNN 81 | F 1 "GND" H 9750 3150 50 0000 C CNN 82 | F 2 "" H 9750 3300 50 0000 C CNN 83 | F 3 "" H 9750 3300 50 0000 C CNN 84 | 1 9750 3300 85 | 1 0 0 -1 86 | $EndComp 87 | $Comp 88 | L GND #PWR02 89 | U 1 1 5665E7BC 90 | P 9750 4300 91 | F 0 "#PWR02" H 9750 4050 50 0001 C CNN 92 | F 1 "GND" H 9750 4150 50 0000 C CNN 93 | F 2 "" H 9750 4300 50 0000 C CNN 94 | F 3 "" H 9750 4300 50 0000 C CNN 95 | 1 9750 4300 96 | 1 0 0 -1 97 | $EndComp 98 | $Comp 99 | L GND #PWR03 100 | U 1 1 5665E846 101 | P 8050 4300 102 | F 0 "#PWR03" H 8050 4050 50 0001 C CNN 103 | F 1 "GND" H 8050 4150 50 0000 C CNN 104 | F 2 "" H 8050 4300 50 0000 C CNN 105 | F 3 "" H 8050 4300 50 0000 C CNN 106 | 1 8050 4300 107 | 1 0 0 -1 108 | $EndComp 109 | $Comp 110 | L ESP8266EX U1 111 | U 1 1 56673DC4 112 | P 4050 4150 113 | F 0 "U1" H 4050 4350 60 0000 C CNN 114 | F 1 "ESP8266EX" H 4050 4150 60 0000 C CNN 115 | F 2 "Housings_DFN_QFN:QFN-32-1EP_5x5mm_Pitch0.5mm" H 4250 3350 60 0000 C CNN 116 | F 3 "http://bbs.espressif.com/download/file.php?id=714" H 4050 4150 60 0001 C CNN 117 | F 4 "Espressif" H 4050 4150 60 0001 C CNN "MFG Name" 118 | F 5 "ESP8266EX" H 4050 4150 60 0001 C CNN "MFG Part Num" 119 | F 6 "NA" H 4050 4150 60 0001 C CNN "1st Distrib PN" 120 | F 7 "NA" H 4050 4150 60 0001 C CNN "1st Distrib Link" 121 | F 8 "NA" H 4050 4150 60 0001 C CNN "2nd Distrib PN" 122 | F 9 "NA" H 4050 4150 60 0001 C CNN "2nd Distrib Link" 123 | 1 4050 4150 124 | 1 0 0 -1 125 | $EndComp 126 | $Comp 127 | L R R7 128 | U 1 1 56673EFA 129 | P 6100 3050 130 | F 0 "R7" V 6180 3050 50 0000 C CNN 131 | F 1 "200" V 6100 3050 50 0000 C CNN 132 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 6030 3050 50 0001 C CNN 133 | F 3 "" H 6100 3050 50 0000 C CNN 134 | F 4 "Panasonic Electronic Components" H 6100 3050 60 0001 C CNN "MFG Name" 135 | F 5 "ERJ-3EKF2000V" H 6100 3050 60 0001 C CNN "MFG Part Num" 136 | F 6 "P200HCT-ND" H 6100 3050 60 0001 C CNN "Digikey PN" 137 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240" H 6100 3050 60 0001 C CNN "Digikey Link" 138 | F 8 "NA" H 6100 3050 60 0001 C CNN "2nd Distrib PN" 139 | F 9 "NA" H 6100 3050 60 0001 C CNN "2nd Distrib Link" 140 | 1 6100 3050 141 | 0 1 1 0 142 | $EndComp 143 | Text GLabel 6450 3050 2 39 BiDi ~ 0 144 | SD_CLK 145 | Text GLabel 6450 3250 2 39 BiDi ~ 0 146 | SD_CMD 147 | Text GLabel 6450 3450 2 39 BiDi ~ 0 148 | SD_D0 149 | Text GLabel 6450 3650 2 39 BiDi ~ 0 150 | SD_D1 151 | Text GLabel 6450 3850 2 39 BiDi ~ 0 152 | SD_D2 153 | Text GLabel 6450 4050 2 39 BiDi ~ 0 154 | SD_D3 155 | $Comp 156 | L R R3 157 | U 1 1 566746A1 158 | P 4750 2100 159 | F 0 "R3" V 4830 2100 50 0000 C CNN 160 | F 1 "12.0K 1%" V 4650 2200 50 0000 C CNN 161 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 4680 2100 50 0001 C CNN 162 | F 3 "" H 4750 2100 50 0000 C CNN 163 | F 4 "Panasonic Electronic Components" H 4750 2100 60 0001 C CNN "MFG Name" 164 | F 5 "ERJ-3EKF12R0V" H 4750 2100 60 0001 C CNN "MFG Part Num" 165 | F 6 "P12.0HCT-ND" H 4750 2100 60 0001 C CNN "Digikey PN" 166 | F 7 "NA" H 4750 2100 60 0001 C CNN "Digikey Link" 167 | F 8 "NA" H 4750 2100 60 0001 C CNN "2nd Distrib PN" 168 | F 9 "NA" H 4750 2100 60 0001 C CNN "2nd Distrib Link" 169 | 1 4750 2100 170 | 1 0 0 -1 171 | $EndComp 172 | $Comp 173 | L GND #PWR04 174 | U 1 1 56674D49 175 | P 2900 1800 176 | F 0 "#PWR04" H 2900 1550 50 0001 C CNN 177 | F 1 "GND" H 2900 1650 50 0000 C CNN 178 | F 2 "" H 2900 1800 50 0000 C CNN 179 | F 3 "" H 2900 1800 50 0000 C CNN 180 | 1 2900 1800 181 | 1 0 0 -1 182 | $EndComp 183 | $Comp 184 | L C C4 185 | U 1 1 56674E16 186 | P 2900 1600 187 | F 0 "C4" H 2925 1700 50 0000 L CNN 188 | F 1 "0.1uF" H 2925 1500 50 0000 L CNN 189 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 2938 1450 50 0001 C CNN 190 | F 3 "" H 2900 1600 50 0000 C CNN 191 | F 4 "Murata Electronics North America" H 2900 1600 60 0001 C CNN "MFG Name" 192 | F 5 "GRM188R71C104KA01D" H 2900 1600 60 0001 C CNN "MFG Part Num" 193 | F 6 "490-1532-1-ND" H 2900 1600 60 0001 C CNN "Digikey PN" 194 | F 7 "https://www.digikey.com/product-detail/en/GRM188R71C104KA01D/490-1532-1-ND/587771" H 2900 1600 60 0001 C CNN "Digikey Link" 195 | F 8 "NA" H 2900 1600 60 0001 C CNN "2nd Distrib PN" 196 | F 9 "NA" H 2900 1600 60 0001 C CNN "2nd Distrib Link" 197 | 1 2900 1600 198 | 1 0 0 -1 199 | $EndComp 200 | $Comp 201 | L C C3 202 | U 1 1 56675185 203 | P 2200 3250 204 | F 0 "C3" H 2225 3350 50 0000 L CNN 205 | F 1 "5.6pF" H 2225 3150 50 0000 L CNN 206 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 2238 3100 50 0001 C CNN 207 | F 3 "" H 2200 3250 50 0000 C CNN 208 | F 4 "Johanson Technology Inc." H 2200 3250 60 0001 C CNN "MFG Name" 209 | F 5 "251R14S5R6CV4T" H 2200 3250 60 0001 C CNN "MFG Part Num" 210 | F 6 "712-1360-1-ND" H 2200 3250 60 0001 C CNN "1st Distrib PN" 211 | F 7 "https://www.digikey.com/product-detail/en/251R14S5R6CV4T/712-1360-1-ND/1786822" H 2200 3250 60 0001 C CNN "1st Distrib Link" 212 | F 8 "NA" H 2200 3250 60 0001 C CNN "2nd Distrib PN" 213 | F 9 "NA" H 2200 3250 60 0001 C CNN "2nd Distrib Link" 214 | 1 2200 3250 215 | 0 1 1 0 216 | $EndComp 217 | $Comp 218 | L C C1 219 | U 1 1 566751D8 220 | P 1500 5300 221 | F 0 "C1" H 1525 5400 50 0000 L CNN 222 | F 1 "10pF" H 1525 5200 50 0000 L CNN 223 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 1538 5150 50 0001 C CNN 224 | F 3 "" H 1500 5300 50 0000 C CNN 225 | F 4 "Kemet" H 1500 5300 60 0001 C CNN "MFG Name" 226 | F 5 "C0603C100J5GACTU" H 1500 5300 60 0001 C CNN "MFG Part Num" 227 | F 6 "399-1049-1-ND" H 1500 5300 60 0001 C CNN "Digikey PN" 228 | F 7 "https://www.digikey.com/product-detail/en/C0603C100J5GACTU/399-1049-1-ND/411324" H 1500 5300 60 0001 C CNN "Digikey Link" 229 | F 8 "NA" H 1500 5300 60 0001 C CNN "2nd Distrib PN" 230 | F 9 "NA" H 1500 5300 60 0001 C CNN "2nd Distrib Link" 231 | 1 1500 5300 232 | -1 0 0 -1 233 | $EndComp 234 | $Comp 235 | L GND #PWR05 236 | U 1 1 566752B6 237 | P 1700 5650 238 | F 0 "#PWR05" H 1700 5400 50 0001 C CNN 239 | F 1 "GND" H 1700 5500 50 0000 C CNN 240 | F 2 "" H 1700 5650 50 0000 C CNN 241 | F 3 "" H 1700 5650 50 0000 C CNN 242 | 1 1700 5650 243 | 1 0 0 -1 244 | $EndComp 245 | $Comp 246 | L Crystal Y1 247 | U 1 1 566753D5 248 | P 1700 5050 249 | F 0 "Y1" H 1700 5200 50 0000 C CNN 250 | F 1 "26MHz 10ppm" H 2050 5150 50 0000 C CNN 251 | F 2 "Crystals:crystal_FA238-TSX3225" H 1700 5050 50 0001 C CNN 252 | F 3 "" H 1700 5050 50 0000 C CNN 253 | F 4 "NDK" H 1700 5050 60 0001 C CNN "MFG Name" 254 | F 5 "NX3225SA-26.000M-STD-CSQ-1" H 1700 5050 60 0001 C CNN "MFG Part Num" 255 | F 6 "44-1269-1-ND" H 1700 5050 60 0001 C CNN "Digikey PN" 256 | F 7 "https://www.digikey.com/product-detail/en/NX3225SA-26.000M-STD-CSQ-1/644-1269-1-ND/5023001" H 1700 5050 60 0001 C CNN "Digikey Link" 257 | F 8 "NA" H 1700 5050 60 0001 C CNN "2nd Distrib PN" 258 | F 9 "NA" H 1700 5050 60 0001 C CNN "2nd Distrib Link" 259 | 1 1700 5050 260 | 1 0 0 -1 261 | $EndComp 262 | Text GLabel 8550 3750 0 39 BiDi ~ 0 263 | GPIO5 264 | Text GLabel 1250 4550 0 39 Input ~ 0 265 | GPIO5 266 | $Comp 267 | L GND #PWR06 268 | U 1 1 56675CD7 269 | P 3150 5650 270 | F 0 "#PWR06" H 3150 5400 50 0001 C CNN 271 | F 1 "GND" H 3150 5500 50 0000 C CNN 272 | F 2 "" H 3150 5650 50 0000 C CNN 273 | F 3 "" H 3150 5650 50 0000 C CNN 274 | 1 3150 5650 275 | 1 0 0 -1 276 | $EndComp 277 | $Comp 278 | L GND #PWR07 279 | U 1 1 56676CA4 280 | P 4350 6600 281 | F 0 "#PWR07" H 4350 6350 50 0001 C CNN 282 | F 1 "GND" H 4350 6450 50 0000 C CNN 283 | F 2 "" H 4350 6600 50 0000 C CNN 284 | F 3 "" H 4350 6600 50 0000 C CNN 285 | 1 4350 6600 286 | 1 0 0 -1 287 | $EndComp 288 | NoConn ~ 8700 2450 289 | NoConn ~ 8700 2550 290 | NoConn ~ 8700 2650 291 | NoConn ~ 8700 2750 292 | NoConn ~ 8700 2850 293 | NoConn ~ 9200 2850 294 | NoConn ~ 8700 3250 295 | NoConn ~ 8700 3350 296 | NoConn ~ 8700 3450 297 | NoConn ~ 9200 3450 298 | NoConn ~ 9200 3550 299 | NoConn ~ 8700 3950 300 | NoConn ~ 8700 4050 301 | NoConn ~ 9200 4250 302 | NoConn ~ 9200 4150 303 | NoConn ~ 9200 4050 304 | NoConn ~ 9200 3850 305 | NoConn ~ 2750 4450 306 | NoConn ~ 2750 4250 307 | NoConn ~ 2750 3850 308 | NoConn ~ 3950 2550 309 | NoConn ~ 3550 5550 310 | NoConn ~ 3750 5550 311 | NoConn ~ 3950 5550 312 | NoConn ~ 4750 5550 313 | NoConn ~ 4950 5550 314 | $Comp 315 | L INDUCTOR_SMALL L2 316 | U 1 1 5667BC3C 317 | P 2500 3550 318 | F 0 "L2" H 2500 3650 50 0000 C CNN 319 | F 1 "DNP" H 2500 3500 50 0000 C CNN 320 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 2500 3550 50 0001 C CNN 321 | F 3 "" H 2500 3550 50 0000 C CNN 322 | 1 2500 3550 323 | 0 1 1 0 324 | $EndComp 325 | $Comp 326 | L INDUCTOR_SMALL L1 327 | U 1 1 5667BC8D 328 | P 1950 3550 329 | F 0 "L1" H 1950 3650 50 0000 C CNN 330 | F 1 "DNP" H 1950 3500 50 0000 C CNN 331 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 1950 3550 50 0001 C CNN 332 | F 3 "" H 1950 3550 50 0000 C CNN 333 | 1 1950 3550 334 | 0 1 1 0 335 | $EndComp 336 | $Comp 337 | L GND #PWR08 338 | U 1 1 5667BD49 339 | P 1950 4050 340 | F 0 "#PWR08" H 1950 3800 50 0001 C CNN 341 | F 1 "GND" H 1950 3900 50 0000 C CNN 342 | F 2 "" H 1950 4050 50 0000 C CNN 343 | F 3 "" H 1950 4050 50 0000 C CNN 344 | 1 1950 4050 345 | 1 0 0 -1 346 | $EndComp 347 | $Comp 348 | L +5V #PWR09 349 | U 1 1 5667D71C 350 | P 9350 2150 351 | F 0 "#PWR09" H 9350 2000 50 0001 C CNN 352 | F 1 "+5V" H 9350 2290 50 0000 C CNN 353 | F 2 "" H 9350 2150 50 0000 C CNN 354 | F 3 "" H 9350 2150 50 0000 C CNN 355 | 1 9350 2150 356 | 1 0 0 -1 357 | $EndComp 358 | $Comp 359 | L C C6 360 | U 1 1 5667DD49 361 | P 8850 1250 362 | F 0 "C6" H 8875 1350 50 0000 L CNN 363 | F 1 "10uF" H 8875 1150 50 0000 L CNN 364 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 8888 1100 50 0001 C CNN 365 | F 3 "" H 8850 1250 50 0000 C CNN 366 | F 4 "Murata Electronics North America" H 8850 1250 60 0001 C CNN "MFG Name" 367 | F 5 "GRM188R60J106ME47J" H 8850 1250 60 0001 C CNN "MFG Part Num" 368 | F 6 "490-6405-1-ND" H 8850 1250 60 0001 C CNN "Digikey PN" 369 | F 7 "https://www.digikey.com/product-detail/en/GRM188R60J106ME47J/490-6405-1-ND/3845602" H 8850 1250 60 0001 C CNN "Digikey Link" 370 | F 8 "NA" H 8850 1250 60 0001 C CNN "2nd Distrib PN" 371 | F 9 "NA" H 8850 1250 60 0001 C CNN "2nd Distrib Link" 372 | 1 8850 1250 373 | 1 0 0 -1 374 | $EndComp 375 | $Comp 376 | L GND #PWR010 377 | U 1 1 5667E065 378 | P 9300 1700 379 | F 0 "#PWR010" H 9300 1450 50 0001 C CNN 380 | F 1 "GND" H 9300 1550 50 0000 C CNN 381 | F 2 "" H 9300 1700 50 0000 C CNN 382 | F 3 "" H 9300 1700 50 0000 C CNN 383 | 1 9300 1700 384 | 1 0 0 -1 385 | $EndComp 386 | $Comp 387 | L +5V #PWR011 388 | U 1 1 5667E2A5 389 | P 7900 900 390 | F 0 "#PWR011" H 7900 750 50 0001 C CNN 391 | F 1 "+5V" H 7900 1040 50 0000 C CNN 392 | F 2 "" H 7900 900 50 0000 C CNN 393 | F 3 "" H 7900 900 50 0000 C CNN 394 | 1 7900 900 395 | 1 0 0 -1 396 | $EndComp 397 | $Comp 398 | L +3.3V #PWR012 399 | U 1 1 5667E37B 400 | P 9750 950 401 | F 0 "#PWR012" H 9750 800 50 0001 C CNN 402 | F 1 "+3.3V" H 9750 1090 50 0000 C CNN 403 | F 2 "" H 9750 950 50 0000 C CNN 404 | F 3 "" H 9750 950 50 0000 C CNN 405 | 1 9750 950 406 | 1 0 0 -1 407 | $EndComp 408 | NoConn ~ 8700 2350 409 | $Comp 410 | L AP1117D33 U2 411 | U 1 1 5667FA18 412 | P 9300 1050 413 | F 0 "U2" H 9400 800 50 0000 C CNN 414 | F 1 "AP1117D33" H 9300 1300 50 0000 C CNN 415 | F 2 "esp_hat:SOT-223-REG_VOUTSLUG" H 9300 1050 50 0001 C CNN 416 | F 3 "" H 9300 1050 50 0000 C CNN 417 | F 4 "Diodes Incorporated" H 9300 1050 60 0001 C CNN "MFG Name" 418 | F 5 "AP1117E33G-13" H 9300 1050 60 0001 C CNN "MFG Part Num" 419 | F 6 "AP1117E33GDICT-ND" H 9300 1050 60 0001 C CNN "Digikey PN" 420 | F 7 "https://www.digikey.com/product-detail/en/AP1117E33G-13/AP1117E33GDICT-ND/1301522" H 9300 1050 60 0001 C CNN "Digikey Link" 421 | F 8 "NA" H 9300 1050 60 0001 C CNN "2nd Distrib PN" 422 | F 9 "NA" H 9300 1050 60 0001 C CNN "2nd Distrib Link" 423 | 1 9300 1050 424 | 1 0 0 -1 425 | $EndComp 426 | $Comp 427 | L R R2 428 | U 1 1 5667EF0D 429 | P 1750 3050 430 | F 0 "R2" V 1830 3050 50 0000 C CNN 431 | F 1 "0" V 1750 3050 50 0000 C CNN 432 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 1680 3050 50 0001 C CNN 433 | F 3 "" H 1750 3050 50 0000 C CNN 434 | F 4 "Panasonic Electronic Components" H 1750 3050 60 0001 C CNN "MFG Name" 435 | F 5 "ERJ-3GEY0R00V" H 1750 3050 60 0001 C CNN "MFG Part Num" 436 | F 6 "P0.0GCT-ND" H 1750 3050 60 0001 C CNN "Digikey PN" 437 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3GEY0R00V/P0.0GCT-ND/134711" H 1750 3050 60 0001 C CNN "Digikey Link" 438 | F 8 "NA" H 1750 3050 60 0001 C CNN "2nd Distrib PN" 439 | F 9 "NA" H 1750 3050 60 0001 C CNN "2nd Distrib Link" 440 | 1 1750 3050 441 | 0 1 1 0 442 | $EndComp 443 | $Comp 444 | L GND #PWR013 445 | U 1 1 56686D35 446 | P 1750 2550 447 | F 0 "#PWR013" H 1750 2300 50 0001 C CNN 448 | F 1 "GND" H 1750 2400 50 0000 C CNN 449 | F 2 "" H 1750 2550 50 0000 C CNN 450 | F 3 "" H 1750 2550 50 0000 C CNN 451 | 1 1750 2550 452 | 1 0 0 -1 453 | $EndComp 454 | Text Label 2450 3250 0 35 ~ 0 455 | 50ohm_LNA 456 | Text Label 1750 3250 0 35 ~ 0 457 | 50ohm_filt 458 | Text Label 1950 3050 1 35 ~ 0 459 | 50ohm_ant 460 | Text Label 1200 3050 3 35 ~ 0 461 | 50ohm_ufl 462 | $Comp 463 | L +3.3V #PWR014 464 | U 1 1 566AA0C8 465 | P 4550 2400 466 | F 0 "#PWR014" H 4550 2250 50 0001 C CNN 467 | F 1 "+3.3V" H 4550 2540 50 0000 C CNN 468 | F 2 "" H 4550 2400 50 0000 C CNN 469 | F 3 "" H 4550 2400 50 0000 C CNN 470 | 1 4550 2400 471 | 1 0 0 -1 472 | $EndComp 473 | $Comp 474 | L +3.3V #PWR015 475 | U 1 1 566AA12D 476 | P 4250 2400 477 | F 0 "#PWR015" H 4250 2250 50 0001 C CNN 478 | F 1 "+3.3V" H 4250 2540 50 0000 C CNN 479 | F 2 "" H 4250 2400 50 0000 C CNN 480 | F 3 "" H 4250 2400 50 0000 C CNN 481 | 1 4250 2400 482 | 1 0 0 -1 483 | $EndComp 484 | $Comp 485 | L +3.3V #PWR016 486 | U 1 1 566AA192 487 | P 3650 2400 488 | F 0 "#PWR016" H 3650 2250 50 0001 C CNN 489 | F 1 "+3.3V" H 3650 2540 50 0000 C CNN 490 | F 2 "" H 3650 2400 50 0000 C CNN 491 | F 3 "" H 3650 2400 50 0000 C CNN 492 | 1 3650 2400 493 | 1 0 0 -1 494 | $EndComp 495 | $Comp 496 | L +3.3V #PWR017 497 | U 1 1 566AA1F7 498 | P 3250 2400 499 | F 0 "#PWR017" H 3250 2250 50 0001 C CNN 500 | F 1 "+3.3V" H 3250 2540 50 0000 C CNN 501 | F 2 "" H 3250 2400 50 0000 C CNN 502 | F 3 "" H 3250 2400 50 0000 C CNN 503 | 1 3250 2400 504 | 1 0 0 -1 505 | $EndComp 506 | $Comp 507 | L +3.3V #PWR018 508 | U 1 1 566AB399 509 | P 2900 1350 510 | F 0 "#PWR018" H 2900 1200 50 0001 C CNN 511 | F 1 "+3.3V" H 2900 1490 50 0000 C CNN 512 | F 2 "" H 2900 1350 50 0000 C CNN 513 | F 3 "" H 2900 1350 50 0000 C CNN 514 | 1 2900 1350 515 | 1 0 0 -1 516 | $EndComp 517 | $Comp 518 | L PWR_FLAG #FLG019 519 | U 1 1 566B25ED 520 | P 9550 2350 521 | F 0 "#FLG019" H 9550 2445 50 0001 C CNN 522 | F 1 "PWR_FLAG" H 9550 2530 50 0000 C CNN 523 | F 2 "" H 9550 2350 50 0000 C CNN 524 | F 3 "" H 9550 2350 50 0000 C CNN 525 | 1 9550 2350 526 | 1 0 0 -1 527 | $EndComp 528 | $Comp 529 | L PWR_FLAG #FLG020 530 | U 1 1 566B36B3 531 | P 9950 4200 532 | F 0 "#FLG020" H 9950 4295 50 0001 C CNN 533 | F 1 "PWR_FLAG" H 9950 4380 50 0000 C CNN 534 | F 2 "" H 9950 4200 50 0000 C CNN 535 | F 3 "" H 9950 4200 50 0000 C CNN 536 | 1 9950 4200 537 | 1 0 0 -1 538 | $EndComp 539 | $Comp 540 | L ANT_INVERTED_F ANT1 541 | U 1 1 566A4198 542 | P 2000 2550 543 | F 0 "ANT1" H 1900 2800 60 0000 C CNN 544 | F 1 "ANT_INVERTED_F" H 2400 2500 60 0000 C CNN 545 | F 2 "esp_hat:TI_DN007_2.4GHz" H 2000 2550 60 0001 C CNN 546 | F 3 "" H 2000 2550 60 0000 C CNN 547 | 1 2000 2550 548 | 1 0 0 -1 549 | $EndComp 550 | $Comp 551 | L U.FL J1 552 | U 1 1 566A4573 553 | P 950 3050 554 | F 0 "J1" H 950 2885 60 0000 C CNN 555 | F 1 "DNP" H 975 3220 60 0000 C CNN 556 | F 2 "mcuos:U.FL-COAX" H 950 3050 60 0001 C CNN 557 | F 3 "" H 950 3050 60 0000 C CNN 558 | F 4 "Hirose Electric Co Ltd" H 950 3050 60 0001 C CNN "MFG Name" 559 | F 5 "U.FL-R-SMT(01)" H 950 3050 60 0001 C CNN "MFG Part Num" 560 | F 6 "H9161-ND" H 950 3050 60 0001 C CNN "Digikey PN" 561 | F 7 "https://www.digikey.com/product-detail/en/U.FL-R-SMT(01)/H9161-ND/513010" H 950 3050 60 0001 C CNN "Digikey Link" 562 | F 8 "NA" H 950 3050 60 0001 C CNN "2nd Distrib PN" 563 | F 9 "NA" H 950 3050 60 0001 C CNN "2nd Distrib Link" 564 | 1 950 3050 565 | 1 0 0 -1 566 | $EndComp 567 | $Comp 568 | L GND #PWR021 569 | U 1 1 566A7026 570 | P 650 3100 571 | F 0 "#PWR021" H 650 2850 50 0001 C CNN 572 | F 1 "GND" H 650 2950 50 0000 C CNN 573 | F 2 "" H 650 3100 50 0000 C CNN 574 | F 3 "" H 650 3100 50 0000 C CNN 575 | 1 650 3100 576 | 1 0 0 -1 577 | $EndComp 578 | $Comp 579 | L FILTER FB1 580 | U 1 1 566ABC3A 581 | P 8350 1050 582 | F 0 "FB1" H 8350 1200 50 0000 C CNN 583 | F 1 "FILTER" H 8350 950 50 0000 C CNN 584 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 8350 1050 50 0001 C CNN 585 | F 3 "" H 8350 1050 50 0000 C CNN 586 | F 4 "Murata Electronics North America" H 8350 1050 60 0001 C CNN "MFG Name" 587 | F 5 "BLM18AG601SN1D" H 8350 1050 60 0001 C CNN "MFG Part Num" 588 | F 6 "490-1014-1-ND" H 8350 1050 60 0001 C CNN "Digikey PN" 589 | F 7 "https://www.digikey.com/product-detail/en/BLM18AG601SN1D/490-1014-1-ND/584462" H 8350 1050 60 0001 C CNN "Digikey Link" 590 | F 8 "NA" H 8350 1050 60 0001 C CNN "2nd Distrib PN" 591 | F 9 "NA" H 8350 1050 60 0001 C CNN "2nd Distrib Link" 592 | 1 8350 1050 593 | 1 0 0 -1 594 | $EndComp 595 | $Comp 596 | L PWR_FLAG #FLG022 597 | U 1 1 566ACD65 598 | P 8850 1050 599 | F 0 "#FLG022" H 8850 1145 50 0001 C CNN 600 | F 1 "PWR_FLAG" H 8850 1230 50 0000 C CNN 601 | F 2 "" H 8850 1050 50 0000 C CNN 602 | F 3 "" H 8850 1050 50 0000 C CNN 603 | 1 8850 1050 604 | 1 0 0 -1 605 | $EndComp 606 | $Comp 607 | L GND #PWR023 608 | U 1 1 566B386C 609 | P 4950 2000 610 | F 0 "#PWR023" H 4950 1750 50 0001 C CNN 611 | F 1 "GND" H 4950 1850 50 0000 C CNN 612 | F 2 "" H 4950 2000 50 0000 C CNN 613 | F 3 "" H 4950 2000 50 0000 C CNN 614 | 1 4950 2000 615 | 1 0 0 -1 616 | $EndComp 617 | NoConn ~ 8700 3150 618 | Text Label 8750 1050 3 35 ~ 0 619 | 5V_filt 620 | NoConn ~ 9200 2650 621 | NoConn ~ 9200 2750 622 | $Comp 623 | L TEST_1P W1 624 | U 1 1 5680DA2B 625 | P 7150 4250 626 | F 0 "W1" H 7150 4520 50 0000 C CNN 627 | F 1 "RXD" H 7150 4450 50 0000 C CNN 628 | F 2 "esp_hat:Measurement_Point_Round-SMD-Pad_Small" H 7350 4250 50 0001 C CNN 629 | F 3 "" H 7350 4250 50 0000 C CNN 630 | F 4 "NA" H 7150 4250 60 0001 C CNN "MFG Name" 631 | F 5 "NA" H 7150 4250 60 0001 C CNN "MFG Part Num" 632 | F 6 "NA" H 7150 4250 60 0001 C CNN "Digikey PN" 633 | F 7 "NA" H 7150 4250 60 0001 C CNN "Digikey Link" 634 | F 8 "NA" H 7150 4250 60 0001 C CNN "2nd Distrib PN" 635 | F 9 "NA" H 7150 4250 60 0001 C CNN "2nd Distrib Link" 636 | 1 7150 4250 637 | 0 1 1 0 638 | $EndComp 639 | $Comp 640 | L TEST_1P W2 641 | U 1 1 5680DAEE 642 | P 7150 4450 643 | F 0 "W2" H 7150 4720 50 0000 C CNN 644 | F 1 "TXD" H 7150 4650 50 0000 C CNN 645 | F 2 "esp_hat:Measurement_Point_Round-SMD-Pad_Small" H 7350 4450 50 0001 C CNN 646 | F 3 "" H 7350 4450 50 0000 C CNN 647 | F 4 "NA" H 7150 4450 60 0001 C CNN "MFG Name" 648 | F 5 "NA" H 7150 4450 60 0001 C CNN "MFG Part Num" 649 | F 6 "NA" H 7150 4450 60 0001 C CNN "Digikey PN" 650 | F 7 "NA" H 7150 4450 60 0001 C CNN "Digikey Link" 651 | F 8 "NA" H 7150 4450 60 0001 C CNN "2nd Distrib PN" 652 | F 9 "NA" H 7150 4450 60 0001 C CNN "2nd Distrib Link" 653 | 1 7150 4450 654 | 0 1 1 0 655 | $EndComp 656 | NoConn ~ 8700 3650 657 | NoConn ~ 9200 3650 658 | Wire Wire Line 659 | 9750 3250 9200 3250 660 | Wire Wire Line 661 | 9750 2550 9750 3300 662 | Wire Wire Line 663 | 9750 2550 9200 2550 664 | Connection ~ 9750 3250 665 | Wire Wire Line 666 | 9200 2950 9750 2950 667 | Connection ~ 9750 2950 668 | Wire Wire Line 669 | 9200 3050 9300 3050 670 | Wire Wire Line 671 | 8550 2950 8700 2950 672 | Wire Wire Line 673 | 8550 3050 8700 3050 674 | Wire Wire Line 675 | 8550 4150 8700 4150 676 | Wire Wire Line 677 | 9200 3150 9300 3150 678 | Wire Wire Line 679 | 9300 3350 9200 3350 680 | Wire Wire Line 681 | 9750 3750 9750 4300 682 | Wire Wire Line 683 | 9750 3950 9200 3950 684 | Wire Wire Line 685 | 9750 3750 9200 3750 686 | Connection ~ 9750 3950 687 | Wire Wire Line 688 | 8050 3550 8050 4300 689 | Wire Wire Line 690 | 8050 4250 8700 4250 691 | Wire Wire Line 692 | 8050 3550 8700 3550 693 | Connection ~ 8050 4250 694 | Wire Wire Line 695 | 5750 3050 5950 3050 696 | Wire Wire Line 697 | 5750 3250 5950 3250 698 | Wire Wire Line 699 | 5750 3450 5950 3450 700 | Wire Wire Line 701 | 5750 3650 5950 3650 702 | Wire Wire Line 703 | 5750 3850 5950 3850 704 | Wire Wire Line 705 | 5750 4050 5950 4050 706 | Wire Wire Line 707 | 6250 3050 6450 3050 708 | Wire Wire Line 709 | 6250 3250 6450 3250 710 | Wire Wire Line 711 | 6250 3450 6450 3450 712 | Wire Wire Line 713 | 6250 3650 6450 3650 714 | Wire Wire Line 715 | 6250 3850 6450 3850 716 | Wire Wire Line 717 | 6250 4050 6450 4050 718 | Wire Wire Line 719 | 1500 5450 1900 5450 720 | Wire Wire Line 721 | 1700 5450 1700 5650 722 | Connection ~ 1700 5450 723 | Wire Wire Line 724 | 2350 3250 2750 3250 725 | Wire Wire Line 726 | 1500 4750 1500 5150 727 | Wire Wire Line 728 | 1900 5050 1900 5150 729 | Connection ~ 1900 5050 730 | Wire Wire Line 731 | 1550 5050 1500 5050 732 | Connection ~ 1500 5050 733 | Wire Wire Line 734 | 8700 3750 8550 3750 735 | Wire Wire Line 736 | 2750 4050 2350 4050 737 | Wire Wire Line 738 | 3150 5650 3150 5550 739 | Wire Wire Line 740 | 4150 6450 4150 6500 741 | Wire Wire Line 742 | 4150 6500 4550 6500 743 | Wire Wire Line 744 | 4550 6500 4550 6450 745 | Wire Wire Line 746 | 4350 6450 4350 6600 747 | Connection ~ 4350 6500 748 | Wire Wire Line 749 | 4150 5850 4150 5550 750 | Wire Wire Line 751 | 4350 5550 4350 5850 752 | Wire Wire Line 753 | 4550 5850 4550 5550 754 | Wire Wire Line 755 | 1950 4050 1950 3800 756 | Wire Wire Line 757 | 1950 3800 2500 3800 758 | Wire Wire Line 759 | 1950 3300 1950 3250 760 | Wire Wire Line 761 | 1550 3250 2050 3250 762 | Wire Wire Line 763 | 2500 3300 2500 3250 764 | Connection ~ 2500 3250 765 | Connection ~ 1950 3250 766 | Wire Wire Line 767 | 9350 2450 9200 2450 768 | Wire Wire Line 769 | 9350 2150 9350 2450 770 | Wire Wire Line 771 | 9200 2350 9550 2350 772 | Connection ~ 9350 2350 773 | Wire Wire Line 774 | 8850 1400 8850 1600 775 | Wire Wire Line 776 | 8850 1600 9750 1600 777 | Wire Wire Line 778 | 9750 1600 9750 1400 779 | Wire Wire Line 780 | 9300 1350 9300 1700 781 | Connection ~ 9300 1600 782 | Wire Wire Line 783 | 8700 1050 9000 1050 784 | Wire Wire Line 785 | 7900 900 7900 1050 786 | Wire Wire Line 787 | 9600 1050 9750 1050 788 | Wire Wire Line 789 | 9750 950 9750 1100 790 | Connection ~ 9750 1050 791 | Wire Wire Line 792 | 1150 3050 1200 3050 793 | Wire Wire Line 794 | 1500 3050 1600 3050 795 | Wire Wire Line 796 | 1550 3050 1550 3250 797 | Connection ~ 1550 3050 798 | Wire Wire Line 799 | 1900 3050 2000 3050 800 | Wire Wire Line 801 | 2000 3050 2000 2700 802 | Wire Wire Line 803 | 1750 2500 1750 2550 804 | Wire Wire Line 805 | 3150 2550 3150 2400 806 | Wire Wire Line 807 | 3150 2400 3350 2400 808 | Wire Wire Line 809 | 3350 2400 3350 2550 810 | Connection ~ 3250 2400 811 | Wire Wire Line 812 | 3550 2550 3550 2400 813 | Wire Wire Line 814 | 3550 2400 3750 2400 815 | Wire Wire Line 816 | 3750 2400 3750 2550 817 | Connection ~ 3650 2400 818 | Wire Wire Line 819 | 4150 2550 4150 2400 820 | Wire Wire Line 821 | 4150 2400 4350 2400 822 | Wire Wire Line 823 | 4350 2400 4350 2550 824 | Connection ~ 4250 2400 825 | Wire Wire Line 826 | 4550 2550 4550 2400 827 | Wire Wire Line 828 | 7900 1050 8000 1050 829 | Wire Wire Line 830 | 9950 4200 9750 4200 831 | Connection ~ 9750 4200 832 | Wire Wire Line 833 | 750 2950 750 3150 834 | Wire Wire Line 835 | 650 3050 750 3050 836 | Connection ~ 750 3050 837 | Wire Wire Line 838 | 650 3100 650 3050 839 | Wire Wire Line 840 | 8850 1100 8850 1050 841 | Connection ~ 8850 1050 842 | Wire Wire Line 843 | 4750 1950 4750 1900 844 | Wire Wire Line 845 | 4750 1900 4950 1900 846 | Wire Wire Line 847 | 4950 1900 4950 2000 848 | Wire Wire Line 849 | 5750 4250 7150 4250 850 | Wire Wire Line 851 | 2900 1350 2900 1450 852 | Wire Wire Line 853 | 2900 1750 2900 1800 854 | Wire Wire Line 855 | 5750 4450 7150 4450 856 | Wire Wire Line 857 | 1500 4750 2750 4750 858 | Wire Wire Line 859 | 1850 5050 2750 5050 860 | $Comp 861 | L GND #PWR024 862 | U 1 1 56810435 863 | P 3300 1800 864 | F 0 "#PWR024" H 3300 1550 50 0001 C CNN 865 | F 1 "GND" H 3300 1650 50 0000 C CNN 866 | F 2 "" H 3300 1800 50 0000 C CNN 867 | F 3 "" H 3300 1800 50 0000 C CNN 868 | 1 3300 1800 869 | 1 0 0 -1 870 | $EndComp 871 | $Comp 872 | L +3.3V #PWR025 873 | U 1 1 56810441 874 | P 3300 1350 875 | F 0 "#PWR025" H 3300 1200 50 0001 C CNN 876 | F 1 "+3.3V" H 3300 1490 50 0000 C CNN 877 | F 2 "" H 3300 1350 50 0000 C CNN 878 | F 3 "" H 3300 1350 50 0000 C CNN 879 | 1 3300 1350 880 | 1 0 0 -1 881 | $EndComp 882 | Wire Wire Line 883 | 3300 1350 3300 1450 884 | Wire Wire Line 885 | 3300 1750 3300 1800 886 | $Comp 887 | L TEST_1P W3 888 | U 1 1 5684B584 889 | P 5900 1600 890 | F 0 "W3" H 5900 1870 50 0000 C CNN 891 | F 1 "MOUNT" H 5900 1800 50 0000 C CNN 892 | F 2 "esp_hat:NPTH_Hole_2_75mm" H 6100 1600 50 0001 C CNN 893 | F 3 "" H 6100 1600 50 0000 C CNN 894 | 1 5900 1600 895 | 1 0 0 -1 896 | $EndComp 897 | $Comp 898 | L TEST_1P W4 899 | U 1 1 5684B5F3 900 | P 6200 1600 901 | F 0 "W4" H 6200 1870 50 0000 C CNN 902 | F 1 "MOUNT" H 6200 1800 50 0000 C CNN 903 | F 2 "esp_hat:NPTH_Hole_2_75mm" H 6400 1600 50 0001 C CNN 904 | F 3 "" H 6400 1600 50 0000 C CNN 905 | 1 6200 1600 906 | 1 0 0 -1 907 | $EndComp 908 | $Comp 909 | L TEST_1P W5 910 | U 1 1 5684B660 911 | P 6500 1600 912 | F 0 "W5" H 6500 1870 50 0000 C CNN 913 | F 1 "MOUNT" H 6500 1800 50 0000 C CNN 914 | F 2 "esp_hat:NPTH_Hole_2_75mm" H 6700 1600 50 0001 C CNN 915 | F 3 "" H 6700 1600 50 0000 C CNN 916 | 1 6500 1600 917 | 1 0 0 -1 918 | $EndComp 919 | $Comp 920 | L TEST_1P W6 921 | U 1 1 5684B6D9 922 | P 6800 1600 923 | F 0 "W6" H 6800 1870 50 0000 C CNN 924 | F 1 "MOUNT" H 6800 1800 50 0000 C CNN 925 | F 2 "esp_hat:NPTH_Hole_2_75mm" H 7000 1600 50 0001 C CNN 926 | F 3 "" H 7000 1600 50 0000 C CNN 927 | 1 6800 1600 928 | 1 0 0 -1 929 | $EndComp 930 | $Comp 931 | L GND #PWR026 932 | U 1 1 5684BB74 933 | P 6350 1750 934 | F 0 "#PWR026" H 6350 1500 50 0001 C CNN 935 | F 1 "GND" H 6350 1600 50 0000 C CNN 936 | F 2 "" H 6350 1750 50 0000 C CNN 937 | F 3 "" H 6350 1750 50 0000 C CNN 938 | 1 6350 1750 939 | 1 0 0 -1 940 | $EndComp 941 | Wire Wire Line 942 | 5900 1600 6800 1600 943 | Connection ~ 6200 1600 944 | Connection ~ 6500 1600 945 | Wire Wire Line 946 | 6350 1600 6350 1750 947 | Connection ~ 6350 1600 948 | Text GLabel 8550 3850 0 39 BiDi ~ 0 949 | GPIO6 950 | Wire Wire Line 951 | 8550 3850 8700 3850 952 | Text GLabel 1250 4050 0 39 Input ~ 0 953 | GPIO6 954 | Wire Wire Line 955 | 2350 4050 2350 4300 956 | $Comp 957 | L JUMPER JP2 958 | U 1 1 5689F2D7 959 | P 4150 6150 960 | F 0 "JP2" H 4150 6150 50 0000 C CNN 961 | F 1 "MTDO" H 3850 6050 50 0000 C CNN 962 | F 2 "esp_hat:GS2" H 4150 6150 50 0001 C CNN 963 | F 3 "" H 4150 6150 50 0000 C CNN 964 | F 4 "NA" H 4150 6150 60 0001 C CNN "MFG Name" 965 | F 5 "NA" H 4150 6150 60 0001 C CNN "MFG Part Num" 966 | F 6 "NA" H 4150 6150 60 0001 C CNN "1st Distrib PN" 967 | F 7 "NA" H 4150 6150 60 0001 C CNN "1st Distrib Link" 968 | F 8 "NA" H 4150 6150 60 0001 C CNN "2nd Distrib PN" 969 | F 9 "NA" H 4150 6150 60 0001 C CNN "2nd Distrib Link" 970 | 1 4150 6150 971 | 0 1 1 0 972 | $EndComp 973 | $Comp 974 | L JUMPER JP3 975 | U 1 1 5689F39E 976 | P 4350 6150 977 | F 0 "JP3" H 4350 6150 50 0000 C CNN 978 | F 1 "GPIO2" H 4050 6050 50 0000 C CNN 979 | F 2 "esp_hat:GS2" H 4350 6150 50 0001 C CNN 980 | F 3 "" H 4350 6150 50 0000 C CNN 981 | F 4 "NA" H 4350 6150 60 0001 C CNN "MFG Name" 982 | F 5 "NA" H 4350 6150 60 0001 C CNN "MFG Part Num" 983 | F 6 "NA" H 4350 6150 60 0001 C CNN "1st Distrib PN" 984 | F 7 "NA" H 4350 6150 60 0001 C CNN "1st Distrib Link" 985 | F 8 "NA" H 4350 6150 60 0001 C CNN "2nd Distrib PN" 986 | F 9 "NA" H 4350 6150 60 0001 C CNN "2nd Distrib Link" 987 | 1 4350 6150 988 | 0 1 1 0 989 | $EndComp 990 | $Comp 991 | L JUMPER JP4 992 | U 1 1 5689F45A 993 | P 4550 6150 994 | F 0 "JP4" H 4550 6150 50 0000 C CNN 995 | F 1 "GPIO0" H 4250 6050 50 0000 C CNN 996 | F 2 "esp_hat:GS2" H 4550 6150 50 0001 C CNN 997 | F 3 "" H 4550 6150 50 0000 C CNN 998 | F 4 "NA" H 4550 6150 60 0001 C CNN "MFG Name" 999 | F 5 "NA" H 4550 6150 60 0001 C CNN "MFG Part Num" 1000 | F 6 "NA" H 4550 6150 60 0001 C CNN "1st Distrib PN" 1001 | F 7 "NA" H 4550 6150 60 0001 C CNN "1st Distrib Link" 1002 | F 8 "NA" H 4550 6150 60 0001 C CNN "2nd Distrib PN" 1003 | F 9 "NA" H 4550 6150 60 0001 C CNN "2nd Distrib Link" 1004 | 1 4550 6150 1005 | 0 1 1 0 1006 | $EndComp 1007 | $Comp 1008 | L R R6 1009 | U 1 1 568A100D 1010 | P 6100 3250 1011 | F 0 "R6" V 6180 3250 50 0000 C CNN 1012 | F 1 "200" V 6100 3250 50 0000 C CNN 1013 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 6030 3250 50 0001 C CNN 1014 | F 3 "" H 6100 3250 50 0000 C CNN 1015 | F 4 "Panasonic Electronic Components" H 6100 3250 60 0001 C CNN "MFG Name" 1016 | F 5 "ERJ-3EKF2000V" H 6100 3250 60 0001 C CNN "MFG Part Num" 1017 | F 6 "P200HCT-ND" H 6100 3250 60 0001 C CNN "Digikey PN" 1018 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240" H 6100 3250 60 0001 C CNN "Digikey Link" 1019 | F 8 "NA" H 6100 3250 60 0001 C CNN "2nd Distrib PN" 1020 | F 9 "NA" H 6100 3250 60 0001 C CNN "2nd Distrib Link" 1021 | 1 6100 3250 1022 | 0 1 1 0 1023 | $EndComp 1024 | $Comp 1025 | L R R8 1026 | U 1 1 568A108E 1027 | P 6100 3450 1028 | F 0 "R8" V 6180 3450 50 0000 C CNN 1029 | F 1 "200" V 6100 3450 50 0000 C CNN 1030 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 6030 3450 50 0001 C CNN 1031 | F 3 "" H 6100 3450 50 0000 C CNN 1032 | F 4 "Panasonic Electronic Components" H 6100 3450 60 0001 C CNN "MFG Name" 1033 | F 5 "ERJ-3EKF2000V" H 6100 3450 60 0001 C CNN "MFG Part Num" 1034 | F 6 "P200HCT-ND" H 6100 3450 60 0001 C CNN "Digikey PN" 1035 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240" H 6100 3450 60 0001 C CNN "Digikey Link" 1036 | F 8 "NA" H 6100 3450 60 0001 C CNN "2nd Distrib PN" 1037 | F 9 "NA" H 6100 3450 60 0001 C CNN "2nd Distrib Link" 1038 | 1 6100 3450 1039 | 0 1 1 0 1040 | $EndComp 1041 | $Comp 1042 | L R R9 1043 | U 1 1 568A110E 1044 | P 6100 3650 1045 | F 0 "R9" V 6180 3650 50 0000 C CNN 1046 | F 1 "200" V 6100 3650 50 0000 C CNN 1047 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 6030 3650 50 0001 C CNN 1048 | F 3 "" H 6100 3650 50 0000 C CNN 1049 | F 4 "Panasonic Electronic Components" H 6100 3650 60 0001 C CNN "MFG Name" 1050 | F 5 "ERJ-3EKF2000V" H 6100 3650 60 0001 C CNN "MFG Part Num" 1051 | F 6 "P200HCT-ND" H 6100 3650 60 0001 C CNN "Digikey PN" 1052 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240" H 6100 3650 60 0001 C CNN "Digikey Link" 1053 | F 8 "NA" H 6100 3650 60 0001 C CNN "2nd Distrib PN" 1054 | F 9 "NA" H 6100 3650 60 0001 C CNN "2nd Distrib Link" 1055 | 1 6100 3650 1056 | 0 1 1 0 1057 | $EndComp 1058 | $Comp 1059 | L R R4 1060 | U 1 1 568A11B2 1061 | P 6100 3850 1062 | F 0 "R4" V 6180 3850 50 0000 C CNN 1063 | F 1 "200" V 6100 3850 50 0000 C CNN 1064 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 6030 3850 50 0001 C CNN 1065 | F 3 "" H 6100 3850 50 0000 C CNN 1066 | F 4 "Panasonic Electronic Components" H 6100 3850 60 0001 C CNN "MFG Name" 1067 | F 5 "ERJ-3EKF2000V" H 6100 3850 60 0001 C CNN "MFG Part Num" 1068 | F 6 "P200HCT-ND" H 6100 3850 60 0001 C CNN "Digikey PN" 1069 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240" H 6100 3850 60 0001 C CNN "Digikey Link" 1070 | F 8 "NA" H 6100 3850 60 0001 C CNN "2nd Distrib PN" 1071 | F 9 "NA" H 6100 3850 60 0001 C CNN "2nd Distrib Link" 1072 | 1 6100 3850 1073 | 0 1 1 0 1074 | $EndComp 1075 | $Comp 1076 | L R R5 1077 | U 1 1 568A123C 1078 | P 6100 4050 1079 | F 0 "R5" V 6180 4050 50 0000 C CNN 1080 | F 1 "200" V 6100 4050 50 0000 C CNN 1081 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 6030 4050 50 0001 C CNN 1082 | F 3 "" H 6100 4050 50 0000 C CNN 1083 | F 4 "Panasonic Electronic Components" H 6100 4050 60 0001 C CNN "MFG Name" 1084 | F 5 "ERJ-3EKF2000V" H 6100 4050 60 0001 C CNN "MFG Part Num" 1085 | F 6 "P200HCT-ND" H 6100 4050 60 0001 C CNN "Digikey PN" 1086 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3EKF2000V/P200HCT-ND/198240" H 6100 4050 60 0001 C CNN "Digikey Link" 1087 | F 8 "NA" H 6100 4050 60 0001 C CNN "2nd Distrib PN" 1088 | F 9 "NA" H 6100 4050 60 0001 C CNN "2nd Distrib Link" 1089 | 1 6100 4050 1090 | 0 1 1 0 1091 | $EndComp 1092 | Wire Wire Line 1093 | 4750 2250 4750 2550 1094 | $Comp 1095 | L JUMPER3 JP1 1096 | U 1 1 568A2A8F 1097 | P 1400 4300 1098 | F 0 "JP1" H 1450 4200 50 0000 L CNN 1099 | F 1 "CHIP_EN" H 1400 4400 50 0000 C BNN 1100 | F 2 "esp_hat:GS3" H 1400 4300 50 0001 C CNN 1101 | F 3 "" H 1400 4300 50 0000 C CNN 1102 | F 4 "NA" H 1400 4300 60 0001 C CNN "MFG Name" 1103 | F 5 "NA" H 1400 4300 60 0001 C CNN "MFG Part Num" 1104 | F 6 "NA" H 1400 4300 60 0001 C CNN "Digikey PN" 1105 | F 7 "NA" H 1400 4300 60 0001 C CNN "Digikey Link" 1106 | F 8 "NA" H 1400 4300 60 0001 C CNN "2nd Distrib PN" 1107 | F 9 "NA" H 1400 4300 60 0001 C CNN "2nd Distrib Link" 1108 | 1 1400 4300 1109 | 0 -1 -1 0 1110 | $EndComp 1111 | Wire Wire Line 1112 | 2350 4300 1500 4300 1113 | Wire Wire Line 1114 | 1250 4550 1650 4550 1115 | Wire Wire Line 1116 | 1250 4050 1400 4050 1117 | Wire Wire Line 1118 | 1650 4550 1650 4300 1119 | Connection ~ 1650 4300 1120 | Connection ~ 1400 4550 1121 | $Comp 1122 | L C C7 1123 | U 1 1 568A3C5D 1124 | P 9750 1250 1125 | F 0 "C7" H 9775 1350 50 0000 L CNN 1126 | F 1 "10uF" H 9775 1150 50 0000 L CNN 1127 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 9788 1100 50 0001 C CNN 1128 | F 3 "" H 9750 1250 50 0000 C CNN 1129 | F 4 "Murata Electronics North America" H 9750 1250 60 0001 C CNN "MFG Name" 1130 | F 5 "GRM188R60J106ME47J" H 9750 1250 60 0001 C CNN "MFG Part Num" 1131 | F 6 "490-6405-1-ND" H 9750 1250 60 0001 C CNN "Digikey PN" 1132 | F 7 "https://www.digikey.com/product-detail/en/GRM188R60J106ME47J/490-6405-1-ND/3845602" H 9750 1250 60 0001 C CNN "Digikey Link" 1133 | F 8 "NA" H 9750 1250 60 0001 C CNN "2nd Distrib PN" 1134 | F 9 "NA" H 9750 1250 60 0001 C CNN "2nd Distrib Link" 1135 | 1 9750 1250 1136 | 1 0 0 -1 1137 | $EndComp 1138 | $Comp 1139 | L C C5 1140 | U 1 1 568A4256 1141 | P 3300 1600 1142 | F 0 "C5" H 3325 1700 50 0000 L CNN 1143 | F 1 "0.1uF" H 3325 1500 50 0000 L CNN 1144 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 3338 1450 50 0001 C CNN 1145 | F 3 "" H 3300 1600 50 0000 C CNN 1146 | F 4 "Murata Electronics North America" H 3300 1600 60 0001 C CNN "MFG Name" 1147 | F 5 "GRM188R71C104KA01D" H 3300 1600 60 0001 C CNN "MFG Part Num" 1148 | F 6 "490-1532-1-ND" H 3300 1600 60 0001 C CNN "Digikey PN" 1149 | F 7 "https://www.digikey.com/product-detail/en/GRM188R71C104KA01D/490-1532-1-ND/587771" H 3300 1600 60 0001 C CNN "Digikey Link" 1150 | F 8 "NA" H 3300 1600 60 0001 C CNN "2nd Distrib PN" 1151 | F 9 "NA" H 3300 1600 60 0001 C CNN "2nd Distrib Link" 1152 | 1 3300 1600 1153 | 1 0 0 -1 1154 | $EndComp 1155 | $Comp 1156 | L C C2 1157 | U 1 1 568A46A9 1158 | P 1900 5300 1159 | F 0 "C2" H 1925 5400 50 0000 L CNN 1160 | F 1 "10pF" H 1925 5200 50 0000 L CNN 1161 | F 2 "mcuos:0603(1608m)-CHIP-CAP" H 1938 5150 50 0001 C CNN 1162 | F 3 "" H 1900 5300 50 0000 C CNN 1163 | F 4 "Kemet" H 1900 5300 60 0001 C CNN "MFG Name" 1164 | F 5 "C0603C100J5GACTU" H 1900 5300 60 0001 C CNN "MFG Part Num" 1165 | F 6 "399-1049-1-ND" H 1900 5300 60 0001 C CNN "Digikey PN" 1166 | F 7 "https://www.digikey.com/product-detail/en/C0603C100J5GACTU/399-1049-1-ND/411324" H 1900 5300 60 0001 C CNN "Digikey Link" 1167 | F 8 "NA" H 1900 5300 60 0001 C CNN "2nd Distrib PN" 1168 | F 9 "NA" H 1900 5300 60 0001 C CNN "2nd Distrib Link" 1169 | 1 1900 5300 1170 | 1 0 0 -1 1171 | $EndComp 1172 | $Comp 1173 | L R R1 1174 | U 1 1 568A533D 1175 | P 1350 3050 1176 | F 0 "R1" V 1430 3050 50 0000 C CNN 1177 | F 1 "DNP" V 1350 3050 50 0000 C CNN 1178 | F 2 "mcuos:0603(1608m)-CHIP-RESISTOR" V 1280 3050 50 0001 C CNN 1179 | F 3 "" H 1350 3050 50 0000 C CNN 1180 | F 4 "Panasonic Electronic Components" H 1350 3050 60 0001 C CNN "MFG Name" 1181 | F 5 "ERJ-3GEY0R00V" H 1350 3050 60 0001 C CNN "MFG Part Num" 1182 | F 6 "P0.0GCT-ND" H 1350 3050 60 0001 C CNN "Digikey PN" 1183 | F 7 "https://www.digikey.com/product-detail/en/ERJ-3GEY0R00V/P0.0GCT-ND/134711" H 1350 3050 60 0001 C CNN "Digikey Link" 1184 | F 8 "NA" H 1350 3050 60 0001 C CNN "2nd Distrib PN" 1185 | F 9 "NA" H 1350 3050 60 0001 C CNN "2nd Distrib Link" 1186 | 1 1350 3050 1187 | 0 1 1 0 1188 | $EndComp 1189 | $EndSCHEMATC 1190 | -------------------------------------------------------------------------------- /fab/esp_hat-B.Mask.gbs: -------------------------------------------------------------------------------- 1 | G04 #@! TF.FileFunction,Soldermask,Bot* 2 | %FSLAX46Y46*% 3 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 4 | G04 Created by KiCad (PCBNEW 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable) date Mon 04 Jan 2016 12:08:53 AM CST* 5 | %MOMM*% 6 | G01* 7 | G04 APERTURE LIST* 8 | %ADD10C,0.150000*% 9 | %ADD11C,3.150000*% 10 | %ADD12R,2.127200X2.127200*% 11 | %ADD13O,2.127200X2.127200*% 12 | G04 APERTURE END LIST* 13 | D10* 14 | D11* 15 | X126500000Y-88500000D03* 16 | X126500000Y-111500000D03* 17 | X68500000Y-88500000D03* 18 | D12* 19 | X73370000Y-89770000D03* 20 | D13* 21 | X73370000Y-87230000D03* 22 | X75910000Y-89770000D03* 23 | X75910000Y-87230000D03* 24 | X78450000Y-89770000D03* 25 | X78450000Y-87230000D03* 26 | X80990000Y-89770000D03* 27 | X80990000Y-87230000D03* 28 | X83530000Y-89770000D03* 29 | X83530000Y-87230000D03* 30 | X86070000Y-89770000D03* 31 | X86070000Y-87230000D03* 32 | X88610000Y-89770000D03* 33 | X88610000Y-87230000D03* 34 | X91150000Y-89770000D03* 35 | X91150000Y-87230000D03* 36 | X93690000Y-89770000D03* 37 | X93690000Y-87230000D03* 38 | X96230000Y-89770000D03* 39 | X96230000Y-87230000D03* 40 | X98770000Y-89770000D03* 41 | X98770000Y-87230000D03* 42 | X101310000Y-89770000D03* 43 | X101310000Y-87230000D03* 44 | X103850000Y-89770000D03* 45 | X103850000Y-87230000D03* 46 | X106390000Y-89770000D03* 47 | X106390000Y-87230000D03* 48 | X108930000Y-89770000D03* 49 | X108930000Y-87230000D03* 50 | X111470000Y-89770000D03* 51 | X111470000Y-87230000D03* 52 | X114010000Y-89770000D03* 53 | X114010000Y-87230000D03* 54 | X116550000Y-89770000D03* 55 | X116550000Y-87230000D03* 56 | X119090000Y-89770000D03* 57 | X119090000Y-87230000D03* 58 | X121630000Y-89770000D03* 59 | X121630000Y-87230000D03* 60 | D11* 61 | X68500000Y-111500000D03* 62 | M02* 63 | -------------------------------------------------------------------------------- /fab/esp_hat-B.SilkS.gbo: -------------------------------------------------------------------------------- 1 | G04 #@! TF.FileFunction,Legend,Bot* 2 | %FSLAX46Y46*% 3 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 4 | G04 Created by KiCad (PCBNEW 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable) date Mon 04 Jan 2016 12:08:53 AM CST* 5 | %MOMM*% 6 | G01* 7 | G04 APERTURE LIST* 8 | %ADD10C,0.150000*% 9 | %ADD11C,0.125000*% 10 | %ADD12C,3.150000*% 11 | %ADD13R,2.127200X2.127200*% 12 | %ADD14O,2.127200X2.127200*% 13 | G04 APERTURE END LIST* 14 | D10* 15 | D11* 16 | X111390955Y-108461071D02* 17 | X111057621Y-108461071D01* 18 | X110914764Y-108984881D02* 19 | X111390955Y-108984881D01* 20 | X111390955Y-107984881D01* 21 | X110914764Y-107984881D01* 22 | X110533812Y-108937262D02* 23 | X110390955Y-108984881D01* 24 | X110152859Y-108984881D01* 25 | X110057621Y-108937262D01* 26 | X110010002Y-108889643D01* 27 | X109962383Y-108794405D01* 28 | X109962383Y-108699167D01* 29 | X110010002Y-108603929D01* 30 | X110057621Y-108556310D01* 31 | X110152859Y-108508690D01* 32 | X110343336Y-108461071D01* 33 | X110438574Y-108413452D01* 34 | X110486193Y-108365833D01* 35 | X110533812Y-108270595D01* 36 | X110533812Y-108175357D01* 37 | X110486193Y-108080119D01* 38 | X110438574Y-108032500D01* 39 | X110343336Y-107984881D01* 40 | X110105240Y-107984881D01* 41 | X109962383Y-108032500D01* 42 | X109533812Y-108984881D02* 43 | X109533812Y-107984881D01* 44 | X109152859Y-107984881D01* 45 | X109057621Y-108032500D01* 46 | X109010002Y-108080119D01* 47 | X108962383Y-108175357D01* 48 | X108962383Y-108318214D01* 49 | X109010002Y-108413452D01* 50 | X109057621Y-108461071D01* 51 | X109152859Y-108508690D01* 52 | X109533812Y-108508690D01* 53 | X108390955Y-108413452D02* 54 | X108486193Y-108365833D01* 55 | X108533812Y-108318214D01* 56 | X108581431Y-108222976D01* 57 | X108581431Y-108175357D01* 58 | X108533812Y-108080119D01* 59 | X108486193Y-108032500D01* 60 | X108390955Y-107984881D01* 61 | X108200478Y-107984881D01* 62 | X108105240Y-108032500D01* 63 | X108057621Y-108080119D01* 64 | X108010002Y-108175357D01* 65 | X108010002Y-108222976D01* 66 | X108057621Y-108318214D01* 67 | X108105240Y-108365833D01* 68 | X108200478Y-108413452D01* 69 | X108390955Y-108413452D01* 70 | X108486193Y-108461071D01* 71 | X108533812Y-108508690D01* 72 | X108581431Y-108603929D01* 73 | X108581431Y-108794405D01* 74 | X108533812Y-108889643D01* 75 | X108486193Y-108937262D01* 76 | X108390955Y-108984881D01* 77 | X108200478Y-108984881D01* 78 | X108105240Y-108937262D01* 79 | X108057621Y-108889643D01* 80 | X108010002Y-108794405D01* 81 | X108010002Y-108603929D01* 82 | X108057621Y-108508690D01* 83 | X108105240Y-108461071D01* 84 | X108200478Y-108413452D01* 85 | X107629050Y-108080119D02* 86 | X107581431Y-108032500D01* 87 | X107486193Y-107984881D01* 88 | X107248097Y-107984881D01* 89 | X107152859Y-108032500D01* 90 | X107105240Y-108080119D01* 91 | X107057621Y-108175357D01* 92 | X107057621Y-108270595D01* 93 | X107105240Y-108413452D01* 94 | X107676669Y-108984881D01* 95 | X107057621Y-108984881D01* 96 | X106200478Y-107984881D02* 97 | X106390955Y-107984881D01* 98 | X106486193Y-108032500D01* 99 | X106533812Y-108080119D01* 100 | X106629050Y-108222976D01* 101 | X106676669Y-108413452D01* 102 | X106676669Y-108794405D01* 103 | X106629050Y-108889643D01* 104 | X106581431Y-108937262D01* 105 | X106486193Y-108984881D01* 106 | X106295716Y-108984881D01* 107 | X106200478Y-108937262D01* 108 | X106152859Y-108889643D01* 109 | X106105240Y-108794405D01* 110 | X106105240Y-108556310D01* 111 | X106152859Y-108461071D01* 112 | X106200478Y-108413452D01* 113 | X106295716Y-108365833D01* 114 | X106486193Y-108365833D01* 115 | X106581431Y-108413452D01* 116 | X106629050Y-108461071D01* 117 | X106676669Y-108556310D01* 118 | X105248097Y-107984881D02* 119 | X105438574Y-107984881D01* 120 | X105533812Y-108032500D01* 121 | X105581431Y-108080119D01* 122 | X105676669Y-108222976D01* 123 | X105724288Y-108413452D01* 124 | X105724288Y-108794405D01* 125 | X105676669Y-108889643D01* 126 | X105629050Y-108937262D01* 127 | X105533812Y-108984881D01* 128 | X105343335Y-108984881D01* 129 | X105248097Y-108937262D01* 130 | X105200478Y-108889643D01* 131 | X105152859Y-108794405D01* 132 | X105152859Y-108556310D01* 133 | X105200478Y-108461071D01* 134 | X105248097Y-108413452D01* 135 | X105343335Y-108365833D01* 136 | X105533812Y-108365833D01* 137 | X105629050Y-108413452D01* 138 | X105676669Y-108461071D01* 139 | X105724288Y-108556310D01* 140 | X104057621Y-107984881D02* 141 | X103819526Y-108984881D01* 142 | X103629049Y-108270595D01* 143 | X103438573Y-108984881D01* 144 | X103200478Y-107984881D01* 145 | X102819526Y-108984881D02* 146 | X102819526Y-108318214D01* 147 | X102819526Y-107984881D02* 148 | X102867145Y-108032500D01* 149 | X102819526Y-108080119D01* 150 | X102771907Y-108032500D01* 151 | X102819526Y-107984881D01* 152 | X102819526Y-108080119D01* 153 | X102010002Y-108461071D02* 154 | X102343336Y-108461071D01* 155 | X102343336Y-108984881D02* 156 | X102343336Y-107984881D01* 157 | X101867145Y-107984881D01* 158 | X101486193Y-108984881D02* 159 | X101486193Y-108318214D01* 160 | X101486193Y-107984881D02* 161 | X101533812Y-108032500D01* 162 | X101486193Y-108080119D01* 163 | X101438574Y-108032500D01* 164 | X101486193Y-107984881D01* 165 | X101486193Y-108080119D01* 166 | X100390955Y-108318214D02* 167 | X100010003Y-108318214D01* 168 | X100248098Y-108984881D02* 169 | X100248098Y-108127738D01* 170 | X100200479Y-108032500D01* 171 | X100105241Y-107984881D01* 172 | X100010003Y-107984881D01* 173 | X99533812Y-108984881D02* 174 | X99629050Y-108937262D01* 175 | X99676669Y-108889643D01* 176 | X99724288Y-108794405D01* 177 | X99724288Y-108508690D01* 178 | X99676669Y-108413452D01* 179 | X99629050Y-108365833D01* 180 | X99533812Y-108318214D01* 181 | X99390954Y-108318214D01* 182 | X99295716Y-108365833D01* 183 | X99248097Y-108413452D01* 184 | X99200478Y-108508690D01* 185 | X99200478Y-108794405D01* 186 | X99248097Y-108889643D01* 187 | X99295716Y-108937262D01* 188 | X99390954Y-108984881D01* 189 | X99533812Y-108984881D01* 190 | X98771907Y-108984881D02* 191 | X98771907Y-108318214D01* 192 | X98771907Y-108508690D02* 193 | X98724288Y-108413452D01* 194 | X98676669Y-108365833D01* 195 | X98581431Y-108318214D01* 196 | X98486192Y-108318214D01* 197 | X96819525Y-108984881D02* 198 | X97152859Y-108508690D01* 199 | X97390954Y-108984881D02* 200 | X97390954Y-107984881D01* 201 | X97010001Y-107984881D01* 202 | X96914763Y-108032500D01* 203 | X96867144Y-108080119D01* 204 | X96819525Y-108175357D01* 205 | X96819525Y-108318214D01* 206 | X96867144Y-108413452D01* 207 | X96914763Y-108461071D01* 208 | X97010001Y-108508690D01* 209 | X97390954Y-108508690D01* 210 | X95962382Y-108984881D02* 211 | X95962382Y-108461071D01* 212 | X96010001Y-108365833D01* 213 | X96105239Y-108318214D01* 214 | X96295716Y-108318214D01* 215 | X96390954Y-108365833D01* 216 | X95962382Y-108937262D02* 217 | X96057620Y-108984881D01* 218 | X96295716Y-108984881D01* 219 | X96390954Y-108937262D01* 220 | X96438573Y-108842024D01* 221 | X96438573Y-108746786D01* 222 | X96390954Y-108651548D01* 223 | X96295716Y-108603929D01* 224 | X96057620Y-108603929D01* 225 | X95962382Y-108556310D01* 226 | X95533811Y-108937262D02* 227 | X95438573Y-108984881D01* 228 | X95248097Y-108984881D01* 229 | X95152858Y-108937262D01* 230 | X95105239Y-108842024D01* 231 | X95105239Y-108794405D01* 232 | X95152858Y-108699167D01* 233 | X95248097Y-108651548D01* 234 | X95390954Y-108651548D01* 235 | X95486192Y-108603929D01* 236 | X95533811Y-108508690D01* 237 | X95533811Y-108461071D01* 238 | X95486192Y-108365833D01* 239 | X95390954Y-108318214D01* 240 | X95248097Y-108318214D01* 241 | X95152858Y-108365833D01* 242 | X94676668Y-108318214D02* 243 | X94676668Y-109318214D01* 244 | X94676668Y-108365833D02* 245 | X94581430Y-108318214D01* 246 | X94390953Y-108318214D01* 247 | X94295715Y-108365833D01* 248 | X94248096Y-108413452D01* 249 | X94200477Y-108508690D01* 250 | X94200477Y-108794405D01* 251 | X94248096Y-108889643D01* 252 | X94295715Y-108937262D01* 253 | X94390953Y-108984881D01* 254 | X94581430Y-108984881D01* 255 | X94676668Y-108937262D01* 256 | X93771906Y-108984881D02* 257 | X93771906Y-107984881D01* 258 | X93771906Y-108365833D02* 259 | X93676668Y-108318214D01* 260 | X93486191Y-108318214D01* 261 | X93390953Y-108365833D01* 262 | X93343334Y-108413452D01* 263 | X93295715Y-108508690D01* 264 | X93295715Y-108794405D01* 265 | X93343334Y-108889643D01* 266 | X93390953Y-108937262D01* 267 | X93486191Y-108984881D01* 268 | X93676668Y-108984881D01* 269 | X93771906Y-108937262D01* 270 | X92486191Y-108937262D02* 271 | X92581429Y-108984881D01* 272 | X92771906Y-108984881D01* 273 | X92867144Y-108937262D01* 274 | X92914763Y-108842024D01* 275 | X92914763Y-108461071D01* 276 | X92867144Y-108365833D01* 277 | X92771906Y-108318214D01* 278 | X92581429Y-108318214D01* 279 | X92486191Y-108365833D01* 280 | X92438572Y-108461071D01* 281 | X92438572Y-108556310D01* 282 | X92914763Y-108651548D01* 283 | X92010001Y-108984881D02* 284 | X92010001Y-108318214D01* 285 | X92010001Y-108508690D02* 286 | X91962382Y-108413452D01* 287 | X91914763Y-108365833D01* 288 | X91819525Y-108318214D01* 289 | X91724286Y-108318214D01* 290 | X91390953Y-108984881D02* 291 | X91390953Y-108318214D01* 292 | X91390953Y-108508690D02* 293 | X91343334Y-108413452D01* 294 | X91295715Y-108365833D01* 295 | X91200477Y-108318214D01* 296 | X91105238Y-108318214D01* 297 | X90867143Y-108318214D02* 298 | X90629048Y-108984881D01* 299 | X90390952Y-108318214D02* 300 | X90629048Y-108984881D01* 301 | X90724286Y-109222976D01* 302 | X90771905Y-109270595D01* 303 | X90867143Y-109318214D01* 304 | X89248095Y-108984881D02* 305 | X89248095Y-107984881D01* 306 | X88867142Y-107984881D01* 307 | X88771904Y-108032500D01* 308 | X88724285Y-108080119D01* 309 | X88676666Y-108175357D01* 310 | X88676666Y-108318214D01* 311 | X88724285Y-108413452D01* 312 | X88771904Y-108461071D01* 313 | X88867142Y-108508690D01* 314 | X89248095Y-108508690D01* 315 | X88248095Y-108984881D02* 316 | X88248095Y-108318214D01* 317 | X88248095Y-107984881D02* 318 | X88295714Y-108032500D01* 319 | X88248095Y-108080119D01* 320 | X88200476Y-108032500D01* 321 | X88248095Y-107984881D01* 322 | X88248095Y-108080119D01* 323 | X101867143Y-109843214D02* 324 | X101629048Y-110509881D01* 325 | X101390952Y-109843214D01* 326 | X100819524Y-109509881D02* 327 | X100724285Y-109509881D01* 328 | X100629047Y-109557500D01* 329 | X100581428Y-109605119D01* 330 | X100533809Y-109700357D01* 331 | X100486190Y-109890833D01* 332 | X100486190Y-110128929D01* 333 | X100533809Y-110319405D01* 334 | X100581428Y-110414643D01* 335 | X100629047Y-110462262D01* 336 | X100724285Y-110509881D01* 337 | X100819524Y-110509881D01* 338 | X100914762Y-110462262D01* 339 | X100962381Y-110414643D01* 340 | X101010000Y-110319405D01* 341 | X101057619Y-110128929D01* 342 | X101057619Y-109890833D01* 343 | X101010000Y-109700357D01* 344 | X100962381Y-109605119D01* 345 | X100914762Y-109557500D01* 346 | X100819524Y-109509881D01* 347 | X100057619Y-110414643D02* 348 | X100010000Y-110462262D01* 349 | X100057619Y-110509881D01* 350 | X100105238Y-110462262D01* 351 | X100057619Y-110414643D01* 352 | X100057619Y-110509881D01* 353 | X99629048Y-109605119D02* 354 | X99581429Y-109557500D01* 355 | X99486191Y-109509881D01* 356 | X99248095Y-109509881D01* 357 | X99152857Y-109557500D01* 358 | X99105238Y-109605119D01* 359 | X99057619Y-109700357D01* 360 | X99057619Y-109795595D01* 361 | X99105238Y-109938452D01* 362 | X99676667Y-110509881D01* 363 | X99057619Y-110509881D01* 364 | X97914762Y-109605119D02* 365 | X97867143Y-109557500D01* 366 | X97771905Y-109509881D01* 367 | X97533809Y-109509881D01* 368 | X97438571Y-109557500D01* 369 | X97390952Y-109605119D01* 370 | X97343333Y-109700357D01* 371 | X97343333Y-109795595D01* 372 | X97390952Y-109938452D01* 373 | X97962381Y-110509881D01* 374 | X97343333Y-110509881D01* 375 | X96724286Y-109509881D02* 376 | X96629047Y-109509881D01* 377 | X96533809Y-109557500D01* 378 | X96486190Y-109605119D01* 379 | X96438571Y-109700357D01* 380 | X96390952Y-109890833D01* 381 | X96390952Y-110128929D01* 382 | X96438571Y-110319405D01* 383 | X96486190Y-110414643D01* 384 | X96533809Y-110462262D01* 385 | X96629047Y-110509881D01* 386 | X96724286Y-110509881D01* 387 | X96819524Y-110462262D01* 388 | X96867143Y-110414643D01* 389 | X96914762Y-110319405D01* 390 | X96962381Y-110128929D01* 391 | X96962381Y-109890833D01* 392 | X96914762Y-109700357D01* 393 | X96867143Y-109605119D01* 394 | X96819524Y-109557500D01* 395 | X96724286Y-109509881D01* 396 | X95438571Y-110509881D02* 397 | X96010000Y-110509881D01* 398 | X95724286Y-110509881D02* 399 | X95724286Y-109509881D01* 400 | X95819524Y-109652738D01* 401 | X95914762Y-109747976D01* 402 | X96010000Y-109795595D01* 403 | X94581428Y-109509881D02* 404 | X94771905Y-109509881D01* 405 | X94867143Y-109557500D01* 406 | X94914762Y-109605119D01* 407 | X95010000Y-109747976D01* 408 | X95057619Y-109938452D01* 409 | X95057619Y-110319405D01* 410 | X95010000Y-110414643D01* 411 | X94962381Y-110462262D01* 412 | X94867143Y-110509881D01* 413 | X94676666Y-110509881D01* 414 | X94581428Y-110462262D01* 415 | X94533809Y-110414643D01* 416 | X94486190Y-110319405D01* 417 | X94486190Y-110081310D01* 418 | X94533809Y-109986071D01* 419 | X94581428Y-109938452D01* 420 | X94676666Y-109890833D01* 421 | X94867143Y-109890833D01* 422 | X94962381Y-109938452D01* 423 | X95010000Y-109986071D01* 424 | X95057619Y-110081310D01* 425 | X94057619Y-110128929D02* 426 | X93295714Y-110128929D01* 427 | X92629048Y-109509881D02* 428 | X92533809Y-109509881D01* 429 | X92438571Y-109557500D01* 430 | X92390952Y-109605119D01* 431 | X92343333Y-109700357D01* 432 | X92295714Y-109890833D01* 433 | X92295714Y-110128929D01* 434 | X92343333Y-110319405D01* 435 | X92390952Y-110414643D01* 436 | X92438571Y-110462262D01* 437 | X92533809Y-110509881D01* 438 | X92629048Y-110509881D01* 439 | X92724286Y-110462262D01* 440 | X92771905Y-110414643D01* 441 | X92819524Y-110319405D01* 442 | X92867143Y-110128929D01* 443 | X92867143Y-109890833D01* 444 | X92819524Y-109700357D01* 445 | X92771905Y-109605119D01* 446 | X92724286Y-109557500D01* 447 | X92629048Y-109509881D01* 448 | X91343333Y-110509881D02* 449 | X91914762Y-110509881D01* 450 | X91629048Y-110509881D02* 451 | X91629048Y-109509881D01* 452 | X91724286Y-109652738D01* 453 | X91819524Y-109747976D01* 454 | X91914762Y-109795595D01* 455 | X90914762Y-110128929D02* 456 | X90152857Y-110128929D01* 457 | X89486191Y-109509881D02* 458 | X89390952Y-109509881D01* 459 | X89295714Y-109557500D01* 460 | X89248095Y-109605119D01* 461 | X89200476Y-109700357D01* 462 | X89152857Y-109890833D01* 463 | X89152857Y-110128929D01* 464 | X89200476Y-110319405D01* 465 | X89248095Y-110414643D01* 466 | X89295714Y-110462262D01* 467 | X89390952Y-110509881D01* 468 | X89486191Y-110509881D01* 469 | X89581429Y-110462262D01* 470 | X89629048Y-110414643D01* 471 | X89676667Y-110319405D01* 472 | X89724286Y-110128929D01* 473 | X89724286Y-109890833D01* 474 | X89676667Y-109700357D01* 475 | X89629048Y-109605119D01* 476 | X89581429Y-109557500D01* 477 | X89486191Y-109509881D01* 478 | X88819524Y-109509881D02* 479 | X88200476Y-109509881D01* 480 | X88533810Y-109890833D01* 481 | X88390952Y-109890833D01* 482 | X88295714Y-109938452D01* 483 | X88248095Y-109986071D01* 484 | X88200476Y-110081310D01* 485 | X88200476Y-110319405D01* 486 | X88248095Y-110414643D01* 487 | X88295714Y-110462262D01* 488 | X88390952Y-110509881D01* 489 | X88676667Y-110509881D01* 490 | X88771905Y-110462262D01* 491 | X88819524Y-110414643D01* 492 | X98581431Y-112034881D02* 493 | X98581431Y-111034881D01* 494 | X98581431Y-111415833D02* 495 | X98486193Y-111368214D01* 496 | X98295716Y-111368214D01* 497 | X98200478Y-111415833D01* 498 | X98152859Y-111463452D01* 499 | X98105240Y-111558690D01* 500 | X98105240Y-111844405D01* 501 | X98152859Y-111939643D01* 502 | X98200478Y-111987262D01* 503 | X98295716Y-112034881D01* 504 | X98486193Y-112034881D01* 505 | X98581431Y-111987262D01* 506 | X97771907Y-111368214D02* 507 | X97533812Y-112034881D01* 508 | X97295716Y-111368214D02* 509 | X97533812Y-112034881D01* 510 | X97629050Y-112272976D01* 511 | X97676669Y-112320595D01* 512 | X97771907Y-112368214D01* 513 | X96200478Y-111749167D02* 514 | X95724287Y-111749167D01* 515 | X96295716Y-112034881D02* 516 | X95962383Y-111034881D01* 517 | X95629049Y-112034881D01* 518 | X95295716Y-111368214D02* 519 | X95295716Y-112034881D01* 520 | X95295716Y-111463452D02* 521 | X95248097Y-111415833D01* 522 | X95152859Y-111368214D01* 523 | X95010001Y-111368214D01* 524 | X94914763Y-111415833D01* 525 | X94867144Y-111511071D01* 526 | X94867144Y-112034881D01* 527 | X93962382Y-112034881D02* 528 | X93962382Y-111034881D01* 529 | X93962382Y-111987262D02* 530 | X94057620Y-112034881D01* 531 | X94248097Y-112034881D01* 532 | X94343335Y-111987262D01* 533 | X94390954Y-111939643D01* 534 | X94438573Y-111844405D01* 535 | X94438573Y-111558690D01* 536 | X94390954Y-111463452D01* 537 | X94343335Y-111415833D01* 538 | X94248097Y-111368214D01* 539 | X94057620Y-111368214D01* 540 | X93962382Y-111415833D01* 541 | X93486192Y-112034881D02* 542 | X93486192Y-111368214D01* 543 | X93486192Y-111558690D02* 544 | X93438573Y-111463452D01* 545 | X93390954Y-111415833D01* 546 | X93295716Y-111368214D01* 547 | X93200477Y-111368214D01* 548 | X92486191Y-111987262D02* 549 | X92581429Y-112034881D01* 550 | X92771906Y-112034881D01* 551 | X92867144Y-111987262D01* 552 | X92914763Y-111892024D01* 553 | X92914763Y-111511071D01* 554 | X92867144Y-111415833D01* 555 | X92771906Y-111368214D01* 556 | X92581429Y-111368214D01* 557 | X92486191Y-111415833D01* 558 | X92438572Y-111511071D01* 559 | X92438572Y-111606310D01* 560 | X92914763Y-111701548D01* 561 | X92105239Y-111368214D02* 562 | X91914763Y-112034881D01* 563 | X91724286Y-111558690D01* 564 | X91533810Y-112034881D01* 565 | X91343334Y-111368214D01* 566 | X89724286Y-112034881D02* 567 | X90200477Y-112034881D01* 568 | X90200477Y-111034881D01* 569 | X89390953Y-112034881D02* 570 | X89390953Y-111368214D01* 571 | X89390953Y-111034881D02* 572 | X89438572Y-111082500D01* 573 | X89390953Y-111130119D01* 574 | X89343334Y-111082500D01* 575 | X89390953Y-111034881D01* 576 | X89390953Y-111130119D01* 577 | X89057620Y-111368214D02* 578 | X88676668Y-111368214D01* 579 | X88914763Y-111034881D02* 580 | X88914763Y-111892024D01* 581 | X88867144Y-111987262D01* 582 | X88771906Y-112034881D01* 583 | X88676668Y-112034881D01* 584 | X88486191Y-111368214D02* 585 | X88105239Y-111368214D01* 586 | X88343334Y-111034881D02* 587 | X88343334Y-111892024D01* 588 | X88295715Y-111987262D01* 589 | X88200477Y-112034881D01* 590 | X88105239Y-112034881D01* 591 | X114438574Y-113559881D02* 592 | X114438574Y-112559881D01* 593 | X114010002Y-113559881D02* 594 | X114010002Y-113036071D01* 595 | X114057621Y-112940833D01* 596 | X114152859Y-112893214D01* 597 | X114295717Y-112893214D01* 598 | X114390955Y-112940833D01* 599 | X114438574Y-112988452D01* 600 | X113676669Y-112893214D02* 601 | X113295717Y-112893214D01* 602 | X113533812Y-112559881D02* 603 | X113533812Y-113417024D01* 604 | X113486193Y-113512262D01* 605 | X113390955Y-113559881D01* 606 | X113295717Y-113559881D01* 607 | X113105240Y-112893214D02* 608 | X112724288Y-112893214D01* 609 | X112962383Y-112559881D02* 610 | X112962383Y-113417024D01* 611 | X112914764Y-113512262D01* 612 | X112819526Y-113559881D01* 613 | X112724288Y-113559881D01* 614 | X112390954Y-112893214D02* 615 | X112390954Y-113893214D01* 616 | X112390954Y-112940833D02* 617 | X112295716Y-112893214D01* 618 | X112105239Y-112893214D01* 619 | X112010001Y-112940833D01* 620 | X111962382Y-112988452D01* 621 | X111914763Y-113083690D01* 622 | X111914763Y-113369405D01* 623 | X111962382Y-113464643D01* 624 | X112010001Y-113512262D01* 625 | X112105239Y-113559881D01* 626 | X112295716Y-113559881D01* 627 | X112390954Y-113512262D01* 628 | X111533811Y-113512262D02* 629 | X111438573Y-113559881D01* 630 | X111248097Y-113559881D01* 631 | X111152858Y-113512262D01* 632 | X111105239Y-113417024D01* 633 | X111105239Y-113369405D01* 634 | X111152858Y-113274167D01* 635 | X111248097Y-113226548D01* 636 | X111390954Y-113226548D01* 637 | X111486192Y-113178929D01* 638 | X111533811Y-113083690D01* 639 | X111533811Y-113036071D01* 640 | X111486192Y-112940833D01* 641 | X111390954Y-112893214D01* 642 | X111248097Y-112893214D01* 643 | X111152858Y-112940833D01* 644 | X110676668Y-113464643D02* 645 | X110629049Y-113512262D01* 646 | X110676668Y-113559881D01* 647 | X110724287Y-113512262D01* 648 | X110676668Y-113464643D01* 649 | X110676668Y-113559881D01* 650 | X110676668Y-112940833D02* 651 | X110629049Y-112988452D01* 652 | X110676668Y-113036071D01* 653 | X110724287Y-112988452D01* 654 | X110676668Y-112940833D01* 655 | X110676668Y-113036071D01* 656 | X109486192Y-112512262D02* 657 | X110343335Y-113797976D01* 658 | X108438573Y-112512262D02* 659 | X109295716Y-113797976D01* 660 | X107676668Y-112893214D02* 661 | X107676668Y-113702738D01* 662 | X107724287Y-113797976D01* 663 | X107771906Y-113845595D01* 664 | X107867145Y-113893214D01* 665 | X108010002Y-113893214D01* 666 | X108105240Y-113845595D01* 667 | X107676668Y-113512262D02* 668 | X107771906Y-113559881D01* 669 | X107962383Y-113559881D01* 670 | X108057621Y-113512262D01* 671 | X108105240Y-113464643D01* 672 | X108152859Y-113369405D01* 673 | X108152859Y-113083690D01* 674 | X108105240Y-112988452D01* 675 | X108057621Y-112940833D01* 676 | X107962383Y-112893214D01* 677 | X107771906Y-112893214D01* 678 | X107676668Y-112940833D01* 679 | X107200478Y-113559881D02* 680 | X107200478Y-112893214D01* 681 | X107200478Y-112559881D02* 682 | X107248097Y-112607500D01* 683 | X107200478Y-112655119D01* 684 | X107152859Y-112607500D01* 685 | X107200478Y-112559881D01* 686 | X107200478Y-112655119D01* 687 | X106867145Y-112893214D02* 688 | X106486193Y-112893214D01* 689 | X106724288Y-112559881D02* 690 | X106724288Y-113417024D01* 691 | X106676669Y-113512262D01* 692 | X106581431Y-113559881D01* 693 | X106486193Y-113559881D01* 694 | X106152859Y-113559881D02* 695 | X106152859Y-112559881D01* 696 | X105724287Y-113559881D02* 697 | X105724287Y-113036071D01* 698 | X105771906Y-112940833D01* 699 | X105867144Y-112893214D01* 700 | X106010002Y-112893214D01* 701 | X106105240Y-112940833D01* 702 | X106152859Y-112988452D01* 703 | X104819525Y-112893214D02* 704 | X104819525Y-113559881D01* 705 | X105248097Y-112893214D02* 706 | X105248097Y-113417024D01* 707 | X105200478Y-113512262D01* 708 | X105105240Y-113559881D01* 709 | X104962382Y-113559881D01* 710 | X104867144Y-113512262D01* 711 | X104819525Y-113464643D01* 712 | X104343335Y-113559881D02* 713 | X104343335Y-112559881D01* 714 | X104343335Y-112940833D02* 715 | X104248097Y-112893214D01* 716 | X104057620Y-112893214D01* 717 | X103962382Y-112940833D01* 718 | X103914763Y-112988452D01* 719 | X103867144Y-113083690D01* 720 | X103867144Y-113369405D01* 721 | X103914763Y-113464643D01* 722 | X103962382Y-113512262D01* 723 | X104057620Y-113559881D01* 724 | X104248097Y-113559881D01* 725 | X104343335Y-113512262D01* 726 | X103438573Y-113464643D02* 727 | X103390954Y-113512262D01* 728 | X103438573Y-113559881D01* 729 | X103486192Y-113512262D01* 730 | X103438573Y-113464643D01* 731 | X103438573Y-113559881D01* 732 | X102533811Y-113512262D02* 733 | X102629049Y-113559881D01* 734 | X102819526Y-113559881D01* 735 | X102914764Y-113512262D01* 736 | X102962383Y-113464643D01* 737 | X103010002Y-113369405D01* 738 | X103010002Y-113083690D01* 739 | X102962383Y-112988452D01* 740 | X102914764Y-112940833D01* 741 | X102819526Y-112893214D01* 742 | X102629049Y-112893214D01* 743 | X102533811Y-112940833D01* 744 | X101962383Y-113559881D02* 745 | X102057621Y-113512262D01* 746 | X102105240Y-113464643D01* 747 | X102152859Y-113369405D01* 748 | X102152859Y-113083690D01* 749 | X102105240Y-112988452D01* 750 | X102057621Y-112940833D01* 751 | X101962383Y-112893214D01* 752 | X101819525Y-112893214D01* 753 | X101724287Y-112940833D01* 754 | X101676668Y-112988452D01* 755 | X101629049Y-113083690D01* 756 | X101629049Y-113369405D01* 757 | X101676668Y-113464643D01* 758 | X101724287Y-113512262D01* 759 | X101819525Y-113559881D01* 760 | X101962383Y-113559881D01* 761 | X101200478Y-113559881D02* 762 | X101200478Y-112893214D01* 763 | X101200478Y-112988452D02* 764 | X101152859Y-112940833D01* 765 | X101057621Y-112893214D01* 766 | X100914763Y-112893214D01* 767 | X100819525Y-112940833D01* 768 | X100771906Y-113036071D01* 769 | X100771906Y-113559881D01* 770 | X100771906Y-113036071D02* 771 | X100724287Y-112940833D01* 772 | X100629049Y-112893214D01* 773 | X100486192Y-112893214D01* 774 | X100390954Y-112940833D01* 775 | X100343335Y-113036071D01* 776 | X100343335Y-113559881D01* 777 | X99152859Y-112512262D02* 778 | X100010002Y-113797976D01* 779 | X98390954Y-113559881D02* 780 | X98390954Y-113036071D01* 781 | X98438573Y-112940833D01* 782 | X98533811Y-112893214D01* 783 | X98724288Y-112893214D01* 784 | X98819526Y-112940833D01* 785 | X98390954Y-113512262D02* 786 | X98486192Y-113559881D01* 787 | X98724288Y-113559881D01* 788 | X98819526Y-113512262D01* 789 | X98867145Y-113417024D01* 790 | X98867145Y-113321786D01* 791 | X98819526Y-113226548D01* 792 | X98724288Y-113178929D01* 793 | X98486192Y-113178929D01* 794 | X98390954Y-113131310D01* 795 | X97771907Y-113559881D02* 796 | X97867145Y-113512262D01* 797 | X97914764Y-113417024D01* 798 | X97914764Y-112559881D01* 799 | X96867144Y-113559881D02* 800 | X97438573Y-113559881D01* 801 | X97152859Y-113559881D02* 802 | X97152859Y-112559881D01* 803 | X97248097Y-112702738D01* 804 | X97343335Y-112797976D01* 805 | X97438573Y-112845595D01* 806 | X96533811Y-112559881D02* 807 | X95867144Y-112559881D01* 808 | X96295716Y-113559881D01* 809 | X95581430Y-112559881D02* 810 | X94914763Y-112559881D01* 811 | X95343335Y-113559881D01* 812 | X93819525Y-112512262D02* 813 | X94676668Y-113797976D01* 814 | X93105239Y-113512262D02* 815 | X93200477Y-113559881D01* 816 | X93390954Y-113559881D01* 817 | X93486192Y-113512262D01* 818 | X93533811Y-113417024D01* 819 | X93533811Y-113036071D01* 820 | X93486192Y-112940833D01* 821 | X93390954Y-112893214D01* 822 | X93200477Y-112893214D01* 823 | X93105239Y-112940833D01* 824 | X93057620Y-113036071D01* 825 | X93057620Y-113131310D01* 826 | X93533811Y-113226548D01* 827 | X92676668Y-113512262D02* 828 | X92581430Y-113559881D01* 829 | X92390954Y-113559881D01* 830 | X92295715Y-113512262D01* 831 | X92248096Y-113417024D01* 832 | X92248096Y-113369405D01* 833 | X92295715Y-113274167D01* 834 | X92390954Y-113226548D01* 835 | X92533811Y-113226548D01* 836 | X92629049Y-113178929D01* 837 | X92676668Y-113083690D01* 838 | X92676668Y-113036071D01* 839 | X92629049Y-112940833D01* 840 | X92533811Y-112893214D01* 841 | X92390954Y-112893214D01* 842 | X92295715Y-112940833D01* 843 | X91819525Y-112893214D02* 844 | X91819525Y-113893214D01* 845 | X91819525Y-112940833D02* 846 | X91724287Y-112893214D01* 847 | X91533810Y-112893214D01* 848 | X91438572Y-112940833D01* 849 | X91390953Y-112988452D01* 850 | X91343334Y-113083690D01* 851 | X91343334Y-113369405D01* 852 | X91390953Y-113464643D01* 853 | X91438572Y-113512262D01* 854 | X91533810Y-113559881D01* 855 | X91724287Y-113559881D01* 856 | X91819525Y-113512262D01* 857 | X91152858Y-113655119D02* 858 | X90390953Y-113655119D01* 859 | X90152858Y-113559881D02* 860 | X90152858Y-112559881D01* 861 | X89724286Y-113559881D02* 862 | X89724286Y-113036071D01* 863 | X89771905Y-112940833D01* 864 | X89867143Y-112893214D01* 865 | X90010001Y-112893214D01* 866 | X90105239Y-112940833D01* 867 | X90152858Y-112988452D01* 868 | X88819524Y-113559881D02* 869 | X88819524Y-113036071D01* 870 | X88867143Y-112940833D01* 871 | X88962381Y-112893214D01* 872 | X89152858Y-112893214D01* 873 | X89248096Y-112940833D01* 874 | X88819524Y-113512262D02* 875 | X88914762Y-113559881D01* 876 | X89152858Y-113559881D01* 877 | X89248096Y-113512262D01* 878 | X89295715Y-113417024D01* 879 | X89295715Y-113321786D01* 880 | X89248096Y-113226548D01* 881 | X89152858Y-113178929D01* 882 | X88914762Y-113178929D01* 883 | X88819524Y-113131310D01* 884 | X88486191Y-112893214D02* 885 | X88105239Y-112893214D01* 886 | X88343334Y-112559881D02* 887 | X88343334Y-113417024D01* 888 | X88295715Y-113512262D01* 889 | X88200477Y-113559881D01* 890 | X88105239Y-113559881D01* 891 | D10* 892 | X122900000Y-85960000D02* 893 | X72100000Y-85960000D01* 894 | X74640000Y-91040000D02* 895 | X122900000Y-91040000D01* 896 | X122900000Y-85960000D02* 897 | X122900000Y-91040000D01* 898 | X72100000Y-85960000D02* 899 | X72100000Y-88500000D01* 900 | X73370000Y-91320000D02* 901 | X71820000Y-91320000D01* 902 | X72100000Y-88500000D02* 903 | X74640000Y-88500000D01* 904 | X74640000Y-88500000D02* 905 | X74640000Y-91040000D01* 906 | X71820000Y-91320000D02* 907 | X71820000Y-89770000D01* 908 | X72772495Y-92959181D02* 909 | X72772495Y-91959181D01* 910 | X72391542Y-91959181D01* 911 | X72296304Y-92006800D01* 912 | X72248685Y-92054419D01* 913 | X72201066Y-92149657D01* 914 | X72201066Y-92292514D01* 915 | X72248685Y-92387752D01* 916 | X72296304Y-92435371D01* 917 | X72391542Y-92482990D01* 918 | X72772495Y-92482990D01* 919 | X71248685Y-92959181D02* 920 | X71820114Y-92959181D01* 921 | X71534400Y-92959181D02* 922 | X71534400Y-91959181D01* 923 | X71629638Y-92102038D01* 924 | X71724876Y-92197276D01* 925 | X71820114Y-92244895D01* 926 | %LPC*% 927 | D12* 928 | X126500000Y-88500000D03* 929 | X126500000Y-111500000D03* 930 | X68500000Y-88500000D03* 931 | D13* 932 | X73370000Y-89770000D03* 933 | D14* 934 | X73370000Y-87230000D03* 935 | X75910000Y-89770000D03* 936 | X75910000Y-87230000D03* 937 | X78450000Y-89770000D03* 938 | X78450000Y-87230000D03* 939 | X80990000Y-89770000D03* 940 | X80990000Y-87230000D03* 941 | X83530000Y-89770000D03* 942 | X83530000Y-87230000D03* 943 | X86070000Y-89770000D03* 944 | X86070000Y-87230000D03* 945 | X88610000Y-89770000D03* 946 | X88610000Y-87230000D03* 947 | X91150000Y-89770000D03* 948 | X91150000Y-87230000D03* 949 | X93690000Y-89770000D03* 950 | X93690000Y-87230000D03* 951 | X96230000Y-89770000D03* 952 | X96230000Y-87230000D03* 953 | X98770000Y-89770000D03* 954 | X98770000Y-87230000D03* 955 | X101310000Y-89770000D03* 956 | X101310000Y-87230000D03* 957 | X103850000Y-89770000D03* 958 | X103850000Y-87230000D03* 959 | X106390000Y-89770000D03* 960 | X106390000Y-87230000D03* 961 | X108930000Y-89770000D03* 962 | X108930000Y-87230000D03* 963 | X111470000Y-89770000D03* 964 | X111470000Y-87230000D03* 965 | X114010000Y-89770000D03* 966 | X114010000Y-87230000D03* 967 | X116550000Y-89770000D03* 968 | X116550000Y-87230000D03* 969 | X119090000Y-89770000D03* 970 | X119090000Y-87230000D03* 971 | X121630000Y-89770000D03* 972 | X121630000Y-87230000D03* 973 | D12* 974 | X68500000Y-111500000D03* 975 | M02* 976 | -------------------------------------------------------------------------------- /fab/esp_hat-Edge.Cuts.gm1: -------------------------------------------------------------------------------- 1 | G04 #@! TF.FileFunction,Profile,NP* 2 | %FSLAX46Y46*% 3 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 4 | G04 Created by KiCad (PCBNEW 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable) date Mon 04 Jan 2016 12:08:53 AM CST* 5 | %MOMM*% 6 | G01* 7 | G04 APERTURE LIST* 8 | %ADD10C,0.150000*% 9 | G04 APERTURE END LIST* 10 | D10* 11 | X57000000Y-114500000D02* 12 | G75* 13 | G03X57500000Y-115000000I500000J0D01* 14 | G01* 15 | X127000000Y-115000000D02* 16 | G75* 17 | G03X130000000Y-112000000I0J3000000D01* 18 | G01* 19 | X130000000Y-88000000D02* 20 | G75* 21 | G03X127000000Y-85000000I-3000000J0D01* 22 | G01* 23 | X57500000Y-85000000D02* 24 | G75* 25 | G03X57000000Y-85500000I0J-500000D01* 26 | G01* 27 | X57500000Y-115000000D02* 28 | X127000000Y-115000000D01* 29 | X57500000Y-85000000D02* 30 | X127000000Y-85000000D01* 31 | X130000000Y-88000000D02* 32 | X130000000Y-112000000D01* 33 | X57000000Y-85500000D02* 34 | X57000000Y-114500000D01* 35 | M02* 36 | -------------------------------------------------------------------------------- /fab/esp_hat-F.Mask.gts: -------------------------------------------------------------------------------- 1 | G04 #@! TF.FileFunction,Soldermask,Top* 2 | %FSLAX46Y46*% 3 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 4 | G04 Created by KiCad (PCBNEW 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable) date Mon 04 Jan 2016 12:08:53 AM CST* 5 | %MOMM*% 6 | G01* 7 | G04 APERTURE LIST* 8 | %ADD10C,0.150000*% 9 | %ADD11R,1.365200X1.670000*% 10 | %ADD12C,3.150000*% 11 | %ADD13R,1.400000X1.350000*% 12 | %ADD14R,1.800000X1.600000*% 13 | %ADD15R,1.100000X0.650000*% 14 | %ADD16R,0.650000X1.100000*% 15 | %ADD17R,2.125000X2.125000*% 16 | %ADD18R,2.127200X2.127200*% 17 | %ADD19O,2.127200X2.127200*% 18 | %ADD20R,1.350000X1.400000*% 19 | %ADD21R,1.400000X1.300000*% 20 | %ADD22R,1.400000X1.400000*% 21 | %ADD23R,1.400000X2.600000*% 22 | %ADD24R,1.300000X1.400000*% 23 | %ADD25R,2.432000X4.057600*% 24 | %ADD26R,2.432000X1.416000*% 25 | %ADD27R,1.670000X1.365200*% 26 | %ADD28C,1.400000*% 27 | G04 APERTURE END LIST* 28 | D10* 29 | D11* 30 | X103230000Y-93150000D03* 31 | X104500000Y-93150000D03* 32 | X105770000Y-93150000D03* 33 | D12* 34 | X126500000Y-88500000D03* 35 | X126500000Y-111500000D03* 36 | X68500000Y-88500000D03* 37 | D13* 38 | X77750000Y-98350000D03* 39 | X77750000Y-96750000D03* 40 | D14* 41 | X85606700Y-96734120D03* 42 | X83406700Y-96734120D03* 43 | X85606700Y-98334120D03* 44 | X83406700Y-98334120D03* 45 | D15* 46 | X80060800Y-101700000D03* 47 | X80060800Y-102200000D03* 48 | X80060800Y-102700000D03* 49 | X80060800Y-103200000D03* 50 | X80060800Y-103700000D03* 51 | X80060800Y-104200000D03* 52 | X80060800Y-104700000D03* 53 | X80060800Y-105200000D03* 54 | D16* 55 | X80710800Y-105850000D03* 56 | X81210800Y-105850000D03* 57 | X81710800Y-105850000D03* 58 | X82210800Y-105850000D03* 59 | X82710800Y-105850000D03* 60 | X83210800Y-105850000D03* 61 | X83710800Y-105850000D03* 62 | X84210800Y-105850000D03* 63 | D15* 64 | X84860800Y-105200000D03* 65 | X84860800Y-104700000D03* 66 | X84860800Y-104200000D03* 67 | X84860800Y-103700000D03* 68 | X84860800Y-103200000D03* 69 | X84860800Y-102700000D03* 70 | X84860800Y-102200000D03* 71 | X84860800Y-101700000D03* 72 | D16* 73 | X84210800Y-101050000D03* 74 | X83710800Y-101050000D03* 75 | X83210800Y-101050000D03* 76 | X82710800Y-101050000D03* 77 | X82210800Y-101050000D03* 78 | X81710800Y-101050000D03* 79 | X81210800Y-101050000D03* 80 | X80710800Y-101050000D03* 81 | D17* 82 | X83323300Y-104312500D03* 83 | X83323300Y-102587500D03* 84 | X81598300Y-104312500D03* 85 | X81598300Y-102587500D03* 86 | D18* 87 | X73370000Y-89770000D03* 88 | D19* 89 | X73370000Y-87230000D03* 90 | X75910000Y-89770000D03* 91 | X75910000Y-87230000D03* 92 | X78450000Y-89770000D03* 93 | X78450000Y-87230000D03* 94 | X80990000Y-89770000D03* 95 | X80990000Y-87230000D03* 96 | X83530000Y-89770000D03* 97 | X83530000Y-87230000D03* 98 | X86070000Y-89770000D03* 99 | X86070000Y-87230000D03* 100 | X88610000Y-89770000D03* 101 | X88610000Y-87230000D03* 102 | X91150000Y-89770000D03* 103 | X91150000Y-87230000D03* 104 | X93690000Y-89770000D03* 105 | X93690000Y-87230000D03* 106 | X96230000Y-89770000D03* 107 | X96230000Y-87230000D03* 108 | X98770000Y-89770000D03* 109 | X98770000Y-87230000D03* 110 | X101310000Y-89770000D03* 111 | X101310000Y-87230000D03* 112 | X103850000Y-89770000D03* 113 | X103850000Y-87230000D03* 114 | X106390000Y-89770000D03* 115 | X106390000Y-87230000D03* 116 | X108930000Y-89770000D03* 117 | X108930000Y-87230000D03* 118 | X111470000Y-89770000D03* 119 | X111470000Y-87230000D03* 120 | X114010000Y-89770000D03* 121 | X114010000Y-87230000D03* 122 | X116550000Y-89770000D03* 123 | X116550000Y-87230000D03* 124 | X119090000Y-89770000D03* 125 | X119090000Y-87230000D03* 126 | X121630000Y-89770000D03* 127 | X121630000Y-87230000D03* 128 | D13* 129 | X75900000Y-96750000D03* 130 | X75900000Y-98350000D03* 131 | D20* 132 | X75895200Y-93600000D03* 133 | X77495200Y-93600000D03* 134 | D13* 135 | X78282800Y-104950000D03* 136 | X78282800Y-106550000D03* 137 | X81500000Y-98350000D03* 138 | X81500000Y-96750000D03* 139 | X87500000Y-96739000D03* 140 | X87500000Y-98339000D03* 141 | D20* 142 | X72688200Y-102200000D03* 143 | X71088200Y-102200000D03* 144 | D21* 145 | X103500000Y-96602280D03* 146 | X103500000Y-98202280D03* 147 | X96926360Y-96600000D03* 148 | X96926360Y-98200000D03* 149 | X98550000Y-96600000D03* 150 | X98550000Y-98200000D03* 151 | X101856500Y-96600000D03* 152 | X101856500Y-98200000D03* 153 | X100200000Y-96600000D03* 154 | X100200000Y-98200000D03* 155 | X79600000Y-96750000D03* 156 | X79600000Y-98350000D03* 157 | D22* 158 | X67600000Y-105000000D03* 159 | D23* 160 | X69100000Y-106500000D03* 161 | X66100000Y-106500000D03* 162 | D21* 163 | X67600000Y-102200000D03* 164 | X67600000Y-103800000D03* 165 | D24* 166 | X65938400Y-102200000D03* 167 | X67538400Y-102200000D03* 168 | D25* 169 | X66852800Y-96723200D03* 170 | D26* 171 | X73456800Y-96723200D03* 172 | X73456800Y-94437200D03* 173 | X73456800Y-99009200D03* 174 | D12* 175 | X68500000Y-111500000D03* 176 | D27* 177 | X79297580Y-110267940D03* 178 | X79297580Y-111537940D03* 179 | X82894220Y-110275560D03* 180 | X82894220Y-111545560D03* 181 | X81083200Y-110275560D03* 182 | X81083200Y-111545560D03* 183 | D21* 184 | X105150000Y-96600000D03* 185 | X105150000Y-98200000D03* 186 | D20* 187 | X77450000Y-92100000D03* 188 | X75850000Y-92100000D03* 189 | D13* 190 | X69600000Y-102100000D03* 191 | X69600000Y-103700000D03* 192 | X74200000Y-102100000D03* 193 | X74200000Y-103700000D03* 194 | D28* 195 | X90750000Y-98500000D03* 196 | X92700000Y-98500000D03* 197 | M02* 198 | -------------------------------------------------------------------------------- /fab/esp_hat-F.Paste.gtp: -------------------------------------------------------------------------------- 1 | G04 #@! TF.FileFunction,Paste,Top* 2 | %FSLAX46Y46*% 3 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 4 | G04 Created by KiCad (PCBNEW 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable) date Mon 04 Jan 2016 12:08:53 AM CST* 5 | %MOMM*% 6 | G01* 7 | G04 APERTURE LIST* 8 | %ADD10C,0.150000*% 9 | %ADD11R,1.000000X0.950000*% 10 | %ADD12R,1.400000X1.200000*% 11 | %ADD13R,0.700000X0.250000*% 12 | %ADD14R,0.250000X0.700000*% 13 | %ADD15R,1.035000X1.035000*% 14 | %ADD16R,0.950000X1.000000*% 15 | %ADD17R,1.000000X0.900000*% 16 | %ADD18R,1.000000X1.000000*% 17 | %ADD19R,1.000000X2.200000*% 18 | %ADD20R,0.900000X1.000000*% 19 | %ADD21R,2.032000X3.657600*% 20 | %ADD22R,2.032000X1.016000*% 21 | G04 APERTURE END LIST* 22 | D10* 23 | D11* 24 | X77750000Y-98350000D03* 25 | X77750000Y-96750000D03* 26 | D12* 27 | X85606700Y-96734120D03* 28 | X83406700Y-96734120D03* 29 | X85606700Y-98334120D03* 30 | X83406700Y-98334120D03* 31 | D13* 32 | X80060800Y-101700000D03* 33 | X80060800Y-102200000D03* 34 | X80060800Y-102700000D03* 35 | X80060800Y-103200000D03* 36 | X80060800Y-103700000D03* 37 | X80060800Y-104200000D03* 38 | X80060800Y-104700000D03* 39 | X80060800Y-105200000D03* 40 | D14* 41 | X80710800Y-105850000D03* 42 | X81210800Y-105850000D03* 43 | X81710800Y-105850000D03* 44 | X82210800Y-105850000D03* 45 | X82710800Y-105850000D03* 46 | X83210800Y-105850000D03* 47 | X83710800Y-105850000D03* 48 | X84210800Y-105850000D03* 49 | D13* 50 | X84860800Y-105200000D03* 51 | X84860800Y-104700000D03* 52 | X84860800Y-104200000D03* 53 | X84860800Y-103700000D03* 54 | X84860800Y-103200000D03* 55 | X84860800Y-102700000D03* 56 | X84860800Y-102200000D03* 57 | X84860800Y-101700000D03* 58 | D14* 59 | X84210800Y-101050000D03* 60 | X83710800Y-101050000D03* 61 | X83210800Y-101050000D03* 62 | X82710800Y-101050000D03* 63 | X82210800Y-101050000D03* 64 | X81710800Y-101050000D03* 65 | X81210800Y-101050000D03* 66 | X80710800Y-101050000D03* 67 | D15* 68 | X83323300Y-104312500D03* 69 | X83323300Y-102587500D03* 70 | X81598300Y-104312500D03* 71 | X81598300Y-102587500D03* 72 | D11* 73 | X75900000Y-96750000D03* 74 | X75900000Y-98350000D03* 75 | D16* 76 | X75895200Y-93600000D03* 77 | X77495200Y-93600000D03* 78 | D11* 79 | X78282800Y-104950000D03* 80 | X78282800Y-106550000D03* 81 | X81500000Y-98350000D03* 82 | X81500000Y-96750000D03* 83 | X87500000Y-96739000D03* 84 | X87500000Y-98339000D03* 85 | D16* 86 | X72688200Y-102200000D03* 87 | X71088200Y-102200000D03* 88 | D17* 89 | X103500000Y-96602280D03* 90 | X103500000Y-98202280D03* 91 | X96926360Y-96600000D03* 92 | X96926360Y-98200000D03* 93 | X98550000Y-96600000D03* 94 | X98550000Y-98200000D03* 95 | X101856500Y-96600000D03* 96 | X101856500Y-98200000D03* 97 | X100200000Y-96600000D03* 98 | X100200000Y-98200000D03* 99 | X79600000Y-96750000D03* 100 | X79600000Y-98350000D03* 101 | D18* 102 | X67600000Y-105000000D03* 103 | D19* 104 | X69100000Y-106500000D03* 105 | X66100000Y-106500000D03* 106 | D17* 107 | X67600000Y-102200000D03* 108 | X67600000Y-103800000D03* 109 | D20* 110 | X65938400Y-102200000D03* 111 | X67538400Y-102200000D03* 112 | D21* 113 | X66852800Y-96723200D03* 114 | D22* 115 | X73456800Y-96723200D03* 116 | X73456800Y-94437200D03* 117 | X73456800Y-99009200D03* 118 | D17* 119 | X105150000Y-96600000D03* 120 | X105150000Y-98200000D03* 121 | D16* 122 | X77450000Y-92100000D03* 123 | X75850000Y-92100000D03* 124 | D11* 125 | X69600000Y-102100000D03* 126 | X69600000Y-103700000D03* 127 | X74200000Y-102100000D03* 128 | X74200000Y-103700000D03* 129 | M02* 130 | -------------------------------------------------------------------------------- /fab/esp_hat.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ;DRILL file {KiCad 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable} date Mon 04 Jan 2016 12:08:55 AM CST 3 | ;FORMAT={2:4/ absolute / inch / suppress leading zeros} 4 | FMAT,2 5 | INCH,TZ 6 | T1C0.016 7 | T2C0.040 8 | T3C0.108 9 | % 10 | G90 11 | G05 12 | M72 13 | T1 14 | X25591Y-33780 15 | X25591Y-34961 16 | X25591Y-36142 17 | X25591Y-37323 18 | X25591Y-38504 19 | X25591Y-39665 20 | X25591Y-40748 21 | X25591Y-41535 22 | X25591Y-42283 23 | X25591Y-43110 24 | X25591Y-44291 25 | X25591Y-44882 26 | X25866Y-34843 27 | X25866Y-43898 28 | X26004Y-42667 29 | X26014Y-34291 30 | X26014Y-35394 31 | X26014Y-43346 32 | X26014Y-44449 33 | X26142Y-40748 34 | X26142Y-41201 35 | X26417Y-33888 36 | X26417Y-35797 37 | X26417Y-42943 38 | X26417Y-44852 39 | X26772Y-39665 40 | X26969Y-33740 41 | X26969Y-35945 42 | X26969Y-42795 43 | X26969Y-45000 44 | X27047Y-37638 45 | X27047Y-38583 46 | X27047Y-40748 47 | X27047Y-41201 48 | X27520Y-33888 49 | X27520Y-35797 50 | X27520Y-42943 51 | X27520Y-44852 52 | X27677Y-41929 53 | X27913Y-39016 54 | X27923Y-34291 55 | X27923Y-35394 56 | X27923Y-43346 57 | X27923Y-44449 58 | X27953Y-39665 59 | X27953Y-40748 60 | X28071Y-34843 61 | X28071Y-43898 62 | X28386Y-33780 63 | X28386Y-44882 64 | X28406Y-35886 65 | X28780Y-40748 66 | X28957Y-39665 67 | X29193Y-35896 68 | X29386Y-44882 69 | X29390Y-33780 70 | X29626Y-40748 71 | X29961Y-39665 72 | X30177Y-40748 73 | X30207Y-43819 74 | X30374Y-33780 75 | X30386Y-44882 76 | X30699Y-42697 77 | X30728Y-39665 78 | X30728Y-40748 79 | X30965Y-37677 80 | X31094Y-40984 81 | X31122Y-39449 82 | X31378Y-33780 83 | X31378Y-35846 84 | X31386Y-44882 85 | X31594Y-42244 86 | X31713Y-37736 87 | X32125Y-40389 88 | X32125Y-41068 89 | X32205Y-42146 90 | X32264Y-39370 91 | X32382Y-33780 92 | X32386Y-44882 93 | X32736Y-37539 94 | X32804Y-40389 95 | X32804Y-41068 96 | X33287Y-42953 97 | X33386Y-33780 98 | X33386Y-35846 99 | X33386Y-44882 100 | X33858Y-41870 101 | X33878Y-37520 102 | X33878Y-39931 103 | X34173Y-43878 104 | X34197Y-39099 105 | X34203Y-41526 106 | X34370Y-33780 107 | X34386Y-44882 108 | X34685Y-42382 109 | X35059Y-37992 110 | X35374Y-33780 111 | X35386Y-44882 112 | X35453Y-35691 113 | X35866Y-36142 114 | X36037Y-36452 115 | X36386Y-44882 116 | X36398Y-33780 117 | X36575Y-36969 118 | X36801Y-39882 119 | X36821Y-41545 120 | X36878Y-36123 121 | X37146Y-42382 122 | X37323Y-35866 123 | X37343Y-37087 124 | X37386Y-44882 125 | X37402Y-33780 126 | X37638Y-37598 127 | X37638Y-36129 128 | X37697Y-38386 129 | X37776Y-37028 130 | X38169Y-37598 131 | X38386Y-33780 132 | X38386Y-35846 133 | X38386Y-44882 134 | X38720Y-39862 135 | X39203Y-41516 136 | X39370Y-33780 137 | X39370Y-35846 138 | X39386Y-44882 139 | X39518Y-36447 140 | X39646Y-42362 141 | X40251Y-40556 142 | X40374Y-33780 143 | X40386Y-44882 144 | X41014Y-40994 145 | X41083Y-37618 146 | X41161Y-39656 147 | X41377Y-35846 148 | X41378Y-33780 149 | X41386Y-44882 150 | X41417Y-37244 151 | X41949Y-38051 152 | X42283Y-39705 153 | X42382Y-33780 154 | X42386Y-44882 155 | X42539Y-38465 156 | X42579Y-36516 157 | X42579Y-37756 158 | X43150Y-37185 159 | X43356Y-35846 160 | X43366Y-33780 161 | X43386Y-44882 162 | X43917Y-36398 163 | X44370Y-33780 164 | X44386Y-44882 165 | X45256Y-36535 166 | X45266Y-37116 167 | X45374Y-35846 168 | X45374Y-33780 169 | X45386Y-44882 170 | X46378Y-33780 171 | X46386Y-44882 172 | X47382Y-33780 173 | X47386Y-44882 174 | X48386Y-44882 175 | X48425Y-33799 176 | X48701Y-34843 177 | X48701Y-43898 178 | X48848Y-34291 179 | X48848Y-35394 180 | X48848Y-43346 181 | X48848Y-44449 182 | X49252Y-33888 183 | X49252Y-35797 184 | X49252Y-42943 185 | X49252Y-44852 186 | X49803Y-33740 187 | X49803Y-35945 188 | X49803Y-42795 189 | X49803Y-45000 190 | X50354Y-33888 191 | X50354Y-35797 192 | X50354Y-42943 193 | X50354Y-44852 194 | X50758Y-34291 195 | X50758Y-35394 196 | X50758Y-43346 197 | X50758Y-44449 198 | X50787Y-36323 199 | X50787Y-37323 200 | X50787Y-38323 201 | X50787Y-39323 202 | X50787Y-40323 203 | X50787Y-41323 204 | X50787Y-42323 205 | X50906Y-34843 206 | X50906Y-43898 207 | T2 208 | X28886Y-34343 209 | X28886Y-35343 210 | X29886Y-34343 211 | X29886Y-35343 212 | X30886Y-34343 213 | X30886Y-35343 214 | X31886Y-34343 215 | X31886Y-35343 216 | X32886Y-34343 217 | X32886Y-35343 218 | X33886Y-34343 219 | X33886Y-35343 220 | X34886Y-34343 221 | X34886Y-35343 222 | X35886Y-34343 223 | X35886Y-35343 224 | X36886Y-34343 225 | X36886Y-35343 226 | X37886Y-34343 227 | X37886Y-35343 228 | X38886Y-34343 229 | X38886Y-35343 230 | X39886Y-34343 231 | X39886Y-35343 232 | X40886Y-34343 233 | X40886Y-35343 234 | X41886Y-34343 235 | X41886Y-35343 236 | X42886Y-34343 237 | X42886Y-35343 238 | X43886Y-34343 239 | X43886Y-35343 240 | X44886Y-34343 241 | X44886Y-35343 242 | X45886Y-34343 243 | X45886Y-35343 244 | X46886Y-34343 245 | X46886Y-35343 246 | X47886Y-34343 247 | X47886Y-35343 248 | T3 249 | X26969Y-34843 250 | X26969Y-43898 251 | X49803Y-34843 252 | X49803Y-43898 253 | T0 254 | M30 255 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name mcuos)(type KiCad)(uri "$(KIPRJMOD)/mcuos.pretty")(options "")(descr "")) 3 | (lib (name esp_hat)(type KiCad)(uri "$(KIPRJMOD)/esp_hat.pretty")(options "")(descr "")) 4 | (lib (name SH_Antennas)(type KiCad)(uri "$(KIPRJMOD)/SH_Antennas.pretty")(options "")(descr "")) 5 | ) 6 | -------------------------------------------------------------------------------- /mcuos.pretty/0603(1608m)-CHIP-CAP.kicad_mod: -------------------------------------------------------------------------------- 1 | (module "0603(1608m)-CHIP-CAP" (layer F.Cu) (tedit 0) 2 | (attr smd) 3 | (fp_text reference "0603(1608m)-CHIP-CAP" (at 0 1.905) (layer F.SilkS) 4 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 5 | ) 6 | (fp_text value VAL** (at 0 0) (layer F.SilkS) hide 7 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 8 | ) 9 | (fp_line (start 1.55 -0.75) (end 1.55 -0.25) (layer F.SilkS) (width 0.2032)) 10 | (fp_line (start 1.55 -0.75) (end 1.05 -0.75) (layer F.SilkS) (width 0.2032)) 11 | (fp_line (start 1.55 0.75) (end 1.55 0.25) (layer F.SilkS) (width 0.2032)) 12 | (fp_line (start 1.55 0.75) (end 1.05 0.75) (layer F.SilkS) (width 0.2032)) 13 | (fp_line (start -1.55 0.75) (end -1.05 0.75) (layer F.SilkS) (width 0.2032)) 14 | (fp_line (start -1.55 0.75) (end -1.55 0.25) (layer F.SilkS) (width 0.2032)) 15 | (fp_line (start -1.55 -0.75) (end -1.05 -0.75) (layer F.SilkS) (width 0.2032)) 16 | (fp_line (start -1.55 -0.75) (end -1.55 -0.25) (layer F.SilkS) (width 0.2032)) 17 | (fp_line (start 0.4 -0.4) (end 0.4 0.4) (layer F.SilkS) (width 0.2032)) 18 | (fp_line (start -0.4 -0.4) (end -0.4 0.4) (layer F.SilkS) (width 0.2032)) 19 | (fp_line (start -0.8 -0.4) (end -0.8 0.4) (layer F.SilkS) (width 0.2032)) 20 | (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.SilkS) (width 0.2032)) 21 | (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.SilkS) (width 0.2032)) 22 | (fp_line (start 0.8 -0.4) (end -0.8 -0.4) (layer F.SilkS) (width 0.2032)) 23 | (pad 1 smd rect (at -0.8 0) (size 0.95 1) (layers F.Cu F.Paste F.Mask)) 24 | (pad 2 smd rect (at 0.8 0) (size 0.95 1) (layers F.Cu F.Paste F.Mask)) 25 | (model Capacitors_SMD.3dshapes/C_0603.wrl 26 | (at (xyz 0 0 0)) 27 | (scale (xyz 1 1 1)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /mcuos.pretty/0603(1608m)-CHIP-RESISTOR.kicad_mod: -------------------------------------------------------------------------------- 1 | (module "0603(1608m)-CHIP-RESISTOR" (layer F.Cu) (tedit 0) 2 | (fp_text reference "0603(1608m)-CHIP-RESISTOR" (at 0 1.905) (layer F.SilkS) 3 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 4 | ) 5 | (fp_text value VAL** (at 0 0) (layer F.SilkS) hide 6 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 7 | ) 8 | (fp_line (start -1.5 -0.75) (end -1 -0.75) (layer F.SilkS) (width 0.2032)) 9 | (fp_line (start -1.5 -0.25) (end -1.5 -0.75) (layer F.SilkS) (width 0.2032)) 10 | (fp_line (start -1.5 0.75) (end -1.5 0.25) (layer F.SilkS) (width 0.2032)) 11 | (fp_line (start -1 0.75) (end -1.5 0.75) (layer F.SilkS) (width 0.2032)) 12 | (fp_line (start 1.5 0.75) (end 1 0.75) (layer F.SilkS) (width 0.2032)) 13 | (fp_line (start 1.5 0.25) (end 1.5 0.75) (layer F.SilkS) (width 0.2032)) 14 | (fp_line (start 1.5 -0.75) (end 1.5 -0.25) (layer F.SilkS) (width 0.2032)) 15 | (fp_line (start 1.5 -0.75) (end 1 -0.75) (layer F.SilkS) (width 0.2032)) 16 | (fp_line (start -0.8 -0.4) (end -0.8 0.4) (layer F.SilkS) (width 0.2032)) 17 | (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.SilkS) (width 0.2032)) 18 | (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.SilkS) (width 0.2032)) 19 | (fp_line (start 0.8 -0.4) (end -0.8 -0.4) (layer F.SilkS) (width 0.2032)) 20 | (pad 1 smd rect (at -0.8 0) (size 0.9 1) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 0.8 0) (size 0.9 1) (layers F.Cu F.Paste F.Mask)) 22 | (model Resistors_SMD.3dshapes/R_0603.wrl 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 1 1 1)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /mcuos.pretty/0603(1608m).kicad_mod: -------------------------------------------------------------------------------- 1 | (module "0603(1608m)" (layer F.Cu) 2 | (solder_paste_margin -0.0254) 3 | (attr smd) 4 | (fp_text reference "0603(1608m)" (at 0 1.27) (layer F.SilkS) 5 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 6 | ) 7 | (fp_text value VAL** (at 0 0) (layer F.SilkS) hide 8 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 9 | ) 10 | (fp_line (start -1.3 0.6) (end -1.3 -0.6) (layer F.SilkS) (width 0.2032)) 11 | (fp_line (start -1.3 -0.6) (end -0.8 -0.6) (layer F.SilkS) (width 0.2032)) 12 | (fp_line (start -1.3 0.6) (end -0.8 0.6) (layer F.SilkS) (width 0.2032)) 13 | (fp_line (start 1.3 -0.6) (end 1.3 0.6) (layer F.SilkS) (width 0.2032)) 14 | (fp_line (start 1.3 0.6) (end 0.8 0.6) (layer F.SilkS) (width 0.2032)) 15 | (fp_line (start 1.3 -0.6) (end 0.8 -0.6) (layer F.SilkS) (width 0.2032)) 16 | (pad 1 smd rect (at -0.7 0) (size 0.7 0.7) (layers F.Cu F.Paste F.SilkS F.Mask)) 17 | (pad 2 smd rect (at 0.7 0) (size 0.7 0.7) (layers F.Cu F.Paste F.SilkS F.Mask)) 18 | ) 19 | -------------------------------------------------------------------------------- /mcuos.pretty/NDK-NX3225GA_xtal.kicad_mod: -------------------------------------------------------------------------------- 1 | (module NDK-NX3225GA_xtal (layer F.Cu) 2 | (descr http://www.ndk.com/images/products/catalog/c_NX3225GA-STD-CRG-2_e.pdf) 3 | (solder_paste_margin -0.0762) 4 | (attr smd) 5 | (fp_text reference NDK-NX3225GA_xtal (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 7 | ) 8 | (fp_text value VAL** (at 0 0) (layer F.SilkS) hide 9 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 10 | ) 11 | (fp_line (start -1.7 2.1) (end 1.7 2.1) (layer F.SilkS) (width 0.2032)) 12 | (fp_line (start 1.7 2.1) (end 1.7 -2.1) (layer F.SilkS) (width 0.2032)) 13 | (fp_line (start 1.7 -2.1) (end -1.7 -2.1) (layer F.SilkS) (width 0.2032)) 14 | (fp_line (start -1.7 -2.1) (end -1.7 2.1) (layer F.SilkS) (width 0.2032)) 15 | (fp_circle (center -2.1 -1.4) (end -1.9 -1.4) (layer F.SilkS) (width 0.2032)) 16 | (fp_line (start -1.3 -1.6) (end -1.3 1.6) (layer F.SilkS) (width 0.2032)) 17 | (fp_line (start -1.3 1.6) (end 1.3 1.6) (layer F.SilkS) (width 0.2032)) 18 | (fp_line (start 1.3 1.6) (end 1.3 -1.6) (layer F.SilkS) (width 0.2032)) 19 | (fp_line (start 1.3 -1.6) (end -1.3 -1.6) (layer F.SilkS) (width 0.2032)) 20 | (pad 1 smd rect (at -0.8 -1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 0.8 1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 22 | (pad "" smd rect (at -0.8 1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 23 | (pad "" smd rect (at 0.8 -1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 24 | ) 25 | -------------------------------------------------------------------------------- /mcuos.pretty/TXC-7V_xtal.kicad_mod: -------------------------------------------------------------------------------- 1 | (module TXC-7V_xtal (layer F.Cu) 2 | (descr http://www.txc.com.tw/download/products/c/7V_c.pdf) 3 | (solder_paste_margin -0.0508) 4 | (attr smd) 5 | (fp_text reference TXC-7V_xtal (at 0 3.81) (layer F.SilkS) 6 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 7 | ) 8 | (fp_text value VAL** (at 0 0) (layer F.SilkS) hide 9 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 10 | ) 11 | (fp_line (start -1.7 -2) (end -1.7 2) (layer F.SilkS) (width 0.2032)) 12 | (fp_line (start -1.7 2) (end 1.7 2) (layer F.SilkS) (width 0.2032)) 13 | (fp_line (start 1.7 2) (end 1.7 -2) (layer F.SilkS) (width 0.2032)) 14 | (fp_line (start 1.7 -2) (end -1.7 -2) (layer F.SilkS) (width 0.2032)) 15 | (fp_circle (center -2.2 -1.1) (end -2 -1.1) (layer F.SilkS) (width 0.2032)) 16 | (fp_line (start 1.3 1.6) (end 1.3 -1.6) (layer F.SilkS) (width 0.2032)) 17 | (fp_line (start 1.3 -1.6) (end -1.3 -1.6) (layer F.SilkS) (width 0.2032)) 18 | (fp_line (start -1.3 -1.6) (end -1.3 1.6) (layer F.SilkS) (width 0.2032)) 19 | (fp_line (start -1.3 1.6) (end 1.3 1.6) (layer F.SilkS) (width 0.2032)) 20 | (pad 1 smd rect (at -0.85 -1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 21 | (pad "" smd rect (at -0.85 1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 22 | (pad 2 smd rect (at 0.85 1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 23 | (pad "" smd rect (at 0.85 -1.1 90) (size 1.4 1.2) (layers F.Cu F.Paste F.Mask)) 24 | ) 25 | -------------------------------------------------------------------------------- /mcuos.pretty/U.FL-COAX.kicad_mod: -------------------------------------------------------------------------------- 1 | (module U.FL-COAX (layer F.Cu) (tedit 0) 2 | (attr smd) 3 | (fp_text reference U.FL-COAX (at 0 2.54) (layer F.SilkS) 4 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 5 | ) 6 | (fp_text value VAL** (at 0 0) (layer F.SilkS) hide 7 | (effects (font (size 0.762 0.762) (thickness 0.1524))) 8 | ) 9 | (fp_line (start 1.1 0.3) (end 1.1 -0.3) (layer F.SilkS) (width 0.2032)) 10 | (fp_line (start 1.5 0.3) (end 1 0.3) (layer F.SilkS) (width 0.2032)) 11 | (fp_line (start 1.5 0.3) (end 1.5 -0.3) (layer F.SilkS) (width 0.2032)) 12 | (fp_line (start 1.5 -0.3) (end 1 -0.3) (layer F.SilkS) (width 0.2032)) 13 | (fp_circle (center 0 0) (end 0.2 0) (layer F.SilkS) (width 0.2032)) 14 | (fp_circle (center 0 0) (end 1 0) (layer F.SilkS) (width 0.2032)) 15 | (fp_circle (center -1.8 -1) (end -1.6 -1) (layer F.SilkS) (width 0.2032)) 16 | (fp_line (start -1.3 -1.3) (end -1.3 1.3) (layer F.SilkS) (width 0.2032)) 17 | (fp_line (start -1.3 1.3) (end 1.3 1.3) (layer F.SilkS) (width 0.2032)) 18 | (fp_line (start 1.3 1.3) (end 1.3 -1.3) (layer F.SilkS) (width 0.2032)) 19 | (fp_line (start 1.3 -1.3) (end -1.3 -1.3) (layer F.SilkS) (width 0.2032)) 20 | (pad 1 smd rect (at -1.5 0) (size 1 1) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 0 -1.5) (size 2.2 1) (layers F.Cu F.Paste F.Mask)) 22 | (pad 3 smd rect (at 0 1.5) (size 2.2 1) (layers F.Cu F.Paste F.Mask)) 23 | (model C:/dl/esp_hat/mcuos.pretty/HIROSE_U_FL-R-SMT-1.wrl 24 | (at (xyz 0 0 0)) 25 | (scale (xyz 1 1 1)) 26 | (rotate (xyz 0 0 90)) 27 | ) 28 | ) 29 | --------------------------------------------------------------------------------