├── LICENSE ├── M2-B ├── Component Locator.pdf ├── Interface Board PCB.pdf ├── Interface Board Schematic.pdf ├── M2-B_UTD.jpg ├── Processor Board PCB.pdf └── Processor Board Schematic.pdf ├── M2 ├── Gerbers │ ├── CAM (RS274X) for PCB-01005 R3 │ │ ├── PCB-01005 R3 NC DRILL-NonPlated.TXT │ │ ├── PCB-01005 R3 NC DRILL-Plated.TXT │ │ ├── PCB-01005 R3.G1 │ │ ├── PCB-01005 R3.G2 │ │ ├── PCB-01005 R3.GBL │ │ ├── PCB-01005 R3.GBO │ │ ├── PCB-01005 R3.GBP │ │ ├── PCB-01005 R3.GBS │ │ ├── PCB-01005 R3.GD1 │ │ ├── PCB-01005 R3.GG1 │ │ ├── PCB-01005 R3.GM1 │ │ ├── PCB-01005 R3.GM6 │ │ ├── PCB-01005 R3.GTL │ │ ├── PCB-01005 R3.GTO │ │ ├── PCB-01005 R3.GTP │ │ └── PCB-01005 R3.GTS │ └── CAM (RS274X) for PCB-01006 R3 │ │ ├── PCB-01006 R3 NC DRILL-Plated.TXT │ │ ├── PCB-01006 R3.G1 │ │ ├── PCB-01006 R3.G2 │ │ ├── PCB-01006 R3.GBL │ │ ├── PCB-01006 R3.GBO │ │ ├── PCB-01006 R3.GBP │ │ ├── PCB-01006 R3.GBS │ │ ├── PCB-01006 R3.GD1 │ │ ├── PCB-01006 R3.GG1 │ │ ├── PCB-01006 R3.GM1 │ │ ├── PCB-01006 R3.GM6 │ │ ├── PCB-01006 R3.GTL │ │ ├── PCB-01006 R3.GTO │ │ ├── PCB-01006 R3.GTP │ │ └── PCB-01006 R3.GTS ├── Interface Board │ ├── BOM-PCB-01016 R1.csv │ └── Interface Board Schematic.pdf └── Processor Board │ ├── BOM-PCB-01015 R1.csv │ └── Processor Board Schematic.pdf ├── M2_INTERFACE.STEP ├── M2_PROCESSOR.STEP └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 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-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public 411 | licenses. Notwithstanding, Creative Commons may elect to apply one of 412 | its public licenses to material it publishes and in those instances 413 | will be considered the “Licensor.” The text of the Creative Commons 414 | public licenses is dedicated to the public domain under the CC0 Public 415 | Domain Dedication. Except for the limited purpose of indicating that 416 | material is shared under a Creative Commons public license or as 417 | otherwise permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the 425 | public licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | -------------------------------------------------------------------------------- /M2-B/Component Locator.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2-B/Component Locator.pdf -------------------------------------------------------------------------------- /M2-B/Interface Board PCB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2-B/Interface Board PCB.pdf -------------------------------------------------------------------------------- /M2-B/Interface Board Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2-B/Interface Board Schematic.pdf -------------------------------------------------------------------------------- /M2-B/M2-B_UTD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2-B/M2-B_UTD.jpg -------------------------------------------------------------------------------- /M2-B/Processor Board PCB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2-B/Processor Board PCB.pdf -------------------------------------------------------------------------------- /M2-B/Processor Board Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2-B/Processor Board Schematic.pdf -------------------------------------------------------------------------------- /M2/Gerbers/CAM (RS274X) for PCB-01005 R3/PCB-01005 R3 NC DRILL-NonPlated.TXT: -------------------------------------------------------------------------------- 1 | M48 2 | INCH,TZ 3 | T10C0.039 4 | % 5 | T10 6 | X009472Y015523 7 | X012614Y015523 8 | M30 9 | 10 | -------------------------------------------------------------------------------- /M2/Gerbers/CAM (RS274X) for PCB-01005 R3/PCB-01005 R3 NC DRILL-Plated.TXT: -------------------------------------------------------------------------------- 1 | M48 2 | ;Layer_Color=8388608 3 | ;FILE_FORMAT=2:4 4 | INCH,LZ 5 | ;TYPE=PLATED 6 | T1F00S00C0.0100 7 | T2F00S00C0.0150 8 | T3F00S00C0.0295 9 | % 10 | T01 11 | X00825Y0008 12 | X0086Y000809 13 | X00907Y000859 14 | X00916Y001559 15 | X009123Y002497 16 | X0095Y00294 17 | X0097Y0031 18 | X00963Y003409 19 | X01026Y003439 20 | X01025Y00291 21 | X01057Y002609 22 | X011091Y002499 23 | X011485Y002494 24 | X01195Y002553 25 | X0123Y00235 26 | X01265Y00245 27 | X01275Y00215 28 | X01305Y00185 29 | X01335Y0002 30 | X0148 31 | X0153Y0003 32 | X0158 33 | X01415Y00425 34 | X01331Y00418 35 | X01307 36 | X01279Y00376 37 | X013Y00522 38 | X0128Y005709 39 | X01395Y0057 40 | X0136Y0051 41 | X01172Y00502 42 | X011661Y005379 43 | X01125Y0053 44 | X0114Y00485 45 | X01091Y00502 46 | X01095Y00445 47 | X01111Y00404 48 | X011Y00575 49 | X0112Y0061 50 | X01105Y0066 51 | X0118 52 | Y00625 53 | X011126Y007339 54 | X01109Y00812 55 | X011165Y008539 56 | X01087Y00867 57 | X0106Y008329 58 | X01005Y00825 59 | X01Y00775 60 | X01036Y00777 61 | X00999Y00713 62 | X00949Y007139 63 | X00924Y00612 64 | X00974 65 | X01015Y00585 66 | X01Y00555 67 | X00935Y00565 68 | Y0052 69 | X0085Y0058 70 | X00815Y00555 71 | X00832Y00352 72 | X00988Y0012 73 | X01018 74 | X0105Y0014 75 | X01101Y0016 76 | X011288Y001601 77 | X0098Y0002 78 | X00849Y00857 79 | X01171Y00817 80 | X011638Y009293 81 | X011485Y010095 82 | X01105Y01 83 | X01173Y01088 84 | X0121Y01085 85 | X01239Y01097 86 | X01195Y01181 87 | X011086Y011816 88 | X01035Y01195 89 | X00965 90 | X00825Y0121 91 | X01245Y0124 92 | X0137Y01095 93 | X01418Y011185 94 | X0143Y01063 95 | X01431Y00989 96 | X01409Y00939 97 | X01363Y00931 98 | X01325 99 | X01275 100 | Y0085 101 | X01365Y00855 102 | X01409Y008465 103 | X01397Y007 104 | X0077Y0068 105 | X00755Y0066 106 | X00727Y006535 107 | X00666Y00592 108 | X00632Y005819 109 | X00634Y00702 110 | X005868Y007383 111 | X00681Y00768 112 | X0073Y0079 113 | X0077 114 | X00705Y0088 115 | X006317Y00865 116 | X00586Y00879 117 | X00491Y00805 118 | X00458Y00733 119 | X00427Y007383 120 | X004765Y00712 121 | X00463Y00686 122 | X00495Y00635 123 | X00428Y006045 124 | X0033Y00645 125 | X00285 126 | X002367Y006163 127 | X0025Y00695 128 | X00245Y0076 129 | X00302Y007659 130 | X003285Y00794 131 | X0033Y0083 132 | X00302Y008459 133 | X00273Y00859 134 | X002Y00828 135 | Y01003 136 | X0009Y01065 137 | X002Y011769 138 | X00368Y01176 139 | X00385Y01153 140 | X00455Y01185 141 | X0052Y0118 142 | X00507Y011 143 | X00502Y009989 144 | X00393Y01 145 | X004757Y012397 146 | X006422Y012407 147 | X006417Y012053 148 | X00606Y01141 149 | X00728Y0113 150 | Y01102 151 | X0074Y0116 152 | Y012229 153 | X00728Y01005 154 | X00745Y00951 155 | X0078Y0058 156 | X0074Y00435 157 | X00677Y00375 158 | X00635Y00325 159 | X00565Y002729 160 | X0054Y00255 161 | X00516Y00265 162 | X00435Y002078 163 | X004Y0017 164 | X0036Y0015 165 | X00305 166 | X00325Y0021 167 | X0033Y0027 168 | Y003 169 | X00273Y00324 170 | X00256Y00345 171 | X0023Y00305 172 | X0027Y0027 173 | X0026Y0021 174 | X00313Y0045 175 | X00302Y005309 176 | X00275Y00535 177 | X002Y00478 178 | X00431Y00437 179 | X00464Y00411 180 | X00451Y003719 181 | X00499Y0043 182 | X00525Y0047 183 | X00535Y0012 184 | X0058 185 | X00583Y00077 186 | X0063Y00065 187 | X006Y0002 188 | X00485 189 | X0069Y00095 190 | X00666Y001359 191 | X00725Y0014 192 | X007543Y001581 193 | X00785Y0016 194 | X007548Y002551 195 | X00762Y002839 196 | X007Y00255 197 | X008Y0002 198 | X0008Y0004 199 | X0002Y0002 200 | X0033Y00695 201 | X0035Y01285 202 | X00311Y01288 203 | X0027Y01255 204 | X0025Y01314 205 | Y01349 206 | Y01383 207 | X00215Y01355 208 | X00185Y0139 209 | Y0131 210 | X0018Y01255 211 | X0009Y013 212 | X00145Y01479 213 | X00209Y01484 214 | X0021Y0151 215 | X0031 216 | X00328Y01568 217 | X004117Y015558 218 | X004493 219 | X00499Y01538 220 | X0055Y0155 221 | X00458Y0168 222 | X004 223 | X00326 224 | X00286Y01671 225 | X00266 226 | X00348Y01383 227 | X00395Y01405 228 | Y0134 229 | X00489Y01333 230 | X0051Y01312 231 | X00531Y01291 232 | X0069Y0141 233 | X0076 234 | X008Y01264 235 | X0002Y0148 236 | X00844Y0149 237 | X00815Y0153 238 | X00835Y01559 239 | X00899Y01558 240 | X00895Y01656 241 | X00867 242 | X00839 243 | X01Y0168 244 | Y01585 245 | Y0149 246 | X0109 247 | Y01535 248 | X012Y0168 249 | X0138 250 | Y016 251 | X0142Y0151 252 | Y0145 253 | X0137Y0144 254 | X01325Y01295 255 | Y0125 256 | X014Y01275 257 | X0143Y013 258 | X0151 259 | Y0138 260 | X0158Y0148 261 | X01245Y01275 262 | X01192Y01258 263 | X01146Y01292 264 | X01102Y01258 265 | X01035Y01275 266 | X00965 267 | T02 268 | X00855Y00126 269 | X00824Y00157 270 | Y00261 271 | X0111Y00331 272 | X0115 273 | X01084Y00365 274 | X00999Y00498 275 | X00975Y008 276 | Y0085 277 | X010393Y009293 278 | X01039Y00969 279 | X00941Y00961 280 | X00935Y009989 281 | X00833Y00999 282 | X008355Y009595 283 | X00843Y00923 284 | X00849Y0082 285 | Y00718 286 | X00853Y01106 287 | X00942 288 | X011647Y009687 289 | X012652Y010075 290 | X01363Y00974 291 | X0077Y0093 292 | X00755Y0084 293 | X00675Y009 294 | X00616Y00902 295 | X00538Y00903 296 | X005383Y009977 297 | X00617Y01004 298 | X007Y00987 299 | X00617Y0111 300 | X00404Y01124 301 | X00387Y01084 302 | X00335 303 | X00293Y01091 304 | X00335Y009915 305 | X00329Y00943 306 | X002705Y00928 307 | X00435Y00536 308 | X00475Y00535 309 | X00509Y0052 310 | X00615Y00473 311 | X00588Y00325 312 | X004933Y003357 313 | X00575Y014009 314 | X00555Y01444 315 | X00516Y01507 316 | X00588Y015577 317 | X00367Y01559 318 | X00249Y01494 319 | X0076Y01467 320 | X00735Y013609 321 | X00803Y01656 322 | X0082Y01453 323 | X00851 324 | Y01417 325 | X0082 326 | X00819Y013609 327 | X00844Y01337 328 | X00959Y01417 329 | Y01453 330 | X01214Y01452 331 | Y01418 332 | X01213Y01361 333 | Y01327 334 | X01312Y01323 335 | X01348Y013539 336 | X0134Y014459 337 | X0131Y01467 338 | X01326Y01565 339 | X01253Y01597 340 | X01197Y01575 341 | X0116 342 | X01123 343 | X01214Y01542 344 | T03 345 | X014693Y000807 346 | X01548 347 | Y001594 348 | X014693 349 | Y002382 350 | X01548 351 | Y003169 352 | X014693 353 | Y003957 354 | X01548 355 | Y004744 356 | X014693 357 | Y005531 358 | Y006319 359 | Y007106 360 | Y007894 361 | Y008681 362 | Y009469 363 | X01548 364 | Y008681 365 | Y007894 366 | Y007106 367 | Y006319 368 | Y005531 369 | Y010256 370 | X014693 371 | Y011043 372 | Y011831 373 | X01548Y011831 374 | X01548Y011043 375 | X001307 376 | X00052Y011043 377 | Y011831 378 | X001307Y011831 379 | Y010256 380 | X00052 381 | Y009469 382 | Y008681 383 | X001307 384 | Y009469 385 | Y007894 386 | Y007106 387 | X00052 388 | Y007894 389 | Y006319 390 | Y005531 391 | X001307 392 | Y006319 393 | X001307Y004744 394 | X00052 395 | Y003957 396 | X001307 397 | Y003169 398 | X00052 399 | Y002382 400 | X001307 401 | Y001594 402 | X00052 403 | Y000807 404 | X001307 405 | X001307Y012618 406 | Y013406 407 | X00052 408 | Y012618 409 | Y014193 410 | X001307 411 | X014693 412 | X01548 413 | X01548Y013406 414 | Y012618 415 | X014693 416 | Y013406 417 | M30 418 | -------------------------------------------------------------------------------- /M2/Gerbers/CAM (RS274X) for PCB-01006 R3/PCB-01006 R3 NC DRILL-Plated.TXT: -------------------------------------------------------------------------------- 1 | M48 2 | INCH,TZ 3 | T10C0.010 4 | T11C0.012 5 | T12C0.015 6 | T13C0.020 7 | T14C0.028 8 | T15C0.032 9 | T16C0.046 10 | T17C0.100 11 | % 12 | T10 13 | X009000Y000200 14 | X010000Y000200 15 | X011000Y000200 16 | X012000Y000200 17 | X013000Y000200 18 | X012820Y000700 19 | X013800Y001000 20 | X014000Y000200 21 | X013950Y002150 22 | X013950Y002700 23 | X013450Y002700 24 | X013400Y003200 25 | X013160Y003594 26 | X012750Y003450 27 | X012900Y002700 28 | X013050Y001800 29 | X013450Y001700 30 | X015000Y002200 31 | X015800Y002350 32 | X015800Y001900 33 | X015800Y003200 34 | X015800Y004000 35 | X015800Y004800 36 | X015800Y005550 37 | X015800Y006350 38 | X015800Y007150 39 | X015800Y007900 40 | X015800Y008700 41 | X015800Y009500 42 | X015800Y010300 43 | X015800Y011050 44 | X015800Y011850 45 | X014200Y012000 46 | X014200Y012450 47 | X012900Y012150 48 | X013100Y011450 49 | X013450Y011450 50 | X012700Y011450 51 | X012010Y011620 52 | X012000Y010850 53 | X012200Y010600 54 | X012450Y010600 55 | X012300Y010300 56 | X012000Y010350 57 | X012199Y009750 58 | X012570Y009730 59 | X012970Y009810 60 | X013100Y010600 61 | X013460Y010460 62 | X014200Y010550 63 | X014200Y010800 64 | X013930Y009850 65 | X013930Y009450 66 | X013930Y009150 67 | X013910Y007520 68 | X013830Y007200 69 | X013920Y006890 70 | X013160Y006450 71 | X013150Y006000 72 | X013150Y005680 73 | X013350Y005300 74 | X014020Y005080 75 | X014030Y005690 76 | X014330Y005710 77 | X013780Y005800 78 | X012600Y006000 79 | X011954Y005870 80 | X011614Y005660 81 | X011250Y005650 82 | X011150Y006404 83 | X010760Y006380 84 | X009900Y006350 85 | X010039Y005660 86 | X009700Y005650 87 | X010379Y005870 88 | X010379Y004835 89 | X009799Y004780 90 | X008804Y004835 91 | X008224Y004780 92 | X008464Y005660 93 | X008804Y005870 94 | X008400Y006600 95 | X008300Y007900 96 | X008990Y008190 97 | X008600Y008700 98 | X008200Y008800 99 | X008200Y009000 100 | X008580Y009240 101 | X009220Y009550 102 | X010000Y009550 103 | X009850Y009850 104 | X010000Y010150 105 | X009800Y011100 106 | X009984Y011350 107 | X010200Y011350 108 | X010400Y011100 109 | X010800Y012150 110 | X010800Y012420 111 | X011300Y012430 112 | X011790Y012430 113 | X009750Y012400 114 | X008870Y012350 115 | X008800Y011350 116 | X008800Y010850 117 | X008800Y010350 118 | X010260Y008670 119 | X010150Y007760 120 | X010450Y007760 121 | X010300Y007510 122 | X010600Y007490 123 | X010894Y007294 124 | X011200Y007350 125 | X011200Y007850 126 | X011730Y007860 127 | X012030Y008350 128 | X011070Y008410 129 | X011780Y009450 130 | X011760Y006710 131 | X012630Y007050 132 | X013200Y007500 133 | X010126Y007294 134 | X011374Y004780 135 | X011954Y004835 136 | X012700Y004600 137 | X013500Y003934 138 | X013950Y004150 139 | X014050Y003200 140 | X011610Y003400 141 | X011784Y003600 142 | X010209Y003600 143 | X010019Y003410 144 | X009971Y002096 145 | X011546Y002096 146 | X008396Y002096 147 | X008444Y003410 148 | X008634Y003600 149 | X008000Y004500 150 | X007870Y005030 151 | X007890Y005900 152 | X008000Y006600 153 | X007760Y007294 154 | X007550Y007510 155 | X007800Y007900 156 | X007800Y008500 157 | X008000Y008800 158 | X008000Y009000 159 | X007050Y008900 160 | X006920Y008620 161 | X006960Y007720 162 | X006150Y007600 163 | X005800Y007750 164 | X005450Y007600 165 | X005200Y007600 166 | X005250Y008250 167 | X004950Y008600 168 | X004450Y008600 169 | X004200Y008250 170 | X003870Y008410 171 | X003730Y008550 172 | X003590Y008410 173 | X003730Y008270 174 | X003160Y008270 175 | X003300Y008410 176 | X003160Y008550 177 | X003020Y008410 178 | X002840Y008080 179 | X002070Y007720 180 | X002070Y007400 181 | X002660Y006440 182 | X003270Y006130 183 | X003740Y005660 184 | X004100Y005900 185 | X004750Y006050 186 | X004950Y005550 187 | X004690Y005340 188 | X004720Y005030 189 | X005075Y004780 190 | X005315Y005660 191 | X006265Y005340 192 | X006295Y005030 193 | X006650Y004780 194 | X006500Y005750 195 | X006890Y005660 196 | X007210Y006330 197 | X007040Y006820 198 | X007220Y007030 199 | X006660Y006460 200 | X006000Y007120 201 | X005650Y008640 202 | X006180Y008850 203 | X007350Y010350 204 | X007350Y010550 205 | X007550Y010550 206 | X007550Y010350 207 | X007550Y010950 208 | X007350Y010950 209 | X007350Y011150 210 | X007550Y011150 211 | X005230Y012300 212 | X004150Y011700 213 | X004200Y011300 214 | X003750Y011330 215 | X002600Y011750 216 | X002400Y011750 217 | X002400Y011950 218 | X002600Y011950 219 | X002350Y010800 220 | X002350Y010530 221 | X002350Y010250 222 | X002200Y010020 223 | X002250Y009620 224 | X002250Y009350 225 | X002660Y009950 226 | X002860Y009950 227 | X002860Y010150 228 | X002660Y010150 229 | X001590Y011070 230 | X000200Y011100 231 | X000200Y011850 232 | X000200Y010300 233 | X000200Y009500 234 | X000200Y008700 235 | X000200Y007950 236 | X000200Y007150 237 | X000200Y006350 238 | X000200Y005550 239 | X000200Y004800 240 | X000200Y004000 241 | X000200Y003200 242 | X000200Y002400 243 | X000400Y002150 244 | X000200Y001900 245 | X002200Y001400 246 | X002200Y001000 247 | X002000Y000200 248 | X003000Y000200 249 | X003000Y000800 250 | X004000Y000800 251 | X004000Y000200 252 | X005000Y000200 253 | X006000Y000200 254 | X007000Y000200 255 | X008000Y000200 256 | X006870Y003410 257 | X007060Y003600 258 | X005485Y003600 259 | X005310Y003400 260 | X003720Y003410 261 | X003910Y003600 262 | X002384Y003639 263 | X002380Y002760 264 | X002256Y004460 265 | X002000Y004550 266 | X002030Y004990 267 | X001900Y005800 268 | X002920Y005390 269 | X002730Y004520 270 | X003500Y004780 271 | X000910Y007790 272 | X000200Y012650 273 | X000200Y013450 274 | X000200Y014250 275 | X000900Y014250 276 | X002050Y014050 277 | X002050Y013250 278 | X002050Y013050 279 | X003000Y013050 280 | X003050Y013750 281 | X003050Y013950 282 | X003250Y013950 283 | X003450Y013950 284 | X003650Y013950 285 | X003600Y013550 286 | X003250Y013750 287 | X003900Y014350 288 | X003900Y014550 289 | X004100Y014550 290 | X004100Y014350 291 | X004300Y014350 292 | X004300Y014550 293 | X005020Y014070 294 | X005020Y013800 295 | X005839Y013934 296 | X005839Y013220 297 | X005840Y012810 298 | X005690Y012570 299 | X005390Y012530 300 | X006150Y012600 301 | X006540Y012520 302 | X006450Y012810 303 | X006450Y013220 304 | X006750Y013110 305 | X007020Y012920 306 | X007290Y012660 307 | X007700Y013200 308 | X008070Y013100 309 | X007700Y013710 310 | X007550Y013980 311 | X007410Y013540 312 | X006806Y013806 313 | X006660Y014062 314 | X006650Y014630 315 | X006400Y015080 316 | X006660Y015812 317 | X005839Y015684 318 | X005020Y015550 319 | X005020Y015820 320 | X005070Y016240 321 | X004060Y016350 322 | X001600Y015800 323 | X000900Y015800 324 | X000200Y015800 325 | X000200Y016600 326 | X000200Y017100 327 | X001600Y016950 328 | X000200Y015000 329 | X005600Y014800 330 | X007420Y014883 331 | X007420Y015217 332 | X007550Y016020 333 | X007380Y016240 334 | X004770Y013010 335 | X004770Y012810 336 | X004570Y012810 337 | X004570Y012610 338 | X004570Y013010 339 | X008400Y012750 340 | X008360Y013420 341 | X009020Y013550 342 | X008950Y013950 343 | X008700Y014470 344 | X009400Y014420 345 | X009822Y014450 346 | X010150Y014150 347 | X010450Y014150 348 | X010180Y013840 349 | X009800Y013260 350 | X010550Y013050 351 | X010910Y012740 352 | X011300Y013700 353 | X011790Y013700 354 | X012550Y013950 355 | X012650Y013350 356 | X012600Y012750 357 | X012300Y013000 358 | X013000Y013660 359 | X013300Y013600 360 | X013422Y014450 361 | X013000Y014420 362 | X012861Y015016 363 | X013680Y015150 364 | X013680Y014880 365 | X013900Y014720 366 | X013927Y015023 367 | X014070Y015500 368 | X014200Y017100 369 | X014650Y016850 370 | X015350Y016850 371 | X015800Y017100 372 | X015800Y016600 373 | X015800Y015800 374 | X015800Y015050 375 | X015800Y014250 376 | X015800Y013450 377 | X015800Y012650 378 | X013500Y012700 379 | X012300Y014470 380 | X012550Y015740 381 | X011150Y016020 382 | X011020Y015217 383 | X011020Y014883 384 | X011150Y014080 385 | X010080Y014880 386 | X010080Y015150 387 | X010150Y015500 388 | X009822Y015600 389 | X009560Y015790 390 | X009250Y016000 391 | X008950Y015740 392 | X008700Y015600 393 | X009261Y015016 394 | X010150Y016050 395 | X013450Y016700 396 | X013250Y017650 397 | X013250Y017900 398 | X013800Y017900 399 | X013800Y017650 400 | X015090Y016410 401 | T11 402 | X009174Y003360 403 | X010749Y003360 404 | X012324Y003360 405 | X011604Y004330 406 | X011105Y005220 407 | X009650Y005220 408 | X010029Y004330 409 | X008454Y004330 410 | X012680Y005030 411 | X006880Y004330 412 | X005305Y004330 413 | X003730Y004330 414 | X004450Y003360 415 | X006025Y003360 416 | X007600Y003360 417 | X007050Y009250 418 | X003900Y007130 419 | T12 420 | X014470Y000470 421 | X015000Y000250 422 | X015531Y000470 423 | X015750Y001000 424 | X015531Y001530 425 | X015000Y001750 426 | X014470Y001530 427 | X014250Y001000 428 | X001750Y001000 429 | X001531Y001530 430 | X001000Y001750 431 | X000470Y001530 432 | X000250Y001000 433 | X000470Y000470 434 | X001000Y000250 435 | X001531Y000470 436 | X004750Y009850 437 | X005200Y009850 438 | X005650Y009850 439 | X005650Y010550 440 | X005200Y010550 441 | X004750Y010550 442 | X001531Y017470 443 | X001000Y017250 444 | X000470Y017470 445 | X000250Y018000 446 | X000470Y018530 447 | X001000Y018750 448 | X001531Y018530 449 | X001750Y018000 450 | X013050Y016850 451 | X014500Y017470 452 | X015000Y017250 453 | X015531Y017470 454 | X015750Y018000 455 | X015531Y018530 456 | X015000Y018750 457 | X014500Y018530 458 | X014250Y018000 459 | T13 460 | X002480Y002320 461 | T14 462 | X003666Y016792 463 | X004453Y016792 464 | X005241Y016792 465 | X006028Y016792 466 | X006815Y016792 467 | X007603Y016792 468 | X007603Y017579 469 | X006815Y017579 470 | X006028Y017579 471 | X005241Y017579 472 | X004453Y017579 473 | X003666Y017579 474 | X008390Y017579 475 | X009178Y017579 476 | X009965Y017579 477 | X010752Y017579 478 | X011540Y017579 479 | X012327Y017579 480 | X012327Y016792 481 | X011540Y016792 482 | X010752Y016792 483 | X009965Y016792 484 | X009178Y016792 485 | X008390Y016792 486 | T15 487 | X008784Y001418 488 | X008784Y002205 489 | X009571Y002205 490 | X010359Y002205 491 | X010359Y001418 492 | X009571Y001418 493 | X011146Y001418 494 | X011146Y002205 495 | X011933Y002205 496 | X012721Y002205 497 | X012721Y001418 498 | X011933Y001418 499 | X014693Y002807 500 | X015480Y002807 501 | X015480Y003594 502 | X015480Y004382 503 | X014693Y004382 504 | X014693Y003594 505 | X014693Y005169 506 | X015480Y005169 507 | X015480Y005957 508 | X015480Y006744 509 | X014693Y006744 510 | X014693Y005957 511 | X014693Y007531 512 | X014693Y008319 513 | X015480Y008319 514 | X015480Y007531 515 | X015480Y009106 516 | X015480Y009894 517 | X014693Y009894 518 | X014693Y009106 519 | X014693Y010681 520 | X014693Y011468 521 | X015480Y011468 522 | X015480Y010681 523 | X015480Y012256 524 | X014693Y012256 525 | X001307Y012256 526 | X000520Y012256 527 | X000520Y011468 528 | X000520Y010681 529 | X000520Y009894 530 | X000520Y009106 531 | X000520Y008319 532 | X000520Y007531 533 | X001307Y007531 534 | X001307Y008319 535 | X001307Y009106 536 | X001307Y009894 537 | X001307Y010681 538 | X001307Y011468 539 | X001307Y006744 540 | X001307Y005957 541 | X001307Y005169 542 | X001307Y004382 543 | X001307Y003594 544 | X001307Y002807 545 | X000520Y002807 546 | X000520Y003594 547 | X000520Y004382 548 | X000520Y005169 549 | X000520Y005957 550 | X000520Y006744 551 | X003272Y002205 552 | X003272Y001418 553 | X004059Y001418 554 | X004847Y001418 555 | X004847Y002205 556 | X004059Y002205 557 | X005634Y002205 558 | X006422Y002205 559 | X006422Y001418 560 | X005634Y001418 561 | X007209Y001418 562 | X007209Y002205 563 | X007996Y002205 564 | X007996Y001418 565 | X001307Y013043 566 | X000520Y013043 567 | X000520Y013831 568 | X001307Y013831 569 | X001307Y014618 570 | X000520Y014618 571 | X000520Y015406 572 | X001307Y015406 573 | X001307Y016193 574 | X000520Y016193 575 | X014693Y016193 576 | X015480Y016193 577 | X015480Y015406 578 | X014693Y015406 579 | X014693Y014618 580 | X015480Y014618 581 | X015480Y013831 582 | X014693Y013831 583 | X014693Y013043 584 | X015480Y013043 585 | T16 586 | X002485Y017186 587 | X002485Y018367 588 | X004059Y018367 589 | X004059Y017186 590 | X005634Y017186 591 | X005634Y018367 592 | X007209Y018367 593 | X007209Y017186 594 | X008784Y017186 595 | X008784Y018367 596 | X010359Y018367 597 | X010359Y017186 598 | X011933Y017186 599 | X011933Y018367 600 | X013508Y018367 601 | X013508Y017186 602 | T17 603 | X015000Y001000 604 | X001000Y001000 605 | X001000Y018000 606 | X015000Y018000 607 | M30 608 | 609 | -------------------------------------------------------------------------------- /M2/Interface Board/BOM-PCB-01016 R1.csv: -------------------------------------------------------------------------------- 1 | #,Quantity,PartType,Designator,Description,Footprint,MANUFACTURER,MANUFACTURER #,DISTRIBUTOR,DISTRIBUTOR #, 2 | 1,2,9.0pF,"C47, C48",CAP CER 9.0PF 50V NP0 0402,0402_N2A-C,Murata Electronics North America,GRM1555C1H9R0CA01D,Digi-Key,490-8232-1-ND, 3 | 2,2,22pF,"C17, C20",CAP CER 22PF 50V C0G/NP0 0402,0402_N2A-C,Murata Electronics North America,GJM1555C1H220JB01D,Digi-Key,490-14444-1-ND, 4 | 3,5,100pF,"C31, C32, C37, C38, C49",CAP CER 100PF 5% 50V NP0 0402,0402_N2A-C,AVX Corporation,04025A101JAT2A,Digi-Key,478-1082-1-ND, 5 | 4,3,220pF,"C28, C30, C45",CAP CER 220PF 50V 5% NP0 0402,0402_N2A-C,Panasonic Electronic Components,ECJ-0EC1H221J,Digi-Key,PCC221CQCT-ND, 6 | 5,3,4.7nF,"C10, C36, C42",CAP CER 4700PF 25V X7R 0402,0402_N2A-C,Murata Electronics North America,GRM155R71E472KA01D,Digi-Key,490-1309-1-ND, 7 | 6,1,0.01uF,C4,CAP CER .01UF 50V X7R 0402,0402_N2A-C,Kemet,C0402C103K5RACTU,Digi-Key,399-3066-1-ND, 8 | 7,20,0.1uF,"C1, C3, C7, C8, C12, C18, C19, C21, C22, C24, C25, C26, C27, C29, C33, C34, C39, C40, C44, C46",CAP CER .10UF 25V X5R 0402,0402_N2A-C,Taiyo Yuden,TMK105BJ104KV-F,Digi-Key,587-1456-1-ND, 9 | 8,1,1.0uF,C9,CAP CER 1UF 10V X5R 0402,0402_N2A-C,Murata Electronics North America,GRM155R61A105KE15D,Digi-Key,490-3890-1-ND, 10 | 9,6,10uF,"C13, C14, C15, C16, C35, C41",CAP CER 10UF 16V X5R 0603,0603_N2A-C,Murata Electronics North America,GRT188R61C106KE13D,Digi-Key,490-12317-1-ND, 11 | 10,4,10uF,"C2, C5, C6, C43",CAP CER 10UF 25V X5R 0805,0805_N2A-C,Murata Electronics North America,GRM21BR61E106KA73K,Digi-Key,490-5523-1-ND, 12 | 11,2,0.0,"R5, R9",RES 0.0 OHM 5% 1/10W 0603,0603_N2A-R,Vishay Dale,CRCW06030000Z0EA,Digi-Key,541-0.0GCT-ND, 13 | 12,7,0.0,"R7, R126, R127, R130, R131, R137, R138",RES SMD 0 OHM JUMPER 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW04020000Z0ED,Digi-Key,541-0.0JCT-ND, 14 | 13,1,0.010,R18,RES SMD 0.01 OHM 1% 1/4W 0805,0805_N2A-R,Yageo,PF0805FRM7W0R01L,Digi-Key,311-0.01NUCT-ND, 15 | 14,4,60.4,"R128, R129, R132, R133",RES 60.4 OHM 1% 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW040260R4FKED,Digi-Key,541-60.4LCT-ND, 16 | 15,1,240,R104,RES 240 OHM 1% 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW0402240RFKED,Digi-Key,541-240LCT-ND, 17 | 16,1,374,R109,RES 374 OHM 1% 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW0402374RFKED,Digi-Key,541-374LCT-ND, 18 | 17,8,470,"R16, R29, R42, R55, R75, R88, R101, R108",RES SMD 470 OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-07470RL,Digi-Key,311-470LRCT-ND, 19 | 18,1,866,R106,RES 866 OHM 1% 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW0402866RFKED,Digi-Key,541-866LCT-ND, 20 | 19,10,1.00K,"R21, R23, R30, R43, R56, R77, R90, R103, R122, R134",RES SMD 1K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-071KL,Digi-Key,311-1.00KLRCT-ND, 21 | 20,1,2.00K,R117,RES 2.00K OHM 1% 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW04022K00FKED,Digi-Key,541-2.00KLCT-ND, 22 | 21,7,2.20K,"R33, R46, R59, R72, R85, R98, R107",RES SMD 2.20K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-072K2L,Digi-Key,311-2.20KLRCT-ND, 23 | 22,2,4.70K,"R3, R20",RES 4.70K OHM 1% 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW04024K70FKED,Digi-Key,541-4.70KLCT-ND, 24 | 23,1,6.49K,R135,RES 6.49K OHM 1% 1/8W 0805,0805_N2A-R,Yageo,RC0805FR-076K49L,Digi-Key,311-6.49KCRCT-ND, 25 | 24,1,8.06K,R118,RES SMD 8.06K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-078K06L,Digi-Key,311-8.06KLRCT-ND, 26 | 25,1,8.87K,R8,RES SMD 8.87K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-078K87L,Digi-Key,311-8.87KLRCT-ND, 27 | 26,32,10.0K,"R2, R4, R22, R24, R27, R31, R32, R40, R44, R45, R53, R57, R58, R71, R74, R84, R87, R97, R100, R105, R110, R111, R113, R114, R115, R119, R120, R121, R123, R136, R139, R140",RES SMD 10K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-0710KL,Digi-Key,311-10.0KLRCT-ND, 28 | 27,2,22.1K,"R12, R25",RES SMD 22.1K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-0722K1L,Digi-Key,311-22.1KLRCT-ND, 29 | 28,1,27.0K,R6,RES SMD 27.0K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-0727KL,Digi-Key,311-27.0KLRCT-ND, 30 | 29,20,100K,"R15, R17, R19, R28, R34, R41, R47, R54, R60, R67, R73, R76, R80, R86, R89, R93, R99, R102, R112, R116",RES SMD 100K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-07100KL,Digi-Key,311-100KLRCT-ND, 31 | 30,1,124K,R11,RES SMD 124K OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-07124KL,Digi-Key,311-124KLRCT-ND, 32 | 31,1,1.0M,R1,RES 1.00M OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-071ML,Digi-Key,311-1.00MLRCT-ND, 33 | 32,1,60R,FB1,FERRITE BEAD 60 OHM 0603 1LN,0603_N2A-FB,Wurth ELectronics Inc.,74279228600,Digi-Key,732-6119-1-ND, 34 | 33,1,3.3uH,L1,FIXED IND 3.3UH 3.3A 27 MOHM SMD,SRN5040,Bourns Inc.,SRN5040-3R3M,Digi-Key,SRN5040-3R3MCT-ND, 35 | 34,1,47uH,L4,FIXED IND 47UH 170mA 3.7 OHM SMD,0805_N2A-L,TDK Corporation,MLZ2012M470WT000,Digi-Key,445-6400-1-ND, 36 | 35,6,0.75A,"F2, F3, F4, F5, F6, F7",PTC 16V 0.75Ahold 1.5Atrip 1206,1206-F1,Ruilon,SMD1206P075TF/16,Ruilon,SMD1206P075TF/16, 37 | 36,1,2.6A,F1,PTC RESTTBLE 2.6A 16V CHIP 1812,1812_N2A-F,Bel Fuse Inc,0ZCG0260BF2B,Digi-Key,507-1780-1-ND, 38 | 37,2,36mA,"F8, F9",PTC 16V 36mAhold 91mAtrip 0603,0603_N2A-F,Murata Electronics North America,PRG18BB330MS1RB,Digi-Key,490-12121-1-ND, 39 | 38,6,16.2V,"V1, V2, V3, V4, V5, V6",VARISTOR 16.2V 20A 0402,0402_N2A-V,Bourns Inc.,CG0402MLA-14KG,Digi-Key,CG0402MLA-14KGCT-ND, 40 | 39,1,B340LA,D1,DIODE SCHOTTKY 40V 3A SMA 2.3 MM HEIGHT,SMA,Diodes Incorporated,B340LA-13-F,Digi-Key,B340LA-FDICT-ND, 41 | 40,1,SMBJ14A,D2,TVS DIODE 14VWM 23.2VC SMB,SMB,Littlefuse Inc.,SMBJ14A,Digi-Key,SMBJ14ALFCT-ND, 42 | 41,1,MM3Z16V,D3,DIODE ZENER 16V 300MW SOD323,SOD-323,ON Semiconductor,MM3Z16VT1G,Digi-Key,MM3Z16VT1GOSCT-ND, 43 | 42,1,3.3V,D4,DIODE ZENER 3.3V 300MW SOD523,SOD-523F,Diodes Incorporated,BZT52C3V3T-7,Digi-Key,BZT52C3V3T-7DICT-ND, 44 | 43,2,SP1002-02,"D11, D12",TVS DIODE 6VWM 16VC SC70-5,SC-70-5,Littlefuse Inc.,SP1002-02JTG,Digi-Key,F4238CT-ND, 45 | 44,6,BAT54,"D5, D6, D7, D8, D9, D10",DIODE SCHOTTKY 30V 200MA SOD523F,SOD-523F,Fairchild Semiconductor,BAT54XV2,Digi-Key,BAT54XV2CT-ND, 46 | 45,1,TVS 22V,V7,TVS DIODE 22V 40VC SC70-3,SOT-323,ON Semiconductor,MMBZ27VAWT1G,Digi-Key,MMBZ27VAWT1GOSCT-ND, 47 | 46,2,IRFTS9342,"Q1, Q6",MOSFET P-CH 30V 5.8A 6TSOP,TSOP6-6,Infineon Technologies,IRFTS9342TRPBF,Digi-Key,IRFTS9342TRPBFCT-ND, 48 | 47,1,MMBT3906W,Q2,TRANS PNP 40V 0.2A SOT323,SOT-323,On Semiconductor,MMBT3906WT1G,Digi-Key,MMBT3906WT1GOSCT-ND, 49 | 48,5,IRLML5203,"Q3, Q4, Q8, Q12, Q16",MOSFET P-CH 30V 3A SOT-23,SOT-23,International Rectifier,IRLML5203TRPBF,Digi-Key,IRLML5203TRPBFCT-ND, 50 | 49,1,FSB660A,Q32,TRANSISTOR PNP 60V 2A SSOT-3,SOT-23,Fairchild Semiconductor,FSB660A,Digi-Key,FSB660ACT-ND, 51 | 50,4,BSS138PW,"Q5, Q33, Q34, Q35",MOSFET N-CH 60V 320MA SOT323,SOT-323,NXP Semiconductor,"BSS138PW,115",Digi-Key,568-10309-1-ND, 52 | 51,7,MMBT3904,"Q7, Q9, Q13, Q17, Q23, Q27, Q31",TRANS NPN 40V 0.2A SOT323,SOT-323,ON Semiconductor,MMBT3904WT1G,Digi-Key,MMBT3904WT1GOSCT-ND, 53 | 52,3,IRLML0060,"Q22, Q26, Q30",MOSFET N-CH 60V 2.7A SOT-23-3,SOT-23,International Rectifier,IRLML0060TRPBF,Digi-Key,IRLML0060TRPBFCT-ND, 54 | 53,1,TPS54328,U1,IC REG BUCK ADJ 3A SYNC 8SOPWR,SO-8-1,Texas Instruments,TPS54328DDAR,Digi-Key,296-28080-1-ND, 55 | 54,2,LM393,"U3, U6",IC COMPARATOR DUAL 8-UFSON 2X2,DFN-8-1,STMicroelectronics,LM393QT,Digi-Key,497-11126-1-ND, 56 | 55,2,TJA1051,"U9, U10",IC TXRX CAN HIGH SPEED 8HVSON,HVSON-8-1,NXP Semiconductors,"TJA1051TK/3,118",Digi-Key,568-8686-1-ND, 57 | 56,1,LM317L,U5,IC REG LDO ADJ 0.1A SOT89-3,SOT-89,Texas Instruments,LM317LCPK,Digi-Key,296-26093-1-ND, 58 | 57,1,TH8056,U11,IC TXRX CAN SGL WIRE 8SOIC,SO-8,MELEXIS,TH8056KDC-AAA-008-TU,Digi-Key,TH8056KDC-AAA-008-TU-ND, 59 | 58,1,MCP2515,U12,IC CAN CONTROLLER W/SPI 20TSSOP,TSSOP-20,Microchip Technology,MCP2515T-I/ST,Digi-Key,MCP2515T-I/STCT-ND, 60 | 59,1,ZXCT1109,U2,IC CURR MONITOR HIGH SIDE SOT23,SOT-23,Diodes Incorporated,ZXCT1109SA-7,Digi-Key,ZXCT1109SA-7DICT-ND, 61 | 60,2,TJA1027,"U7, U8",IC TXRX LIN 2.2/SAE J2602 8-HVSON,HVSON-8-1,NXP Semiconductors,TJA1027TK/20/1J,Digi-Key,568-13612-1-ND, 62 | 61,1,16MHz,X1,CRYSTAL 16.0000MHZ 10PPM 9PF 60 OHM,XTAL-SMD2.5X3.2,EPSON,TSX-3225 16.0000MF18X-AC3,Digi-Key,SER3636CT-ND, 63 | 62,1,OBD2,J1,OBD2 RT-ANGLE MALE PIN,OBD2_RT_MALE,Macchina,CCBDM205,Macchina,CCBDM205, 64 | 63,2,CONN HDR36,"J3, J4",CONN HDR BRKWAY 36POS 2MM 30GOLD,3-5176264-2,TE,"3-5176264-2 65 | ",Digi-Key,"3-5176264-2-ND 66 | ", 67 | 64,1,HDR26,J5,CONN HEADER 26POS RA THOLE,HDR26RA2MM,HIROSE,DF11-26DP-2DS(52),Digi-Key,H2876-ND, 68 | ,,,,,,,,,, 69 | ,,,,,,,,,, 70 | ,,,,,,,,,, 71 | ,,,,,,,,,, 72 | ,,,,,,,,,, 73 | ,,,,,,,,,, 74 | ,,,,,,,,,, 75 | ,,,,,,,,,, 76 | ,,,,,,,,,, 77 | ,,,,,,,,,, 78 | ,,,,,,,,,, 79 | ,,,,,,,,,, 80 | ,,,,,,,,,, 81 | ,,,,,,,,,, 82 | ,,,,,,,,,, 83 | ,,,,,,,,,, 84 | ,,,,,,,,,, 85 | ,,,,,,,,,, 86 | ,,,,,,,,,, 87 | ,,,,,,,,,, 88 | ,,,,,,,,,, 89 | ,,,,,,,,,, 90 | ,,,,,,,,,, 91 | ,,,,,,,,,, 92 | ,,,,,,,,,, 93 | ,,,,,,,,,, 94 | ,,,,,,,,,, 95 | ,,,,,,,,,, 96 | ,,,,,,,,,, 97 | ,,,,,,,,,, 98 | ,,,,,,,,,, 99 | ,,,,,,,,,, 100 | ,,,,,,,,,, 101 | ,,,,,,,,,, 102 | ,,,,,,,,,, 103 | ,,,,,,,,,, 104 | ,,,,,,,,,, 105 | ,,,,,,,,,, 106 | ,STICKER,,,,,,,,, 107 | -------------------------------------------------------------------------------- /M2/Interface Board/Interface Board Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2/Interface Board/Interface Board Schematic.pdf -------------------------------------------------------------------------------- /M2/Processor Board/BOM-PCB-01015 R1.csv: -------------------------------------------------------------------------------- 1 | #,Quantity,PartType,Designator,Description,Footprint,MANUFACTURER,MANUFACTURER #,DISTRIBUTOR,DISTRIBUTOR #, 2 | 1,5,22pF,"C9, C10, C13, C14, C16",CAP CER 22PF 50V C0G/NP0 0402,0402_N2A-C,Murata Electronics North America,GJM1555C1H220JB01D,Digi-Key,490-14444-1-ND, 3 | 2,32,0.1uF,"C1, C2, C4, C6, C8, C15, C17, C20, C21, C22, C23, C24, C25, C26, C27, C28, C29, C30, C31, C32, C33, C34, C35, C38, C39, C40, C42, C43, C46, C47, C49, C50",CAP CER .10UF 25V X5R 0402,0402_N2A-C,Taiyo Yuden,TMK105BJ104KV-F,Digi-Key,587-1456-1-ND, 4 | 3,11,10uF,"C3, C5, C7, C11, C12, C19, C36, C37, C41, C44, C45",CAP CER 10UF 6.3V X5R 0603,0603_N2A-C,Murata Electronics North America,GRM188R60J106ME47D,Digi-Key,490-3896-1-ND, 5 | 4,1,100uF,C18,CAP CER 100UF 6.3V X5R 1206,1206_N2A-C,Taiyo Yuden,JMK316BBJ107MLHT,Digi-Key,587-3716-1-ND, 6 | 5,6,0.0,"R12, R14, R16, R20, R22, R40",RES SMD 0 OHM Jumper 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-070RL,Digi-Key,311-0.0LRCT-ND, 7 | 6,2,39.0,"R4, R5",RES SMD 39 OHM 1% 1/10W 0402,0402_N2A-R,Panasonic Electronic Components,ERJ-2RKF39R0X,Digi-Key,P39.0LCT-ND, 8 | 7,1,374,R35,RES 374 OHM 1% 1/16W 0402,0402_N2A-R,Vishay Dale,CRCW0402374RFKED,Digi-Key,541-374LCT-ND, 9 | 8,1,470,R44,RES SMD 470 OHM 1% 1/16W 0402,0402_N2A-R,Yageo,RC0402FR-07470RL,Digi-Key,311-470LRCT-ND, 10 | 9,10,1.00K,"R11, R17, R23, R36, R37, R38, R45, R46, R47, R49",RES 1.0K OHM 1/10W 1% 0402 SMD,0402_N2A-R,Panasonic Electronic Components,ERJ-2RKF1001X,Digi-Key,P1.00KLCT-ND, 11 | 10,1,2.20K,R48,RES 2.2K OHM 1/10W 1% 0402 SMD,0402_N2A-R,Panasonic Electronic Components,ERJ-2RKF2201X,Digi-Key,P2.20KLCT-ND, 12 | 11,1,6.80K,R6,RES SMD 6.8K OHM 1% 1/10W 0402,0402_N2A-R,Panasonic Electronic Components,ERJ-2RKF6801X,Digi-Key,P6.80KLCT-ND, 13 | 12,14,10.0K,"R2, R8, R27, R28, R29, R32, R34, R41, R42, R43, R50, R51, R52, R54",RES SMD 10K OHM 1% 1/10W 0402,0402_N2A-R,Panasonic Electronic Components,ERJ-2RKF1002X,Digi-Key,P10.0KLCT-ND, 14 | 13,5,100K,"R1, R9, R10, R33, R53",RES SMD 100K OHM 1% 1/10W 0402,0402_N2A-R,Panasonic Electronic Components,ERJ-2RKF1003X,Digi-Key,P100KLCT-ND, 15 | 14,2,1.0M,"R7, R39",RES SMD 1M OHM 5% 1/16W 0402,0402_N2A-R,Yageo,RC0402JR-071ML,Digi-Key,311-1.0MJRCT-ND, 16 | 15,5,30R,"FB1, FB2, FB3, FB4, FB5",FERRITE BEAD 30 OHM 0402 1LN,0402_N2A-FB,Samsung Electro-Mechanics,CIC05P300NC,Digi-Key,1276-6392-1-ND, 17 | 16,1,0.5A,F1,PTC RESETTABLE 8V 500MA 1206,1206_N2A-F,Bel Fuse Inc.,0ZCJ0050FF2G,Digi-Key,507-1802-2-ND, 18 | 17,1,PD3S130L,D1,DIODE SCHOTTKY 30V 1A POWERDI323,PDI-323,Diodes Inc,PD3S130L-7,Digi-Key,PD3S130LDICT-ND, 19 | 18,1,BAT54CW,D2,DIODE ARRAY SCHOTTKY 30V SOT323,SOT-323,Nexperia USA Inc.,"BAT54CW,115",Digi-Key,568-1613-1-ND, 20 | 19,1,RED,D3,LED RED DIFFUSED 0805 SMD,LED_0805-RED,OSRAM Opto Semiconductors Inc.,LS R976-NR-1,Digi-Key,475-1278-1-ND, 21 | 20,3,YEL,"D4, D5, D6",LED YELLOW DIFFUSED 0805 SMD,LED_0805-YEL,OSRAM Opto Semiconductors Inc.,LY R976-PS-36,Digi-Key,475-2560-1-ND, 22 | 21,1,GRN,D7,LED GRN DIFFUSED 0805 SMD,LED_0805-GRN,OSRAM Opto Semiconductors Inc.,LG R971-KN-1,Digi-Key,475-1410-1-ND, 23 | 22,1,RGB,D8,LED RGB CLEAR CHIP SMD R/A,RGB_LED_SMT_RA,Kingbright,APFA3010SEEZGQBDC,Digi-Key,754-1649-1-ND, 24 | 23,1,TPD4S012,Z1,IC 4CH ESD SOLUTION W/CLAMP 6SON,USON6-H06,Texas Instruments,TPD4S012DRYR,Digi-Key,296-24244-1-ND, 25 | 24,1,FDN340,Q1,MOSFET P-CH 20V 2A SSOT3,SOT-23-3,Fairchild Semiconductor,FDN340P,Digi-Key,FDN340PCT-ND, 26 | 25,1,MMBT3904W,Q2,TRANS NPN 40V 0.2A SOT323,SOT-323,ON Semiconductor,MMBT3904WT1G,Digi-Key,MMBT3904WT1GOSCT-ND, 27 | 26,1,MMBT3906W,Q3,TRANS PNP 40V 0.2A SOT323,SOT-323,On Semiconductor,MMBT3906WT1G,Digi-Key,MMBT3906WT1GOSCT-ND, 28 | 27,1,ATSAM3X8EA,U1,IC MCU 32BIT 512KB FLASH 144LQFP,LQFP-144-MIN,ATMEL,ATSAM3X8EA-AU,Digi-Key,ATSAM3X8EA-AU-ND, 29 | 28,1,24LC32AT,U2,IC EEPROM 32K I2C SOT23-5,SOT-23-5,MICROCHIP,24LC32AT-I/OT,Digi-Key,24LC32AT-I/OTTR-ND, 30 | 29,1,LD39200,U3,IC REG LINEAR 3.3V 2A 6DFN,VDFN-6-EP_(3x3),STMicroelectronics,LD39200PU33R,Digi-Key,497-15229-1-ND, 31 | 30,1,12MHz,X1,CRYSTAL 12.0000MHZ 18PF SMD,XTAL_6x3.6,Abracon LLC,ABMM2-12.000MHZ-E2-T,Digi-Key,535-9631-1-ND, 32 | 31,1,32.768kHz,X2,CRYSTAL 32.768KHZ 12.5PF SMD,XTAL-AB26TRQ,Abracon LLC,AB26TRQ-32.768KHZ-T,Digi-Key,535-12051-1-ND, 33 | 32,4,PTS810,"SW1, SW2, SW3, SW4",SWITCH TECTILE SPST-NO 0.05A 16V,TACT_42_32,C&K,PTS810 SJK 250 SMTR LFS,Digi-Key,CKN10503CT-ND, 34 | 33,2,CONN RCPT36,"J1, J2","RCPT, 2.0MM, 36P, VRT MT, 8 AU""",4-1734506-1,TE Connectivity AMP Connectors,4-1734506-1,Digi-Key,A118476-ND, 35 | 34,1,19850,J3,CONN SD SMT w/DETECT_SW,SD_19850,4UCON,19850,,, 36 | 35,1,SIP 10,"J4, J5",SIP 10 Pin SMT 2mm,SIP10-SMT,"WCON Hardware Electronics Co., LTD",2243-1 10 M XX CUN T 1,,, 37 | 36,1,USB MICRO AB,J6,CONN RCPT MICRO USB AB 5P SMD RA,USB MICRO MOL-0475890001-A,Molex,0475890001,Digi-Key,WM17143CT-ND, 38 | ,,,,,,,,,, 39 | ,,,,,,,,,, 40 | -------------------------------------------------------------------------------- /M2/Processor Board/Processor Board Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macchina/m2-hardware/ec543e0cabfb030194f152d526421ff8b9c57c97/M2/Processor Board/Processor Board Schematic.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Macchina M2 2 | 3 | The Macchina M2 is a open-source, programmable interface with hardware support for most automotive protocols including CAN, SWCAN, LIN, J1850PWM, ISO9141, and KWP2000. 4 | 5 | This repository contains open sourced files for to the M2 hardware. The **M2** folder contains files for the retail version of the M2. The **M2-B** contains the files for the beta board that was produced in limited numbers and sent to members of the Developer Program. 6 | 7 | ![Under-the-dash model](M2-B/M2-B_UTD.jpg) 8 | 9 | The under-the-dash model, pictured above, plugs into your car's OBD2 port. The Macchina M2 is also available in an under-the-hood model. 10 | 11 | The files in this repository are released under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA) license](LICENSE). 12 | 13 | To order visit https://www.macchina.cc/catalog --------------------------------------------------------------------------------