├── LICENSE.txt ├── README.md ├── eagle-lbr2kicad-1.0.ulp ├── eagle6xx-sch-to-kicad-sch.ulp ├── eagle_to_kicad_include.inc ├── examples ├── OLINUXINO │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D │ │ ├── eagle_original_files │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.brd │ │ │ └── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.sch │ │ └── kicad_files │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D-cache.lib │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.cmp │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.kicad_pcb │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.lbr │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.lib │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.mod │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.net │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.pro │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.sch │ │ │ ├── fp-lib-table │ │ │ ├── modified_eagle_files │ │ │ ├── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.brd │ │ │ └── A10-A20-OLINUXINO-MICRO-4GB_Rev_D.sch │ │ │ └── report.txt │ ├── iMX233-OLinuXino-Micro_Rev_D │ │ ├── eagle_original_files │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.brd │ │ │ └── iMX233-OLinuXino-Micro_Rev_D.sch │ │ ├── kicad_files │ │ │ ├── fp-lib-table │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.cmp │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.kicad_pcb │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.lbr │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.lib │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.mod │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.net │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.pro │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.sch │ │ │ ├── modified_eagle_files │ │ │ │ ├── iMX233-OLinuXino-Micro_Rev_D.brd │ │ │ │ └── iMX233-OLinuXino-Micro_Rev_D.sch │ │ │ └── report.txt │ │ └── report.txt │ └── iMX233-OLinuXino-NANO_Rev_B │ │ ├── eagle_original_files │ │ ├── iMX233-OLinuXino-NANO_Rev_B.brd │ │ └── iMX233-OLinuXino-NANO_Rev_B.sch │ │ └── kicad_files │ │ ├── fp-lib-table │ │ ├── iMX233-OLinuXino-NANO_Rev_B.cmp │ │ ├── iMX233-OLinuXino-NANO_Rev_B.kicad_pcb │ │ ├── iMX233-OLinuXino-NANO_Rev_B.kicad_pcb-bak │ │ ├── iMX233-OLinuXino-NANO_Rev_B.lbr │ │ ├── iMX233-OLinuXino-NANO_Rev_B.lib │ │ ├── iMX233-OLinuXino-NANO_Rev_B.mod │ │ ├── iMX233-OLinuXino-NANO_Rev_B.net │ │ ├── iMX233-OLinuXino-NANO_Rev_B.pro │ │ ├── iMX233-OLinuXino-NANO_Rev_B.sch │ │ ├── modified_eagle_files │ │ ├── iMX233-OLinuXino-NANO_Rev_B.brd │ │ └── iMX233-OLinuXino-NANO_Rev_B.sch │ │ ├── report.txt │ │ └── vpad.lbr ├── PIXHAWK │ ├── README.txt │ ├── eagle_original_files │ │ ├── PX4FMUv2.4.brd │ │ └── PX4FMUv2.4.sch │ └── kicad_files │ │ ├── PX4FMUv2.4.cmp │ │ ├── PX4FMUv2.4.kicad_pcb │ │ ├── PX4FMUv2.4.lbr │ │ ├── PX4FMUv2.4.lib │ │ ├── PX4FMUv2.4.mod │ │ ├── PX4FMUv2.4.net │ │ ├── PX4FMUv2.4.pro │ │ ├── PX4FMUv2.4.sch │ │ ├── PX4FMUv2.4_SS_1.sch │ │ ├── PX4FMUv2.4_SS_10.sch │ │ ├── PX4FMUv2.4_SS_11.sch │ │ ├── PX4FMUv2.4_SS_12.sch │ │ ├── PX4FMUv2.4_SS_2.sch │ │ ├── PX4FMUv2.4_SS_3.sch │ │ ├── PX4FMUv2.4_SS_4.sch │ │ ├── PX4FMUv2.4_SS_5.sch │ │ ├── PX4FMUv2.4_SS_6.sch │ │ ├── PX4FMUv2.4_SS_7.sch │ │ ├── PX4FMUv2.4_SS_8.sch │ │ ├── PX4FMUv2.4_SS_9.sch │ │ ├── fp-lib-table │ │ ├── modified_eagle_files │ │ ├── PX4FMUv2.4.brd │ │ └── PX4FMUv2.4.sch │ │ ├── report.txt │ │ └── vpad.lbr └── RGB_LED_1.4 │ ├── eagle_original_files │ ├── RGB LED 1.4.brd │ ├── RGB LED 1.4.pdf │ ├── RGB LED 1.4.png │ ├── RGB LED 1.4.pro │ └── RGB LED 1.4.sch │ └── kicad_files │ ├── RGB LED 1.4-cache.lib │ ├── RGB LED 1.4.cmp │ ├── RGB LED 1.4.kicad_pcb │ ├── RGB LED 1.4.lbr │ ├── RGB LED 1.4.lib │ ├── RGB LED 1.4.mod │ ├── RGB LED 1.4.net │ ├── RGB LED 1.4.pro │ ├── RGB LED 1.4.sch │ ├── RGB LED 1.4_conversion_log.txt │ ├── RGB LED 1.4_polygon_messagex.txt │ ├── fp-lib-table │ └── modified_eagle_files │ ├── RGB LED 1.4.brd │ └── RGB LED 1.4.sch ├── exp-lbrs.ulp ├── fix_via_hack.ulp ├── run-me-first-from-eagle-sch.ulp └── stage_1_check_overlapping_wires_pins.ulp /LICENSE.txt: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | 3 | Version 2, June 1991 4 | 5 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. 6 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 7 | 8 | Everyone is permitted to copy and distribute verbatim copies 9 | of this license document, but changing it is not allowed. 10 | 11 | Preamble 12 | 13 | The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. 14 | 15 | When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. 16 | 17 | To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. 18 | 19 | For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. 20 | 21 | We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. 22 | 23 | Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. 24 | 25 | Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. 26 | 27 | The precise terms and conditions for copying, distribution and modification follow. 28 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 29 | 30 | 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". 31 | 32 | Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 33 | 34 | 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. 35 | 36 | You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 37 | 38 | 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: 39 | 40 | a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. 41 | b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. 42 | c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) 43 | 44 | These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. 45 | 46 | Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. 47 | 48 | In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 49 | 50 | 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: 51 | 52 | a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, 53 | b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, 54 | c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) 55 | 56 | The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. 57 | 58 | If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 59 | 60 | 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 61 | 62 | 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 63 | 64 | 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 65 | 66 | 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. 67 | 68 | If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. 69 | 70 | It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. 71 | 72 | This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 73 | 74 | 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 75 | 76 | 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. 77 | 78 | Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 79 | 80 | 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. 81 | 82 | NO WARRANTY 83 | 84 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 85 | 86 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 87 | END OF TERMS AND CONDITIONS 88 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### **Converting from Eagle to KiCad.** 2 | * [Quick Introduction Video (DEAD LINK, MOVING to NEW SERVER)](http://cosmosc.com/video/testtital.mp4) 3 | *Recommended video player [Firefox 87.0+](https://www.mozilla.org/en-US/firefox/desktop/) with [VLC video player plugin](http://www.videolan.org/vlc/)* 4 | 5 | 6 | * The following 5 **ulp** (eagle *user script file*) and one **ulp** include file, work together or stand alone to convert **Eagle** *sch/pcb* version 6.xx*(7.xx-8.xx maybe?)* file(s) and any version of Eagle lib(*lbr*) to **KiCad** *sch/pcb* and *lib/mod* files. 7 | 8 | * The Programs will do 9 | * Eagle multi sheet schematic to KiCad multi sheets. 10 | * Global and local net labels for multi sheets. *(This is a real nasty bit of hacking!)* 11 | * Multi part gates. 12 | * Build KiCad PCB modules and sch libs from Eagle sch. 13 | * Make project director to store all the converted files. 14 | * And basic error checking. 15 | * Eagle 6.xx(7.xx-8.xx?) PCB files can be directly import to KiCad. 16 | * Eagle *LBR*s (any version of Eagle libs or size ) can be converted to KiCad lib/mod using eagle-lbr2kicad-1.0.ulp see [Eagle Lib conversion]( https://github.com/lachlanA/eagle-to-kicad-libs) for more details. 17 | * Converts VIA to Pads, which helps with KiCad's flood fill, when VIAs have no connections. 18 | * Documents fills over SMD pads on Eagle Layer 155,156 19 | * Documents on layer's 150,152,153,154 of (Eagle) the unconnected VIAs and tracks. 20 | * The **[examples](https://github.com/lachlanA/eagle-to-kicad/tree/master/examples)** directory contains a number of converted schematics/boards. 21 | 22 | * By using the following **ulp**s a consistent link from the schematic to PCB is maintained so forward and backward net-list annotations work under KiCad! 23 | 24 | * **WARNINGS, AND NASTY SURPRISES, PLEASE READ!!!** 25 | * **Only works correctly for version 4.7, or 5.1.(X?) of KiCad, it may not on other version.** 26 | * **In KiCad Eagle PCB import of vias and tracks don't retain their NET information if they are not connected to a pad with a track, whereas they do in Eagle, (KiCad assigns a null net-name on Eagle PCB import in KiCad's Pcbnew).*** 27 | ***The result will be KiCad flood fill will not connect to them!!! There is an option to convert and document on layers 150,152,153,154 of (Eagle) the unconnected VIAs and tracks which will make finding and fixing the problem much easier.*** 28 | * ***Schematics wire's/nets can terminate in a bus or onto another wire/net/pad and not be connected in Eagle!! 29 | Whereas in KiCad schematic wires to wires and wires to pads which terminates at the same location will be connected!!*** 30 | * ***Eagle oval pad shapes are not supported in KiCad, you will only end up with a round pad!!*** 31 | * ***Eagle PCB design rules are not imported by KiCads Pcbnew.*** 32 | 33 | 34 | ### Installing. 35 | * Download the zip file, and unzip using your favorite zip program to your target directory *OR* if your prefer git: 36 | 37 | git clone https://github.com/lachlanA/eagle-to-kicad.git 38 | 39 | * **WARNING:** The ULPs file-name will conflict with Eagles ULPs file-names so 40 | **DO NOT install them in Eagle's ULP directory** 41 | 42 | * There are 5 **ULPs** and one **ULP** include file have been hack together. 43 | ***run-me-first-from-eagle-sch.ulp*** ..... stage 1: Start here, script missing number(s) to parts prefixes. 44 | ***fix_via_hack.ulp*** .............................. stage 2: Converts unconnected VIAs to pads. 45 | ***eagle6xx-sch-to-kicad-sch.ulp*** .... stage 3: Build sch and project files, etc 46 | ***exp-lbrs.ulp*** ....................................... stage 4: Extract libs from eagle schematic/PCB 47 | ***eagle-lbr2kicad-1.0.ulp***.................... stage 5: Converts Eagle lbr to KiCad lib/mod 48 | ***eagle_to_kicad_include.inc*** .......... Include file used by the other 4 ULP\s 49 | 50 | ### HOW TO RUN THE ULPs 51 | 52 | **WARNING Always backup your Eagle sch/PCB files before running this program!** 53 | 54 | 1. Start your Eagle program *(Make sure your using version 6.xx of Eagle)* 55 | 56 | 2. Open the eagle sch/PCB file you wish to convert. Make sure the eagle sch and PCB files are both, Correct and pass all ERC/DRC checks in Eagle. 57 | 58 | 3. Next Open the top left hand **File menu** and select **Run ULP** 59 | 60 | 4. A file requester window will open. Use this to find the location of the ***run-me-first-from-eagle-sch.ulp*** ULP you download from this website. We use this script to make sure all part prefixes are ending in a number IE: R0, X1 etc. as KiCad will ask to renumber any prefix which does not end in a number. *(It may do this any way, but don't worry it won't change any prefixes which have already been numbered unless you tell it too!)* Keeping prefixes consistent from schematic to PCB will allow net-list forward and back annotation to work in KiCad. Select **OK** *(this will run the script)*. When this completes all references without a number should have a number appended to them. Note: This number will start from the largest reference number on the sch/PCB. 61 | 62 | 5. Next stage will run automatically, ***fix_via_hack.ulp*** This will check for free unconnected VIAs and convert them to pads, this is very much a hack, as it changes the Eagle sch/PCB files. The changed files are saved in ***targetdir/modified_eagle_files/*** There are 2 option's Document the VIAs/pads buy putting a ***>*** and net lable name on the VIA/pad on **layer 51** for Eagle, and **Dwgs.User** for KiCad. Second option is to Not to convert the VIAs to pads. 63 | The ulp hack adds pad's to the sch file, at **X,Y 0,0** this may conflict with any net/part at this location, so please move the sch/PCB contents so there are no parts/nets at this location before running the script. 64 | You may getting warnings from Eagle about connecting net??? to a power plan net, just click OK, as this is normal for this script. 65 | 66 | 6. Next stage will run automatically. Set the option/location of the download ULP. And also Make sure you make/select a ***clean target directory*** where all the KiCad files will be put. Select OK, And with luck you should have sch part done. The previous ULP will link automatically to ***exp-lbrs.ulp*** for the next step: If you have selected extract the KiCad lib's from Eagle sch/PCB *(The default).* This ULP will build Eagle lbr file, *Note: this can be a very slow process, and will leave the Eagle PCB editor window open when complete*. Just ignore this for the moment. If this complete OK, the previous ULP will link to ***eagle-lbr2kicad-1.0.ulp*** which will convert the Eagle lbr file to a KiCad lib/mod files. The ***eagle-lbr2kicad-1.0.ulp*** window will open with quite a few options. Just select OK for the moment. And if *Murphy's Law is sound asleep* we should have the target directory with all the converted files, including KiCad project files. But with one exception, it will be missing KiCad PCB file. 67 | 68 | 7. For this, we need to Open KiCad's **pcbnew** program directly, at the command prompt ("c:\Program Files\KiCad\bin\pcbnew.exe"). *If you make the mistake of not opening **pcbnew** directly, and instead chose to run it from KiCad's **pcbnew** menu. You will have no option for importing the Eagle 6 PCB file!* In Pcbnew click on **File->Import Non-KiCad Board File...**, a window will pop-up. Select the PCB eagle file linked to the eagle sch file we used at the beginning. On the lower right side you will have a drop down menu box option, select **Eagle ver. 6.x XML PCB files (\*.b**, and press OK. After importing the Eagle PCB file, (without errors I hope). Do a **SAVE AS** to **PROJECTNAME.kicad_pcb** to the new target directory *(where you saved the output from to preceding ULP's to).* **PROJECTNAME** being the name you give to your project early on. As a helper a dummy kicad_pcb file with the correct name has been created in the target directory which you can use to do a Save-As to. 69 | 70 | 8. Next step is to check the KiCad **sch** and KiCad **PCB** are consistent for parts and nets. Start **KiCad**, and open the project in the newly created target directory. Open the sch file. And if it was converted from the single sch file, you should have the **sch** file in the display. Or multi sheet **sch** file you will have a number of small boxes spread across the page. Each one of those boxes being a converted Eagle sub-sheet. Click on the first one and check for errors. All being good, click on Generate Net-list, and click OK. It may ask to Annotate the **schematic**. If so do the Annotation step. And then come back and click on Generate net-list. And Generate it. 71 | 72 | 9. Next click on **CvPcb**, this assigns the PCB footprints with the sch parts. Most likely you will get the following warning: *Some of the assigned footprints are legacy entries (are missing lib nicknames). Would you like CvPcb to attempt to convert them to the new required FPID format? (If you answer no, then these assignments will be cleared out and you will have to re-assign these footprints yourself.)* Just click the yes button. And a window will open up listing all the parts and footprints which it has assigned. Under FILE menu click Save. And then File Close. 73 | 74 | 10. Next Clink on **PcbNew** button on the top menu, and the PCB should open up. Now click on the **NetList** and a window should open up, from there click on Read Current Net-list. All going well you should not have any extra parts added, and only a few warning's about changing net list names. And you should be done. Please check over the converted **sch/PCB** as there are many things which can go wrong! While I have tried to catch as many conversion problem, I expect there many still waiting to be found. ***So check and triple check the results!!!*** 75 | 76 | **NOTES:** For more info on KiCad https://www.kicad.org/display/KICAD/Installing+KiCad 77 | As KiCad is the process of major upgrade, and enhancement. Please be nice when asking questions of the Development team. I think you will love the new Push and shove router. This feature alone makes it worth while moving from Eagle to KiCad. I hope these ULPs make the job a lot easier. 78 | -------------------------------------------------------------------------------- /eagle_to_kicad_include.inc: -------------------------------------------------------------------------------- 1 | // Glboba defs for the 4 ulps 2 | 3 | string BUILD_DATE = "20-April-2017"; 4 | 5 | string cfg_LIBS = "Eagle.To.KiCad.Libs.LIBS"; 6 | string cfg_conflictPartsLibsListsize = "Eagle.To.KiCad.Libs.conflictPartsLibsListsize"; 7 | string cfg_addLibPrefix = "Eagle.To.KiCad.Libs.addLibPrefix"; 8 | string cfg_SCRIPT_ULP = "Eagle.To.KiCad.Libs.SCRIPT_ULP"; 9 | string cfg_TARGET_DIR = "Eagle.To.KiCad.Libs.TARGET_DIR"; 10 | string cfg_F0 = "Eagle.To.KiCad.Libs.SCHf0.REF.SCALING"; 11 | string cfg_F1 = "Eagle.To.KiCad.Libs.SCHf1.VALUE.SCALING"; 12 | string cfg_F2 = "Eagle.To.KiCad.Libs.SCHf2.NAME.SCALING"; 13 | string cfg_EnableNetLableFix = "Eagle.To.KiCad.Libs.SCH.NET.LABLE.FIX"; 14 | string cfg_CombinedLrbFileName = "Eagle.To.KiCad.Libs.CombinedLrbFileName"; 15 | string cfg_ConversionLogFileName ="Eagle.To.KiCad.Libs.ConversionLogFileName"; 16 | -------------------------------------------------------------------------------- /examples/OLINUXINO/A10-A20-OLINUXINO-MICRO-4GB_Rev_D/kicad_files/A10-A20-OLINUXINO-MICRO-4GB_Rev_D.pro: -------------------------------------------------------------------------------- 1 | update=Mon 16 Feb 2015 06:37:24 AM PST 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead=A10-A20-OLINUXINO-MICRO-4GB_Rev_D.net 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=A10-A20-OLINUXINO-MICRO-4GB_Rev_D 33 | -------------------------------------------------------------------------------- /examples/OLINUXINO/A10-A20-OLINUXINO-MICRO-4GB_Rev_D/kicad_files/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name A10-A20-OLINUXINO-MICRO-4GB_Rev_D)(type Legacy)(uri /home/laudas/eagle/eagle-lbr2kicad/examples/OLINUXINO/A10-A20-OLINUXINO-MICRO-4GB_Rev_D/kicad_files/A10-A20-OLINUXINO-MICRO-4GB_Rev_D.mod)(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-Micro_Rev_D/kicad_files/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name iMX233-OLinuXino-Micro_Rev_D)(type Legacy)(uri /home/laudas/eagle/eagle-lbr2kicad/examples/OLINUXINO/iMX233-OLinuXino-Micro_Rev_D/kicad_files/iMX233-OLinuXino-Micro_Rev_D.mod)(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-Micro_Rev_D/kicad_files/iMX233-OLinuXino-Micro_Rev_D.cmp: -------------------------------------------------------------------------------- 1 | Cmp-Mod V01 Created by Cvpcb (2015-02-06 BZR 5410)-product date = Mon 09 Feb 2015 04:12:04 PM PST 2 | 3 | BeginCmp 4 | TimeStamp = /55E28BD9; 5 | Reference = 3.3V_E135; 6 | ValeurCmp = SJSJ_SMALLER; 7 | IdModule = JUMPER_SJ_1_SMALLER; 8 | EndCmp 9 | 10 | BeginCmp 11 | TimeStamp = /55E28CA1; 12 | Reference = 5V_E135; 13 | ValeurCmp = SJSJ-CLOSE; 14 | IdModule = JUMPER_SJ-CLOSE; 15 | EndCmp 16 | 17 | BeginCmp 18 | TimeStamp = /55E28D69; 19 | Reference = C1; 20 | ValeurCmp = C-EUC0603_DWS; 21 | IdModule = RCL_C0603_DWS; 22 | EndCmp 23 | 24 | BeginCmp 25 | TimeStamp = /55E28E31; 26 | Reference = C2; 27 | ValeurCmp = C-EUC0603_DWS; 28 | IdModule = RCL_C0603_DWS; 29 | EndCmp 30 | 31 | BeginCmp 32 | TimeStamp = /55E28EF9; 33 | Reference = C3; 34 | ValeurCmp = C-EUC1206; 35 | IdModule = RCL_C1206; 36 | EndCmp 37 | 38 | BeginCmp 39 | TimeStamp = /55E28FC1; 40 | Reference = C4; 41 | ValeurCmp = C-EUC0603_DWS; 42 | IdModule = RCL_C0603_DWS; 43 | EndCmp 44 | 45 | BeginCmp 46 | TimeStamp = /55E29089; 47 | Reference = C5; 48 | ValeurCmp = C-EUC0603_DWS; 49 | IdModule = RCL_C0603_DWS; 50 | EndCmp 51 | 52 | BeginCmp 53 | TimeStamp = /55E29151; 54 | Reference = C6; 55 | ValeurCmp = C-EUC0603_DWS; 56 | IdModule = RCL_C0603_DWS; 57 | EndCmp 58 | 59 | BeginCmp 60 | TimeStamp = /55E29219; 61 | Reference = C7; 62 | ValeurCmp = C-EUC0603_DWS; 63 | IdModule = RCL_C0603_DWS; 64 | EndCmp 65 | 66 | BeginCmp 67 | TimeStamp = /55E292E1; 68 | Reference = C8; 69 | ValeurCmp = C-EUC0603_DWS; 70 | IdModule = RCL_C0603_DWS; 71 | EndCmp 72 | 73 | BeginCmp 74 | TimeStamp = /55E293A9; 75 | Reference = C9; 76 | ValeurCmp = C-EUC0603_DWS; 77 | IdModule = RCL_C0603_DWS; 78 | EndCmp 79 | 80 | BeginCmp 81 | TimeStamp = /55E29471; 82 | Reference = C10; 83 | ValeurCmp = C-EUC0603_DWS; 84 | IdModule = RCL_C0603_DWS; 85 | EndCmp 86 | 87 | BeginCmp 88 | TimeStamp = /55E29539; 89 | Reference = C11; 90 | ValeurCmp = C-EUC0603_DWS; 91 | IdModule = RCL_C0603_DWS; 92 | EndCmp 93 | 94 | BeginCmp 95 | TimeStamp = /55E29601; 96 | Reference = C12; 97 | ValeurCmp = C-EUC0603_DWS; 98 | IdModule = RCL_C0603_DWS; 99 | EndCmp 100 | 101 | BeginCmp 102 | TimeStamp = /55E296C9; 103 | Reference = C13; 104 | ValeurCmp = C-EUC0603_DWS; 105 | IdModule = RCL_C0603_DWS; 106 | EndCmp 107 | 108 | BeginCmp 109 | TimeStamp = /55E29791; 110 | Reference = C14; 111 | ValeurCmp = C-EUC0603_DWS; 112 | IdModule = RCL_C0603_DWS; 113 | EndCmp 114 | 115 | BeginCmp 116 | TimeStamp = /55E29859; 117 | Reference = C15; 118 | ValeurCmp = C-EUC0603_DWS; 119 | IdModule = RCL_C0603_DWS; 120 | EndCmp 121 | 122 | BeginCmp 123 | TimeStamp = /55E29921; 124 | Reference = C16; 125 | ValeurCmp = C-EUC0603_DWS; 126 | IdModule = RCL_C0603_DWS; 127 | EndCmp 128 | 129 | BeginCmp 130 | TimeStamp = /55E299E9; 131 | Reference = C17; 132 | ValeurCmp = C-EUC0603_DWS; 133 | IdModule = RCL_C0603_DWS; 134 | EndCmp 135 | 136 | BeginCmp 137 | TimeStamp = /55E29AB1; 138 | Reference = C18; 139 | ValeurCmp = C-EUC0603_DWS; 140 | IdModule = RCL_C0603_DWS; 141 | EndCmp 142 | 143 | BeginCmp 144 | TimeStamp = /55E29B79; 145 | Reference = C19; 146 | ValeurCmp = C-EUC0603_DWS; 147 | IdModule = RCL_C0603_DWS; 148 | EndCmp 149 | 150 | BeginCmp 151 | TimeStamp = /55E29C41; 152 | Reference = C20; 153 | ValeurCmp = C-EUC0603_DWS; 154 | IdModule = RCL_C0603_DWS; 155 | EndCmp 156 | 157 | BeginCmp 158 | TimeStamp = /55E29D09; 159 | Reference = C21; 160 | ValeurCmp = C-EUC0603_DWS; 161 | IdModule = RCL_C0603_DWS; 162 | EndCmp 163 | 164 | BeginCmp 165 | TimeStamp = /55E29DD1; 166 | Reference = C22; 167 | ValeurCmp = C-EUC0603_DWS; 168 | IdModule = RCL_C0603_DWS; 169 | EndCmp 170 | 171 | BeginCmp 172 | TimeStamp = /55E29E99; 173 | Reference = C23; 174 | ValeurCmp = C-EUC0603_DWS; 175 | IdModule = RCL_C0603_DWS; 176 | EndCmp 177 | 178 | BeginCmp 179 | TimeStamp = /55E29F61; 180 | Reference = C24; 181 | ValeurCmp = C-EUC0603_DWS; 182 | IdModule = RCL_C0603_DWS; 183 | EndCmp 184 | 185 | BeginCmp 186 | TimeStamp = /55E2A029; 187 | Reference = C25; 188 | ValeurCmp = C-EUC0603_DWS; 189 | IdModule = RCL_C0603_DWS; 190 | EndCmp 191 | 192 | BeginCmp 193 | TimeStamp = /55E2A0F1; 194 | Reference = C26; 195 | ValeurCmp = C-EUC0603_DWS; 196 | IdModule = RCL_C0603_DWS; 197 | EndCmp 198 | 199 | BeginCmp 200 | TimeStamp = /55E2A1B9; 201 | Reference = C27; 202 | ValeurCmp = C-EUC0603_DWS; 203 | IdModule = RCL_C0603_DWS; 204 | EndCmp 205 | 206 | BeginCmp 207 | TimeStamp = /55E2A281; 208 | Reference = C28; 209 | ValeurCmp = C-EUC0603_DWS; 210 | IdModule = RCL_C0603_DWS; 211 | EndCmp 212 | 213 | BeginCmp 214 | TimeStamp = /55E2A349; 215 | Reference = C29; 216 | ValeurCmp = C-EUC0603_DWS; 217 | IdModule = RCL_C0603_DWS; 218 | EndCmp 219 | 220 | BeginCmp 221 | TimeStamp = /55E2A411; 222 | Reference = C30; 223 | ValeurCmp = C-EUC0603_DWS; 224 | IdModule = RCL_C0603_DWS; 225 | EndCmp 226 | 227 | BeginCmp 228 | TimeStamp = /55E2A4D9; 229 | Reference = C31; 230 | ValeurCmp = C-EUC0603_DWS; 231 | IdModule = RCL_C0603_DWS; 232 | EndCmp 233 | 234 | BeginCmp 235 | TimeStamp = /55E2A5A1; 236 | Reference = C32; 237 | ValeurCmp = C-EUC0603_DWS; 238 | IdModule = RCL_C0603_DWS; 239 | EndCmp 240 | 241 | BeginCmp 242 | TimeStamp = /55E2A669; 243 | Reference = C33; 244 | ValeurCmp = C-EUC0603_DWS; 245 | IdModule = RCL_C0603_DWS; 246 | EndCmp 247 | 248 | BeginCmp 249 | TimeStamp = /55E2A731; 250 | Reference = C34; 251 | ValeurCmp = C-EUC0603_DWS; 252 | IdModule = RCL_C0603_DWS; 253 | EndCmp 254 | 255 | BeginCmp 256 | TimeStamp = /55E2A7F9; 257 | Reference = C35; 258 | ValeurCmp = C-EUC0603_DWS; 259 | IdModule = RCL_C0603_DWS; 260 | EndCmp 261 | 262 | BeginCmp 263 | TimeStamp = /55E2A8C1; 264 | Reference = C36; 265 | ValeurCmp = C-EUC0603_DWS; 266 | IdModule = RCL_C0603_DWS; 267 | EndCmp 268 | 269 | BeginCmp 270 | TimeStamp = /55E2A989; 271 | Reference = C37; 272 | ValeurCmp = C-EUC0603_DWS; 273 | IdModule = RCL_C0603_DWS; 274 | EndCmp 275 | 276 | BeginCmp 277 | TimeStamp = /55E2AA51; 278 | Reference = C38; 279 | ValeurCmp = C-EUC0603_DWS; 280 | IdModule = RCL_C0603_DWS; 281 | EndCmp 282 | 283 | BeginCmp 284 | TimeStamp = /55E2AB19; 285 | Reference = C39; 286 | ValeurCmp = C-EUC0603_DWS; 287 | IdModule = RCL_C0603_DWS; 288 | EndCmp 289 | 290 | BeginCmp 291 | TimeStamp = /55E2ABE1; 292 | Reference = C40; 293 | ValeurCmp = C-EUC0603_DWS; 294 | IdModule = RCL_C0603_DWS; 295 | EndCmp 296 | 297 | BeginCmp 298 | TimeStamp = /55E2ACA9; 299 | Reference = C41; 300 | ValeurCmp = C-EUC0603_DWS; 301 | IdModule = RCL_C0603_DWS; 302 | EndCmp 303 | 304 | BeginCmp 305 | TimeStamp = /55E2AD71; 306 | Reference = C42; 307 | ValeurCmp = C-EUC0603_DWS; 308 | IdModule = RCL_C0603_DWS; 309 | EndCmp 310 | 311 | BeginCmp 312 | TimeStamp = /55E2AE39; 313 | Reference = C43; 314 | ValeurCmp = C-EUC0603_DWS; 315 | IdModule = RCL_C0603_DWS; 316 | EndCmp 317 | 318 | BeginCmp 319 | TimeStamp = /55E2AF01; 320 | Reference = C44; 321 | ValeurCmp = C-EUC0603_DWS; 322 | IdModule = RCL_C0603_DWS; 323 | EndCmp 324 | 325 | BeginCmp 326 | TimeStamp = /55E2AFC9; 327 | Reference = C45; 328 | ValeurCmp = C-EUC0603_DWS; 329 | IdModule = RCL_C0603_DWS; 330 | EndCmp 331 | 332 | BeginCmp 333 | TimeStamp = /55E2B091; 334 | Reference = C46; 335 | ValeurCmp = C-EUC0603_DWS; 336 | IdModule = RCL_C0603_DWS; 337 | EndCmp 338 | 339 | BeginCmp 340 | TimeStamp = /55E2B159; 341 | Reference = C47; 342 | ValeurCmp = C-EUC0603_DWS; 343 | IdModule = RCL_C0603_DWS; 344 | EndCmp 345 | 346 | BeginCmp 347 | TimeStamp = /55E2B221; 348 | Reference = C48; 349 | ValeurCmp = CPOL-EUE2.5-6.3; 350 | IdModule = RCL_E2_5-6_3; 351 | EndCmp 352 | 353 | BeginCmp 354 | TimeStamp = /55E2B2E9; 355 | Reference = C49; 356 | ValeurCmp = C-EUC0603_DWS; 357 | IdModule = RCL_C0603_DWS; 358 | EndCmp 359 | 360 | BeginCmp 361 | TimeStamp = /55E2B3B1; 362 | Reference = C50; 363 | ValeurCmp = CPOL-EUE2.5-6.3; 364 | IdModule = RCL_E2_5-6_3; 365 | EndCmp 366 | 367 | BeginCmp 368 | TimeStamp = /55E2B479; 369 | Reference = C51; 370 | ValeurCmp = CPOL-EUE2.5-6.3; 371 | IdModule = RCL_E2_5-6_3; 372 | EndCmp 373 | 374 | BeginCmp 375 | TimeStamp = /55E2B541; 376 | Reference = COMPOSITE_VIDEO135; 377 | ValeurCmp = VIDEO_CINCH; 378 | IdModule = OLIMEX_CONNECTORS_VIDEO_CINCH; 379 | EndCmp 380 | 381 | BeginCmp 382 | TimeStamp = /55E2B609; 383 | Reference = CON1; 384 | ValeurCmp = CON30-HN1X30; 385 | IdModule = PENKO_HN1X30; 386 | EndCmp 387 | 388 | BeginCmp 389 | TimeStamp = /55E2B6D1; 390 | Reference = CON2; 391 | ValeurCmp = CON30-HN1X30; 392 | IdModule = PENKO_HN1X30; 393 | EndCmp 394 | 395 | BeginCmp 396 | TimeStamp = /55E2B799; 397 | Reference = CS_SW/CS_HW135; 398 | ValeurCmp = SJ2W3; 399 | IdModule = JUMPER_SJ_2_SMALL; 400 | EndCmp 401 | 402 | BeginCmp 403 | TimeStamp = /55E2B861; 404 | Reference = D00_H135; 405 | ValeurCmp = SJSJ_SMALLER; 406 | IdModule = JUMPER_SJ_1_SMALLER; 407 | EndCmp 408 | 409 | BeginCmp 410 | TimeStamp = /55E2B929; 411 | Reference = D1; 412 | ValeurCmp = SCHOTKKY7.62SS2; 413 | IdModule = GOGO_MLL-41; 414 | EndCmp 415 | 416 | BeginCmp 417 | TimeStamp = /55E2B9F1; 418 | Reference = D01_H135; 419 | ValeurCmp = SJSJ_SMALLER; 420 | IdModule = JUMPER_SJ_1_SMALLER; 421 | EndCmp 422 | 423 | BeginCmp 424 | TimeStamp = /55E2BAB9; 425 | Reference = D2; 426 | ValeurCmp = DIODE_AC-AC_; 427 | IdModule = SEMICON-SMD-IPC_SOT23C(BAT54S); 428 | EndCmp 429 | 430 | BeginCmp 431 | TimeStamp = /55E2BB81; 432 | Reference = D02_H135; 433 | ValeurCmp = SJSJ_SMALLER; 434 | IdModule = JUMPER_SJ_1_SMALLER; 435 | EndCmp 436 | 437 | BeginCmp 438 | TimeStamp = /55E2BC49; 439 | Reference = D3; 440 | ValeurCmp = SMBJ16A; 441 | IdModule = OLIMEX_DISCRET_DO214AA; 442 | EndCmp 443 | 444 | BeginCmp 445 | TimeStamp = /55E2BD11; 446 | Reference = D03_H135; 447 | ValeurCmp = SJSJ_SMALLER; 448 | IdModule = JUMPER_SJ_1_SMALLER; 449 | EndCmp 450 | 451 | BeginCmp 452 | TimeStamp = /55E2BDD9; 453 | Reference = D4; 454 | ValeurCmp = DIODE_AC-CA_; 455 | IdModule = SEMICON-SMD-IPC_SOT23C; 456 | EndCmp 457 | 458 | BeginCmp 459 | TimeStamp = /55E2BEA1; 460 | Reference = FET1; 461 | ValeurCmp = P-MOS+DIODIRLML6402; 462 | IdModule = PENKO_SOT23; 463 | EndCmp 464 | 465 | BeginCmp 466 | TimeStamp = /55E2CF6D; 467 | Reference = JTAG135; 468 | ValeurCmp = CON8WU08S; 469 | IdModule = PENKO_WU08S; 470 | EndCmp 471 | 472 | BeginCmp 473 | TimeStamp = /55E2D035; 474 | Reference = L1; 475 | ValeurCmp = L-USL7078; 476 | IdModule = RCL_L7078; 477 | EndCmp 478 | 479 | BeginCmp 480 | TimeStamp = /55E2D0FD; 481 | Reference = L2; 482 | ValeurCmp = L-USL0805_5MIL_DWS; 483 | IdModule = RCL_L0805_5MIL_DWS; 484 | EndCmp 485 | 486 | BeginCmp 487 | TimeStamp = /55E2D1C5; 488 | Reference = L3; 489 | ValeurCmp = L-USL0805_5MIL_DWS; 490 | IdModule = RCL_L0805_5MIL_DWS; 491 | EndCmp 492 | 493 | BeginCmp 494 | TimeStamp = /55E2D28D; 495 | Reference = L4; 496 | ValeurCmp = L-USL0805_5MIL_DWS; 497 | IdModule = RCL_L0805_5MIL_DWS; 498 | EndCmp 499 | 500 | BeginCmp 501 | TimeStamp = /55E2D355; 502 | Reference = LED1; 503 | ValeurCmp = LED0603DWS; 504 | IdModule = DOUBLE-SIDE_LED-0603; 505 | EndCmp 506 | 507 | BeginCmp 508 | TimeStamp = /55E2D8CD; 509 | Reference = POWER135; 510 | ValeurCmp = SW-TAKT6; 511 | IdModule = GOGO_SW-TAKT_6X3.5_SMD; 512 | EndCmp 513 | 514 | BeginCmp 515 | TimeStamp = /55E2D995; 516 | Reference = PWR135; 517 | ValeurCmp = PWR-JAKPWR_JACK_UNI_MILLING; 518 | IdModule = GOGO_PWR_JACK_UNI_MILLING; 519 | EndCmp 520 | 521 | BeginCmp 522 | TimeStamp = /55E2DA5D; 523 | Reference = Q1; 524 | ValeurCmp = HC49/S1; 525 | IdModule = CRYSTAL_HC49_SMD2_THIN; 526 | EndCmp 527 | 528 | BeginCmp 529 | TimeStamp = /55E2DB25; 530 | Reference = R1; 531 | ValeurCmp = R_0R0R(NA); 532 | IdModule = OLIMEX_DISCRET_0603_0R; 533 | EndCmp 534 | 535 | BeginCmp 536 | TimeStamp = /55E2DBED; 537 | Reference = R2; 538 | ValeurCmp = R-EU_R0603_5MIL_DWS; 539 | IdModule = RCL_R0603_5MIL_DWS; 540 | EndCmp 541 | 542 | BeginCmp 543 | TimeStamp = /55E2DCB5; 544 | Reference = R3; 545 | ValeurCmp = R-EU_R0603_5MIL_DWS; 546 | IdModule = RCL_R0603_5MIL_DWS; 547 | EndCmp 548 | 549 | BeginCmp 550 | TimeStamp = /55E2DD7D; 551 | Reference = R4; 552 | ValeurCmp = R-EU_R0603_5MIL_DWS; 553 | IdModule = RCL_R0603_5MIL_DWS; 554 | EndCmp 555 | 556 | BeginCmp 557 | TimeStamp = /55E2DE45; 558 | Reference = R5; 559 | ValeurCmp = R-EU_R0603_5MIL_DWS; 560 | IdModule = RCL_R0603_5MIL_DWS; 561 | EndCmp 562 | 563 | BeginCmp 564 | TimeStamp = /55E2DF0D; 565 | Reference = R6; 566 | ValeurCmp = R_0R0R(NA); 567 | IdModule = OLIMEX_DISCRET_0603_0R; 568 | EndCmp 569 | 570 | BeginCmp 571 | TimeStamp = /55E2DFD5; 572 | Reference = R7; 573 | ValeurCmp = R-EU_R0603_5MIL_DWS; 574 | IdModule = RCL_R0603_5MIL_DWS; 575 | EndCmp 576 | 577 | BeginCmp 578 | TimeStamp = /55E2E09D; 579 | Reference = R8; 580 | ValeurCmp = R-EU_R0603_5MIL_DWS; 581 | IdModule = RCL_R0603_5MIL_DWS; 582 | EndCmp 583 | 584 | BeginCmp 585 | TimeStamp = /55E2E165; 586 | Reference = R9; 587 | ValeurCmp = R-EU_R0603_5MIL_DWS; 588 | IdModule = RCL_R0603_5MIL_DWS; 589 | EndCmp 590 | 591 | BeginCmp 592 | TimeStamp = /55E2E22D; 593 | Reference = R10; 594 | ValeurCmp = R-EU_R0603_5MIL_DWS; 595 | IdModule = RCL_R0603_5MIL_DWS; 596 | EndCmp 597 | 598 | BeginCmp 599 | TimeStamp = /55E2E2F5; 600 | Reference = R11; 601 | ValeurCmp = R-EU_R0603_5MIL_DWS; 602 | IdModule = RCL_R0603_5MIL_DWS; 603 | EndCmp 604 | 605 | BeginCmp 606 | TimeStamp = /55E2E3BD; 607 | Reference = R12; 608 | ValeurCmp = R-EU_R0603_5MIL_DWS; 609 | IdModule = RCL_R0603_5MIL_DWS; 610 | EndCmp 611 | 612 | BeginCmp 613 | TimeStamp = /55E2E485; 614 | Reference = R13; 615 | ValeurCmp = R-EU_R0603_5MIL_DWS; 616 | IdModule = RCL_R0603_5MIL_DWS; 617 | EndCmp 618 | 619 | BeginCmp 620 | TimeStamp = /55E2E54D; 621 | Reference = R14; 622 | ValeurCmp = R-EU_R0603_5MIL_DWS; 623 | IdModule = RCL_R0603_5MIL_DWS; 624 | EndCmp 625 | 626 | BeginCmp 627 | TimeStamp = /55E2E615; 628 | Reference = R15; 629 | ValeurCmp = R-EU_R0603_5MIL_DWS; 630 | IdModule = RCL_R0603_5MIL_DWS; 631 | EndCmp 632 | 633 | BeginCmp 634 | TimeStamp = /55E2E6DD; 635 | Reference = R16; 636 | ValeurCmp = R-EU_R0603_5MIL_DWS; 637 | IdModule = RCL_R0603_5MIL_DWS; 638 | EndCmp 639 | 640 | BeginCmp 641 | TimeStamp = /55E2E7A5; 642 | Reference = R17; 643 | ValeurCmp = R-EU_R0603_5MIL_DWS; 644 | IdModule = RCL_R0603_5MIL_DWS; 645 | EndCmp 646 | 647 | BeginCmp 648 | TimeStamp = /55E2E86D; 649 | Reference = R18; 650 | ValeurCmp = R-EU_R0603_5MIL_DWS; 651 | IdModule = RCL_R0603_5MIL_DWS; 652 | EndCmp 653 | 654 | BeginCmp 655 | TimeStamp = /55E2E935; 656 | Reference = R19; 657 | ValeurCmp = R-EU_R0603_5MIL_DWS; 658 | IdModule = RCL_R0603_5MIL_DWS; 659 | EndCmp 660 | 661 | BeginCmp 662 | TimeStamp = /55E2E9FD; 663 | Reference = R20; 664 | ValeurCmp = R-EU_R0603_5MIL_DWS; 665 | IdModule = RCL_R0603_5MIL_DWS; 666 | EndCmp 667 | 668 | BeginCmp 669 | TimeStamp = /55E2EAC5; 670 | Reference = R21; 671 | ValeurCmp = R-EU_R0603_5MIL_DWS; 672 | IdModule = RCL_R0603_5MIL_DWS; 673 | EndCmp 674 | 675 | BeginCmp 676 | TimeStamp = /55E2EB8D; 677 | Reference = R22; 678 | ValeurCmp = R-EU_R0603_5MIL_DWS; 679 | IdModule = RCL_R0603_5MIL_DWS; 680 | EndCmp 681 | 682 | BeginCmp 683 | TimeStamp = /55E2EC55; 684 | Reference = R25; 685 | ValeurCmp = R-EU_R0603_5MIL_DWS; 686 | IdModule = RCL_R0603_5MIL_DWS; 687 | EndCmp 688 | 689 | BeginCmp 690 | TimeStamp = /55E2ED1D; 691 | Reference = R26; 692 | ValeurCmp = R_0R0R(NA); 693 | IdModule = OLIMEX_DISCRET_0603_0R; 694 | EndCmp 695 | 696 | BeginCmp 697 | TimeStamp = /55E2EDE5; 698 | Reference = RECOVERY135; 699 | ValeurCmp = SW-TAKT6; 700 | IdModule = GOGO_SW-TAKT_6X3.5_SMD; 701 | EndCmp 702 | 703 | BeginCmp 704 | TimeStamp = /55E2EEAD; 705 | Reference = RESET135; 706 | ValeurCmp = SW-TAKT6; 707 | IdModule = GOGO_SW-TAKT_6X3.5_SMD; 708 | EndCmp 709 | 710 | BeginCmp 711 | TimeStamp = /55E2EF75; 712 | Reference = RM1; 713 | ValeurCmp = R_MATRIX_4E; 714 | IdModule = OLIMEX_DISCRET_R_MATRIX_4; 715 | EndCmp 716 | 717 | BeginCmp 718 | TimeStamp = /55E2F169; 719 | Reference = RM2; 720 | ValeurCmp = R_MATRIX_4; 721 | IdModule = OLIMEX_DISCRET_R_MATRIX_4; 722 | EndCmp 723 | 724 | BeginCmp 725 | TimeStamp = /55E2F231; 726 | Reference = RM3; 727 | ValeurCmp = R_MATRIX_4; 728 | IdModule = OLIMEX_DISCRET_R_MATRIX_4; 729 | EndCmp 730 | 731 | BeginCmp 732 | TimeStamp = /55E2F2F9; 733 | Reference = SCL_HW/SCL_SW135; 734 | ValeurCmp = SJ2W3; 735 | IdModule = JUMPER_SJ_2_SMALL; 736 | EndCmp 737 | 738 | BeginCmp 739 | TimeStamp = /55E2F3C1; 740 | Reference = SD/MMC135; 741 | ValeurCmp = MICRO_SD/MMC_CP_NEWTFC-WPAPR-08; 742 | IdModule = OLIMEX_CONNECTORS_TFC-WPAPR-08; 743 | EndCmp 744 | 745 | BeginCmp 746 | TimeStamp = /55E2F489; 747 | Reference = SDA_HW/SDA_SW135; 748 | ValeurCmp = SJ2W3; 749 | IdModule = JUMPER_SJ_2_SMALL; 750 | EndCmp 751 | 752 | BeginCmp 753 | TimeStamp = /55E2F551; 754 | Reference = SJTAG135; 755 | ValeurCmp = CON4HN1X4; 756 | IdModule = PENKO_HN1X4; 757 | EndCmp 758 | 759 | BeginCmp 760 | TimeStamp = /55E2F619; 761 | Reference = T1; 762 | ValeurCmp = NPN-TRANSISTOR_SOT23; 763 | IdModule = SEMICON-SMD-IPC_SOT23; 764 | EndCmp 765 | 766 | BeginCmp 767 | TimeStamp = /55E2F6E1; 768 | Reference = T2; 769 | ValeurCmp = NPN-TRANSISTOR_SOT23; 770 | IdModule = SEMICON-SMD-IPC_SOT23; 771 | EndCmp 772 | 773 | BeginCmp 774 | TimeStamp = /55E2F7A9; 775 | Reference = T3; 776 | ValeurCmp = DIGITAL_TRANSISTORS-PNPDTA114YKA; 777 | IdModule = OLIMEX_DISCRET_SOT-23; 778 | EndCmp 779 | 780 | BeginCmp 781 | TimeStamp = /55E2F871; 782 | Reference = T4; 783 | ValeurCmp = DIGITAL_TRANSISTORS-NPNDTC114YKA; 784 | IdModule = OLIMEX_DISCRET_SOT-23; 785 | EndCmp 786 | 787 | BeginCmp 788 | TimeStamp = /55E2F939; 789 | Reference = U1; 790 | ValeurCmp = MCIMX233DAG4B_LD; 791 | IdModule = OLIMEX_IC_TQFP128LD; 792 | EndCmp 793 | 794 | BeginCmp 795 | TimeStamp = /55E2FA01; 796 | Reference = U2; 797 | ValeurCmp = HY5DU121622D(L)T(P)-J; 798 | IdModule = OLIMEX_IC_66TSOP-II; 799 | EndCmp 800 | 801 | BeginCmp 802 | TimeStamp = /55E2FAC9; 803 | Reference = U3; 804 | ValeurCmp = SY6280; 805 | IdModule = OLIMEX_IC_SOT23-5; 806 | EndCmp 807 | 808 | BeginCmp 809 | TimeStamp = /55E2FB91; 810 | Reference = USB_HOST135; 811 | ValeurCmp = USB_SHIELD3; 812 | IdModule = OLIMEX_CONNECTORS_USB_PN87520_HOST_PTH; 813 | EndCmp 814 | 815 | BeginCmp 816 | TimeStamp = /55E2FC59; 817 | Reference = U_DEBUG135; 818 | ValeurCmp = CON4HN1X4; 819 | IdModule = PENKO_HN1X4; 820 | EndCmp 821 | 822 | BeginCmp 823 | TimeStamp = /55E302FD; 824 | Reference = VR1; 825 | ValeurCmp = AP1231-33; 826 | IdModule = OLIMEX_DISCRET_SOT-23-5; 827 | EndCmp 828 | 829 | EndListe -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-Micro_Rev_D/kicad_files/iMX233-OLinuXino-Micro_Rev_D.pro: -------------------------------------------------------------------------------- 1 | update=Mon 16 Feb 2015 06:37:24 AM PST 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead=iMX233-OLinuXino-Micro_Rev_D.net 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=iMX233-OLinuXino-Micro_Rev_D 33 | -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-Micro_Rev_D/report.txt: -------------------------------------------------------------------------------- 1 | Info: Reading netlist file "/home/laudas/eagle/eagle-lbr2kicad/examples/OLINUXINO/iMX233-OLinuXino-Micro_Rev_D/kicad_files/iMX233-OLinuXino-Micro_Rev_D.net". 2 | 3 | Info: Using references to match components and footprints. 4 | 5 | * Warning: component 'D2': board footprint 'SOT23C(BAT54S)', netlist footprint 'SEMICON-SMD-IPC_SOT23C(BAT54S)' 6 | 7 | * Warning: component 'D4': board footprint 'SOT23C', netlist footprint 'SEMICON-SMD-IPC_SOT23C' 8 | 9 | * Warning: component 'T1': board footprint 'SOT23', netlist footprint 'SEMICON-SMD-IPC_SOT23' 10 | 11 | * Warning: component 'T2': board footprint 'SOT23', netlist footprint 'SEMICON-SMD-IPC_SOT23' 12 | 13 | * Warning: component 'R12': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 14 | 15 | * Warning: component 'R22': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 16 | 17 | * Warning: component 'R21': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 18 | 19 | * Warning: component 'R20': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 20 | 21 | * Warning: component 'R19': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 22 | 23 | * Warning: component 'R18': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 24 | 25 | * Warning: component 'R17': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 26 | 27 | * Warning: component 'R16': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 28 | 29 | * Warning: component 'R15': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 30 | 31 | * Warning: component 'R14': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 32 | 33 | * Warning: component 'R13': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 34 | 35 | * Warning: component 'R25': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 36 | 37 | * Warning: component 'R11': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 38 | 39 | * Warning: component 'R10': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 40 | 41 | * Warning: component 'R2': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 42 | 43 | * Warning: component 'R3': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 44 | 45 | * Warning: component 'R4': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 46 | 47 | * Warning: component 'R5': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 48 | 49 | * Warning: component 'R9': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 50 | 51 | * Warning: component 'R7': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 52 | 53 | * Warning: component 'R8': board footprint 'R0603_5MIL_DWS', netlist footprint 'RCL_R0603_5MIL_DWS' 54 | 55 | * Warning: component 'L1': board footprint 'L7078', netlist footprint 'RCL_L7078' 56 | 57 | * Warning: component 'L2': board footprint 'L0805_5MIL_DWS', netlist footprint 'RCL_L0805_5MIL_DWS' 58 | 59 | * Warning: component 'L3': board footprint 'L0805_5MIL_DWS', netlist footprint 'RCL_L0805_5MIL_DWS' 60 | 61 | * Warning: component 'L4': board footprint 'L0805_5MIL_DWS', netlist footprint 'RCL_L0805_5MIL_DWS' 62 | 63 | * Warning: component 'C51': board footprint 'E2,5-6,3', netlist footprint 'RCL_E2_5-6_3' 64 | 65 | * Warning: component 'C50': board footprint 'E2,5-6,3', netlist footprint 'RCL_E2_5-6_3' 66 | 67 | * Warning: component 'C48': board footprint 'E2,5-6,3', netlist footprint 'RCL_E2_5-6_3' 68 | 69 | * Warning: component 'C3': board footprint 'C1206', netlist footprint 'RCL_C1206' 70 | 71 | * Warning: component 'C18': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 72 | 73 | * Warning: component 'C14': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 74 | 75 | * Warning: component 'C15': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 76 | 77 | * Warning: component 'C16': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 78 | 79 | * Warning: component 'C17': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 80 | 81 | * Warning: component 'C21': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 82 | 83 | * Warning: component 'C19': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 84 | 85 | * Warning: component 'C20': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 86 | 87 | * Warning: component 'C25': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 88 | 89 | * Warning: component 'C13': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 90 | 91 | * Warning: component 'C12': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 92 | 93 | * Warning: component 'C11': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 94 | 95 | * Warning: component 'C10': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 96 | 97 | * Warning: component 'C9': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 98 | 99 | * Warning: component 'C8': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 100 | 101 | * Warning: component 'C7': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 102 | 103 | * Warning: component 'C6': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 104 | 105 | * Warning: component 'C5': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 106 | 107 | * Warning: component 'C4': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 108 | 109 | * Warning: component 'C2': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 110 | 111 | * Warning: component 'C1': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 112 | 113 | * Warning: component 'C23': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 114 | 115 | * Warning: component 'C24': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 116 | 117 | * Warning: component 'C26': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 118 | 119 | * Warning: component 'C27': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 120 | 121 | * Warning: component 'C28': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 122 | 123 | * Warning: component 'C29': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 124 | 125 | * Warning: component 'C30': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 126 | 127 | * Warning: component 'C31': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 128 | 129 | * Warning: component 'C32': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 130 | 131 | * Warning: component 'C33': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 132 | 133 | * Warning: component 'C34': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 134 | 135 | * Warning: component 'C35': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 136 | 137 | * Warning: component 'C36': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 138 | 139 | * Warning: component 'C37': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 140 | 141 | * Warning: component 'C38': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 142 | 143 | * Warning: component 'C39': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 144 | 145 | * Warning: component 'C40': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 146 | 147 | * Warning: component 'C41': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 148 | 149 | * Warning: component 'C42': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 150 | 151 | * Warning: component 'C43': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 152 | 153 | * Warning: component 'C44': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 154 | 155 | * Warning: component 'C45': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 156 | 157 | * Warning: component 'C46': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 158 | 159 | * Warning: component 'C47': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 160 | 161 | * Warning: component 'C49': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 162 | 163 | * Warning: component 'C22': board footprint 'C0603_DWS', netlist footprint 'RCL_C0603_DWS' 164 | 165 | * Warning: component 'JTAG135': board footprint 'WU08S', netlist footprint 'PENKO_WU08S' 166 | 167 | * Warning: component 'FET1': board footprint 'SOT23', netlist footprint 'PENKO_SOT23' 168 | 169 | * Warning: component 'SJTAG135': board footprint 'HN1X4', netlist footprint 'PENKO_HN1X4' 170 | 171 | * Warning: component 'U_DEBUG135': board footprint 'HN1X4', netlist footprint 'PENKO_HN1X4' 172 | 173 | * Warning: component 'CON2': board footprint 'HN1X30', netlist footprint 'PENKO_HN1X30' 174 | 175 | * Warning: component 'CON1': board footprint 'HN1X30', netlist footprint 'PENKO_HN1X30' 176 | 177 | * Warning: component 'U1': board footprint 'TQFP128LD', netlist footprint 'OLIMEX_IC_TQFP128LD' 178 | 179 | * Warning: component 'U3': board footprint 'SOT23-5', netlist footprint 'OLIMEX_IC_SOT23-5' 180 | 181 | * Warning: component 'U2': board footprint '66TSOP-II', netlist footprint 'OLIMEX_IC_66TSOP-II' 182 | 183 | * Warning: component 'VR1': board footprint 'SOT-23-5', netlist footprint 'OLIMEX_DISCRET_SOT-23-5' 184 | 185 | * Warning: component 'T3': board footprint 'SOT-23', netlist footprint 'OLIMEX_DISCRET_SOT-23' 186 | 187 | * Warning: component 'T4': board footprint 'SOT-23', netlist footprint 'OLIMEX_DISCRET_SOT-23' 188 | 189 | * Warning: component 'RM1': board footprint 'R_MATRIX_4', netlist footprint 'OLIMEX_DISCRET_R_MATRIX_4' 190 | 191 | * Warning: component 'RM2': board footprint 'R_MATRIX_4', netlist footprint 'OLIMEX_DISCRET_R_MATRIX_4' 192 | 193 | * Warning: component 'RM3': board footprint 'R_MATRIX_4', netlist footprint 'OLIMEX_DISCRET_R_MATRIX_4' 194 | 195 | * Warning: component 'D3': board footprint 'DO214AA', netlist footprint 'OLIMEX_DISCRET_DO214AA' 196 | 197 | * Warning: component 'R1': board footprint '0603_0R', netlist footprint 'OLIMEX_DISCRET_0603_0R' 198 | 199 | * Warning: component 'R26': board footprint '0603_0R', netlist footprint 'OLIMEX_DISCRET_0603_0R' 200 | 201 | * Warning: component 'R6': board footprint '0603_0R', netlist footprint 'OLIMEX_DISCRET_0603_0R' 202 | 203 | * Warning: component 'COMPOSITE_VIDEO135': board footprint 'VIDEO_CINCH', netlist footprint 'OLIMEX_CONNECTORS_VIDEO_CINCH' 204 | 205 | * Warning: component 'USB_HOST135': board footprint 'USB_PN87520_HOST_PTH', netlist footprint 'OLIMEX_CONNECTORS_USB_PN87520_HOST_PTH' 206 | 207 | * Warning: component 'SD/MMC135': board footprint 'TFC-WPAPR-08', netlist footprint 'OLIMEX_CONNECTORS_TFC-WPAPR-08' 208 | 209 | * Warning: component 'SDA_HW/SDA_SW135': board footprint 'SJ_2_SMALL', netlist footprint 'JUMPER_SJ_2_SMALL' 210 | 211 | * Warning: component 'CS_SW/CS_HW135': board footprint 'SJ_2_SMALL', netlist footprint 'JUMPER_SJ_2_SMALL' 212 | 213 | * Warning: component 'SCL_HW/SCL_SW135': board footprint 'SJ_2_SMALL', netlist footprint 'JUMPER_SJ_2_SMALL' 214 | 215 | * Warning: component 'D01_H135': board footprint 'SJ_1_SMALLER', netlist footprint 'JUMPER_SJ_1_SMALLER' 216 | 217 | * Warning: component 'D03_H135': board footprint 'SJ_1_SMALLER', netlist footprint 'JUMPER_SJ_1_SMALLER' 218 | 219 | * Warning: component 'D02_H135': board footprint 'SJ_1_SMALLER', netlist footprint 'JUMPER_SJ_1_SMALLER' 220 | 221 | * Warning: component '3.3V_E135': board footprint 'SJ_1_SMALLER', netlist footprint 'JUMPER_SJ_1_SMALLER' 222 | 223 | * Warning: component 'D00_H135': board footprint 'SJ_1_SMALLER', netlist footprint 'JUMPER_SJ_1_SMALLER' 224 | 225 | * Warning: component '5V_E135': board footprint 'SJ-CLOSE', netlist footprint 'JUMPER_SJ-CLOSE' 226 | 227 | * Warning: component 'RESET135': board footprint 'SW-TAKT_6X3.5_SMD', netlist footprint 'GOGO_SW-TAKT_6X3.5_SMD' 228 | 229 | * Warning: component 'RECOVERY135': board footprint 'SW-TAKT_6X3.5_SMD', netlist footprint 'GOGO_SW-TAKT_6X3.5_SMD' 230 | 231 | * Warning: component 'POWER135': board footprint 'SW-TAKT_6X3.5_SMD', netlist footprint 'GOGO_SW-TAKT_6X3.5_SMD' 232 | 233 | * Warning: component 'PWR135': board footprint 'PWR_JACK_UNI_MILLING', netlist footprint 'GOGO_PWR_JACK_UNI_MILLING' 234 | 235 | * Warning: component 'D1': board footprint 'MLL-41', netlist footprint 'GOGO_MLL-41' 236 | 237 | * Warning: component 'LED1': board footprint 'LED-0603', netlist footprint 'DOUBLE-SIDE_LED-0603' 238 | 239 | * Warning: component 'Q1': board footprint 'HC49%2fSMD2_THIN', netlist footprint 'CRYSTAL_HC49_SMD2_THIN' 240 | 241 | Info: Checking netlist component footprint "3.3V_E135:/55E28C3D:JUMPER_SJ_1_SMALLER". 242 | 243 | Info: Checking netlist component footprint "5V_E135:/55E28D05:JUMPER_SJ-CLOSE". 244 | 245 | Info: Checking netlist component footprint "C1:/55E28DCD:RCL_C0603_DWS". 246 | 247 | Info: Checking netlist component footprint "C2:/55E28E95:RCL_C0603_DWS". 248 | 249 | Info: Checking netlist component footprint "C3:/55E28F5D:RCL_C1206". 250 | 251 | Info: Checking netlist component footprint "C4:/55E29025:RCL_C0603_DWS". 252 | 253 | Info: Checking netlist component footprint "C5:/55E290ED:RCL_C0603_DWS". 254 | 255 | Info: Checking netlist component footprint "C6:/55E291B5:RCL_C0603_DWS". 256 | 257 | Info: Checking netlist component footprint "C7:/55E2927D:RCL_C0603_DWS". 258 | 259 | Info: Checking netlist component footprint "C8:/55E29345:RCL_C0603_DWS". 260 | 261 | Info: Checking netlist component footprint "C9:/55E2940D:RCL_C0603_DWS". 262 | 263 | Info: Checking netlist component footprint "C10:/55E294D5:RCL_C0603_DWS". 264 | 265 | Info: Checking netlist component footprint "C11:/55E2959D:RCL_C0603_DWS". 266 | 267 | Info: Checking netlist component footprint "C12:/55E29665:RCL_C0603_DWS". 268 | 269 | Info: Checking netlist component footprint "C13:/55E2972D:RCL_C0603_DWS". 270 | 271 | Info: Checking netlist component footprint "C14:/55E297F5:RCL_C0603_DWS". 272 | 273 | Info: Checking netlist component footprint "C15:/55E298BD:RCL_C0603_DWS". 274 | 275 | Info: Checking netlist component footprint "C16:/55E29985:RCL_C0603_DWS". 276 | 277 | Info: Checking netlist component footprint "C17:/55E29A4D:RCL_C0603_DWS". 278 | 279 | Info: Checking netlist component footprint "C18:/55E29B15:RCL_C0603_DWS". 280 | 281 | Info: Checking netlist component footprint "C19:/55E29BDD:RCL_C0603_DWS". 282 | 283 | Info: Checking netlist component footprint "C20:/55E29CA5:RCL_C0603_DWS". 284 | 285 | Info: Checking netlist component footprint "C21:/55E29D6D:RCL_C0603_DWS". 286 | 287 | Info: Checking netlist component footprint "C22:/55E29E35:RCL_C0603_DWS". 288 | 289 | Info: Checking netlist component footprint "C23:/55E29EFD:RCL_C0603_DWS". 290 | 291 | Info: Checking netlist component footprint "C24:/55E29FC5:RCL_C0603_DWS". 292 | 293 | Info: Checking netlist component footprint "C25:/55E2A08D:RCL_C0603_DWS". 294 | 295 | Info: Checking netlist component footprint "C26:/55E2A155:RCL_C0603_DWS". 296 | 297 | Info: Checking netlist component footprint "C27:/55E2A21D:RCL_C0603_DWS". 298 | 299 | Info: Checking netlist component footprint "C28:/55E2A2E5:RCL_C0603_DWS". 300 | 301 | Info: Checking netlist component footprint "C29:/55E2A3AD:RCL_C0603_DWS". 302 | 303 | Info: Checking netlist component footprint "C30:/55E2A475:RCL_C0603_DWS". 304 | 305 | Info: Checking netlist component footprint "C31:/55E2A53D:RCL_C0603_DWS". 306 | 307 | Info: Checking netlist component footprint "C32:/55E2A605:RCL_C0603_DWS". 308 | 309 | Info: Checking netlist component footprint "C33:/55E2A6CD:RCL_C0603_DWS". 310 | 311 | Info: Checking netlist component footprint "C34:/55E2A795:RCL_C0603_DWS". 312 | 313 | Info: Checking netlist component footprint "C35:/55E2A85D:RCL_C0603_DWS". 314 | 315 | Info: Checking netlist component footprint "C36:/55E2A925:RCL_C0603_DWS". 316 | 317 | Info: Checking netlist component footprint "C37:/55E2A9ED:RCL_C0603_DWS". 318 | 319 | Info: Checking netlist component footprint "C38:/55E2AAB5:RCL_C0603_DWS". 320 | 321 | Info: Checking netlist component footprint "C39:/55E2AB7D:RCL_C0603_DWS". 322 | 323 | Info: Checking netlist component footprint "C40:/55E2AC45:RCL_C0603_DWS". 324 | 325 | Info: Checking netlist component footprint "C41:/55E2AD0D:RCL_C0603_DWS". 326 | 327 | Info: Checking netlist component footprint "C42:/55E2ADD5:RCL_C0603_DWS". 328 | 329 | Info: Checking netlist component footprint "C43:/55E2AE9D:RCL_C0603_DWS". 330 | 331 | Info: Checking netlist component footprint "C44:/55E2AF65:RCL_C0603_DWS". 332 | 333 | Info: Checking netlist component footprint "C45:/55E2B02D:RCL_C0603_DWS". 334 | 335 | Info: Checking netlist component footprint "C46:/55E2B0F5:RCL_C0603_DWS". 336 | 337 | Info: Checking netlist component footprint "C47:/55E2B1BD:RCL_C0603_DWS". 338 | 339 | Info: Checking netlist component footprint "C48:/55E2B285:RCL_E2_5-6_3". 340 | 341 | Info: Checking netlist component footprint "C49:/55E2B34D:RCL_C0603_DWS". 342 | 343 | Info: Checking netlist component footprint "C50:/55E2B415:RCL_E2_5-6_3". 344 | 345 | Info: Checking netlist component footprint "C51:/55E2B4DD:RCL_E2_5-6_3". 346 | 347 | Info: Checking netlist component footprint "COMPOSITE_VIDEO135:/55E2B5A5:OLIMEX_CONNECTORS_VIDEO_CINCH". 348 | 349 | Info: Checking netlist component footprint "CON1:/55E2B66D:PENKO_HN1X30". 350 | 351 | Info: Checking netlist component footprint "CON2:/55E2B735:PENKO_HN1X30". 352 | 353 | Info: Checking netlist component footprint "CS_SW/CS_HW135:/55E2B7FD:JUMPER_SJ_2_SMALL". 354 | 355 | Info: Checking netlist component footprint "D00_H135:/55E2B8C5:JUMPER_SJ_1_SMALLER". 356 | 357 | Info: Checking netlist component footprint "D1:/55E2B98D:GOGO_MLL-41". 358 | 359 | Info: Checking netlist component footprint "D01_H135:/55E2BA55:JUMPER_SJ_1_SMALLER". 360 | 361 | Info: Checking netlist component footprint "D2:/55E2BB1D:SEMICON-SMD-IPC_SOT23C(BAT54S)". 362 | 363 | Info: Checking netlist component footprint "D02_H135:/55E2BBE5:JUMPER_SJ_1_SMALLER". 364 | 365 | Info: Checking netlist component footprint "D3:/55E2BCAD:OLIMEX_DISCRET_DO214AA". 366 | 367 | Info: Checking netlist component footprint "D03_H135:/55E2BD75:JUMPER_SJ_1_SMALLER". 368 | 369 | Info: Checking netlist component footprint "D4:/55E2BE3D:SEMICON-SMD-IPC_SOT23C". 370 | 371 | Changing component "D4:/55E2BE3D" pin "1" net name from "" to "Net-(D4-Pad1)". 372 | 373 | Info: Checking netlist component footprint "FET1:/55E2BF05:PENKO_SOT23". 374 | 375 | Info: Checking netlist component footprint "JTAG135:/55E2CFD1:PENKO_WU08S". 376 | 377 | Info: Checking netlist component footprint "L1:/55E2D099:RCL_L7078". 378 | 379 | Info: Checking netlist component footprint "L2:/55E2D161:RCL_L0805_5MIL_DWS". 380 | 381 | Info: Checking netlist component footprint "L3:/55E2D229:RCL_L0805_5MIL_DWS". 382 | 383 | Info: Checking netlist component footprint "L4:/55E2D2F1:RCL_L0805_5MIL_DWS". 384 | 385 | Info: Checking netlist component footprint "LED1:/55E2D3B9:DOUBLE-SIDE_LED-0603". 386 | 387 | Info: Checking netlist component footprint "POWER135:/55E2D931:GOGO_SW-TAKT_6X3.5_SMD". 388 | 389 | Info: Checking netlist component footprint "PWR135:/55E2D9F9:GOGO_PWR_JACK_UNI_MILLING". 390 | 391 | Info: Checking netlist component footprint "Q1:/55E2DAC1:CRYSTAL_HC49_SMD2_THIN". 392 | 393 | Info: Checking netlist component footprint "R1:/55E2DB89:OLIMEX_DISCRET_0603_0R". 394 | 395 | Info: Checking netlist component footprint "R2:/55E2DC51:RCL_R0603_5MIL_DWS". 396 | 397 | Info: Checking netlist component footprint "R3:/55E2DD19:RCL_R0603_5MIL_DWS". 398 | 399 | Info: Checking netlist component footprint "R4:/55E2DDE1:RCL_R0603_5MIL_DWS". 400 | 401 | Info: Checking netlist component footprint "R5:/55E2DEA9:RCL_R0603_5MIL_DWS". 402 | 403 | Info: Checking netlist component footprint "R6:/55E2DF71:OLIMEX_DISCRET_0603_0R". 404 | 405 | Info: Checking netlist component footprint "R7:/55E2E039:RCL_R0603_5MIL_DWS". 406 | 407 | Info: Checking netlist component footprint "R8:/55E2E101:RCL_R0603_5MIL_DWS". 408 | 409 | Info: Checking netlist component footprint "R9:/55E2E1C9:RCL_R0603_5MIL_DWS". 410 | 411 | Info: Checking netlist component footprint "R10:/55E2E291:RCL_R0603_5MIL_DWS". 412 | 413 | Info: Checking netlist component footprint "R11:/55E2E359:RCL_R0603_5MIL_DWS". 414 | 415 | Info: Checking netlist component footprint "R12:/55E2E421:RCL_R0603_5MIL_DWS". 416 | 417 | Info: Checking netlist component footprint "R13:/55E2E4E9:RCL_R0603_5MIL_DWS". 418 | 419 | Info: Checking netlist component footprint "R14:/55E2E5B1:RCL_R0603_5MIL_DWS". 420 | 421 | Info: Checking netlist component footprint "R15:/55E2E679:RCL_R0603_5MIL_DWS". 422 | 423 | Info: Checking netlist component footprint "R16:/55E2E741:RCL_R0603_5MIL_DWS". 424 | 425 | Info: Checking netlist component footprint "R17:/55E2E809:RCL_R0603_5MIL_DWS". 426 | 427 | Info: Checking netlist component footprint "R18:/55E2E8D1:RCL_R0603_5MIL_DWS". 428 | 429 | Info: Checking netlist component footprint "R19:/55E2E999:RCL_R0603_5MIL_DWS". 430 | 431 | Info: Checking netlist component footprint "R20:/55E2EA61:RCL_R0603_5MIL_DWS". 432 | 433 | Info: Checking netlist component footprint "R21:/55E2EB29:RCL_R0603_5MIL_DWS". 434 | 435 | Info: Checking netlist component footprint "R22:/55E2EBF1:RCL_R0603_5MIL_DWS". 436 | 437 | Info: Checking netlist component footprint "R25:/55E2ECB9:RCL_R0603_5MIL_DWS". 438 | 439 | Info: Checking netlist component footprint "R26:/55E2ED81:OLIMEX_DISCRET_0603_0R". 440 | 441 | Info: Checking netlist component footprint "RECOVERY135:/55E2EE49:GOGO_SW-TAKT_6X3.5_SMD". 442 | 443 | Info: Checking netlist component footprint "RESET135:/55E2EF11:GOGO_SW-TAKT_6X3.5_SMD". 444 | 445 | Info: Checking netlist component footprint "RM1:/55E2EFD9:OLIMEX_DISCRET_R_MATRIX_4". 446 | 447 | Info: Checking netlist component footprint "RM2:/55E2F1CD:OLIMEX_DISCRET_R_MATRIX_4". 448 | 449 | Info: Checking netlist component footprint "RM3:/55E2F295:OLIMEX_DISCRET_R_MATRIX_4". 450 | 451 | Info: Checking netlist component footprint "SCL_HW/SCL_SW135:/55E2F35D:JUMPER_SJ_2_SMALL". 452 | 453 | Info: Checking netlist component footprint "SD/MMC135:/55E2F425:OLIMEX_CONNECTORS_TFC-WPAPR-08". 454 | 455 | Changing component "SD/MMC135:/55E2F425" pin "9" net name from "" to "Net-(SD/MMC135-Pad9)". 456 | 457 | Info: Checking netlist component footprint "SDA_HW/SDA_SW135:/55E2F4ED:JUMPER_SJ_2_SMALL". 458 | 459 | Info: Checking netlist component footprint "SJTAG135:/55E2F5B5:PENKO_HN1X4". 460 | 461 | Info: Checking netlist component footprint "T1:/55E2F67D:SEMICON-SMD-IPC_SOT23". 462 | 463 | Info: Checking netlist component footprint "T2:/55E2F745:SEMICON-SMD-IPC_SOT23". 464 | 465 | Info: Checking netlist component footprint "T3:/55E2F80D:OLIMEX_DISCRET_SOT-23". 466 | 467 | Info: Checking netlist component footprint "T4:/55E2F8D5:OLIMEX_DISCRET_SOT-23". 468 | 469 | Info: Checking netlist component footprint "U1:/55E2F99D:OLIMEX_IC_TQFP128LD". 470 | 471 | Info: Checking netlist component footprint "U2:/55E2FA65:OLIMEX_IC_66TSOP-II". 472 | 473 | Changing component "U2:/55E2FA65" pin "14" net name from "" to "Net-(U2-Pad14)". 474 | 475 | Changing component "U2:/55E2FA65" pin "17" net name from "" to "Net-(U2-Pad17)". 476 | 477 | Changing component "U2:/55E2FA65" pin "19" net name from "" to "Net-(U2-Pad19)". 478 | 479 | Changing component "U2:/55E2FA65" pin "25" net name from "" to "Net-(U2-Pad25)". 480 | 481 | Changing component "U2:/55E2FA65" pin "43" net name from "" to "Net-(U2-Pad43)". 482 | 483 | Changing component "U2:/55E2FA65" pin "50" net name from "" to "Net-(U2-Pad50)". 484 | 485 | Changing component "U2:/55E2FA65" pin "53" net name from "" to "Net-(U2-Pad53)". 486 | 487 | Info: Checking netlist component footprint "U3:/55E2FB2D:OLIMEX_IC_SOT23-5". 488 | 489 | Info: Checking netlist component footprint "USB_HOST135:/55E2FBF5:OLIMEX_CONNECTORS_USB_PN87520_HOST_PTH". 490 | 491 | Info: Checking netlist component footprint "U_DEBUG135:/55E2FCBD:PENKO_HN1X4". 492 | 493 | Info: Checking netlist component footprint "VR1:/55E30361:OLIMEX_DISCRET_SOT-23-5". 494 | 495 | Remove single pad net "Net-(D4-Pad1)" on "D4" pad '1' 496 | 497 | Remove single pad net "Net-(SD/MMC135-Pad9)" on "SD/MMC135" pad '9' 498 | 499 | Remove single pad net "Net-(U2-Pad14)" on "U2" pad '14' 500 | 501 | Remove single pad net "Net-(U2-Pad17)" on "U2" pad '17' 502 | 503 | Remove single pad net "Net-(U2-Pad19)" on "U2" pad '19' 504 | 505 | Remove single pad net "Net-(U2-Pad25)" on "U2" pad '25' 506 | 507 | Remove single pad net "Net-(U2-Pad43)" on "U2" pad '43' 508 | 509 | Remove single pad net "Net-(U2-Pad50)" on "U2" pad '50' 510 | 511 | Remove single pad net "Net-(U2-Pad53)" on "U2" pad '53' 512 | 513 | Warning: Copper zone (net name ''): net has no pads connected. 514 | -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/eagle_original_files/iMX233-OLinuXino-NANO_Rev_B.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lachlanA/eagle-to-kicad/9b9674ab57a02cad414f11fd28ef3b631752595a/examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/eagle_original_files/iMX233-OLinuXino-NANO_Rev_B.brd -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/eagle_original_files/iMX233-OLinuXino-NANO_Rev_B.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lachlanA/eagle-to-kicad/9b9674ab57a02cad414f11fd28ef3b631752595a/examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/eagle_original_files/iMX233-OLinuXino-NANO_Rev_B.sch -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/kicad_files/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name iMX233-OLinuXino-NANO_Rev_B)(type Legacy)(uri /home/laudas/eagle/eagle-lbr2kicad/examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/kicad_files/iMX233-OLinuXino-NANO_Rev_B.mod)(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/kicad_files/iMX233-OLinuXino-NANO_Rev_B.cmp: -------------------------------------------------------------------------------- 1 | Cmp-Mod V01 Created by Cvpcb (2015-02-06 BZR 5410)-product date = Mon 09 Feb 2015 04:12:04 PM PST 2 | 3 | BeginCmp 4 | TimeStamp = /55E28663; 5 | Reference = 0; 6 | ValeurCmp = SJSJ_SMALLER; 7 | IdModule = JUMPER_SJ_1_SMALLER; 8 | EndCmp 9 | 10 | BeginCmp 11 | TimeStamp = /55E2872B; 12 | Reference = 1; 13 | ValeurCmp = SJSJ_SMALLER; 14 | IdModule = JUMPER_SJ_1_SMALLER; 15 | EndCmp 16 | 17 | BeginCmp 18 | TimeStamp = /55E287F3; 19 | Reference = 2; 20 | ValeurCmp = SJSJ_SMALLER; 21 | IdModule = JUMPER_SJ_1_SMALLER; 22 | EndCmp 23 | 24 | BeginCmp 25 | TimeStamp = /55E288BB; 26 | Reference = 3; 27 | ValeurCmp = SJSJ_SMALLER; 28 | IdModule = JUMPER_SJ_1_SMALLER; 29 | EndCmp 30 | 31 | BeginCmp 32 | TimeStamp = /55E28983; 33 | Reference = C1; 34 | ValeurCmp = C-EUC0603_DWS; 35 | IdModule = RCL_C0603_DWS; 36 | EndCmp 37 | 38 | BeginCmp 39 | TimeStamp = /55E28A4B; 40 | Reference = C2; 41 | ValeurCmp = C-EUC0603_DWS; 42 | IdModule = RCL_C0603_DWS; 43 | EndCmp 44 | 45 | BeginCmp 46 | TimeStamp = /55E28B13; 47 | Reference = C3; 48 | ValeurCmp = C-EUC0603_DWS; 49 | IdModule = RCL_C0603_DWS; 50 | EndCmp 51 | 52 | BeginCmp 53 | TimeStamp = /55E28BDB; 54 | Reference = C4; 55 | ValeurCmp = C-EUC0603_DWS; 56 | IdModule = RCL_C0603_DWS; 57 | EndCmp 58 | 59 | BeginCmp 60 | TimeStamp = /55E28CA3; 61 | Reference = C5; 62 | ValeurCmp = C-EUC0603_DWS; 63 | IdModule = RCL_C0603_DWS; 64 | EndCmp 65 | 66 | BeginCmp 67 | TimeStamp = /55E28D6B; 68 | Reference = C6; 69 | ValeurCmp = C-EUC0402_TI; 70 | IdModule = RCL_C0402_TI; 71 | EndCmp 72 | 73 | BeginCmp 74 | TimeStamp = /55E28E33; 75 | Reference = C7; 76 | ValeurCmp = C-EUC0402_TI; 77 | IdModule = RCL_C0402_TI; 78 | EndCmp 79 | 80 | BeginCmp 81 | TimeStamp = /55E28EFB; 82 | Reference = C8; 83 | ValeurCmp = C-EUC0603_DWS; 84 | IdModule = RCL_C0603_DWS; 85 | EndCmp 86 | 87 | BeginCmp 88 | TimeStamp = /55E28FC3; 89 | Reference = C9; 90 | ValeurCmp = C-EUC0603_DWS; 91 | IdModule = RCL_C0603_DWS; 92 | EndCmp 93 | 94 | BeginCmp 95 | TimeStamp = /55E2908B; 96 | Reference = C10; 97 | ValeurCmp = C-EUC0603_DWS; 98 | IdModule = RCL_C0603_DWS; 99 | EndCmp 100 | 101 | BeginCmp 102 | TimeStamp = /55E29153; 103 | Reference = C11; 104 | ValeurCmp = C-EUC0603_DWS; 105 | IdModule = RCL_C0603_DWS; 106 | EndCmp 107 | 108 | BeginCmp 109 | TimeStamp = /55E2921B; 110 | Reference = C12; 111 | ValeurCmp = C-EUC0402_TI; 112 | IdModule = RCL_C0402_TI; 113 | EndCmp 114 | 115 | BeginCmp 116 | TimeStamp = /55E292E3; 117 | Reference = C13; 118 | ValeurCmp = C-EUC0603_DWS; 119 | IdModule = RCL_C0603_DWS; 120 | EndCmp 121 | 122 | BeginCmp 123 | TimeStamp = /55E293AB; 124 | Reference = C14; 125 | ValeurCmp = C-EUC0402_TI; 126 | IdModule = RCL_C0402_TI; 127 | EndCmp 128 | 129 | BeginCmp 130 | TimeStamp = /55E29473; 131 | Reference = C15; 132 | ValeurCmp = C-EUC0603_DWS; 133 | IdModule = RCL_C0603_DWS; 134 | EndCmp 135 | 136 | BeginCmp 137 | TimeStamp = /55E2953B; 138 | Reference = C16; 139 | ValeurCmp = C-EUC0402_TI; 140 | IdModule = RCL_C0402_TI; 141 | EndCmp 142 | 143 | BeginCmp 144 | TimeStamp = /55E29603; 145 | Reference = C17; 146 | ValeurCmp = C-EUC0603_DWS; 147 | IdModule = RCL_C0603_DWS; 148 | EndCmp 149 | 150 | BeginCmp 151 | TimeStamp = /55E296CB; 152 | Reference = C18; 153 | ValeurCmp = C-EUC0402_TI; 154 | IdModule = RCL_C0402_TI; 155 | EndCmp 156 | 157 | BeginCmp 158 | TimeStamp = /55E29793; 159 | Reference = C19; 160 | ValeurCmp = C-EUC0402_TI; 161 | IdModule = RCL_C0402_TI; 162 | EndCmp 163 | 164 | BeginCmp 165 | TimeStamp = /55E2985B; 166 | Reference = C20; 167 | ValeurCmp = C-EUC0402_TI; 168 | IdModule = RCL_C0402_TI; 169 | EndCmp 170 | 171 | BeginCmp 172 | TimeStamp = /55E29923; 173 | Reference = C21; 174 | ValeurCmp = C-EUC0402_TI; 175 | IdModule = RCL_C0402_TI; 176 | EndCmp 177 | 178 | BeginCmp 179 | TimeStamp = /55E299EB; 180 | Reference = C22; 181 | ValeurCmp = C-EUC0402_TI; 182 | IdModule = RCL_C0402_TI; 183 | EndCmp 184 | 185 | BeginCmp 186 | TimeStamp = /55E29AB3; 187 | Reference = C23; 188 | ValeurCmp = C-EUC0402_TI; 189 | IdModule = RCL_C0402_TI; 190 | EndCmp 191 | 192 | BeginCmp 193 | TimeStamp = /55E29B7B; 194 | Reference = C24; 195 | ValeurCmp = C-EUC0402_TI; 196 | IdModule = RCL_C0402_TI; 197 | EndCmp 198 | 199 | BeginCmp 200 | TimeStamp = /55E29C43; 201 | Reference = C25; 202 | ValeurCmp = C-EUC0402_TI; 203 | IdModule = RCL_C0402_TI; 204 | EndCmp 205 | 206 | BeginCmp 207 | TimeStamp = /55E29D0B; 208 | Reference = C26; 209 | ValeurCmp = C-EUC0603_DWS; 210 | IdModule = RCL_C0603_DWS; 211 | EndCmp 212 | 213 | BeginCmp 214 | TimeStamp = /55E29DD3; 215 | Reference = C27; 216 | ValeurCmp = C-EUC0402_TI; 217 | IdModule = RCL_C0402_TI; 218 | EndCmp 219 | 220 | BeginCmp 221 | TimeStamp = /55E29E9B; 222 | Reference = C28; 223 | ValeurCmp = C-EUC0402_TI; 224 | IdModule = RCL_C0402_TI; 225 | EndCmp 226 | 227 | BeginCmp 228 | TimeStamp = /55E29F63; 229 | Reference = C29; 230 | ValeurCmp = C-EUC0603_DWS; 231 | IdModule = RCL_C0603_DWS; 232 | EndCmp 233 | 234 | BeginCmp 235 | TimeStamp = /55E2A02B; 236 | Reference = C30; 237 | ValeurCmp = C-EUC0402_TI; 238 | IdModule = RCL_C0402_TI; 239 | EndCmp 240 | 241 | BeginCmp 242 | TimeStamp = /55E2A0F3; 243 | Reference = C31; 244 | ValeurCmp = C-EUC0603_DWS; 245 | IdModule = RCL_C0603_DWS; 246 | EndCmp 247 | 248 | BeginCmp 249 | TimeStamp = /55E2A1BB; 250 | Reference = C32; 251 | ValeurCmp = C-EUC0603_DWS; 252 | IdModule = RCL_C0603_DWS; 253 | EndCmp 254 | 255 | BeginCmp 256 | TimeStamp = /55E2A283; 257 | Reference = C33; 258 | ValeurCmp = C-EUC0603_DWS; 259 | IdModule = RCL_C0603_DWS; 260 | EndCmp 261 | 262 | BeginCmp 263 | TimeStamp = /55E2A34B; 264 | Reference = C34; 265 | ValeurCmp = C-EUC0603_DWS; 266 | IdModule = RCL_C0603_DWS; 267 | EndCmp 268 | 269 | BeginCmp 270 | TimeStamp = /55E2A413; 271 | Reference = C35; 272 | ValeurCmp = C-EUC0402_TI; 273 | IdModule = RCL_C0402_TI; 274 | EndCmp 275 | 276 | BeginCmp 277 | TimeStamp = /55E2A4DB; 278 | Reference = C36; 279 | ValeurCmp = C-EUC0603_DWS; 280 | IdModule = RCL_C0603_DWS; 281 | EndCmp 282 | 283 | BeginCmp 284 | TimeStamp = /55E2A5A3; 285 | Reference = C37; 286 | ValeurCmp = C-EUC0603_DWS; 287 | IdModule = RCL_C0603_DWS; 288 | EndCmp 289 | 290 | BeginCmp 291 | TimeStamp = /55E2A66B; 292 | Reference = C38; 293 | ValeurCmp = C-EUC0402_TI; 294 | IdModule = RCL_C0402_TI; 295 | EndCmp 296 | 297 | BeginCmp 298 | TimeStamp = /55E2A733; 299 | Reference = C39; 300 | ValeurCmp = C-EUC0603_DWS; 301 | IdModule = RCL_C0603_DWS; 302 | EndCmp 303 | 304 | BeginCmp 305 | TimeStamp = /55E2A7FB; 306 | Reference = C40; 307 | ValeurCmp = C-EUC0603_DWS; 308 | IdModule = RCL_C0603_DWS; 309 | EndCmp 310 | 311 | BeginCmp 312 | TimeStamp = /55E2A8C3; 313 | Reference = C41; 314 | ValeurCmp = C-EUC0603_DWS; 315 | IdModule = RCL_C0603_DWS; 316 | EndCmp 317 | 318 | BeginCmp 319 | TimeStamp = /55E2A98B; 320 | Reference = C42; 321 | ValeurCmp = C-EUC0402_TI; 322 | IdModule = RCL_C0402_TI; 323 | EndCmp 324 | 325 | BeginCmp 326 | TimeStamp = /55E2AA53; 327 | Reference = C43; 328 | ValeurCmp = C-EUC0603_DWS; 329 | IdModule = RCL_C0603_DWS; 330 | EndCmp 331 | 332 | BeginCmp 333 | TimeStamp = /55E2AB1B; 334 | Reference = C44; 335 | ValeurCmp = C-EUC0603_DWS; 336 | IdModule = RCL_C0603_DWS; 337 | EndCmp 338 | 339 | BeginCmp 340 | TimeStamp = /55E2ABE3; 341 | Reference = C45; 342 | ValeurCmp = CPOL-EUCT7343; 343 | IdModule = RCL_CT7343; 344 | EndCmp 345 | 346 | BeginCmp 347 | TimeStamp = /55E2ACAB; 348 | Reference = C47; 349 | ValeurCmp = C-EUC0603_DWS; 350 | IdModule = RCL_C0603_DWS; 351 | EndCmp 352 | 353 | BeginCmp 354 | TimeStamp = /55E2AD73; 355 | Reference = C48; 356 | ValeurCmp = C-EUC0603_DWS; 357 | IdModule = RCL_C0603_DWS; 358 | EndCmp 359 | 360 | BeginCmp 361 | TimeStamp = /55E2AE3B; 362 | Reference = C49; 363 | ValeurCmp = C-EUC0603_DWS; 364 | IdModule = RCL_C0603_DWS; 365 | EndCmp 366 | 367 | BeginCmp 368 | TimeStamp = /55E2AF03; 369 | Reference = C50; 370 | ValeurCmp = C-EUC0603_DWS; 371 | IdModule = RCL_C0603_DWS; 372 | EndCmp 373 | 374 | BeginCmp 375 | TimeStamp = /55E2AFCB; 376 | Reference = C51; 377 | ValeurCmp = C-EUC0603_DWS; 378 | IdModule = RCL_C0603_DWS; 379 | EndCmp 380 | 381 | BeginCmp 382 | TimeStamp = /55E2B093; 383 | Reference = C52; 384 | ValeurCmp = C-EUC0603_DWS; 385 | IdModule = RCL_C0603_DWS; 386 | EndCmp 387 | 388 | BeginCmp 389 | TimeStamp = /55E2B15B; 390 | Reference = C53; 391 | ValeurCmp = C-EUC0603_DWS; 392 | IdModule = RCL_C0603_DWS; 393 | EndCmp 394 | 395 | BeginCmp 396 | TimeStamp = /55E2B223; 397 | Reference = CH/CS135; 398 | ValeurCmp = SJ2W4; 399 | IdModule = JUMPER_SJ_2_SMALLER; 400 | EndCmp 401 | 402 | BeginCmp 403 | TimeStamp = /55E2B2EB; 404 | Reference = CON1; 405 | ValeurCmp = CON30_WITHOUT(15-20); 406 | IdModule = PENKO_HN1X30_WITHOUT(15-20); 407 | EndCmp 408 | 409 | BeginCmp 410 | TimeStamp = /55E2B3B3; 411 | Reference = CON2; 412 | ValeurCmp = CON30_WITHOUT(15-20); 413 | IdModule = PENKO_HN1X30_WITHOUT(15-20); 414 | EndCmp 415 | 416 | BeginCmp 417 | TimeStamp = /55E2B47B; 418 | Reference = CSS/CSH135; 419 | ValeurCmp = SJ2W4; 420 | IdModule = JUMPER_SJ_2_SMALLER; 421 | EndCmp 422 | 423 | BeginCmp 424 | TimeStamp = /55E2B543; 425 | Reference = D1; 426 | ValeurCmp = SCHOTKKY7.62SS2; 427 | IdModule = GOGO_MLL-41; 428 | EndCmp 429 | 430 | BeginCmp 431 | TimeStamp = /55E2B60B; 432 | Reference = D2; 433 | ValeurCmp = DIODE_AC-CA_; 434 | IdModule = SEMICON-SMD-IPC_SOT23C; 435 | EndCmp 436 | 437 | BeginCmp 438 | TimeStamp = /55E2B6D3; 439 | Reference = D3; 440 | ValeurCmp = SMBJ16A; 441 | IdModule = OLIMEX_DISCRET_DO214AA; 442 | EndCmp 443 | 444 | BeginCmp 445 | TimeStamp = /55E2B79B; 446 | Reference = DH/DS135; 447 | ValeurCmp = SJ2W4; 448 | IdModule = JUMPER_SJ_2_SMALLER; 449 | EndCmp 450 | 451 | BeginCmp 452 | TimeStamp = /55E2C6D7; 453 | Reference = JTAG135; 454 | ValeurCmp = CON8WU08S; 455 | IdModule = PENKO_WU08S; 456 | EndCmp 457 | 458 | BeginCmp 459 | TimeStamp = /55E2C79F; 460 | Reference = L1; 461 | ValeurCmp = L-USL7078; 462 | IdModule = RCL_L7078; 463 | EndCmp 464 | 465 | BeginCmp 466 | TimeStamp = /55E2C867; 467 | Reference = L2; 468 | ValeurCmp = L-USL0805_5MIL_DWS; 469 | IdModule = RCL_L0805_5MIL_DWS; 470 | EndCmp 471 | 472 | BeginCmp 473 | TimeStamp = /55E2C92F; 474 | Reference = L3; 475 | ValeurCmp = L-USL0805_5MIL_DWS; 476 | IdModule = RCL_L0805_5MIL_DWS; 477 | EndCmp 478 | 479 | BeginCmp 480 | TimeStamp = /55E2C9F7; 481 | Reference = L4; 482 | ValeurCmp = L-USL0805_5MIL_DWS; 483 | IdModule = RCL_L0805_5MIL_DWS; 484 | EndCmp 485 | 486 | BeginCmp 487 | TimeStamp = /55E2CABF; 488 | Reference = LED1; 489 | ValeurCmp = LED0603DWS; 490 | IdModule = DOUBLE-SIDE_LED-0603; 491 | EndCmp 492 | 493 | BeginCmp 494 | TimeStamp = /55E2CB87; 495 | Reference = LIPO_BAT135; 496 | ValeurCmp = CON2DW02R; 497 | IdModule = PENKO_DW02R; 498 | EndCmp 499 | 500 | BeginCmp 501 | TimeStamp = /55E2D0FF; 502 | Reference = POWER135; 503 | ValeurCmp = SW-TAKTIT1185AU2; 504 | IdModule = GOGO_IT1185AU2; 505 | EndCmp 506 | 507 | BeginCmp 508 | TimeStamp = /55E2D1C7; 509 | Reference = Q1; 510 | ValeurCmp = HC49/S_E4SB25.000F20E15; 511 | IdModule = CRYSTAL_HCX-4S; 512 | EndCmp 513 | 514 | BeginCmp 515 | TimeStamp = /55E2D28F; 516 | Reference = R1; 517 | ValeurCmp = R-EU_R0603_5MIL_DWS; 518 | IdModule = RCL_R0603_5MIL_DWS; 519 | EndCmp 520 | 521 | BeginCmp 522 | TimeStamp = /55E2D357; 523 | Reference = R2; 524 | ValeurCmp = R-EU_R0603_5MIL_DWS; 525 | IdModule = RCL_R0603_5MIL_DWS; 526 | EndCmp 527 | 528 | BeginCmp 529 | TimeStamp = /55E2D41F; 530 | Reference = R3; 531 | ValeurCmp = R-EU_R0603_5MIL_DWS; 532 | IdModule = RCL_R0603_5MIL_DWS; 533 | EndCmp 534 | 535 | BeginCmp 536 | TimeStamp = /55E2D4E7; 537 | Reference = R4; 538 | ValeurCmp = R-EU_R0603_5MIL_DWS; 539 | IdModule = RCL_R0603_5MIL_DWS; 540 | EndCmp 541 | 542 | BeginCmp 543 | TimeStamp = /55E2D5AF; 544 | Reference = R5; 545 | ValeurCmp = R-EU_R0603_5MIL_DWS; 546 | IdModule = RCL_R0603_5MIL_DWS; 547 | EndCmp 548 | 549 | BeginCmp 550 | TimeStamp = /55E2D677; 551 | Reference = R6; 552 | ValeurCmp = R-EU_R0603_5MIL_DWS; 553 | IdModule = RCL_R0603_5MIL_DWS; 554 | EndCmp 555 | 556 | BeginCmp 557 | TimeStamp = /55E2D73F; 558 | Reference = R7; 559 | ValeurCmp = R-EU_R0603_5MIL_DWS; 560 | IdModule = RCL_R0603_5MIL_DWS; 561 | EndCmp 562 | 563 | BeginCmp 564 | TimeStamp = /55E2D807; 565 | Reference = R8; 566 | ValeurCmp = R-EU_R0603_5MIL_DWS; 567 | IdModule = RCL_R0603_5MIL_DWS; 568 | EndCmp 569 | 570 | BeginCmp 571 | TimeStamp = /55E2D8CF; 572 | Reference = R9; 573 | ValeurCmp = R-EU_R0603_5MIL_DWS; 574 | IdModule = RCL_R0603_5MIL_DWS; 575 | EndCmp 576 | 577 | BeginCmp 578 | TimeStamp = /55E2D997; 579 | Reference = R10; 580 | ValeurCmp = R-EU_R0603_5MIL_DWS; 581 | IdModule = RCL_R0603_5MIL_DWS; 582 | EndCmp 583 | 584 | BeginCmp 585 | TimeStamp = /55E2DA5F; 586 | Reference = R11; 587 | ValeurCmp = R-EU_R0603_5MIL_DWS; 588 | IdModule = RCL_R0603_5MIL_DWS; 589 | EndCmp 590 | 591 | BeginCmp 592 | TimeStamp = /55E2DB27; 593 | Reference = R12; 594 | ValeurCmp = R-EU_R0603_5MIL_DWS; 595 | IdModule = RCL_R0603_5MIL_DWS; 596 | EndCmp 597 | 598 | BeginCmp 599 | TimeStamp = /55E2DBEF; 600 | Reference = R13; 601 | ValeurCmp = R-EU_R0603_5MIL_DWS; 602 | IdModule = RCL_R0603_5MIL_DWS; 603 | EndCmp 604 | 605 | BeginCmp 606 | TimeStamp = /55E2DCB7; 607 | Reference = R14; 608 | ValeurCmp = R-EU_R0603_5MIL_DWS; 609 | IdModule = RCL_R0603_5MIL_DWS; 610 | EndCmp 611 | 612 | BeginCmp 613 | TimeStamp = /55E2DD7F; 614 | Reference = R15; 615 | ValeurCmp = R_0R0R(NA); 616 | IdModule = OLIMEX_DISCRET_0603_0R; 617 | EndCmp 618 | 619 | BeginCmp 620 | TimeStamp = /55E2DE47; 621 | Reference = R16; 622 | ValeurCmp = R-EU_R0603_5MIL_DWS; 623 | IdModule = RCL_R0603_5MIL_DWS; 624 | EndCmp 625 | 626 | BeginCmp 627 | TimeStamp = /55E2DF0F; 628 | Reference = R17; 629 | ValeurCmp = R-EU_R0603_5MIL_DWS; 630 | IdModule = RCL_R0603_5MIL_DWS; 631 | EndCmp 632 | 633 | BeginCmp 634 | TimeStamp = /55E2DFD7; 635 | Reference = R18; 636 | ValeurCmp = R-EU_R0603_5MIL_DWS; 637 | IdModule = RCL_R0603_5MIL_DWS; 638 | EndCmp 639 | 640 | BeginCmp 641 | TimeStamp = /55E2E09F; 642 | Reference = R19; 643 | ValeurCmp = R-EU_R0603_5MIL_DWS; 644 | IdModule = RCL_R0603_5MIL_DWS; 645 | EndCmp 646 | 647 | BeginCmp 648 | TimeStamp = /55E2E167; 649 | Reference = R20; 650 | ValeurCmp = R-EU_R0603_5MIL_DWS; 651 | IdModule = RCL_R0603_5MIL_DWS; 652 | EndCmp 653 | 654 | BeginCmp 655 | TimeStamp = /55E2E22F; 656 | Reference = R21; 657 | ValeurCmp = R-EU_R0603_5MIL_DWS; 658 | IdModule = RCL_R0603_5MIL_DWS; 659 | EndCmp 660 | 661 | BeginCmp 662 | TimeStamp = /55E2E2F7; 663 | Reference = R22; 664 | ValeurCmp = R-EU_R0603_5MIL_DWS; 665 | IdModule = RCL_R0603_5MIL_DWS; 666 | EndCmp 667 | 668 | BeginCmp 669 | TimeStamp = /55E2E3BF; 670 | Reference = R23; 671 | ValeurCmp = R-EU_R0603_5MIL_DWS; 672 | IdModule = RCL_R0603_5MIL_DWS; 673 | EndCmp 674 | 675 | BeginCmp 676 | TimeStamp = /55E2E487; 677 | Reference = RECOVERY135; 678 | ValeurCmp = SW-TAKTIT1185AU2; 679 | IdModule = GOGO_IT1185AU2; 680 | EndCmp 681 | 682 | BeginCmp 683 | TimeStamp = /55E2E54F; 684 | Reference = RESET135; 685 | ValeurCmp = SW-TAKTIT1185AU2; 686 | IdModule = GOGO_IT1185AU2; 687 | EndCmp 688 | 689 | BeginCmp 690 | TimeStamp = /55E2E617; 691 | Reference = RM1; 692 | ValeurCmp = R_MATRIX_4; 693 | IdModule = OLIMEX_DISCRET_R_MATRIX_4; 694 | EndCmp 695 | 696 | BeginCmp 697 | TimeStamp = /55E2E6DF; 698 | Reference = RM2; 699 | ValeurCmp = R_MATRIX_4; 700 | IdModule = OLIMEX_DISCRET_R_MATRIX_4; 701 | EndCmp 702 | 703 | BeginCmp 704 | TimeStamp = /55E2E7A7; 705 | Reference = RM3; 706 | ValeurCmp = R_MATRIX_4E; 707 | IdModule = OLIMEX_DISCRET_R_MATRIX_4; 708 | EndCmp 709 | 710 | BeginCmp 711 | TimeStamp = /55E2E99B; 712 | Reference = SD135; 713 | ValeurCmp = MICRO_SD/MMC_NEW; 714 | IdModule = OLIMEX_CONNECTORS_TFR_C-MEM-CON; 715 | EndCmp 716 | 717 | BeginCmp 718 | TimeStamp = /55E2EA63; 719 | Reference = SJTAG_PSW135; 720 | ValeurCmp = TESTPAD40/70; 721 | IdModule = GOGO_TESTPAD; 722 | EndCmp 723 | 724 | BeginCmp 725 | TimeStamp = /55E2EB2B; 726 | Reference = T1; 727 | ValeurCmp = NPN-TRANSISTOR_SOT23; 728 | IdModule = SEMICON-SMD-IPC_SOT23; 729 | EndCmp 730 | 731 | BeginCmp 732 | TimeStamp = /55E2EBF3; 733 | Reference = T2; 734 | ValeurCmp = NPN-TRANSISTOR_SOT23; 735 | IdModule = SEMICON-SMD-IPC_SOT23; 736 | EndCmp 737 | 738 | BeginCmp 739 | TimeStamp = /55E2ECBB; 740 | Reference = U$1; 741 | ValeurCmp = FIDUCIAL1X2; 742 | IdModule = SPARKFUNEAGLE-6-6-07_FIDUCIAL-1X2; 743 | EndCmp 744 | 745 | BeginCmp 746 | TimeStamp = /55E2ED83; 747 | Reference = U$2; 748 | ValeurCmp = FIDUCIAL1X2; 749 | IdModule = SPARKFUNEAGLE-6-6-07_FIDUCIAL-1X2; 750 | EndCmp 751 | 752 | BeginCmp 753 | TimeStamp = /55E2EE4B; 754 | Reference = U$3; 755 | ValeurCmp = FIDUCIAL1X2; 756 | IdModule = SPARKFUNEAGLE-6-6-07_FIDUCIAL-1X2; 757 | EndCmp 758 | 759 | BeginCmp 760 | TimeStamp = /55E2EF13; 761 | Reference = U$7; 762 | ValeurCmp = FIDUCIAL1X2; 763 | IdModule = SPARKFUNEAGLE-6-6-07_FIDUCIAL-1X2; 764 | EndCmp 765 | 766 | BeginCmp 767 | TimeStamp = /55E2EFDB; 768 | Reference = U$13; 769 | ValeurCmp = FIDUCIAL1X2; 770 | IdModule = SPARKFUNEAGLE-6-6-07_FIDUCIAL-1X2; 771 | EndCmp 772 | 773 | BeginCmp 774 | TimeStamp = /55E2F0A3; 775 | Reference = U$14; 776 | ValeurCmp = FIDUCIAL1X2; 777 | IdModule = SPARKFUNEAGLE-6-6-07_FIDUCIAL-1X2; 778 | EndCmp 779 | 780 | BeginCmp 781 | TimeStamp = /55E2F16B; 782 | Reference = U1; 783 | ValeurCmp = HY5DU121622D(L)T(P)-J; 784 | IdModule = OLIMEX_IC_66TSOP-II; 785 | EndCmp 786 | 787 | BeginCmp 788 | TimeStamp = /55E2F233; 789 | Reference = U2; 790 | ValeurCmp = MCIMX233DAG4B_LD; 791 | IdModule = OLIMEX_IC_TQFP128LD; 792 | EndCmp 793 | 794 | BeginCmp 795 | TimeStamp = /55E2F2FB; 796 | Reference = U3; 797 | ValeurCmp = SY6280; 798 | IdModule = OLIMEX_IC_SOT23-5; 799 | EndCmp 800 | 801 | BeginCmp 802 | TimeStamp = /55E2F3C3; 803 | Reference = UEXT135; 804 | ValeurCmp = ML10MD; 805 | IdModule = CON-HARTING-ML_ML10_S; 806 | EndCmp 807 | 808 | BeginCmp 809 | TimeStamp = /55E2F48B; 810 | Reference = USB_CON135; 811 | ValeurCmp = CON4HN1X4; 812 | IdModule = PENKO_HN1X4; 813 | EndCmp 814 | 815 | BeginCmp 816 | TimeStamp = /55E2F553; 817 | Reference = USB_HOST135; 818 | ValeurCmp = USB_SHIELDUSB_A_VERTICAL; 819 | IdModule = OLIMEX_CONNECTORS_USB_A_VERTICAL_PTH; 820 | EndCmp 821 | 822 | BeginCmp 823 | TimeStamp = /55E2F61B; 824 | Reference = U_DEBUG135; 825 | ValeurCmp = CON4HN1X4; 826 | IdModule = PENKO_HN1X4; 827 | EndCmp 828 | 829 | BeginCmp 830 | TimeStamp = /55E2FBF7; 831 | Reference = VP_0; 832 | ValeurCmp = VPDEV0; 833 | IdModule = VPAD_VPAC0; 834 | EndCmp 835 | 836 | BeginCmp 837 | TimeStamp = /55E2FCBF; 838 | Reference = VP_1; 839 | ValeurCmp = VPDEV1; 840 | IdModule = VPAD_VPAC1; 841 | EndCmp 842 | 843 | BeginCmp 844 | TimeStamp = /55E2FD87; 845 | Reference = VP_2; 846 | ValeurCmp = VPDEV1; 847 | IdModule = VPAD_VPAC1; 848 | EndCmp 849 | 850 | BeginCmp 851 | TimeStamp = /55E2FE4F; 852 | Reference = VP_3; 853 | ValeurCmp = VPDEV1; 854 | IdModule = VPAD_VPAC1; 855 | EndCmp 856 | 857 | BeginCmp 858 | TimeStamp = /55E2FF17; 859 | Reference = VP_4; 860 | ValeurCmp = VPDEV1; 861 | IdModule = VPAD_VPAC1; 862 | EndCmp 863 | 864 | BeginCmp 865 | TimeStamp = /55E2FFDF; 866 | Reference = VP_5; 867 | ValeurCmp = VPDEV1; 868 | IdModule = VPAD_VPAC1; 869 | EndCmp 870 | 871 | BeginCmp 872 | TimeStamp = /55E300A7; 873 | Reference = VP_6; 874 | ValeurCmp = VPDEV1; 875 | IdModule = VPAD_VPAC1; 876 | EndCmp 877 | 878 | BeginCmp 879 | TimeStamp = /55E3016F; 880 | Reference = VP_7; 881 | ValeurCmp = VPDEV1; 882 | IdModule = VPAD_VPAC1; 883 | EndCmp 884 | 885 | BeginCmp 886 | TimeStamp = /55E30237; 887 | Reference = VR1; 888 | ValeurCmp = AP1231-33; 889 | IdModule = OLIMEX_DISCRET_SOT-23-5; 890 | EndCmp 891 | 892 | EndListe -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/kicad_files/iMX233-OLinuXino-NANO_Rev_B.pro: -------------------------------------------------------------------------------- 1 | update=Mon 16 Feb 2015 06:37:24 AM PST 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead=iMX233-OLinuXino-NANO_Rev_B.net 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=iMX233-OLinuXino-NANO_Rev_B 33 | -------------------------------------------------------------------------------- /examples/OLINUXINO/iMX233-OLinuXino-NANO_Rev_B/kicad_files/vpad.lbr: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 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 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | TemporyVPADlib 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | VIAPAD 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | VIAPAD 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | -------------------------------------------------------------------------------- /examples/PIXHAWK/README.txt: -------------------------------------------------------------------------------- 1 | NOTE: ***** USE AT YOUR OWN RISK ***** 2 | 3 | This contains the eagle file's from PX4 Autopilot Project from git-hub, at https://github.com/PX4 which have been 4 | convert to KiCad. Via's have been converted to Pad, and the modified Eagle files are in 5 | 6 | kicad_files/modified_eagle_files/ 7 | 8 | The original Eagle files are in 9 | 10 | eagle_original_files/ 11 | 12 | 13 | Also note the Eagle files have been converted to version 6.xx of eagle. 14 | Note: No Adjustment of power plan's had been made, you will need to adjust them to get correct connection's 15 | and spacing etc. And as away triple check you results. 16 | 17 | 18 | sources at: https://github.com/PX4 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/PX4FMUv2.4.pro: -------------------------------------------------------------------------------- 1 | update=Mon 16 Feb 2015 06:37:24 AM PST 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead=PX4FMUv2.4.net 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=PX4FMUv2.4 33 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/PX4FMUv2.4.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:PX4FMUv2.4 3 | EELAYER 25 0 4 | EELAYER END 5 | $Descr A0 46811 33110 6 | encoding utf-8 7 | Sheet 1 13 8 | Title "PX4FMUv2.4.sch" 9 | Date "7 SEP 2015" 10 | Rev "" 11 | Comp "" 12 | Comment1 "" 13 | Comment2 "" 14 | Comment3 "" 15 | Comment4 "" 16 | $EndDescr 17 | $Sheet 18 | S 720 800 800 800 19 | F0 "PX4FMUv2.4_SS_1" 60 20 | F1 "PX4FMUv2.4_SS_1.sch" 60 21 | $EndSheet 22 | $Sheet 23 | S 2920 800 800 800 24 | F0 "PX4FMUv2.4_SS_2" 60 25 | F1 "PX4FMUv2.4_SS_2.sch" 60 26 | $EndSheet 27 | $Sheet 28 | S 5120 800 800 800 29 | F0 "PX4FMUv2.4_SS_3" 60 30 | F1 "PX4FMUv2.4_SS_3.sch" 60 31 | $EndSheet 32 | $Sheet 33 | S 7320 800 800 800 34 | F0 "PX4FMUv2.4_SS_4" 60 35 | F1 "PX4FMUv2.4_SS_4.sch" 60 36 | $EndSheet 37 | $Sheet 38 | S 9520 800 800 800 39 | F0 "PX4FMUv2.4_SS_5" 60 40 | F1 "PX4FMUv2.4_SS_5.sch" 60 41 | $EndSheet 42 | $Sheet 43 | S 11720 800 800 800 44 | F0 "PX4FMUv2.4_SS_6" 60 45 | F1 "PX4FMUv2.4_SS_6.sch" 60 46 | $EndSheet 47 | $Sheet 48 | S 13920 800 800 800 49 | F0 "PX4FMUv2.4_SS_7" 60 50 | F1 "PX4FMUv2.4_SS_7.sch" 60 51 | $EndSheet 52 | $Sheet 53 | S 16120 800 800 800 54 | F0 "PX4FMUv2.4_SS_8" 60 55 | F1 "PX4FMUv2.4_SS_8.sch" 60 56 | $EndSheet 57 | $Sheet 58 | S 18320 800 800 800 59 | F0 "PX4FMUv2.4_SS_9" 60 60 | F1 "PX4FMUv2.4_SS_9.sch" 60 61 | $EndSheet 62 | $Sheet 63 | S 20520 800 800 800 64 | F0 "PX4FMUv2.4_SS_10" 60 65 | F1 "PX4FMUv2.4_SS_10.sch" 60 66 | $EndSheet 67 | $Sheet 68 | S 22720 800 800 800 69 | F0 "PX4FMUv2.4_SS_11" 60 70 | F1 "PX4FMUv2.4_SS_11.sch" 60 71 | $EndSheet 72 | $Sheet 73 | S 24920 800 800 800 74 | F0 "PX4FMUv2.4_SS_12" 60 75 | F1 "PX4FMUv2.4_SS_12.sch" 60 76 | $EndSheet 77 | $EndSCHEMATC 78 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/PX4FMUv2.4_SS_1.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:PX4FMUv2.4 3 | EELAYER 25 0 4 | EELAYER END 5 | $Descr A2 23400 16535 6 | encoding utf-8 7 | Sheet 2 13 8 | Title "PX4FMUv2.4.sch" 9 | Date "7 SEP 2015" 10 | Rev "" 11 | Comp "" 12 | Comment1 "" 13 | Comment2 "" 14 | Comment3 "" 15 | Comment4 "" 16 | $EndDescr 17 | Text Notes 24650 19500 0 86 ~ 0 18 | FMU SoC Ports\nFRAM 19 | Text Notes 18550 19900 0 50 ~ 0 20 | Note: MAG/ACCEL/GYRO_DRDY pins chosen\nfor both timer capture and separate\nEXTI operaton.\n\nEXTI0 - TIM3_CH3 - GYRO1\nEXTI1 - \nEXTI2 - \nEXTI3 - \nEXTI4 - TIM3_CH1 - ACCEL\nEXTI5-9 - TIM3_CH2 - MAG\n 21 | Text Notes 18550 18800 0 50 ~ 0 22 | Timer allocation:\nPE9: TIM1_CH1: FMU-CH4\nPE11: TIM1_CH2: FMU-CH3\nPE13: TIM1_CH3: FMU-CH2\nPE14: TIM1_CH4: FMU-CH1\nPA15: TIM2_CH1: ALARM\nPB0: TIM3_CH3: GYRO1_DRDY\nPB1: TIM3_CH4: GYRO2_DRDY\nPB4: TIM3_CH1: ACCEL_DRDY\nPB5: TIM3_CH2: MAG_DRDY\nPD13: TIM4_CH2: FMU-CH5\nPD14: TIM4_CH3: FMU-CH6\nPD15: TIM4_CH4: spare\n 23 | Text Notes 20950 14800 0 50 ~ 0 24 | IO debug console 25 | Text Notes 22660 13720 0 50 ~ 0 26 | Spare ADC 27 | Text Notes 22250 19900 0 100 ~ 0 28 | ALL SHEETS SAME REVISION 29 | $Comp 30 | L PIXHAWK2_CAP0402 C101 31 | U 1 1 55EDF8E7 32 | P 25050 18100 33 | F 0 "C101" H 25110 18215 70 0000 L BNN 34 | F 1 "0u1" H 25109 18015 70 0000 L BNN 35 | F 2 "PIXHAWK2_0402-CAP" H 25040 17890 70 0001 L TNN 36 | 1 25050 18100 37 | 1 0 0 -1 38 | $EndComp 39 | $Comp 40 | L PIXHAWK2_CAP0402 C102 41 | U 1 1 55EDF9AF 42 | P 25950 16100 43 | F 0 "C102" H 26010 16215 70 0000 L BNN 44 | F 1 "8p" H 26009 16015 70 0000 L BNN 45 | F 2 "PIXHAWK2_0402-CAP" H 25940 15890 70 0001 L TNN 46 | 1 25950 16100 47 | 1 0 0 -1 48 | $EndComp 49 | $Comp 50 | L PIXHAWK2_CAP0402 C103 51 | U 1 1 55EDFA77 52 | P 25950 16600 53 | F 0 "C103" H 26010 16715 70 0000 L BNN 54 | F 1 "8p" H 26009 16515 70 0000 L BNN 55 | F 2 "PIXHAWK2_0402-CAP" H 25940 16390 70 0001 L TNN 56 | 1 25950 16600 57 | 1 0 0 -1 58 | $EndComp 59 | $Comp 60 | L PIXHAWK2_A4L-LOC #FRAME1 61 | U 1 1 55EDFADB 62 | P 18250 -20100 63 | F 0 "#FRAME1" H 26800 20699 100 0000 L BNN 64 | F 1 "PX4FMUv2.4" H 26800 20699 100 0000 L BNN 65 | F 2 "" H 18250 20100 60 0001 C CNN 66 | F 3 "" H 18250 20100 60 0001 C CNN 67 | F 0 "#FRAME1" H 26800 20499 90 0000 L BNN 68 | F 1 "9/7/15 11:46 PM" H 26800 20499 90 0000 L BNN 69 | F 2 "" H 18250 20100 60 0001 C CNN 70 | F 3 "" H 18250 20100 60 0001 C CNN 71 | F 0 "#FRAME1" H 27325 20299 100 0000 L BNN 72 | F 1 "1/12" H 27325 20299 100 0000 L BNN 73 | F 2 "" H 18250 20100 60 0001 C CNN 74 | F 3 "" H 18250 20100 60 0001 C CNN 75 | F 0 "#FRAME1" H 26790 20294 100 0000 L BNN 76 | F 1 "Sheet:" H 26790 20294 100 0000 L BNN 77 | F 2 "" H 18250 20100 60 0001 C CNN 78 | F 3 "" H 18250 20100 60 0001 C CNN 79 | 1 18250 20100 80 | 1 0 0 -1 81 | $EndComp 82 | $Comp 83 | L SPARKFUN_GND #GND1 84 | U 1 1 55EDFB3F 85 | P 25650 -16600 86 | F 0 "#GND1" H 25550 16500 70 0000 L BNN 87 | F 1 "GND" H 25550 16500 70 0000 L BNN 88 | F 2 "" H 25650 16600 60 0001 C CNN 89 | F 3 "" H 25650 16600 60 0001 C CNN 90 | 1 25650 16600 91 | 1 0 0 -1 92 | $EndComp 93 | $Comp 94 | L PIXHAWK2_GND #GND7 95 | U 1 1 55EDFBA3 96 | P 21250 -16300 97 | F 0 "#GND7" H 21150 16200 70 0000 L BNN 98 | F 1 "GND" H 21150 16200 70 0000 L BNN 99 | F 2 "" H 21250 16300 60 0001 C CNN 100 | F 3 "" H 21250 16300 60 0001 C CNN 101 | 1 21250 16300 102 | 1 0 0 -1 103 | $EndComp 104 | $Comp 105 | L PIXHAWK2_GND #GND11 106 | U 1 1 55EDFC07 107 | P 26950 -16700 108 | F 0 "#GND11" H 26850 16600 70 0000 L BNN 109 | F 1 "GND" H 26850 16600 70 0000 L BNN 110 | F 2 "" H 26950 16700 60 0001 C CNN 111 | F 3 "" H 26950 16700 60 0001 C CNN 112 | 1 26950 16700 113 | 1 0 0 -1 114 | $EndComp 115 | $Comp 116 | L PIXHAWK2_GND #GND15 117 | U 1 1 55EDFC6B 118 | P 25050 -18600 119 | F 0 "#GND15" H 24950 18500 70 0000 L BNN 120 | F 1 "GND" H 24950 18500 70 0000 L BNN 121 | F 2 "" H 25050 18600 60 0001 C CNN 122 | F 3 "" H 25050 18600 60 0001 C CNN 123 | 1 25050 18600 124 | 1 0 0 -1 125 | $EndComp 126 | $Comp 127 | L PIXHAWK2_RESISTOR0402-RES R101 128 | U 1 1 55EDFD33 129 | P 20650 14900 130 | F 0 "R101" H 20500 14959 70 0000 L BNN 131 | F 1 "470R" H 20500 14770 70 0000 L BNN 132 | F 2 "PIXHAWK2_0402-RES" H 20640 14690 70 0001 L TNN 133 | 1 20650 14900 134 | 1 0 0 -1 135 | $EndComp 136 | $Comp 137 | L PIXHAWK2_RESISTOR0402-RES R102 138 | U 1 1 55EDFDFB 139 | P 20950 16000 140 | F 0 "R102" H 20800 16059 70 0000 L BNN 141 | F 1 "10K" H 20800 15870 70 0000 L BNN 142 | F 2 "PIXHAWK2_0402-RES" H 20940 15790 70 0001 L TNN 143 | 1 20950 16000 144 | 1 0 0 -1 145 | $EndComp 146 | $Comp 147 | L PIXHAWK2_STM32F4X7VX U101 148 | U 3 1 55EDFEC3 149 | P 24750 16300 150 | F 0 "U101" H 24550 16500 50 0000 L BNN 151 | F 1 "STM32F4X7VX" H 24740 16190 70 0001 L TNN 152 | F 2 "PIXHAWK2_TQFP100" H 24740 16090 70 0001 L TNN 153 | 3 24750 16300 154 | 1 0 0 -1 155 | $EndComp 156 | $Comp 157 | L PIXHAWK2_STM32F4X7VX U101 158 | U 4 1 55EDFF27 159 | P 19250 15100 160 | F 0 "U101" H 19151 15600 50 0000 L BNN 161 | F 1 "STM32F4X7VX" H 19240 14990 70 0001 L TNN 162 | F 2 "PIXHAWK2_TQFP100" H 19240 14890 70 0001 L TNN 163 | 4 19250 15100 164 | -1 0 0 -1 165 | $EndComp 166 | $Comp 167 | L PIXHAWK2_STM32F4X7VX U101 168 | U 5 1 55EDFF8B 169 | P 19250 13900 170 | F 0 "U101" H 19151 14300 50 0000 L BNN 171 | F 1 "STM32F4X7VX" H 19240 13790 70 0001 L TNN 172 | F 2 "PIXHAWK2_TQFP100" H 19240 13690 70 0001 L TNN 173 | 5 19250 13900 174 | -1 0 0 -1 175 | $EndComp 176 | $Comp 177 | L PIXHAWK2_STM32F4X7VX U101 178 | U 6 1 55EDFFEF 179 | P 19150 17200 180 | F 0 "U101" H 18951 17600 50 0000 L BNN 181 | F 1 "STM32F4X7VX" H 19140 17090 70 0001 L TNN 182 | F 2 "PIXHAWK2_TQFP100" H 19140 16990 70 0001 L TNN 183 | 6 19150 17200 184 | 1 0 0 -1 185 | $EndComp 186 | $Comp 187 | L PIXHAWK2_STM32F4X7VX U101 188 | U 7 1 55EE0053 189 | P 19150 16200 190 | F 0 "U101" H 18951 16700 50 0000 L BNN 191 | F 1 "STM32F4X7VX" H 19140 16090 70 0001 L TNN 192 | F 2 "PIXHAWK2_TQFP100" H 19140 15990 70 0001 L TNN 193 | 7 19150 16200 194 | 1 0 0 -1 195 | $EndComp 196 | $Comp 197 | L PIXHAWK2_STM32F4X7VX U101 198 | U 8 1 55EE00B7 199 | P 22050 15000 200 | F 0 "U101" H 21851 15400 50 0000 L BNN 201 | F 1 "STM32F4X7VX" H 22040 14890 70 0001 L TNN 202 | F 2 "PIXHAWK2_TQFP100" H 22040 14790 70 0001 L TNN 203 | 8 22050 15000 204 | -1 0 0 -1 205 | $EndComp 206 | $Comp 207 | L PIXHAWK2_STM32F4X7VX U101 208 | U 9 1 55EE011B 209 | P 22050 14000 210 | F 0 "U101" H 21851 14500 50 0000 L BNN 211 | F 1 "STM32F4X7VX" H 22040 13890 70 0001 L TNN 212 | F 2 "PIXHAWK2_TQFP100" H 22040 13790 70 0001 L TNN 213 | 9 22050 14000 214 | -1 0 0 -1 215 | $EndComp 216 | $Comp 217 | L PIXHAWK2_STM32F4X7VX U101 218 | U 10 1 55EE017F 219 | P 22150 17200 220 | F 0 "U101" H 21850 17600 50 0000 L BNN 221 | F 1 "STM32F4X7VX" H 22140 17090 70 0001 L TNN 222 | F 2 "PIXHAWK2_TQFP100" H 22140 16990 70 0001 L TNN 223 | 10 22150 17200 224 | 1 0 0 -1 225 | $EndComp 226 | $Comp 227 | L PIXHAWK2_STM32F4X7VX U101 228 | U 11 1 55EE01E3 229 | P 22150 16100 230 | F 0 "U101" H 21850 16500 50 0000 L BNN 231 | F 1 "STM32F4X7VX" H 22140 15990 70 0001 L TNN 232 | F 2 "PIXHAWK2_TQFP100" H 22140 15890 70 0001 L TNN 233 | 11 22150 16100 234 | 1 0 0 -1 235 | $EndComp 236 | $Comp 237 | L PIXHAWK2_STM32F4X7VX U101 238 | U 12 1 55EE0247 239 | P 24750 15000 240 | F 0 "U101" H 24551 15400 50 0000 L BNN 241 | F 1 "STM32F4X7VX" H 24740 14890 70 0001 L TNN 242 | F 2 "PIXHAWK2_TQFP100" H 24740 14790 70 0001 L TNN 243 | 12 24750 15000 244 | -1 0 0 -1 245 | $EndComp 246 | $Comp 247 | L PIXHAWK2_STM32F4X7VX U101 248 | U 13 1 55EE02AB 249 | P 24650 13900 250 | F 0 "U101" H 24350 14300 50 0000 L BNN 251 | F 1 "STM32F4X7VX" H 24640 13790 70 0001 L TNN 252 | F 2 "PIXHAWK2_TQFP100" H 24640 13690 70 0001 L TNN 253 | 13 24650 13900 254 | -1 0 0 -1 255 | $EndComp 256 | $Comp 257 | L PIXHAWK2_FM25V01 U102 258 | U 1 1 55EE0373 259 | P 26050 18100 260 | F 0 "U102" H 25651 18600 70 0000 L BNN 261 | F 1 "FM25V01" H 25650 17600 70 0000 L TNN 262 | F 2 "PIXHAWK2_SO08" H 26040 17890 70 0001 L TNN 263 | 1 26050 18100 264 | 1 0 0 -1 265 | $EndComp 266 | $Comp 267 | L PIXHAWK2_OSCILLATOR-3.2X2.5 X101 268 | U 1 1 55EE043B 269 | P 26550 16400 270 | F 0 "X101" H 26685 16770 56 0000 L BNN 271 | F 1 "3.2x2.5 mm / 24 MHz / 15 ppm" V 27385 15825 56 0000 L BNN 272 | F 2 "PIXHAWK2_OSCILLATOR-3.2X2.5" H 26540 16190 70 0001 L TNN 273 | 1 26550 16400 274 | 1 0 0 -1 275 | $EndComp 276 | Wire Wire Line 277 | 22450 15400 22650 15400 278 | Text Label 22700 15425 0 47 ~ 0 279 | !ACCEL_MAG_CS!/5.1D 280 | Wire Wire Line 281 | 22450 16500 22650 16500 282 | Text Label 22700 16525 0 47 ~ 0 283 | !BARO_CS!/5.4D 284 | Wire Wire Line 285 | 25150 15100 25350 15100 286 | Text Label 25400 15125 0 47 ~ 0 287 | !FMU-LED_AMBER!/7.5B 288 | Wire Wire Line 289 | 26650 18200 26950 18200 290 | Text Label 27000 18225 0 47 ~ 0 291 | !FRAM_CS 292 | Wire Wire Line 293 | 22450 17100 22650 17100 294 | Text Label 22700 17125 0 47 ~ 0 295 | !FRAM_CS 296 | Wire Wire Line 297 | 22450 15200 22650 15200 298 | Text Label 22700 15225 0 47 ~ 0 299 | !GYRO_CS!/5.1D 300 | Wire Wire Line 301 | 22450 13800 22650 13800 302 | Text Label 22700 13825 0 47 ~ 0 303 | !MPU_CS!/5.4C 304 | Wire Wire Line 305 | 25150 14000 25350 14000 306 | Text Label 25400 14025 0 47 ~ 0 307 | !SPI_EXT_NSS!/4.1A 308 | Wire Wire Line 309 | 22450 13600 22650 13600 310 | Text Label 22700 13625 0 47 ~ 0 311 | !VBUS_VALID!/11.6C 312 | Wire Wire Line 313 | 25150 14900 25350 14900 314 | Text Label 25400 14925 0 47 ~ 0 315 | !VDD_5V_HIPOWER_OC!/6.2C 316 | Wire Wire Line 317 | 19550 14700 19750 14700 318 | Text Label 19800 14725 0 47 ~ 0 319 | !VDD_5V_PERIPH_EN!/6.4C 320 | Wire Wire Line 321 | 25150 15400 25350 15400 322 | Text Label 25400 15425 0 47 ~ 0 323 | !VDD_5V_PERIPH_OC!/6.4C 324 | Wire Wire Line 325 | 19550 16300 19750 16300 326 | Text Label 19800 16325 0 47 ~ 0 327 | !VDD_BRICK_VALID!/11.6B 328 | Wire Wire Line 329 | 19550 16500 19750 16500 330 | Text Label 19800 16525 0 47 ~ 0 331 | !VDD_SERVO_VALID!/11.6C 332 | Wire Wire Line 333 | 19550 16200 19750 16200 334 | Text Label 19800 16225 0 47 ~ 0 335 | ACCEL_DRDY/5.1D 336 | Wire Wire Line 337 | 19550 15400 19750 15400 338 | Text Label 19800 15425 0 47 ~ 0 339 | ALARM/7.1D 340 | Wire Wire Line 341 | 19550 13900 19750 13900 342 | Text Label 19800 13925 0 47 ~ 0 343 | BATT_CURRENT_SENS/11.2C 344 | Wire Wire Line 345 | 19550 13800 19750 13800 346 | Text Label 19800 13825 0 47 ~ 0 347 | BATT_VOLTAGE_SENS/11.2C 348 | Wire Wire Line 349 | 22450 15800 22650 15800 350 | Text Label 22700 15825 0 47 ~ 0 351 | CAN1_RX/4.4C 352 | Wire Wire Line 353 | 22450 15900 22650 15900 354 | Text Label 22700 15925 0 47 ~ 0 355 | CAN1_TX/4.4C 356 | Wire Wire Line 357 | 19550 17300 19750 17300 358 | Text Label 19800 17325 0 47 ~ 0 359 | CAN2_RX/2.4C 360 | Wire Wire Line 361 | 19550 16400 19750 16400 362 | Text Label 19800 16425 0 47 ~ 0 363 | CAN2_TX/2.4C 364 | Wire Wire Line 365 | 25150 15300 25350 15300 366 | Text Label 25400 15325 0 47 ~ 0 367 | FMU-CH1/9.1A 368 | Wire Wire Line 369 | 25150 15200 25350 15200 370 | Text Label 25400 15225 0 47 ~ 0 371 | FMU-CH2/9.1A 372 | Wire Wire Line 373 | 25150 15000 25350 15000 374 | Text Label 25400 15025 0 47 ~ 0 375 | FMU-CH3/9.1A 376 | Wire Wire Line 377 | 25150 14800 25350 14800 378 | Text Label 25400 14825 0 47 ~ 0 379 | FMU-CH4/9.1A 380 | Wire Wire Line 381 | 22450 17400 22650 17400 382 | Text Label 22700 17425 0 47 ~ 0 383 | FMU-CH5/9.1A 384 | Wire Wire Line 385 | 22450 17500 22650 17500 386 | Text Label 22700 17525 0 47 ~ 0 387 | FMU-CH6/9.1A 388 | Wire Wire Line 389 | 19550 16900 19750 16900 390 | Text Label 19800 16925 0 47 ~ 0 391 | FMU-I2C1_SCL/4.1D 392 | Wire Wire Line 393 | 19550 17000 19750 17000 394 | Text Label 19800 17025 0 47 ~ 0 395 | FMU-I2C1_SDA/4.1D 396 | Wire Wire Line 397 | 19550 17100 19750 17100 398 | Text Label 19800 17125 0 47 ~ 0 399 | FMU-I2C2_SCL/3.4A 400 | Wire Wire Line 401 | 19550 17200 19750 17200 402 | Text Label 19800 17225 0 47 ~ 0 403 | FMU-I2C2_SDA/3.4A 404 | Wire Wire Line 405 | 19550 15300 19750 15300 406 | Text Label 19800 15325 0 47 ~ 0 407 | FMU-SWCLK/3.5C 408 | Wire Wire Line 409 | 19550 15200 19750 15200 410 | Text Label 19800 15225 0 47 ~ 0 411 | FMU-SWDIO/3.5C 412 | Wire Wire Line 413 | 19550 16100 19750 16100 414 | Text Label 19800 16125 0 47 ~ 0 415 | FMU-SWO/3.5C 416 | Wire Wire Line 417 | 19550 13700 19750 13700 418 | Text Label 19800 13725 0 47 ~ 0 419 | FMU-UART4_RX/2.1C 420 | Wire Wire Line 421 | 19550 13600 19750 13600 422 | Text Label 19800 13625 0 47 ~ 0 423 | FMU-UART4_TX/2.1C 424 | Wire Wire Line 425 | 25150 14300 25350 14300 426 | Text Label 25400 14325 0 47 ~ 0 427 | FMU-UART7_RX/2.1C 428 | Wire Wire Line 429 | 25150 14700 25350 14700 430 | Text Label 25400 14725 0 47 ~ 0 431 | FMU-UART7_TX/2.1C 432 | Wire Wire Line 433 | 25150 13600 25350 13600 434 | Text Label 25400 13625 0 47 ~ 0 435 | FMU-UART8_RX/2.1C 436 | Wire Wire Line 437 | 25150 13700 25350 13700 438 | Text Label 25400 13725 0 47 ~ 0 439 | FMU-UART8_TX/2.1C 440 | Wire Wire Line 441 | 22450 16100 22650 16100 442 | Text Label 22700 16125 0 47 ~ 0 443 | FMU-USART2_CTS/2.1B 444 | Wire Wire Line 445 | 22450 16200 22650 16200 446 | Text Label 22700 16225 0 47 ~ 0 447 | FMU-USART2_RTS/2.1B 448 | Wire Wire Line 449 | 22450 16400 22650 16400 450 | Text Label 22700 16425 0 47 ~ 0 451 | FMU-USART2_RX/2.1A 452 | Wire Wire Line 453 | 22450 16300 22650 16300 454 | Text Label 22700 16325 0 47 ~ 0 455 | FMU-USART2_TX/2.1A 456 | Wire Wire Line 457 | 22450 17200 22650 17200 458 | Text Label 22700 17225 0 47 ~ 0 459 | FMU-USART3_CTS/2.1A 460 | Wire Wire Line 461 | 22450 17300 22650 17300 462 | Text Label 22700 17325 0 47 ~ 0 463 | FMU-USART3_RTS/2.1A 464 | Wire Wire Line 465 | 22450 17000 22650 17000 466 | Text Label 22700 17025 0 47 ~ 0 467 | FMU-USART3_RX/2.1A 468 | Wire Wire Line 469 | 22450 16900 22650 16900 470 | Text Label 22700 16925 0 47 ~ 0 471 | FMU-USART3_TX/2.1A 472 | Wire Wire Line 473 | 25450 17800 25250 17800 474 | Wire Wire Line 475 | 26650 18400 26750 18400 476 | Wire Wire Line 477 | 26750 18400 26750 18300 478 | Wire Wire Line 479 | 26750 18300 26750 17400 480 | Wire Wire Line 481 | 26750 17400 25250 17400 482 | Wire Wire Line 483 | 25250 17400 25250 17800 484 | Wire Wire Line 485 | 26650 18300 26750 18300 486 | Wire Wire Line 487 | 24950 17800 25050 17800 488 | Wire Wire Line 489 | 25050 17800 25250 17800 490 | Wire Wire Line 491 | 25050 17900 25050 17800 492 | Connection ~ 25250 17800 493 | Connection ~ 26750 18300 494 | Connection ~ 25050 17800 495 | Text Label 24900 17775 2 47 ~ 0 496 | FMU-VDD_3V3/2.1A 497 | Wire Wire Line 498 | 22450 13900 22650 13900 499 | Text Label 22700 13925 0 47 ~ 0 500 | FMU_AUX_ADC1/4.4B 501 | Wire Wire Line 502 | 22450 14000 22650 14000 503 | Text Label 22700 14025 0 47 ~ 0 504 | FMU_AUX_ADC2/4.4A 505 | Wire Wire Line 506 | 26650 18000 26950 18000 507 | Text Label 27000 18025 0 47 ~ 0 508 | FRAM_MISO 509 | Wire Wire Line 510 | 19550 17500 19750 17500 511 | Text Label 19800 17525 0 47 ~ 0 512 | FRAM_MISO 513 | Wire Wire Line 514 | 26650 17900 26950 17900 515 | Text Label 27000 17925 0 47 ~ 0 516 | FRAM_MOSI 517 | Wire Wire Line 518 | 19550 17600 19750 17600 519 | Text Label 19800 17625 0 47 ~ 0 520 | FRAM_MOSI 521 | Wire Wire Line 522 | 26650 17800 26950 17800 523 | Text Label 27000 17825 0 47 ~ 0 524 | FRAM_SCK 525 | Wire Wire Line 526 | 19550 17400 19750 17400 527 | Text Label 19800 17425 0 47 ~ 0 528 | FRAM_SCK 529 | Wire Wire Line 530 | 25950 16200 25950 16300 531 | Wire Wire Line 532 | 25950 16300 25950 16400 533 | Wire Wire Line 534 | 25650 16500 25650 16300 535 | Wire Wire Line 536 | 25650 16300 25950 16300 537 | Connection ~ 25950 16300 538 | Wire Wire Line 539 | 21250 16200 21250 16000 540 | Wire Wire Line 541 | 21250 16000 21150 16000 542 | Wire Wire Line 543 | 26850 16300 26950 16300 544 | Wire Wire Line 545 | 26950 16300 26950 16400 546 | Wire Wire Line 547 | 26950 16400 26950 16600 548 | Wire Wire Line 549 | 26850 16400 26950 16400 550 | Connection ~ 26950 16400 551 | Wire Wire Line 552 | 25450 18400 25050 18400 553 | Wire Wire Line 554 | 25050 18400 25050 18500 555 | Wire Wire Line 556 | 25050 18400 25050 18200 557 | Connection ~ 25050 18400 558 | Wire Wire Line 559 | 22450 15300 22650 15300 560 | Text Label 22700 15325 0 47 ~ 0 561 | GPIO_EXT_1/4.1B 562 | Wire Wire Line 563 | 19550 15800 19750 15800 564 | Text Label 19800 15825 0 47 ~ 0 565 | GYRO_DRDY/5.1D 566 | Wire Wire Line 567 | 20850 14900 20950 14900 568 | Text Label 21000 14925 0 47 ~ 0 569 | IO-USART1_TX/8.1A 570 | Wire Wire Line 571 | 19550 15900 19750 15900 572 | Text Label 19800 15925 0 47 ~ 0 573 | MAG_DRDY/5.1D 574 | Wire Wire Line 575 | 22450 17600 22650 17600 576 | Text Label 22700 17625 0 47 ~ 0 577 | MPU_DRDY/5.4C 578 | Wire Wire Line 579 | 26550 16600 26550 16800 580 | Wire Wire Line 581 | 26550 16800 25950 16800 582 | Wire Wire Line 583 | 25950 16800 25350 16800 584 | Wire Wire Line 585 | 25350 16800 25350 16400 586 | Wire Wire Line 587 | 25350 16400 25150 16400 588 | Wire Wire Line 589 | 25950 16700 25950 16800 590 | Connection ~ 25950 16800 591 | Wire Wire Line 592 | 25150 16200 25350 16200 593 | Wire Wire Line 594 | 25350 16200 25350 15800 595 | Wire Wire Line 596 | 26550 15800 26550 16000 597 | Wire Wire Line 598 | 25350 15800 25950 15800 599 | Wire Wire Line 600 | 25950 15800 26550 15800 601 | Wire Wire Line 602 | 25950 15900 25950 15800 603 | Connection ~ 25950 15800 604 | Wire Wire Line 605 | 19550 14900 20450 14900 606 | Wire Wire Line 607 | 19550 15000 19750 15000 608 | Text Label 19800 15025 0 47 ~ 0 609 | OTG_FS_DM/3.1B 610 | Wire Wire Line 611 | 19550 15100 19750 15100 612 | Text Label 19800 15125 0 47 ~ 0 613 | OTG_FS_DP/3.1A 614 | Wire Wire Line 615 | 19550 16000 20750 16000 616 | Wire Wire Line 617 | 22450 14100 22650 14100 618 | Text Label 22700 14125 0 47 ~ 0 619 | PRESSURE_SENS/4.1C 620 | Wire Wire Line 621 | 22450 15100 22650 15100 622 | Text Label 22700 15125 0 47 ~ 0 623 | SDIO_CK/3.1C 624 | Wire Wire Line 625 | 22450 16000 22650 16000 626 | Text Label 22700 16025 0 47 ~ 0 627 | SDIO_CMD/3.1C 628 | Wire Wire Line 629 | 22450 14700 22650 14700 630 | Text Label 22700 14725 0 47 ~ 0 631 | SDIO_D0/3.1C 632 | Wire Wire Line 633 | 22450 14800 22650 14800 634 | Text Label 22700 14825 0 47 ~ 0 635 | SDIO_D1/3.1C 636 | Wire Wire Line 637 | 22450 14900 22650 14900 638 | Text Label 22700 14925 0 47 ~ 0 639 | SDIO_D2/3.1C 640 | Wire Wire Line 641 | 22450 15000 22650 15000 642 | Text Label 22700 15025 0 47 ~ 0 643 | SDIO_D3/3.1C 644 | Wire Wire Line 645 | 22450 14200 22650 14200 646 | Text Label 22700 14225 0 47 ~ 0 647 | SERIAL_FMU_TO_IO/8.2A 648 | Wire Wire Line 649 | 22450 14300 22650 14300 650 | Text Label 22700 14325 0 47 ~ 0 651 | SERIAL_IO_TO_FMU/8.2A 652 | Wire Wire Line 653 | 25150 14100 25350 14100 654 | Text Label 25400 14125 0 47 ~ 0 655 | SPI_EXT_MISO/4.1A 656 | Wire Wire Line 657 | 25150 14200 25350 14200 658 | Text Label 25400 14225 0 47 ~ 0 659 | SPI_EXT_MOSI/4.1A 660 | Wire Wire Line 661 | 25150 13800 25350 13800 662 | Text Label 25400 13825 0 47 ~ 0 663 | SPI_EXT_SCK/4.1A 664 | Wire Wire Line 665 | 19550 14200 19750 14200 666 | Text Label 19800 14225 0 47 ~ 0 667 | SPI_INT_MISO/5.1D 668 | Wire Wire Line 669 | 19550 14300 19750 14300 670 | Text Label 19800 14325 0 47 ~ 0 671 | SPI_INT_MOSI/5.1D 672 | Wire Wire Line 673 | 19550 14100 19750 14100 674 | Text Label 19800 14125 0 47 ~ 0 675 | SPI_INT_SCK/5.1D 676 | Wire Wire Line 677 | 19550 14800 19750 14800 678 | Text Label 19800 14825 0 47 ~ 0 679 | VBUS/3.1A 680 | Wire Wire Line 681 | 25150 13900 25350 13900 682 | Text Label 25400 13925 0 47 ~ 0 683 | VDD_3V3_SENSORS_EN/6.3D 684 | Wire Wire Line 685 | 19550 14000 19750 14000 686 | Text Label 19800 14025 0 47 ~ 0 687 | VDD_5V_SENS/6.6D 688 | Text GLabel 22450 15400 2 20 UnSpc 689 | !ACCEL_MAG_CS 690 | Text GLabel 22450 16500 2 20 UnSpc 691 | !BARO_CS 692 | Text GLabel 25150 15100 2 20 UnSpc 693 | !FMU-LED_AMBER 694 | Text GLabel 26650 18200 2 20 UnSpc 695 | !FRAM_CS 696 | Text GLabel 22450 17100 2 20 UnSpc 697 | !FRAM_CS 698 | Text GLabel 22450 15200 2 20 UnSpc 699 | !GYRO_CS 700 | Text GLabel 22450 13800 2 20 UnSpc 701 | !MPU_CS 702 | Text GLabel 25150 14000 2 20 UnSpc 703 | !SPI_EXT_NSS 704 | Text GLabel 22450 13600 2 20 UnSpc 705 | !VBUS_VALID 706 | Text GLabel 25150 14900 2 20 UnSpc 707 | !VDD_5V_HIPOWER_OC 708 | Text GLabel 19550 14700 2 20 UnSpc 709 | !VDD_5V_PERIPH_EN 710 | Text GLabel 25150 15400 2 20 UnSpc 711 | !VDD_5V_PERIPH_OC 712 | Text GLabel 19550 16300 2 20 UnSpc 713 | !VDD_BRICK_VALID 714 | Text GLabel 19550 16500 2 20 UnSpc 715 | !VDD_SERVO_VALID 716 | Text GLabel 19550 16200 2 20 UnSpc 717 | ACCEL_DRDY 718 | Text GLabel 19550 15400 2 20 UnSpc 719 | ALARM 720 | Text GLabel 19550 13900 2 20 UnSpc 721 | BATT_CURRENT_SENS 722 | Text GLabel 19550 13800 2 20 UnSpc 723 | BATT_VOLTAGE_SENS 724 | Text GLabel 22450 15800 2 20 UnSpc 725 | CAN1_RX 726 | Text GLabel 22450 15900 2 20 UnSpc 727 | CAN1_TX 728 | Text GLabel 19550 17300 2 20 UnSpc 729 | CAN2_RX 730 | Text GLabel 19550 16400 2 20 UnSpc 731 | CAN2_TX 732 | Text GLabel 25150 15300 2 20 UnSpc 733 | FMU-CH1 734 | Text GLabel 25150 15200 2 20 UnSpc 735 | FMU-CH2 736 | Text GLabel 25150 15000 2 20 UnSpc 737 | FMU-CH3 738 | Text GLabel 25150 14800 2 20 UnSpc 739 | FMU-CH4 740 | Text GLabel 22450 17400 2 20 UnSpc 741 | FMU-CH5 742 | Text GLabel 22450 17500 2 20 UnSpc 743 | FMU-CH6 744 | Text GLabel 19550 16900 2 20 UnSpc 745 | FMU-I2C1_SCL 746 | Text GLabel 19550 17000 2 20 UnSpc 747 | FMU-I2C1_SDA 748 | Text GLabel 19550 17100 2 20 UnSpc 749 | FMU-I2C2_SCL 750 | Text GLabel 19550 17200 2 20 UnSpc 751 | FMU-I2C2_SDA 752 | Text GLabel 19550 15300 2 20 UnSpc 753 | FMU-SWCLK 754 | Text GLabel 19550 15200 2 20 UnSpc 755 | FMU-SWDIO 756 | Text GLabel 19550 16100 2 20 UnSpc 757 | FMU-SWO 758 | Text GLabel 19550 13700 2 20 UnSpc 759 | FMU-UART4_RX 760 | Text GLabel 19550 13600 2 20 UnSpc 761 | FMU-UART4_TX 762 | Text GLabel 25150 14300 2 20 UnSpc 763 | FMU-UART7_RX 764 | Text GLabel 25150 14700 2 20 UnSpc 765 | FMU-UART7_TX 766 | Text GLabel 25150 13600 2 20 UnSpc 767 | FMU-UART8_RX 768 | Text GLabel 25150 13700 2 20 UnSpc 769 | FMU-UART8_TX 770 | Text GLabel 22450 16100 2 20 UnSpc 771 | FMU-USART2_CTS 772 | Text GLabel 22450 16200 2 20 UnSpc 773 | FMU-USART2_RTS 774 | Text GLabel 22450 16400 2 20 UnSpc 775 | FMU-USART2_RX 776 | Text GLabel 22450 16300 2 20 UnSpc 777 | FMU-USART2_TX 778 | Text GLabel 22450 17200 2 20 UnSpc 779 | FMU-USART3_CTS 780 | Text GLabel 22450 17300 2 20 UnSpc 781 | FMU-USART3_RTS 782 | Text GLabel 22450 17000 2 20 UnSpc 783 | FMU-USART3_RX 784 | Text GLabel 22450 16900 2 20 UnSpc 785 | FMU-USART3_TX 786 | Text GLabel 25450 17800 0 20 UnSpc 787 | FMU-VDD_3V3 788 | Text GLabel 25050 17900 1 20 UnSpc 789 | FMU-VDD_3V3 790 | Text GLabel 26650 18400 2 20 UnSpc 791 | FMU-VDD_3V3 792 | Text GLabel 26650 18300 2 20 UnSpc 793 | FMU-VDD_3V3 794 | Text GLabel 22450 13900 2 20 UnSpc 795 | FMU_AUX_ADC1 796 | Text GLabel 22450 14000 2 20 UnSpc 797 | FMU_AUX_ADC2 798 | Text GLabel 26650 18000 2 20 UnSpc 799 | FRAM_MISO 800 | Text GLabel 19550 17500 2 20 UnSpc 801 | FRAM_MISO 802 | Text GLabel 26650 17900 2 20 UnSpc 803 | FRAM_MOSI 804 | Text GLabel 19550 17600 2 20 UnSpc 805 | FRAM_MOSI 806 | Text GLabel 26650 17800 2 20 UnSpc 807 | FRAM_SCK 808 | Text GLabel 19550 17400 2 20 UnSpc 809 | FRAM_SCK 810 | Text GLabel 25950 16200 3 20 UnSpc 811 | GND 812 | Text GLabel 25950 16400 1 20 UnSpc 813 | GND 814 | Text GLabel 25650 16500 1 20 UnSpc 815 | GND 816 | Text GLabel 21250 16200 1 20 UnSpc 817 | GND 818 | Text GLabel 21150 16000 2 20 UnSpc 819 | GND 820 | Text GLabel 26850 16300 2 20 UnSpc 821 | GND 822 | Text GLabel 26950 16600 1 20 UnSpc 823 | GND 824 | Text GLabel 26850 16400 2 20 UnSpc 825 | GND 826 | Text GLabel 25450 18400 0 20 UnSpc 827 | GND 828 | Text GLabel 25050 18500 1 20 UnSpc 829 | GND 830 | Text GLabel 25050 18200 3 20 UnSpc 831 | GND 832 | Text GLabel 22450 15300 2 20 UnSpc 833 | GPIO_EXT_1 834 | Text GLabel 19550 15800 2 20 UnSpc 835 | GYRO_DRDY 836 | Text GLabel 20850 14900 2 20 UnSpc 837 | IO-USART1_TX 838 | Text GLabel 19550 15900 2 20 UnSpc 839 | MAG_DRDY 840 | Text GLabel 22450 17600 2 20 UnSpc 841 | MPU_DRDY 842 | Text GLabel 25950 16700 3 20 UnSpc 843 | N$1 844 | Text GLabel 26550 16600 3 20 UnSpc 845 | N$1 846 | Text GLabel 25150 16400 2 20 UnSpc 847 | N$1 848 | Text GLabel 26550 16000 1 20 UnSpc 849 | N$2 850 | Text GLabel 25950 15900 1 20 UnSpc 851 | N$2 852 | Text GLabel 25150 16200 2 20 UnSpc 853 | N$2 854 | Text GLabel 19550 14900 2 20 UnSpc 855 | N$23 856 | Text GLabel 20450 14900 0 20 UnSpc 857 | N$23 858 | Text GLabel 19550 15000 2 20 UnSpc 859 | OTG_FS_DM 860 | Text GLabel 19550 15100 2 20 UnSpc 861 | OTG_FS_DP 862 | Text GLabel 20750 16000 0 20 UnSpc 863 | PB2-BOOT1 864 | Text GLabel 19550 16000 2 20 UnSpc 865 | PB2-BOOT1 866 | Text GLabel 22450 14100 2 20 UnSpc 867 | PRESSURE_SENS 868 | Text GLabel 22450 15100 2 20 UnSpc 869 | SDIO_CK 870 | Text GLabel 22450 16000 2 20 UnSpc 871 | SDIO_CMD 872 | Text GLabel 22450 14700 2 20 UnSpc 873 | SDIO_D0 874 | Text GLabel 22450 14800 2 20 UnSpc 875 | SDIO_D1 876 | Text GLabel 22450 14900 2 20 UnSpc 877 | SDIO_D2 878 | Text GLabel 22450 15000 2 20 UnSpc 879 | SDIO_D3 880 | Text GLabel 22450 14200 2 20 UnSpc 881 | SERIAL_FMU_TO_IO 882 | Text GLabel 22450 14300 2 20 UnSpc 883 | SERIAL_IO_TO_FMU 884 | Text GLabel 25150 14100 2 20 UnSpc 885 | SPI_EXT_MISO 886 | Text GLabel 25150 14200 2 20 UnSpc 887 | SPI_EXT_MOSI 888 | Text GLabel 25150 13800 2 20 UnSpc 889 | SPI_EXT_SCK 890 | Text GLabel 19550 14200 2 20 UnSpc 891 | SPI_INT_MISO 892 | Text GLabel 19550 14300 2 20 UnSpc 893 | SPI_INT_MOSI 894 | Text GLabel 19550 14100 2 20 UnSpc 895 | SPI_INT_SCK 896 | Text GLabel 19550 14800 2 20 UnSpc 897 | VBUS 898 | Text GLabel 25150 13900 2 20 UnSpc 899 | VDD_3V3_SENSORS_EN 900 | Text GLabel 19550 14000 2 20 UnSpc 901 | VDD_5V_SENS 902 | $EndSCHEMATC 903 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/PX4FMUv2.4_SS_10.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:PX4FMUv2.4 3 | EELAYER 25 0 4 | EELAYER END 5 | $Descr A2 23400 16535 6 | encoding utf-8 7 | Sheet 11 13 8 | Title "PX4FMUv2.4.sch" 9 | Date "8 SEP 2015" 10 | Rev "" 11 | Comp "" 12 | Comment1 "" 13 | Comment2 "" 14 | Comment3 "" 15 | Comment4 "" 16 | $EndDescr 17 | Text Notes 18650 15400 0 56 ~ 0 18 | Dual supply from\nservo rail and FMU 5V rail 19 | Text Notes 18550 19300 0 56 ~ 0 20 | Current limit = 25 / Rilim\n(current in A, R in kOhms)\n100K = 250mA 21 | Text Notes 24750 19400 0 70 ~ 0 22 | IO Power Supply 23 | Text Notes 23250 17200 0 56 ~ 0 24 | Reset output 1s / uF\n10n = 10ms delay from power good\nto reset de-asserted. 25 | Text Notes 20650 17700 0 50 ~ 0 26 | Output voltage limited to 5.5V for\ninput voltages up to 10.5V; output\nswitches off at higher input voltages. 27 | $Comp 28 | L PIXHAWK2_CAP0805 C1001 29 | U 1 1 55EEE669 30 | P 21650 16000 31 | F 0 "C1001" H 21710 16115 70 0000 L BNN 32 | F 1 "10u/25V" H 21709 15915 70 0000 L BNN 33 | F 2 "PIXHAWK2_0805-CAP" H 21640 15790 70 0001 L TNN 34 | 1 21650 16000 35 | -1 0 0 -1 36 | $EndComp 37 | $Comp 38 | L PIXHAWK2_CAP0402 C1002 39 | U 1 1 55EEE731 40 | P 22950 16400 41 | F 0 "C1002" H 23010 16515 70 0000 L BNN 42 | F 1 "10n" H 23009 16315 70 0000 L BNN 43 | F 2 "PIXHAWK2_0402-CAP" H 22940 16190 70 0001 L TNN 44 | 1 22950 16400 45 | 1 0 0 -1 46 | $EndComp 47 | $Comp 48 | L PIXHAWK2_CAP0603 C1003 49 | U 1 1 55EEE7F9 50 | P 27150 16300 51 | F 0 "C1003" H 27210 16415 70 0000 L BNN 52 | F 1 "1u0" H 27209 16215 70 0000 L BNN 53 | F 2 "PIXHAWK2_0603-CAP" H 27140 16090 70 0001 L TNN 54 | 1 27150 16300 55 | 1 0 0 -1 56 | $EndComp 57 | $Comp 58 | L PIXHAWK2_CAP0603 C1004 59 | U 1 1 55EEE8C1 60 | P 26650 16300 61 | F 0 "C1004" H 26710 16415 70 0000 L BNN 62 | F 1 "10u" H 26709 16215 70 0000 L BNN 63 | F 2 "PIXHAWK2_0603-CAP" H 26640 16090 70 0001 L TNN 64 | 1 26650 16300 65 | 1 0 0 -1 66 | $EndComp 67 | $Comp 68 | L PIXHAWK2_CAP0402 C1005 69 | U 1 1 55EEE989 70 | P 21950 16000 71 | F 0 "C1005" H 22010 16115 70 0000 L BNN 72 | F 1 "0u1F" H 22009 15915 70 0000 L BNN 73 | F 2 "PIXHAWK2_0402-CAP" H 21940 15790 70 0001 L TNN 74 | 1 21950 16000 75 | 1 0 0 -1 76 | $EndComp 77 | $Comp 78 | L PIXHAWK2_CAP0402 C1008 79 | U 1 1 55EEEA51 80 | P 25150 16300 81 | F 0 "C1008" H 25210 16415 70 0000 L BNN 82 | F 1 "2u2" H 25209 16215 70 0000 L BNN 83 | F 2 "PIXHAWK2_0402-CAP" H 25140 16090 70 0001 L TNN 84 | 1 25150 16300 85 | 1 0 0 -1 86 | $EndComp 87 | $Comp 88 | L PIXHAWK2_PMEG2005CT D1001 89 | U 1 1 55EEEB19 90 | P 21050 15400 91 | F 0 "D1001" H 21079 15479 70 0000 L BNN 92 | F 1 "PMEG2005CT" H 20881 15244 70 0000 L BNN 93 | F 2 "PIXHAWK2_SOT23-3" H 21040 15190 70 0001 L TNN 94 | 1 21050 15400 95 | 0 1 1 0 96 | $EndComp 97 | $Comp 98 | L PIXHAWK2_PTCSMD F1001 99 | U 1 1 55EEEBE1 100 | P 20150 14900 101 | F 0 "F1001" H 20051 15020 70 0000 L BNN 102 | F 1 "0ZCA0035FF2G" H 20020 14700 70 0000 L BNN 103 | F 2 "PIXHAWK2_PTC-1206" H 20140 14690 70 0001 L TNN 104 | 1 20150 14900 105 | 1 0 0 -1 106 | $EndComp 107 | $Comp 108 | L PIXHAWK2_A4L-LOC #FRAME10 109 | U 1 1 55EEEC45 110 | P 18250 -20100 111 | F 0 "#FRAME10" H 26800 20699 100 0000 L BNN 112 | F 1 "PX4FMUv2.4" H 26800 20699 100 0000 L BNN 113 | F 2 "" H 18250 20100 60 0001 C CNN 114 | F 3 "" H 18250 20100 60 0001 C CNN 115 | F 0 "#FRAME10" H 26800 20499 90 0000 L BNN 116 | F 1 "9/7/15 11:46 PM" H 26800 20499 90 0000 L BNN 117 | F 2 "" H 18250 20100 60 0001 C CNN 118 | F 3 "" H 18250 20100 60 0001 C CNN 119 | F 0 "#FRAME10" H 27325 20299 100 0000 L BNN 120 | F 1 "10/12" H 27325 20299 100 0000 L BNN 121 | F 2 "" H 18250 20100 60 0001 C CNN 122 | F 3 "" H 18250 20100 60 0001 C CNN 123 | F 0 "#FRAME10" H 26790 20294 100 0000 L BNN 124 | F 1 "Sheet:" H 26790 20294 100 0000 L BNN 125 | F 2 "" H 18250 20100 60 0001 C CNN 126 | F 3 "" H 18250 20100 60 0001 C CNN 127 | 1 18250 20100 128 | 1 0 0 -1 129 | $EndComp 130 | $Comp 131 | L PIXHAWK2_GND #GND68 132 | U 1 1 55EEECA9 133 | P 21950 -16800 134 | F 0 "#GND68" H 21850 16700 70 0000 L BNN 135 | F 1 "GND" H 21850 16700 70 0000 L BNN 136 | F 2 "" H 21950 16800 60 0001 C CNN 137 | F 3 "" H 21950 16800 60 0001 C CNN 138 | 1 21950 16800 139 | 1 0 0 -1 140 | $EndComp 141 | $Comp 142 | L PIXHAWK2_GND #GND69 143 | U 1 1 55EEED0D 144 | P 21650 -16800 145 | F 0 "#GND69" H 21550 16700 70 0000 L BNN 146 | F 1 "GND" H 21550 16700 70 0000 L BNN 147 | F 2 "" H 21650 16800 60 0001 C CNN 148 | F 3 "" H 21650 16800 60 0001 C CNN 149 | 1 21650 16800 150 | 1 0 0 -1 151 | $EndComp 152 | $Comp 153 | L PIXHAWK2_GND #GND111 154 | U 1 1 55EEED71 155 | P 19950 -19500 156 | F 0 "#GND111" H 19850 19400 70 0000 L BNN 157 | F 1 "GND" H 19850 19400 70 0000 L BNN 158 | F 2 "" H 19950 19500 60 0001 C CNN 159 | F 3 "" H 19950 19500 60 0001 C CNN 160 | 1 19950 19500 161 | 1 0 0 -1 162 | $EndComp 163 | $Comp 164 | L PIXHAWK2_GND #GND112 165 | U 1 1 55EEEDD5 166 | P 20150 -19500 167 | F 0 "#GND112" H 20050 19400 70 0000 L BNN 168 | F 1 "GND" H 20050 19400 70 0000 L BNN 169 | F 2 "" H 20150 19500 60 0001 C CNN 170 | F 3 "" H 20150 19500 60 0001 C CNN 171 | 1 20150 19500 172 | 1 0 0 -1 173 | $EndComp 174 | $Comp 175 | L PIXHAWK2_GND #GND113 176 | U 1 1 55EEEE39 177 | P 20850 -19500 178 | F 0 "#GND113" H 20750 19400 70 0000 L BNN 179 | F 1 "GND" H 20750 19400 70 0000 L BNN 180 | F 2 "" H 20850 19500 60 0001 C CNN 181 | F 3 "" H 20850 19500 60 0001 C CNN 182 | 1 20850 19500 183 | 1 0 0 -1 184 | $EndComp 185 | $Comp 186 | L PIXHAWK2_GND #GND114 187 | U 1 1 55EEEE9D 188 | P 22550 -16800 189 | F 0 "#GND114" H 22450 16700 70 0000 L BNN 190 | F 1 "GND" H 22450 16700 70 0000 L BNN 191 | F 2 "" H 22550 16800 60 0001 C CNN 192 | F 3 "" H 22550 16800 60 0001 C CNN 193 | 1 22550 16800 194 | 1 0 0 -1 195 | $EndComp 196 | $Comp 197 | L PIXHAWK2_GND #GND115 198 | U 1 1 55EEEF01 199 | P 22950 -16800 200 | F 0 "#GND115" H 22850 16700 70 0000 L BNN 201 | F 1 "GND" H 22850 16700 70 0000 L BNN 202 | F 2 "" H 22950 16800 60 0001 C CNN 203 | F 3 "" H 22950 16800 60 0001 C CNN 204 | 1 22950 16800 205 | 1 0 0 -1 206 | $EndComp 207 | $Comp 208 | L PIXHAWK2_GND #GND116 209 | U 1 1 55EEEF65 210 | P 23950 -16800 211 | F 0 "#GND116" H 23850 16700 70 0000 L BNN 212 | F 1 "GND" H 23850 16700 70 0000 L BNN 213 | F 2 "" H 23950 16800 60 0001 C CNN 214 | F 3 "" H 23950 16800 60 0001 C CNN 215 | 1 23950 16800 216 | 1 0 0 -1 217 | $EndComp 218 | $Comp 219 | L PIXHAWK2_GND #GND117 220 | U 1 1 55EEEFC9 221 | P 27150 -16800 222 | F 0 "#GND117" H 27050 16700 70 0000 L BNN 223 | F 1 "GND" H 27050 16700 70 0000 L BNN 224 | F 2 "" H 27150 16800 60 0001 C CNN 225 | F 3 "" H 27150 16800 60 0001 C CNN 226 | 1 27150 16800 227 | 1 0 0 -1 228 | $EndComp 229 | $Comp 230 | L PIXHAWK2_GND #GND118 231 | U 1 1 55EEF02D 232 | P 26650 -16800 233 | F 0 "#GND118" H 26550 16700 70 0000 L BNN 234 | F 1 "GND" H 26550 16700 70 0000 L BNN 235 | F 2 "" H 26650 16800 60 0001 C CNN 236 | F 3 "" H 26650 16800 60 0001 C CNN 237 | 1 26650 16800 238 | 1 0 0 -1 239 | $EndComp 240 | $Comp 241 | L PIXHAWK2_GND #GND121 242 | U 1 1 55EEF091 243 | P 25150 -16800 244 | F 0 "#GND121" H 25050 16700 70 0000 L BNN 245 | F 1 "GND" H 25050 16700 70 0000 L BNN 246 | F 2 "" H 25150 16800 60 0001 C CNN 247 | F 3 "" H 25150 16800 60 0001 C CNN 248 | 1 25150 16800 249 | 1 0 0 -1 250 | $EndComp 251 | $Comp 252 | L PIXHAWK2_RESISTOR0402-RES R1001 253 | U 1 1 55EEF159 254 | P 20150 19100 255 | F 0 "R1001" H 20000 19159 70 0000 L BNN 256 | F 1 "100K" H 20000 18970 70 0000 L BNN 257 | F 2 "PIXHAWK2_0402-RES" H 20140 18890 70 0001 L TNN 258 | 1 20150 19100 259 | 0 1 -1 0 260 | $EndComp 261 | $Comp 262 | L PIXHAWK2_RESISTOR0402-RES R1002 263 | U 1 1 55EEF221 264 | P 22550 16300 265 | F 0 "R1002" H 22400 16359 70 0000 L BNN 266 | F 1 "10K" H 22400 16170 70 0000 L BNN 267 | F 2 "PIXHAWK2_0402-RES" H 22540 16090 70 0001 L TNN 268 | 1 22550 16300 269 | 0 1 -1 0 270 | $EndComp 271 | $Comp 272 | L PIXHAWK2_BQ24313 U1001 273 | U 1 1 55EEF2E9 274 | P 20150 17700 275 | F 0 "U1001" H 19850 18120 70 0000 L BNN 276 | F 1 "BQ24313" H 20250 18120 70 0000 L BNN 277 | F 2 "PIXHAWK2_QFN8-DSG" H 20140 17490 70 0001 L TNN 278 | 1 20150 17700 279 | 1 0 0 -1 280 | $EndComp 281 | $Comp 282 | L PIXHAWK2_MIC5332 U1002 283 | U 1 1 55EEF3B1 284 | P 23750 15600 285 | F 0 "U1002" H 23450 16000 50 0000 L BNN 286 | F 1 "MIC5332" H 23450 15930 50 0000 L BNN 287 | F 2 "PIXHAWK2_MLF-8-EPAD" H 23740 15390 70 0001 L TNN 288 | 1 23750 15600 289 | 1 0 0 -1 290 | $EndComp 291 | Wire Wire Line 292 | 21650 16100 21650 16700 293 | Wire Wire Line 294 | 22550 16700 22550 16500 295 | Wire Wire Line 296 | 22950 16500 22950 16700 297 | Wire Wire Line 298 | 23950 16700 23950 16400 299 | Wire Wire Line 300 | 27150 16400 27150 16700 301 | Wire Wire Line 302 | 26650 16700 26650 16400 303 | Wire Wire Line 304 | 20150 19300 20150 19400 305 | Wire Wire Line 306 | 19950 18800 19950 19400 307 | Wire Wire Line 308 | 20750 18000 20850 18000 309 | Wire Wire Line 310 | 20850 18000 20850 18400 311 | Wire Wire Line 312 | 20850 18400 20850 19400 313 | Wire Wire Line 314 | 20750 18400 20850 18400 315 | Connection ~ 20850 18400 316 | Wire Wire Line 317 | 21950 16100 21950 16700 318 | Wire Wire Line 319 | 25150 16400 25150 16700 320 | Wire Wire Line 321 | 24350 15800 24450 15800 322 | Wire Wire Line 323 | 24450 15800 24450 15000 324 | Wire Wire Line 325 | 24450 15000 24650 15000 326 | Text Label 24700 15025 0 47 ~ 0 327 | IO-!RESET!/8.2D 328 | Wire Wire Line 329 | 20750 18200 21650 18200 330 | Text Label 21700 18225 0 47 ~ 0 331 | IO-!VDD_SERVO_IN_FAULT!/8.1B 332 | Wire Wire Line 333 | 27150 15600 27250 15600 334 | Wire Wire Line 335 | 26650 16100 26650 15600 336 | Wire Wire Line 337 | 27150 15600 26650 15600 338 | Wire Wire Line 339 | 27150 16100 27150 15600 340 | Wire Wire Line 341 | 24350 15600 26650 15600 342 | Connection ~ 26650 15600 343 | Connection ~ 27150 15600 344 | Text Label 27300 15625 0 47 ~ 0 345 | IO-VDD_3V3/12.1D 346 | Wire Wire Line 347 | 23250 15400 22850 15400 348 | Wire Wire Line 349 | 22850 15400 21950 15400 350 | Wire Wire Line 351 | 21950 15400 21650 15400 352 | Wire Wire Line 353 | 21650 15800 21650 15400 354 | Wire Wire Line 355 | 23250 15800 22850 15800 356 | Wire Wire Line 357 | 22850 15800 22850 15400 358 | Wire Wire Line 359 | 21950 15400 21950 14800 360 | Wire Wire Line 361 | 21950 14800 24650 14800 362 | Wire Wire Line 363 | 21650 15400 21150 15400 364 | Wire Wire Line 365 | 21950 15800 21950 15400 366 | Connection ~ 22850 15400 367 | Connection ~ 21950 15400 368 | Connection ~ 21650 15400 369 | Connection ~ 21950 15400 370 | Text Label 24700 14825 0 47 ~ 0 371 | IO-VDD_5V5/9.6A 372 | Wire Wire Line 373 | 20750 17400 21050 17400 374 | Wire Wire Line 375 | 21050 17400 21050 15600 376 | Wire Wire Line 377 | 20150 18900 20150 18800 378 | Wire Wire Line 379 | 21050 15200 21050 14900 380 | Wire Wire Line 381 | 21050 14900 20450 14900 382 | Wire Wire Line 383 | 22950 16200 22950 16000 384 | Wire Wire Line 385 | 22950 16000 23250 16000 386 | Wire Wire Line 387 | 24350 15400 25150 15400 388 | Wire Wire Line 389 | 25150 15400 27250 15400 390 | Wire Wire Line 391 | 25150 16100 25150 15400 392 | Connection ~ 25150 15400 393 | Text Label 27300 15425 0 47 ~ 0 394 | VDD_3V3_SPEKTRUM/8.4C 395 | Wire Wire Line 396 | 23250 15600 22550 15600 397 | Wire Wire Line 398 | 22550 15600 22550 16100 399 | Wire Wire Line 400 | 22550 15600 22150 15600 401 | Wire Wire Line 402 | 22150 15600 22150 14900 403 | Wire Wire Line 404 | 22150 14900 24650 14900 405 | Connection ~ 22550 15600 406 | Text Label 24700 14925 0 47 ~ 0 407 | VDD_3V3_SPEKTRUM_EN/8.1C 408 | Wire Wire Line 409 | 19950 14900 19150 14900 410 | Text Label 19100 14875 2 47 ~ 0 411 | VDD_5V_IN/7.6A 412 | Wire Wire Line 413 | 19650 17400 19250 17400 414 | Text Label 19200 17375 2 47 ~ 0 415 | VDD_SERVO_IN/9.6A 416 | Text GLabel 21650 16100 3 20 UnSpc 417 | GND 418 | Text GLabel 21650 16700 1 20 UnSpc 419 | GND 420 | Text GLabel 22550 16500 3 20 UnSpc 421 | GND 422 | Text GLabel 22550 16700 1 20 UnSpc 423 | GND 424 | Text GLabel 22950 16500 3 20 UnSpc 425 | GND 426 | Text GLabel 22950 16700 1 20 UnSpc 427 | GND 428 | Text GLabel 23950 16400 3 20 UnSpc 429 | GND 430 | Text GLabel 23950 16700 1 20 UnSpc 431 | GND 432 | Text GLabel 27150 16400 3 20 UnSpc 433 | GND 434 | Text GLabel 27150 16700 1 20 UnSpc 435 | GND 436 | Text GLabel 26650 16400 3 20 UnSpc 437 | GND 438 | Text GLabel 26650 16700 1 20 UnSpc 439 | GND 440 | Text GLabel 20150 19300 3 20 UnSpc 441 | GND 442 | Text GLabel 20150 19400 1 20 UnSpc 443 | GND 444 | Text GLabel 19950 18800 3 20 UnSpc 445 | GND 446 | Text GLabel 19950 19400 1 20 UnSpc 447 | GND 448 | Text GLabel 20750 18000 2 20 UnSpc 449 | GND 450 | Text GLabel 20750 18400 2 20 UnSpc 451 | GND 452 | Text GLabel 20850 19400 1 20 UnSpc 453 | GND 454 | Text GLabel 21950 16100 3 20 UnSpc 455 | GND 456 | Text GLabel 21950 16700 1 20 UnSpc 457 | GND 458 | Text GLabel 25150 16400 3 20 UnSpc 459 | GND 460 | Text GLabel 25150 16700 1 20 UnSpc 461 | GND 462 | Text GLabel 24350 15800 2 20 UnSpc 463 | IO-!RESET 464 | Text GLabel 20750 18200 2 20 UnSpc 465 | IO-!VDD_SERVO_IN_FAULT 466 | Text GLabel 26650 16100 1 20 UnSpc 467 | IO-VDD_3V3 468 | Text GLabel 24350 15600 2 20 UnSpc 469 | IO-VDD_3V3 470 | Text GLabel 27150 16100 1 20 UnSpc 471 | IO-VDD_3V3 472 | Text GLabel 21650 15800 1 20 UnSpc 473 | IO-VDD_5V5 474 | Text GLabel 23250 15400 0 20 UnSpc 475 | IO-VDD_5V5 476 | Text GLabel 23250 15800 0 20 UnSpc 477 | IO-VDD_5V5 478 | Text GLabel 21150 15400 2 20 UnSpc 479 | IO-VDD_5V5 480 | Text GLabel 21950 15800 1 20 UnSpc 481 | IO-VDD_5V5 482 | Text GLabel 20750 17400 2 20 UnSpc 483 | N$4 484 | Text GLabel 21050 15600 3 20 UnSpc 485 | N$4 486 | Text GLabel 20150 18900 1 20 UnSpc 487 | N$20 488 | Text GLabel 20150 18800 3 20 UnSpc 489 | N$20 490 | Text GLabel 21050 15200 1 20 UnSpc 491 | N$46 492 | Text GLabel 20450 14900 2 20 UnSpc 493 | N$46 494 | Text GLabel 22950 16200 1 20 UnSpc 495 | N$104 496 | Text GLabel 23250 16000 0 20 UnSpc 497 | N$104 498 | Text GLabel 24350 15400 2 20 UnSpc 499 | VDD_3V3_SPEKTRUM 500 | Text GLabel 25150 16100 1 20 UnSpc 501 | VDD_3V3_SPEKTRUM 502 | Text GLabel 23250 15600 0 20 UnSpc 503 | VDD_3V3_SPEKTRUM_EN 504 | Text GLabel 22550 16100 1 20 UnSpc 505 | VDD_3V3_SPEKTRUM_EN 506 | Text GLabel 19950 14900 0 20 UnSpc 507 | VDD_5V_IN 508 | Text GLabel 19650 17400 0 20 UnSpc 509 | VDD_SERVO_IN 510 | $EndSCHEMATC 511 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/PX4FMUv2.4_SS_3.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:PX4FMUv2.4 3 | EELAYER 25 0 4 | EELAYER END 5 | $Descr A2 23400 16535 6 | encoding utf-8 7 | Sheet 4 13 8 | Title "PX4FMUv2.4.sch" 9 | Date "8 SEP 2015" 10 | Rev "" 11 | Comp "" 12 | Comment1 "" 13 | Comment2 "" 14 | Comment3 "" 15 | Comment4 "" 16 | $EndDescr 17 | Text Notes 24650 19600 0 86 ~ 0 18 | USB\nmicroSD\nExpansion 19 | Text Notes 21550 18300 0 70 ~ 0 20 | microSD 21 | Text Notes 21950 15700 0 56 ~ 0 22 | To be used with panel-\nmount micro USB connectors:\n - Amphenol MUSBK15230 23 | $Comp 24 | L PIXHAWK2_A4L-LOC #FRAME6 25 | U 1 1 55EE1ECC 26 | P 18250 -20100 27 | F 0 "#FRAME6" H 26800 20699 100 0000 L BNN 28 | F 1 "PX4FMUv2.4" H 26800 20699 100 0000 L BNN 29 | F 2 "" H 18250 20100 60 0001 C CNN 30 | F 3 "" H 18250 20100 60 0001 C CNN 31 | F 0 "#FRAME6" H 26800 20499 90 0000 L BNN 32 | F 1 "9/7/15 11:46 PM" H 26800 20499 90 0000 L BNN 33 | F 2 "" H 18250 20100 60 0001 C CNN 34 | F 3 "" H 18250 20100 60 0001 C CNN 35 | F 0 "#FRAME6" H 27325 20299 100 0000 L BNN 36 | F 1 "3/12" H 27325 20299 100 0000 L BNN 37 | F 2 "" H 18250 20100 60 0001 C CNN 38 | F 3 "" H 18250 20100 60 0001 C CNN 39 | F 0 "#FRAME6" H 26790 20294 100 0000 L BNN 40 | F 1 "Sheet:" H 26790 20294 100 0000 L BNN 41 | F 2 "" H 18250 20100 60 0001 C CNN 42 | F 3 "" H 18250 20100 60 0001 C CNN 43 | 1 18250 20100 44 | 1 0 0 -1 45 | $EndComp 46 | $Comp 47 | L PIXHAWK2_GND #GND4 48 | U 1 1 55EE1F30 49 | P 21450 -15900 50 | F 0 "#GND4" H 21350 15800 70 0000 L BNN 51 | F 1 "GND" H 21350 15800 70 0000 L BNN 52 | F 2 "" H 21450 15900 60 0001 C CNN 53 | F 3 "" H 21450 15900 60 0001 C CNN 54 | 1 21450 15900 55 | 1 0 0 -1 56 | $EndComp 57 | $Comp 58 | L PIXHAWK2_GND #GND16 59 | U 1 1 55EE1F94 60 | P 26850 -18900 61 | F 0 "#GND16" H 26750 18800 70 0000 L BNN 62 | F 1 "GND" H 26750 18800 70 0000 L BNN 63 | F 2 "" H 26850 18900 60 0001 C CNN 64 | F 3 "" H 26850 18900 60 0001 C CNN 65 | 1 26850 18900 66 | 1 0 0 -1 67 | $EndComp 68 | $Comp 69 | L PIXHAWK2_GND #GND20 70 | U 1 1 55EE1FF8 71 | P 21350 -18400 72 | F 0 "#GND20" H 21250 18300 70 0000 L BNN 73 | F 1 "GND" H 21250 18300 70 0000 L BNN 74 | F 2 "" H 21350 18400 60 0001 C CNN 75 | F 3 "" H 21350 18400 60 0001 C CNN 76 | 1 21350 18400 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L PIXHAWK2_MOLEX-47346-0001 J301 81 | U 1 1 55EE20C0 82 | P 21750 14300 83 | F 0 "J301" H 21651 14750 70 0000 L BNN 84 | F 1 "47346-0001" H 21640 13650 70 0000 L BNN 85 | F 2 "PIXHAWK2_MOLEX-47346-0001" H 21740 14090 70 0001 L TNN 86 | 1 21750 14300 87 | 1 0 0 -1 88 | $EndComp 89 | $Comp 90 | L CON-HIROSE-DF13_DF13-4P-1.25V J302 91 | U 1 1 55EE2188 92 | P 21750 15500 93 | F 0 "J302" H 21676 15700 70 0000 L BNN 94 | F 1 "DF13C-4P-1.25V" H 21675 15138 70 0000 L BNN 95 | F 2 "CON-HIROSE-DF13_DF13C-4P-1.25V" H 21675 15138 70 0000 L BNN 96 | 1 21750 15500 97 | 1 0 0 -1 98 | $EndComp 99 | $Comp 100 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 101 | U 1 1 55EE2250 102 | P 27150 18400 103 | F 0 "JX301" H 27250 18370 60 0000 L BNN 104 | F 1 "ARM_MINI_JTAG-SMT" H 27140 18290 70 0001 L TNN 105 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 18190 70 0001 L TNN 106 | 1 27150 18400 107 | 1 0 0 -1 108 | $EndComp 109 | $Comp 110 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 111 | U 2 1 55EE22B4 112 | P 27150 18500 113 | F 0 "JX301" H 27250 18470 60 0000 L BNN 114 | F 1 "ARM_MINI_JTAG-SMT" H 27140 18390 70 0001 L TNN 115 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 18290 70 0001 L TNN 116 | 2 27150 18500 117 | 1 0 0 -1 118 | $EndComp 119 | $Comp 120 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 121 | U 3 1 55EE2318 122 | P 27150 18600 123 | F 0 "JX301" H 27250 18570 60 0000 L BNN 124 | F 1 "ARM_MINI_JTAG-SMT" H 27140 18490 70 0001 L TNN 125 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 18390 70 0001 L TNN 126 | 3 27150 18600 127 | 1 0 0 -1 128 | $EndComp 129 | $Comp 130 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 131 | U 4 1 55EE237C 132 | P 27150 18700 133 | F 0 "JX301" H 27250 18670 60 0000 L BNN 134 | F 1 "ARM_MINI_JTAG-SMT" H 27140 18590 70 0001 L TNN 135 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 18490 70 0001 L TNN 136 | 4 27150 18700 137 | 1 0 0 -1 138 | $EndComp 139 | $Comp 140 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 141 | U 5 1 55EE23E0 142 | P 27150 18100 143 | F 0 "JX301" H 27250 18070 60 0000 L BNN 144 | F 1 "ARM_MINI_JTAG-SMT" H 27140 17990 70 0001 L TNN 145 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 17890 70 0001 L TNN 146 | 5 27150 18100 147 | 1 0 0 -1 148 | $EndComp 149 | $Comp 150 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 151 | U 6 1 55EE2444 152 | P 27150 18300 153 | F 0 "JX301" H 27250 18270 60 0000 L BNN 154 | F 1 "ARM_MINI_JTAG-SMT" H 27140 18190 70 0001 L TNN 155 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 18090 70 0001 L TNN 156 | 6 27150 18300 157 | 1 0 0 -1 158 | $EndComp 159 | $Comp 160 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 161 | U 7 1 55EE24A8 162 | P 27150 18200 163 | F 0 "JX301" H 27250 18170 60 0000 L BNN 164 | F 1 "ARM_MINI_JTAG-SMT" H 27140 18090 70 0001 L TNN 165 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 17990 70 0001 L TNN 166 | 7 27150 18200 167 | 1 0 0 -1 168 | $EndComp 169 | $Comp 170 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 171 | U 8 1 55EE250C 172 | P 27150 18000 173 | F 0 "JX301" H 27250 17970 60 0000 L BNN 174 | F 1 "ARM_MINI_JTAG-SMT" H 27140 17890 70 0001 L TNN 175 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 17790 70 0001 L TNN 176 | 8 27150 18000 177 | 1 0 0 -1 178 | $EndComp 179 | $Comp 180 | L PIXHAWK2_ARM_MINI_JTAG-SMT JX301 181 | U 9 1 55EE2570 182 | P 27150 17900 183 | F 0 "JX301" H 27250 17870 60 0000 L BNN 184 | F 1 "ARM_MINI_JTAG-SMT" H 27121 17955 70 0000 L BNN 185 | F 2 "PIXHAWK2_FTSH-105-01-XXX-DV-K" H 27140 17690 70 0001 L TNN 186 | 9 27150 17900 187 | 1 0 0 -1 188 | $EndComp 189 | $Comp 190 | L PIXHAWK2_RESISTOR0402-RES R301 191 | U 1 1 55EE2638 192 | P 19950 17000 193 | F 0 "R301" H 19800 17059 70 0000 L BNN 194 | F 1 "100K" H 19800 16870 70 0000 L BNN 195 | F 2 "PIXHAWK2_0402-RES" H 19940 16790 70 0001 L TNN 196 | 1 19950 17000 197 | 0 -1 -1 0 198 | $EndComp 199 | $Comp 200 | L PIXHAWK2_RESISTOR0402-RES R302 201 | U 1 1 55EE2700 202 | P 20250 17000 203 | F 0 "R302" H 20100 17059 70 0000 L BNN 204 | F 1 "100K" H 20100 16870 70 0000 L BNN 205 | F 2 "PIXHAWK2_0402-RES" H 20240 16790 70 0001 L TNN 206 | 1 20250 17000 207 | 0 -1 -1 0 208 | $EndComp 209 | $Comp 210 | L PIXHAWK2_RESISTOR0402-RES R303 211 | U 1 1 55EE27C8 212 | P 20550 17000 213 | F 0 "R303" H 20400 17059 70 0000 L BNN 214 | F 1 "100K" H 20400 16870 70 0000 L BNN 215 | F 2 "PIXHAWK2_0402-RES" H 20540 16790 70 0001 L TNN 216 | 1 20550 17000 217 | 0 -1 -1 0 218 | $EndComp 219 | $Comp 220 | L PIXHAWK2_RESISTOR0402-RES R304 221 | U 1 1 55EE2890 222 | P 20850 17000 223 | F 0 "R304" H 20700 17059 70 0000 L BNN 224 | F 1 "100K" H 20700 16870 70 0000 L BNN 225 | F 2 "PIXHAWK2_0402-RES" H 20840 16790 70 0001 L TNN 226 | 1 20850 17000 227 | 0 -1 -1 0 228 | $EndComp 229 | $Comp 230 | L PIXHAWK2_RESISTOR0402-RES R305 231 | U 1 1 55EE2958 232 | P 21150 17000 233 | F 0 "R305" H 21000 17059 70 0000 L BNN 234 | F 1 "100K" H 21000 16870 70 0000 L BNN 235 | F 2 "PIXHAWK2_0402-RES" H 21140 16790 70 0001 L TNN 236 | 1 21150 17000 237 | 0 -1 -1 0 238 | $EndComp 239 | $Comp 240 | L PIXHAWK2_RESISTOR0402-RES R306 241 | U 1 1 55EE2A20 242 | P 24150 14300 243 | F 0 "R306" H 24000 14359 70 0000 L BNN 244 | F 1 "1K5" H 24000 14170 70 0000 L BNN 245 | F 2 "PIXHAWK2_0402-RES" H 24140 14090 70 0001 L TNN 246 | 1 24150 14300 247 | 0 -1 -1 0 248 | $EndComp 249 | $Comp 250 | L PIXHAWK2_RESISTOR0402-RES R307 251 | U 1 1 55EE2AE8 252 | P 24450 14300 253 | F 0 "R307" H 24300 14359 70 0000 L BNN 254 | F 1 "1K5" H 24300 14170 70 0000 L BNN 255 | F 2 "PIXHAWK2_0402-RES" H 24440 14090 70 0001 L TNN 256 | 1 24450 14300 257 | 0 -1 -1 0 258 | $EndComp 259 | $Comp 260 | L BASEBOARD_MICROSDSDI U301 261 | U 1 1 55EE2BB0 262 | P 21700 17550 263 | F 0 "U301" H 21551 17900 70 0000 L BNN 264 | F 1 "2908-05WB-MG" H 21550 16900 70 0000 L BNN 265 | F 2 "BASEBOARD_MICROSD" H 21690 17340 70 0001 L TNN 266 | 1 21700 17550 267 | 1 0 0 -1 268 | $EndComp 269 | $Comp 270 | L PIXHAWK2_NUF2042XV6 U302 271 | U 1 1 55EE2C78 272 | P 20350 14800 273 | F 0 "U302" H 20050 15220 70 0000 L BNN 274 | F 1 "NUF2042XV6" H 20410 15220 70 0000 L BNN 275 | F 2 "PIXHAWK2_SOT563-6" H 20340 14590 70 0001 L TNN 276 | 1 20350 14800 277 | 1 0 0 -1 278 | $EndComp 279 | Wire Wire Line 280 | 24150 14600 24050 14600 281 | Wire Wire Line 282 | 24150 14500 24150 14600 283 | Text Label 24000 14575 2 47 ~ 0 284 | FMU-I2C2_SCL/1.1C 285 | Wire Wire Line 286 | 24050 14700 24450 14700 287 | Wire Wire Line 288 | 24450 14500 24450 14700 289 | Text Label 24000 14675 2 47 ~ 0 290 | FMU-I2C2_SDA/1.1C 291 | Wire Wire Line 292 | 27050 18100 26550 18100 293 | Text Label 26500 18075 2 47 ~ 0 294 | FMU-SWCLK/1.1B 295 | Wire Wire Line 296 | 27050 18000 26550 18000 297 | Text Label 26500 17975 2 47 ~ 0 298 | FMU-SWDIO/1.1B 299 | Wire Wire Line 300 | 27050 18200 26550 18200 301 | Text Label 26500 18175 2 47 ~ 0 302 | FMU-SWO/1.1B 303 | Wire Wire Line 304 | 27050 17900 26550 17900 305 | Text Label 26500 17875 2 47 ~ 0 306 | FMU-VDD_3V3/2.1A 307 | Wire Wire Line 308 | 21450 17300 21350 17300 309 | Wire Wire Line 310 | 21350 17300 21350 16800 311 | Wire Wire Line 312 | 21150 16800 20850 16800 313 | Wire Wire Line 314 | 20850 16800 20550 16800 315 | Wire Wire Line 316 | 20550 16800 20250 16800 317 | Wire Wire Line 318 | 20250 16800 19950 16800 319 | Wire Wire Line 320 | 19950 16800 19850 16800 321 | Wire Wire Line 322 | 21350 16800 21150 16800 323 | Connection ~ 19950 16800 324 | Connection ~ 20250 16800 325 | Connection ~ 20550 16800 326 | Connection ~ 20850 16800 327 | Connection ~ 21150 16800 328 | Text Label 19800 16775 2 47 ~ 0 329 | FMU-VDD_3V3/2.1A 330 | Wire Wire Line 331 | 24450 14100 24150 14100 332 | Wire Wire Line 333 | 24150 14100 23950 14100 334 | Connection ~ 24150 14100 335 | Text Label 23900 14075 2 47 ~ 0 336 | FMU-VDD_3V3/2.1A 337 | Wire Wire Line 338 | 22000 14800 21900 14800 339 | Wire Wire Line 340 | 21900 14800 21800 14800 341 | Wire Wire Line 342 | 21800 14800 21700 14800 343 | Wire Wire Line 344 | 21700 14800 21550 14800 345 | Wire Wire Line 346 | 21550 14800 21450 14800 347 | Wire Wire Line 348 | 21450 14800 21450 15700 349 | Wire Wire Line 350 | 21450 15700 21450 15800 351 | Wire Wire Line 352 | 21550 14500 21550 14800 353 | Wire Wire Line 354 | 21550 15700 21450 15700 355 | Wire Wire Line 356 | 20350 15400 20350 15800 357 | Wire Wire Line 358 | 20350 15800 21450 15800 359 | Connection ~ 21550 14800 360 | Connection ~ 21700 14800 361 | Connection ~ 21800 14800 362 | Connection ~ 21900 14800 363 | Connection ~ 21450 15700 364 | Connection ~ 21450 15800 365 | Wire Wire Line 366 | 27050 18500 26850 18500 367 | Wire Wire Line 368 | 26850 18500 26850 18600 369 | Wire Wire Line 370 | 26850 18600 26850 18700 371 | Wire Wire Line 372 | 26850 18700 26850 18800 373 | Wire Wire Line 374 | 27050 18600 26850 18600 375 | Wire Wire Line 376 | 26850 18700 27050 18700 377 | Connection ~ 26850 18600 378 | Connection ~ 26850 18700 379 | Wire Wire Line 380 | 21350 18300 21350 18000 381 | Wire Wire Line 382 | 21350 18000 21450 18000 383 | Wire Wire Line 384 | 21150 14200 21550 14200 385 | Wire Wire Line 386 | 21550 15600 21150 15600 387 | Wire Wire Line 388 | 21150 15600 21150 15000 389 | Wire Wire Line 390 | 21150 15000 21150 14200 391 | Wire Wire Line 392 | 20850 15000 21150 15000 393 | Connection ~ 21150 15000 394 | Wire Wire Line 395 | 21050 14300 21550 14300 396 | Wire Wire Line 397 | 21550 15500 21050 15500 398 | Wire Wire Line 399 | 21050 15500 21050 14600 400 | Wire Wire Line 401 | 21050 14600 21050 14300 402 | Wire Wire Line 403 | 20850 14600 21050 14600 404 | Connection ~ 21050 14600 405 | Wire Wire Line 406 | 19850 15000 19550 15000 407 | Text Label 19500 14975 2 47 ~ 0 408 | OTG_FS_DM/1.1B 409 | Wire Wire Line 410 | 19850 14600 19550 14600 411 | Text Label 19500 14575 2 47 ~ 0 412 | OTG_FS_DP/1.1B 413 | Wire Wire Line 414 | 21450 17400 19850 17400 415 | Text Label 19800 17375 2 47 ~ 0 416 | SDIO_CK/1.3B 417 | Wire Wire Line 418 | 21450 17700 20550 17700 419 | Wire Wire Line 420 | 20550 17700 19850 17700 421 | Wire Wire Line 422 | 20550 17200 20550 17700 423 | Connection ~ 20550 17700 424 | Text Label 19800 17675 2 47 ~ 0 425 | SDIO_CMD/1.3B 426 | Wire Wire Line 427 | 21450 17800 20850 17800 428 | Wire Wire Line 429 | 20850 17800 19850 17800 430 | Wire Wire Line 431 | 20850 17200 20850 17800 432 | Connection ~ 20850 17800 433 | Text Label 19800 17775 2 47 ~ 0 434 | SDIO_D0/1.3A 435 | Wire Wire Line 436 | 21450 17900 21150 17900 437 | Wire Wire Line 438 | 21150 17900 19850 17900 439 | Wire Wire Line 440 | 21150 17200 21150 17900 441 | Connection ~ 21150 17900 442 | Text Label 19800 17875 2 47 ~ 0 443 | SDIO_D1/1.3A 444 | Wire Wire Line 445 | 21450 17500 19950 17500 446 | Wire Wire Line 447 | 19950 17500 19850 17500 448 | Wire Wire Line 449 | 19950 17200 19950 17500 450 | Connection ~ 19950 17500 451 | Text Label 19800 17475 2 47 ~ 0 452 | SDIO_D2/1.3B 453 | Wire Wire Line 454 | 21450 17600 20250 17600 455 | Wire Wire Line 456 | 20250 17600 19850 17600 457 | Wire Wire Line 458 | 20250 17200 20250 17600 459 | Connection ~ 20250 17600 460 | Text Label 19800 17575 2 47 ~ 0 461 | SDIO_D3/1.3B 462 | Wire Wire Line 463 | 21550 14100 21250 14100 464 | Wire Wire Line 465 | 21250 14100 21250 15400 466 | Wire Wire Line 467 | 21550 15400 21250 15400 468 | Wire Wire Line 469 | 21250 14100 20350 14100 470 | Wire Wire Line 471 | 20350 14100 20350 14200 472 | Wire Wire Line 473 | 19550 14200 20350 14200 474 | Connection ~ 20350 14200 475 | Connection ~ 21250 14100 476 | Text Label 19500 14175 2 47 ~ 0 477 | VBUS/1.1A 478 | Text GLabel 24150 14500 3 20 UnSpc 479 | FMU-I2C2_SCL 480 | Text GLabel 24450 14500 3 20 UnSpc 481 | FMU-I2C2_SDA 482 | Text GLabel 27050 18100 0 20 UnSpc 483 | FMU-SWCLK 484 | Text GLabel 27050 18000 0 20 UnSpc 485 | FMU-SWDIO 486 | Text GLabel 27050 18200 0 20 UnSpc 487 | FMU-SWO 488 | Text GLabel 27050 17900 0 20 UnSpc 489 | FMU-VDD_3V3 490 | Text GLabel 21450 17300 0 20 UnSpc 491 | FMU-VDD_3V3 492 | Text GLabel 21150 16800 1 20 UnSpc 493 | FMU-VDD_3V3 494 | Text GLabel 20850 16800 1 20 UnSpc 495 | FMU-VDD_3V3 496 | Text GLabel 20550 16800 1 20 UnSpc 497 | FMU-VDD_3V3 498 | Text GLabel 20250 16800 1 20 UnSpc 499 | FMU-VDD_3V3 500 | Text GLabel 19950 16800 1 20 UnSpc 501 | FMU-VDD_3V3 502 | Text GLabel 24450 14100 1 20 UnSpc 503 | FMU-VDD_3V3 504 | Text GLabel 24150 14100 1 20 UnSpc 505 | FMU-VDD_3V3 506 | Text GLabel 22000 14800 3 20 UnSpc 507 | GND 508 | Text GLabel 21450 15800 1 20 UnSpc 509 | GND 510 | Text GLabel 21550 14500 0 20 UnSpc 511 | GND 512 | Text GLabel 21700 14800 3 20 UnSpc 513 | GND 514 | Text GLabel 21800 14800 3 20 UnSpc 515 | GND 516 | Text GLabel 21900 14800 3 20 UnSpc 517 | GND 518 | Text GLabel 21550 15700 0 20 UnSpc 519 | GND 520 | Text GLabel 20350 15400 3 20 UnSpc 521 | GND 522 | Text GLabel 26850 18800 1 20 UnSpc 523 | GND 524 | Text GLabel 27050 18500 0 20 UnSpc 525 | GND 526 | Text GLabel 27050 18600 0 20 UnSpc 527 | GND 528 | Text GLabel 27050 18700 0 20 UnSpc 529 | GND 530 | Text GLabel 21350 18300 1 20 UnSpc 531 | GND 532 | Text GLabel 21450 18000 0 20 UnSpc 533 | GND 534 | Text GLabel 21550 14200 0 20 UnSpc 535 | OTG_DM1 536 | Text GLabel 21550 15600 0 20 UnSpc 537 | OTG_DM1 538 | Text GLabel 20850 15000 2 20 UnSpc 539 | OTG_DM1 540 | Text GLabel 21550 14300 0 20 UnSpc 541 | OTG_DP1 542 | Text GLabel 21550 15500 0 20 UnSpc 543 | OTG_DP1 544 | Text GLabel 20850 14600 2 20 UnSpc 545 | OTG_DP1 546 | Text GLabel 19850 15000 0 20 UnSpc 547 | OTG_FS_DM 548 | Text GLabel 19850 14600 0 20 UnSpc 549 | OTG_FS_DP 550 | Text GLabel 21450 17400 0 20 UnSpc 551 | SDIO_CK 552 | Text GLabel 21450 17700 0 20 UnSpc 553 | SDIO_CMD 554 | Text GLabel 20550 17200 3 20 UnSpc 555 | SDIO_CMD 556 | Text GLabel 21450 17800 0 20 UnSpc 557 | SDIO_D0 558 | Text GLabel 20850 17200 3 20 UnSpc 559 | SDIO_D0 560 | Text GLabel 21450 17900 0 20 UnSpc 561 | SDIO_D1 562 | Text GLabel 21150 17200 3 20 UnSpc 563 | SDIO_D1 564 | Text GLabel 21450 17500 0 20 UnSpc 565 | SDIO_D2 566 | Text GLabel 19950 17200 3 20 UnSpc 567 | SDIO_D2 568 | Text GLabel 21450 17600 0 20 UnSpc 569 | SDIO_D3 570 | Text GLabel 20250 17200 3 20 UnSpc 571 | SDIO_D3 572 | Text GLabel 21550 14100 0 20 UnSpc 573 | VBUS 574 | Text GLabel 21550 15400 0 20 UnSpc 575 | VBUS 576 | Text GLabel 20350 14200 1 20 UnSpc 577 | VBUS 578 | $EndSCHEMATC 579 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/PX4FMUv2.4_SS_4.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:PX4FMUv2.4 3 | EELAYER 25 0 4 | EELAYER END 5 | $Descr A2 23400 16535 6 | encoding utf-8 7 | Sheet 5 13 8 | Title "PX4FMUv2.4.sch" 9 | Date "8 SEP 2015" 10 | Rev "" 11 | Comp "" 12 | Comment1 "" 13 | Comment2 "" 14 | Comment3 "" 15 | Comment4 "" 16 | $EndDescr 17 | Text Notes 22050 14700 0 70 ~ 0 18 | SPI 19 | Text Notes 21850 16600 0 70 ~ 0 20 | PRESSURE 21 | Text Notes 21850 18900 0 70 ~ 0 22 | I2C1 23 | Text Notes 27450 13900 0 70 ~ 0 24 | AUX ADC PORTS 25 | Text Notes 24750 19800 0 70 ~ 0 26 | SPI\nI2C\nAnalog pressure\nCAN\nAux ADC ports 27 | Text Notes 19150 15400 0 70 ~ 0 28 | Note: SPI port is UNBUFFERED; only suitable for short connections. 29 | Text Notes 18850 17600 0 70 ~ 0 30 | Divider to scale from 5V to 3.3V\n(ratio of 0.5 chosen) 31 | $Comp 32 | L PIXHAWK2_CAP0402 C401 33 | U 1 1 55EE2DA4 34 | P 19850 17100 35 | F 0 "C401" H 19910 17215 70 0000 L BNN 36 | F 1 "0u1" H 19909 17015 70 0000 L BNN 37 | F 2 "PIXHAWK2_0402-CAP" H 19840 16890 70 0001 L TNN 38 | 1 19850 17100 39 | 1 0 0 -1 40 | $EndComp 41 | $Comp 42 | L PIXHAWK2_CAP0402 C402 43 | U 1 1 55EE2E6C 44 | P 24150 17600 45 | F 0 "C402" H 24210 17715 70 0000 L BNN 46 | F 1 "0u1" H 24209 17515 70 0000 L BNN 47 | F 2 "PIXHAWK2_0402-CAP" H 24140 17390 70 0001 L TNN 48 | 1 24150 17600 49 | 1 0 0 -1 50 | $EndComp 51 | $Comp 52 | L PIXHAWK2_DIODE-TVS D401 53 | U 1 1 55EE2F34 54 | P 20950 18400 55 | F 0 "D401" H 20850 18600 70 0000 L BNN 56 | F 1 "PESD0402-140" H 20850 18500 70 0000 L BNN 57 | F 2 "PIXHAWK2_0402-TVS" H 20940 18190 70 0001 L TNN 58 | F 5 "TVS" H 21025 18345 39 0000 L BNN 59 | 1 20950 18400 60 | 0 -1 -1 0 61 | $EndComp 62 | $Comp 63 | L PIXHAWK2_DIODE-TVS D402 64 | U 1 1 55EE2FFC 65 | P 21350 14300 66 | F 0 "D402" V 21450 14400 70 0000 L BNN 67 | F 1 "PESD0402-140" V 21350 14400 70 0000 L BNN 68 | F 2 "PIXHAWK2_0402-TVS" H 21340 14090 70 0001 L TNN 69 | F 5 "TVS" H 21425 14245 39 0000 L BNN 70 | 1 21350 14300 71 | 0 -1 -1 0 72 | $EndComp 73 | $Comp 74 | L PIXHAWK2_DIODE-TVS D403 75 | U 1 1 55EE30C4 76 | P 26950 14400 77 | F 0 "D403" V 27050 14500 70 0000 L BNN 78 | F 1 "PESD0402-140" V 26950 14500 70 0000 L BNN 79 | F 2 "PIXHAWK2_0402-TVS" H 26940 14190 70 0001 L TNN 80 | F 5 "TVS" H 27025 14345 39 0000 L BNN 81 | 1 26950 14400 82 | 0 -1 -1 0 83 | $EndComp 84 | $Comp 85 | L PIXHAWK2_DIODE-TVS D404 86 | U 1 1 55EE318C 87 | P 26950 17000 88 | F 0 "D404" V 27050 17100 70 0000 L BNN 89 | F 1 "PESD0402-140" V 26950 17100 70 0000 L BNN 90 | F 2 "PIXHAWK2_0402-TVS" H 26940 16790 70 0001 L TNN 91 | F 5 "TVS" H 27025 16945 39 0000 L BNN 92 | 1 26950 17000 93 | 0 -1 -1 0 94 | $EndComp 95 | $Comp 96 | L PIXHAWK2_A4L-LOC #FRAME9 97 | U 1 1 55EE31F0 98 | P 18250 -20100 99 | F 0 "#FRAME9" H 26800 20699 100 0000 L BNN 100 | F 1 "PX4FMUv2.4" H 26800 20699 100 0000 L BNN 101 | F 2 "" H 18250 20100 60 0001 C CNN 102 | F 3 "" H 18250 20100 60 0001 C CNN 103 | F 0 "#FRAME9" H 26800 20499 90 0000 L BNN 104 | F 1 "9/7/15 11:46 PM" H 26800 20499 90 0000 L BNN 105 | F 2 "" H 18250 20100 60 0001 C CNN 106 | F 3 "" H 18250 20100 60 0001 C CNN 107 | F 0 "#FRAME9" H 27325 20299 100 0000 L BNN 108 | F 1 "4/12" H 27325 20299 100 0000 L BNN 109 | F 2 "" H 18250 20100 60 0001 C CNN 110 | F 3 "" H 18250 20100 60 0001 C CNN 111 | F 0 "#FRAME9" H 26790 20294 100 0000 L BNN 112 | F 1 "Sheet:" H 26790 20294 100 0000 L BNN 113 | F 2 "" H 18250 20100 60 0001 C CNN 114 | F 3 "" H 18250 20100 60 0001 C CNN 115 | 1 18250 20100 116 | 1 0 0 -1 117 | $EndComp 118 | $Comp 119 | L PIXHAWK2_GND #GND13 120 | U 1 1 55EE3254 121 | P 25750 -18200 122 | F 0 "#GND13" H 25650 18100 70 0000 L BNN 123 | F 1 "GND" H 25650 18100 70 0000 L BNN 124 | F 2 "" H 25750 18200 60 0001 C CNN 125 | F 3 "" H 25750 18200 60 0001 C CNN 126 | 1 25750 18200 127 | 1 0 0 -1 128 | $EndComp 129 | $Comp 130 | L PIXHAWK2_GND #GND31 131 | U 1 1 55EE32B8 132 | P 20950 -19200 133 | F 0 "#GND31" H 20850 19100 70 0000 L BNN 134 | F 1 "GND" H 20850 19100 70 0000 L BNN 135 | F 2 "" H 20950 19200 60 0001 C CNN 136 | F 3 "" H 20950 19200 60 0001 C CNN 137 | 1 20950 19200 138 | 1 0 0 -1 139 | $EndComp 140 | $Comp 141 | L PIXHAWK2_GND #GND50 142 | U 1 1 55EE331C 143 | P 25750 -15200 144 | F 0 "#GND50" H 25650 15100 70 0000 L BNN 145 | F 1 "GND" H 25650 15100 70 0000 L BNN 146 | F 2 "" H 25750 15200 60 0001 C CNN 147 | F 3 "" H 25750 15200 60 0001 C CNN 148 | 1 25750 15200 149 | 1 0 0 -1 150 | $EndComp 151 | $Comp 152 | L PIXHAWK2_GND #GND56 153 | U 1 1 55EE3380 154 | P 24550 -18200 155 | F 0 "#GND56" H 24450 18100 70 0000 L BNN 156 | F 1 "GND" H 24450 18100 70 0000 L BNN 157 | F 2 "" H 24550 18200 60 0001 C CNN 158 | F 3 "" H 24550 18200 60 0001 C CNN 159 | 1 24550 18200 160 | 1 0 0 -1 161 | $EndComp 162 | $Comp 163 | L PIXHAWK2_GND #GND63 164 | U 1 1 55EE33E4 165 | P 21350 -17500 166 | F 0 "#GND63" H 21250 17400 70 0000 L BNN 167 | F 1 "GND" H 21250 17400 70 0000 L BNN 168 | F 2 "" H 21350 17500 60 0001 C CNN 169 | F 3 "" H 21350 17500 60 0001 C CNN 170 | 1 21350 17500 171 | 1 0 0 -1 172 | $EndComp 173 | $Comp 174 | L PIXHAWK2_GND #GND70 175 | U 1 1 55EE3448 176 | P 21350 -15200 177 | F 0 "#GND70" H 21250 15100 70 0000 L BNN 178 | F 1 "GND" H 21250 15100 70 0000 L BNN 179 | F 2 "" H 21350 15200 60 0001 C CNN 180 | F 3 "" H 21350 15200 60 0001 C CNN 181 | 1 21350 15200 182 | 1 0 0 -1 183 | $EndComp 184 | $Comp 185 | L CON-HIROSE-DF13_DF13-4P-1.25V J401 186 | U 1 1 55EE3510 187 | P 21650 18800 188 | F 0 "J401" H 21576 19000 70 0000 L BNN 189 | F 1 "DF13C-4P-1.25V" H 21575 18438 70 0000 L BNN 190 | F 2 "CON-HIROSE-DF13_DF13C-4P-1.25V" H 21575 18438 70 0000 L BNN 191 | 1 21650 18800 192 | 1 0 0 -1 193 | $EndComp 194 | $Comp 195 | L CON-HIROSE-DF13_DF13-3P-1.25V J402 196 | U 1 1 55EE35D8 197 | P 21650 16600 198 | F 0 "J402" H 21576 16800 70 0000 L BNN 199 | F 1 "DF13C-3P-1.25V" H 21575 16338 70 0000 L BNN 200 | F 2 "CON-HIROSE-DF13_DF13C-3P-1.25V" H 21575 16338 70 0000 L BNN 201 | 1 21650 16600 202 | 1 0 0 -1 203 | $EndComp 204 | $Comp 205 | L CON-HIROSE-DF13_DF13-7P-1.25V J403 206 | U 1 1 55EE36A0 207 | P 21950 14700 208 | F 0 "J403" H 21876 15100 70 0000 L BNN 209 | F 1 "DF13C-7P-1.25V" H 21875 14238 70 0000 L BNN 210 | F 2 "CON-HIROSE-DF13_DF13C-7P-1.25V" H 21875 14238 70 0000 L BNN 211 | 1 21950 14700 212 | 1 0 0 -1 213 | $EndComp 214 | $Comp 215 | L CON-HIROSE-DF13_DF13-5P-1.25V J404 216 | U 1 1 55EE3768 217 | P 27550 14800 218 | F 0 "J404" H 27476 15100 70 0000 L BNN 219 | F 1 "DF13C-5P-1.25V" H 27475 14438 70 0000 L BNN 220 | F 2 "CON-HIROSE-DF13_DF13C-5P-1.25V" H 27475 14438 70 0000 L BNN 221 | 1 27550 14800 222 | 1 0 0 -1 223 | $EndComp 224 | $Comp 225 | L CON-HIROSE-DF13_DF13-4P-1.25V J405 226 | U 1 1 55EE3830 227 | P 27450 17200 228 | F 0 "J405" H 27376 17400 70 0000 L BNN 229 | F 1 "DF13C-4P-1.25V" H 27375 16838 70 0000 L BNN 230 | F 2 "CON-HIROSE-DF13_DF13C-4P-1.25V" H 27375 16838 70 0000 L BNN 231 | 1 27450 17200 232 | 1 0 0 -1 233 | $EndComp 234 | $Comp 235 | L PIXHAWK2_KNH16C104DA5TS L401 236 | U 1 1 55EE38F8 237 | P 20150 16300 238 | F 0 "L401" H 19950 16500 70 0000 L BNN 239 | F 1 "KNH16C104DA5TS" H 19950 16400 70 0000 L BNN 240 | F 2 "PIXHAWK2_KYOCERA-KNH16-DA" H 20140 16090 70 0001 L TNN 241 | 1 20150 16300 242 | 1 0 0 -1 243 | $EndComp 244 | $Comp 245 | L PIXHAWK2_KNH16C104DA5TS L402 246 | U 1 1 55EE39C0 247 | P 20250 14000 248 | F 0 "L402" H 20050 14200 70 0000 L BNN 249 | F 1 "KNH16C104DA5TS" H 20050 14100 70 0000 L BNN 250 | F 2 "PIXHAWK2_KYOCERA-KNH16-DA" H 20240 13790 70 0001 L TNN 251 | 1 20250 14000 252 | 1 0 0 -1 253 | $EndComp 254 | $Comp 255 | L PIXHAWK2_KNH16C104DA5TS L403 256 | U 1 1 55EE3A88 257 | P 25750 16600 258 | F 0 "L403" H 25550 16800 70 0000 L BNN 259 | F 1 "KNH16C104DA5TS" H 25550 16700 70 0000 L BNN 260 | F 2 "PIXHAWK2_KYOCERA-KNH16-DA" H 25740 16390 70 0001 L TNN 261 | 1 25750 16600 262 | 1 0 0 -1 263 | $EndComp 264 | $Comp 265 | L PIXHAWK2_KNH16C104DA5TS L404 266 | U 1 1 55EE3B50 267 | P 25750 14100 268 | F 0 "L404" H 25550 14300 70 0000 L BNN 269 | F 1 "KNH16C104DA5TS" H 25550 14200 70 0000 L BNN 270 | F 2 "PIXHAWK2_KYOCERA-KNH16-DA" H 25740 13890 70 0001 L TNN 271 | 1 25750 14100 272 | 1 0 0 -1 273 | $EndComp 274 | $Comp 275 | L PIXHAWK2_RESISTOR0402-RES R401 276 | U 1 1 55EE3C18 277 | P 19750 18300 278 | F 0 "R401" H 19600 18359 70 0000 L BNN 279 | F 1 "1K5" H 19600 18170 70 0000 L BNN 280 | F 2 "PIXHAWK2_0402-RES" H 19740 18090 70 0001 L TNN 281 | 1 19750 18300 282 | 0 -1 -1 0 283 | $EndComp 284 | $Comp 285 | L PIXHAWK2_RESISTOR0402-RES R402 286 | U 1 1 55EE3CE0 287 | P 20150 18300 288 | F 0 "R402" H 20000 18359 70 0000 L BNN 289 | F 1 "1K5" H 20000 18170 70 0000 L BNN 290 | F 2 "PIXHAWK2_0402-RES" H 20140 18090 70 0001 L TNN 291 | 1 20150 18300 292 | 0 -1 -1 0 293 | $EndComp 294 | $Comp 295 | L PIXHAWK2_RESISTOR0402-RES R403 296 | U 1 1 55EE3DA8 297 | P 20350 17000 298 | F 0 "R403" H 20200 17059 70 0000 L BNN 299 | F 1 "10K/0.1%" H 20200 16870 70 0000 L BNN 300 | F 2 "PIXHAWK2_0402-RES" H 20340 16790 70 0001 L TNN 301 | 1 20350 17000 302 | 0 -1 -1 0 303 | $EndComp 304 | $Comp 305 | L PIXHAWK2_RESISTOR0402-RES R404 306 | U 1 1 55EE3E70 307 | P 20450 18600 308 | F 0 "R404" H 20300 18659 70 0000 L BNN 309 | F 1 "120R" H 20300 18470 70 0000 L BNN 310 | F 2 "PIXHAWK2_0402-RES" H 20440 18390 70 0001 L TNN 311 | 1 20450 18600 312 | 1 0 0 -1 313 | $EndComp 314 | $Comp 315 | L PIXHAWK2_RESISTOR0402-RES R405 316 | U 1 1 55EE3F38 317 | P 20650 18900 318 | F 0 "R405" H 20500 18959 70 0000 L BNN 319 | F 1 "120R" H 20500 18770 70 0000 L BNN 320 | F 2 "PIXHAWK2_0402-RES" H 20640 18690 70 0001 L TNN 321 | 1 20650 18900 322 | 1 0 0 -1 323 | $EndComp 324 | $Comp 325 | L PIXHAWK2_RESISTOR0402-RES R406 326 | U 1 1 55EE4000 327 | P 20750 16700 328 | F 0 "R406" H 20600 16759 70 0000 L BNN 329 | F 1 "10K/0.1%" H 20600 16570 70 0000 L BNN 330 | F 2 "PIXHAWK2_0402-RES" H 20740 16490 70 0001 L TNN 331 | 1 20750 16700 332 | 1 0 0 -1 333 | $EndComp 334 | $Comp 335 | L PIXHAWK2_RESISTOR0402-RES R407 336 | U 1 1 55EE40C8 337 | P 25250 14600 338 | F 0 "R407" H 25100 14659 70 0000 L BNN 339 | F 1 "10K/0.1%" H 25100 14470 70 0000 L BNN 340 | F 2 "PIXHAWK2_0402-RES" H 25240 14390 70 0001 L TNN 341 | 1 25250 14600 342 | 1 0 0 -1 343 | $EndComp 344 | $Comp 345 | L PIXHAWK2_RESISTOR0402-RES R408 346 | U 1 1 55EE4190 347 | P 25250 14900 348 | F 0 "R408" H 25100 14959 70 0000 L BNN 349 | F 1 "10K/0.1%" H 25100 14770 70 0000 L BNN 350 | F 2 "PIXHAWK2_0402-RES" H 25240 14690 70 0001 L TNN 351 | 1 25250 14900 352 | 1 0 0 -1 353 | $EndComp 354 | $Comp 355 | L PIXHAWK2_RESISTOR0402-RES R409 356 | U 1 1 55EE4258 357 | P 26150 17600 358 | F 0 "R409" H 26000 17659 70 0000 L BNN 359 | F 1 "120R" H 26000 17470 70 0000 L BNN 360 | F 2 "PIXHAWK2_0402-RES" H 26140 17390 70 0001 L TNN 361 | 1 26150 17600 362 | 1 0 0 -1 363 | $EndComp 364 | $Comp 365 | L PIXHAWK2_MAX3051MAX3051EKA U401 366 | U 1 1 55EE4320 367 | P 25050 17200 368 | F 0 "U401" H 24750 17530 56 0000 L BNN 369 | F 1 "MAX3051" H 24750 16720 56 0000 L BNN 370 | F 2 "PIXHAWK2_SOT23-8" H 25040 16990 70 0001 L TNN 371 | 1 25050 17200 372 | 1 0 0 -1 373 | $EndComp 374 | Wire Wire Line 375 | 21750 14800 19750 14800 376 | Text Label 19700 14775 2 47 ~ 0 377 | !SPI_EXT_NSS!/1.5A 378 | Wire Wire Line 379 | 24550 17300 24050 17300 380 | Text Label 24000 17275 2 47 ~ 0 381 | CAN1_RX/1.3B 382 | Wire Wire Line 383 | 24550 17200 24050 17200 384 | Text Label 24000 17175 2 47 ~ 0 385 | CAN1_TX/1.3B 386 | Wire Wire Line 387 | 25650 17200 25850 17200 388 | Wire Wire Line 389 | 25850 17200 27250 17200 390 | Wire Wire Line 391 | 25850 17200 25850 17600 392 | Wire Wire Line 393 | 25850 17600 25850 18000 394 | Wire Wire Line 395 | 25850 18000 27250 18000 396 | Wire Wire Line 397 | 25850 17600 25950 17600 398 | Connection ~ 25850 17200 399 | Connection ~ 25850 17200 400 | Connection ~ 25850 17600 401 | Text Label 27300 18025 0 47 ~ 0 402 | CAN_H/12.4C 403 | Wire Wire Line 404 | 26450 17300 25650 17300 405 | Wire Wire Line 406 | 27250 17300 26450 17300 407 | Wire Wire Line 408 | 26450 17300 26450 17600 409 | Wire Wire Line 410 | 26450 17600 26450 17900 411 | Wire Wire Line 412 | 26450 17900 27250 17900 413 | Wire Wire Line 414 | 26350 17600 26450 17600 415 | Connection ~ 26450 17300 416 | Connection ~ 26450 17300 417 | Connection ~ 26450 17600 418 | Text Label 27300 17925 0 47 ~ 0 419 | CAN_L/12.4C 420 | Wire Wire Line 421 | 20250 18600 19750 18600 422 | Wire Wire Line 423 | 19750 18600 19550 18600 424 | Wire Wire Line 425 | 19750 18500 19750 18600 426 | Connection ~ 19750 18600 427 | Text Label 19500 18575 2 47 ~ 0 428 | FMU-I2C1_SCL/1.1C 429 | Wire Wire Line 430 | 20450 18900 20150 18900 431 | Wire Wire Line 432 | 20150 18900 19550 18900 433 | Wire Wire Line 434 | 20150 18500 20150 18900 435 | Connection ~ 20150 18900 436 | Text Label 19500 18875 2 47 ~ 0 437 | FMU-I2C1_SDA/1.1C 438 | Wire Wire Line 439 | 24550 17000 24150 17000 440 | Wire Wire Line 441 | 24150 17000 24050 17000 442 | Wire Wire Line 443 | 24150 17400 24150 17000 444 | Connection ~ 24150 17000 445 | Text Label 24000 16975 2 47 ~ 0 446 | FMU-VDD_3V3/3.5C 447 | Wire Wire Line 448 | 19550 17800 19750 17800 449 | Wire Wire Line 450 | 19750 17800 20150 17800 451 | Wire Wire Line 452 | 20150 17800 20150 18100 453 | Wire Wire Line 454 | 19750 18100 19750 17800 455 | Connection ~ 19750 17800 456 | Text Label 19500 17775 2 47 ~ 0 457 | FMU-VDD_3V3/3.5C 458 | Wire Wire Line 459 | 25050 14900 24750 14900 460 | Text Label 24700 14875 2 47 ~ 0 461 | FMU_AUX_ADC1/1.3A 462 | Wire Wire Line 463 | 25450 14900 27350 14900 464 | Wire Wire Line 465 | 25050 14600 24750 14600 466 | Text Label 24700 14575 2 47 ~ 0 467 | FMU_AUX_ADC2/1.3A 468 | Wire Wire Line 469 | 25450 14600 25950 14600 470 | Wire Wire Line 471 | 25950 14600 25950 14700 472 | Wire Wire Line 473 | 25950 14700 27350 14700 474 | Wire Wire Line 475 | 21350 16700 21350 17300 476 | Wire Wire Line 477 | 21350 17300 21350 17400 478 | Wire Wire Line 479 | 19850 17200 19850 17300 480 | Wire Wire Line 481 | 19850 17300 20150 17300 482 | Wire Wire Line 483 | 20150 17300 20350 17300 484 | Wire Wire Line 485 | 20350 17200 20350 17300 486 | Wire Wire Line 487 | 21350 16700 21450 16700 488 | Wire Wire Line 489 | 20150 16500 20150 17300 490 | Wire Wire Line 491 | 20350 17300 21350 17300 492 | Connection ~ 20350 17300 493 | Connection ~ 20150 17300 494 | Connection ~ 21350 17300 495 | Wire Wire Line 496 | 21750 15000 21350 15000 497 | Wire Wire Line 498 | 21350 15000 20250 15000 499 | Wire Wire Line 500 | 20250 15000 20250 14200 501 | Wire Wire Line 502 | 21350 14400 21350 15000 503 | Wire Wire Line 504 | 21350 15000 21350 15100 505 | Connection ~ 21350 15000 506 | Wire Wire Line 507 | 20950 19000 20950 19100 508 | Wire Wire Line 509 | 20950 19000 21450 19000 510 | Wire Wire Line 511 | 20950 18500 20950 19000 512 | Connection ~ 20950 19000 513 | Wire Wire Line 514 | 24550 17500 24550 17800 515 | Wire Wire Line 516 | 24550 17800 24550 18100 517 | Wire Wire Line 518 | 24150 17700 24150 17800 519 | Wire Wire Line 520 | 24150 17800 24550 17800 521 | Connection ~ 24550 17800 522 | Wire Wire Line 523 | 27250 17400 26950 17400 524 | Wire Wire Line 525 | 26950 17400 25750 17400 526 | Wire Wire Line 527 | 25650 17000 25750 17000 528 | Wire Wire Line 529 | 25750 17000 25750 17400 530 | Wire Wire Line 531 | 25750 17400 25750 17500 532 | Wire Wire Line 533 | 25750 17500 25650 17500 534 | Wire Wire Line 535 | 25750 17000 25750 16800 536 | Wire Wire Line 537 | 26950 17100 26950 17400 538 | Wire Wire Line 539 | 25750 18100 25750 17500 540 | Connection ~ 25750 17400 541 | Connection ~ 25750 17000 542 | Connection ~ 26950 17400 543 | Connection ~ 25750 17500 544 | Wire Wire Line 545 | 27350 15000 26950 15000 546 | Wire Wire Line 547 | 26950 15000 25750 15000 548 | Wire Wire Line 549 | 25750 15000 25750 15100 550 | Wire Wire Line 551 | 27350 14800 25750 14800 552 | Wire Wire Line 553 | 25750 14800 25750 15000 554 | Wire Wire Line 555 | 25750 14800 25750 14300 556 | Wire Wire Line 557 | 26950 14500 26950 15000 558 | Connection ~ 25750 15000 559 | Connection ~ 25750 14800 560 | Connection ~ 26950 15000 561 | Wire Wire Line 562 | 21750 14900 19750 14900 563 | Text Label 19700 14875 2 47 ~ 0 564 | GPIO_EXT_1/1.3B 565 | Wire Wire Line 566 | 20850 18600 20650 18600 567 | Wire Wire Line 568 | 20850 18600 20850 18800 569 | Wire Wire Line 570 | 20850 18800 21450 18800 571 | Wire Wire Line 572 | 20850 18900 21450 18900 573 | Wire Wire Line 574 | 21750 14400 21650 14400 575 | Wire Wire Line 576 | 21650 14400 21650 14000 577 | Wire Wire Line 578 | 20450 14000 21350 14000 579 | Wire Wire Line 580 | 21350 14000 21650 14000 581 | Wire Wire Line 582 | 21350 14200 21350 14000 583 | Connection ~ 21350 14000 584 | Wire Wire Line 585 | 21450 18700 21150 18700 586 | Wire Wire Line 587 | 21150 18700 21150 18100 588 | Wire Wire Line 589 | 21150 18100 21150 16500 590 | Wire Wire Line 591 | 21150 16500 21450 16500 592 | Wire Wire Line 593 | 20350 16300 21150 16300 594 | Wire Wire Line 595 | 21150 16300 21150 16500 596 | Wire Wire Line 597 | 20950 18300 20950 18100 598 | Wire Wire Line 599 | 20950 18100 21150 18100 600 | Connection ~ 21150 16500 601 | Connection ~ 21150 18100 602 | Wire Wire Line 603 | 27250 17100 27150 17100 604 | Wire Wire Line 605 | 27150 17100 27150 16600 606 | Wire Wire Line 607 | 27150 16600 26950 16600 608 | Wire Wire Line 609 | 26950 16600 25950 16600 610 | Wire Wire Line 611 | 26950 16900 26950 16600 612 | Connection ~ 26950 16600 613 | Wire Wire Line 614 | 27350 14600 27150 14600 615 | Wire Wire Line 616 | 27150 14600 27150 14100 617 | Wire Wire Line 618 | 25950 14100 26950 14100 619 | Wire Wire Line 620 | 26950 14100 27150 14100 621 | Wire Wire Line 622 | 26950 14300 26950 14100 623 | Connection ~ 26950 14100 624 | Wire Wire Line 625 | 20550 16700 20350 16700 626 | Wire Wire Line 627 | 20350 16800 20350 16700 628 | Wire Wire Line 629 | 20350 16700 19850 16700 630 | Wire Wire Line 631 | 19850 16900 19850 16700 632 | Wire Wire Line 633 | 19850 16700 19750 16700 634 | Connection ~ 20350 16700 635 | Connection ~ 19850 16700 636 | Text Label 19700 16675 2 47 ~ 0 637 | PRESSURE_SENS/1.3A 638 | Wire Wire Line 639 | 21050 16600 21050 16700 640 | Wire Wire Line 641 | 21050 16700 20950 16700 642 | Wire Wire Line 643 | 21050 16600 21450 16600 644 | Wire Wire Line 645 | 21050 16600 21050 16000 646 | Wire Wire Line 647 | 21050 16000 21450 16000 648 | Connection ~ 21050 16600 649 | Text Label 21503 16028 0 52 ~ 0 650 | PRESSURE_SENS_IN/12.6B 651 | Wire Wire Line 652 | 21750 14600 19750 14600 653 | Text Label 19700 14575 2 47 ~ 0 654 | SPI_EXT_MISO/1.5A 655 | Wire Wire Line 656 | 21750 14700 19750 14700 657 | Text Label 19700 14675 2 47 ~ 0 658 | SPI_EXT_MOSI/1.5A 659 | Wire Wire Line 660 | 21750 14500 19750 14500 661 | Text Label 19700 14475 2 47 ~ 0 662 | SPI_EXT_SCK/1.5A 663 | Wire Wire Line 664 | 20050 14000 19750 14000 665 | Text Label 19700 13975 2 47 ~ 0 666 | VDD_5V_PERIPH/2.5C 667 | Wire Wire Line 668 | 19950 16300 19750 16300 669 | Text Label 19700 16275 2 47 ~ 0 670 | VDD_5V_PERIPH/2.5C 671 | Wire Wire Line 672 | 25550 16600 24050 16600 673 | Text Label 24000 16575 2 47 ~ 0 674 | VDD_5V_PERIPH/2.5C 675 | Wire Wire Line 676 | 25550 14100 24750 14100 677 | Text Label 24700 14075 2 47 ~ 0 678 | VDD_5V_PERIPH/2.5C 679 | Text GLabel 21750 14800 0 20 UnSpc 680 | !SPI_EXT_NSS 681 | Text GLabel 24550 17300 0 20 UnSpc 682 | CAN1_RX 683 | Text GLabel 24550 17200 0 20 UnSpc 684 | CAN1_TX 685 | Text GLabel 25650 17200 2 20 UnSpc 686 | CAN_H 687 | Text GLabel 27250 17200 0 20 UnSpc 688 | CAN_H 689 | Text GLabel 25950 17600 0 20 UnSpc 690 | CAN_H 691 | Text GLabel 25650 17300 2 20 UnSpc 692 | CAN_L 693 | Text GLabel 27250 17300 0 20 UnSpc 694 | CAN_L 695 | Text GLabel 26350 17600 2 20 UnSpc 696 | CAN_L 697 | Text GLabel 20250 18600 0 20 UnSpc 698 | FMU-I2C1_SCL 699 | Text GLabel 19750 18500 3 20 UnSpc 700 | FMU-I2C1_SCL 701 | Text GLabel 20450 18900 0 20 UnSpc 702 | FMU-I2C1_SDA 703 | Text GLabel 20150 18500 3 20 UnSpc 704 | FMU-I2C1_SDA 705 | Text GLabel 24550 17000 0 20 UnSpc 706 | FMU-VDD_3V3 707 | Text GLabel 24150 17400 1 20 UnSpc 708 | FMU-VDD_3V3 709 | Text GLabel 20150 18100 1 20 UnSpc 710 | FMU-VDD_3V3 711 | Text GLabel 19750 18100 1 20 UnSpc 712 | FMU-VDD_3V3 713 | Text GLabel 25050 14900 0 20 UnSpc 714 | FMU_AUX_ADC1 715 | Text GLabel 25450 14900 2 20 UnSpc 716 | FMU_AUX_ADC1_PROT 717 | Text GLabel 27350 14900 0 20 UnSpc 718 | FMU_AUX_ADC1_PROT 719 | Text GLabel 25050 14600 0 20 UnSpc 720 | FMU_AUX_ADC2 721 | Text GLabel 25450 14600 2 20 UnSpc 722 | FMU_AUX_ADC2_PROT 723 | Text GLabel 27350 14700 0 20 UnSpc 724 | FMU_AUX_ADC2_PROT 725 | Text GLabel 21350 17400 1 20 UnSpc 726 | GND 727 | Text GLabel 19850 17200 3 20 UnSpc 728 | GND 729 | Text GLabel 20350 17200 3 20 UnSpc 730 | GND 731 | Text GLabel 21450 16700 0 20 UnSpc 732 | GND 733 | Text GLabel 20150 16500 3 20 UnSpc 734 | GND 735 | Text GLabel 21350 15100 1 20 UnSpc 736 | GND 737 | Text GLabel 21750 15000 0 20 UnSpc 738 | GND 739 | Text GLabel 20250 14200 3 20 UnSpc 740 | GND 741 | Text GLabel 21350 14400 3 20 UnSpc 742 | GND 743 | Text GLabel 20950 19100 1 20 UnSpc 744 | GND 745 | Text GLabel 21450 19000 0 20 UnSpc 746 | GND 747 | Text GLabel 20950 18500 3 20 UnSpc 748 | GND 749 | Text GLabel 24550 18100 1 20 UnSpc 750 | GND 751 | Text GLabel 24550 17500 0 20 UnSpc 752 | GND 753 | Text GLabel 24150 17700 3 20 UnSpc 754 | GND 755 | Text GLabel 25650 17000 2 20 UnSpc 756 | GND 757 | Text GLabel 25650 17500 2 20 UnSpc 758 | GND 759 | Text GLabel 27250 17400 0 20 UnSpc 760 | GND 761 | Text GLabel 25750 16800 3 20 UnSpc 762 | GND 763 | Text GLabel 26950 17100 3 20 UnSpc 764 | GND 765 | Text GLabel 25750 18100 1 20 UnSpc 766 | GND 767 | Text GLabel 27350 15000 0 20 UnSpc 768 | GND 769 | Text GLabel 25750 15100 1 20 UnSpc 770 | GND 771 | Text GLabel 27350 14800 0 20 UnSpc 772 | GND 773 | Text GLabel 25750 14300 3 20 UnSpc 774 | GND 775 | Text GLabel 26950 14500 3 20 UnSpc 776 | GND 777 | Text GLabel 21750 14900 0 20 UnSpc 778 | GPIO_EXT_1 779 | Text GLabel 20650 18600 2 20 UnSpc 780 | N$33 781 | Text GLabel 21450 18800 0 20 UnSpc 782 | N$33 783 | Text GLabel 20850 18900 2 20 UnSpc 784 | N$37 785 | Text GLabel 21450 18900 0 20 UnSpc 786 | N$37 787 | Text GLabel 21750 14400 0 20 UnSpc 788 | N$41 789 | Text GLabel 20450 14000 2 20 UnSpc 790 | N$41 791 | Text GLabel 21350 14200 1 20 UnSpc 792 | N$41 793 | Text GLabel 21450 18700 0 20 UnSpc 794 | N$42 795 | Text GLabel 21450 16500 0 20 UnSpc 796 | N$42 797 | Text GLabel 20350 16300 2 20 UnSpc 798 | N$42 799 | Text GLabel 20950 18300 1 20 UnSpc 800 | N$42 801 | Text GLabel 27250 17100 0 20 UnSpc 802 | N$48 803 | Text GLabel 25950 16600 2 20 UnSpc 804 | N$48 805 | Text GLabel 26950 16900 1 20 UnSpc 806 | N$48 807 | Text GLabel 27350 14600 0 20 UnSpc 808 | N$98 809 | Text GLabel 25950 14100 2 20 UnSpc 810 | N$98 811 | Text GLabel 26950 14300 1 20 UnSpc 812 | N$98 813 | Text GLabel 20550 16700 0 20 UnSpc 814 | PRESSURE_SENS 815 | Text GLabel 20350 16800 1 20 UnSpc 816 | PRESSURE_SENS 817 | Text GLabel 19850 16900 1 20 UnSpc 818 | PRESSURE_SENS 819 | Text GLabel 20950 16700 2 20 UnSpc 820 | PRESSURE_SENS_IN 821 | Text GLabel 21450 16600 0 20 UnSpc 822 | PRESSURE_SENS_IN 823 | Text GLabel 21750 14600 0 20 UnSpc 824 | SPI_EXT_MISO 825 | Text GLabel 21750 14700 0 20 UnSpc 826 | SPI_EXT_MOSI 827 | Text GLabel 21750 14500 0 20 UnSpc 828 | SPI_EXT_SCK 829 | Text GLabel 20050 14000 0 20 UnSpc 830 | VDD_5V_PERIPH 831 | Text GLabel 19950 16300 0 20 UnSpc 832 | VDD_5V_PERIPH 833 | Text GLabel 25550 16600 0 20 UnSpc 834 | VDD_5V_PERIPH 835 | Text GLabel 25550 14100 0 20 UnSpc 836 | VDD_5V_PERIPH 837 | $EndSCHEMATC 838 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name PX4FMUv2.4)(type Legacy)(uri /home/laudas/eagle/eagle-lbr2kicad/examples/PIXHAWK/kicad_files/PX4FMUv2.4.mod)(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /examples/PIXHAWK/kicad_files/vpad.lbr: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 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 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | TemporyVPADlib 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | VIAPAD 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | VIAPAD 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | VIAPAD 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lachlanA/eagle-to-kicad/9b9674ab57a02cad414f11fd28ef3b631752595a/examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.brd -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lachlanA/eagle-to-kicad/9b9674ab57a02cad414f11fd28ef3b631752595a/examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.pdf -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lachlanA/eagle-to-kicad/9b9674ab57a02cad414f11fd28ef3b631752595a/examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.png -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.pro: -------------------------------------------------------------------------------- 1 | EAGLE AutoRouter Statistics: 2 | 3 | Job : C:/Users/Ben Combee/eagle/RGB LED Shield/RGB LED 1.4.brd 4 | 5 | Start at : 23:10:03 (5/4/2009) 6 | End at : 23:10:37 (5/4/2009) 7 | Elapsed time : 00:00:34 8 | 9 | Signals : 72 RoutingGrid: 8 mil Layers: 2 10 | Connections : 135 predefined: 6 ( 0 Vias ) 11 | 12 | Router memory : 459200 13 | 14 | Passname : Route Optimize1 Optimize2 Optimize3 Optimize4 15 | 16 | Time per pass : 00:00:19 00:00:04 00:00:04 00:00:03 00:00:04 17 | Number of Ripups : 113 0 0 0 0 18 | max. Level : 2 0 0 0 0 19 | max. Total : 20 0 0 0 0 20 | 21 | Routed : 129 129 129 129 129 22 | Vias : 302 242 212 200 186 23 | Resolution : 100.0 % 100.0 % 100.0 % 100.0 % 100.0 % 24 | 25 | Final : 100.0% finished 26 | -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lachlanA/eagle-to-kicad/9b9674ab57a02cad414f11fd28ef3b631752595a/examples/RGB_LED_1.4/eagle_original_files/RGB LED 1.4.sch -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/kicad_files/RGB LED 1.4-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # CAPPTH 5 | # 6 | DEF CAPPTH C 0 40 N N 1 L N 7 | F0 "C" 60 115 50 H V L BNN 8 | F1 "CAPPTH" 60 -85 50 H V L BNN 9 | F2 "CAP-PTH-SMALL" 30 150 20 H I C CNN 10 | F3 "" 0 0 60 H V C CNN 11 | $FPLIST 12 | *CAP-PTH-SMALL* 13 | $ENDFPLIST 14 | DRAW 15 | P 2 1 0 0 0 0 0 20 N 16 | P 2 1 0 0 0 100 0 80 N 17 | S -80 20 80 40 1 1 0 F 18 | S -80 60 80 80 1 1 0 F 19 | X 1 1 0 200 100 D 40 40 1 1 P 20 | X 2 2 0 -100 100 U 40 40 1 1 P 21 | ENDDRAW 22 | ENDDEF 23 | # 24 | # GND 25 | # 26 | DEF GND #GND 0 40 N N 1 L P 27 | F0 "#GND" 0 0 50 H I L BNN 28 | F1 "GND" -100 -100 50 H V L BNN 29 | F2 "" 0 0 60 H V C CNN 30 | F3 "" 0 0 60 H V C CNN 31 | DRAW 32 | P 2 1 0 0 -75 0 75 0 N 33 | P 2 1 0 0 0 100 0 0 N 34 | X GND ~ 0 100 100 D 40 40 1 1 W N 35 | ENDDRAW 36 | ENDDEF 37 | # 38 | # LED-TRICOLOR-THROUGHHOLE 39 | # 40 | DEF LED-TRICOLOR-THROUGHHOLE M 0 40 Y N 1 L N 41 | F0 "M" -300 230 50 H V L BNN 42 | F1 "LED-TRICOLOR-THROUGHHOLE" -300 -300 50 H V L BNN 43 | F2 "LED-TRICOLOR-THROUGHHOLE" 30 150 20 H I C CNN 44 | F3 "" 0 0 60 H V C CNN 45 | $FPLIST 46 | *LED-TRICOLOR-THROUGHHOLE* 47 | $ENDFPLIST 48 | DRAW 49 | P 2 1 0 0 -300 -200 -300 200 N 50 | P 2 1 0 0 -300 200 400 200 N 51 | P 2 1 0 0 50 -50 50 0 N 52 | P 2 1 0 0 50 0 0 0 N 53 | P 2 1 0 0 50 0 50 50 N 54 | P 2 1 0 0 50 0 100 -50 N 55 | P 2 1 0 0 100 -50 100 0 N 56 | P 2 1 0 0 100 0 100 50 N 57 | P 2 1 0 0 100 0 150 0 N 58 | P 2 1 0 0 100 50 50 0 N 59 | P 2 1 0 0 400 -200 -300 -200 N 60 | P 2 1 0 0 400 200 400 -200 N 61 | X RED RED -400 100 100 R 40 40 1 1 B 62 | X A GND 500 0 100 L 40 40 1 1 B 63 | X GRN GRN -400 -100 100 R 40 40 1 1 B 64 | X BLU BLU -400 0 100 R 40 40 1 1 B 65 | ENDDRAW 66 | ENDDEF 67 | # 68 | # M02LOCK 69 | # 70 | DEF M02LOCK JP 0 40 N Y 1 L N 71 | F0 "JP" -100 230 50 H V L BNN 72 | F1 "M02LOCK" -100 -200 50 H V L BNN 73 | F2 "1X02_LOCK" 30 150 20 H I C CNN 74 | F3 "" 0 0 60 H V C CNN 75 | $FPLIST 76 | *1X02_LOCK* 77 | $ENDFPLIST 78 | DRAW 79 | P 2 1 0 0 -100 200 -100 -100 N 80 | P 2 1 0 0 -100 200 150 200 N 81 | P 2 1 0 0 50 0 100 0 N 82 | P 2 1 0 0 50 100 100 100 N 83 | P 2 1 0 0 150 -100 -100 -100 N 84 | P 2 1 0 0 150 -100 150 200 N 85 | X 1 1 300 0 200 L 40 40 1 1 P 86 | X 2 2 300 100 200 L 40 40 1 1 P 87 | ENDDRAW 88 | ENDDEF 89 | # 90 | # M04LOCK 91 | # 92 | DEF M04LOCK JP 0 40 N Y 1 L N 93 | F0 "JP" -200 330 50 H V L BNN 94 | F1 "M04LOCK" -200 -300 50 H V L BNN 95 | F2 "1X04_LOCK" 30 150 20 H I C CNN 96 | F3 "" 0 0 60 H V C CNN 97 | $FPLIST 98 | *1X04_LOCK* 99 | $ENDFPLIST 100 | DRAW 101 | P 2 1 0 0 -200 300 -200 -200 N 102 | P 2 1 0 0 -200 300 50 300 N 103 | P 2 1 0 0 -50 -100 0 -100 N 104 | P 2 1 0 0 -50 0 0 0 N 105 | P 2 1 0 0 -50 100 0 100 N 106 | P 2 1 0 0 -50 200 0 200 N 107 | P 2 1 0 0 50 -200 -200 -200 N 108 | P 2 1 0 0 50 -200 50 300 N 109 | X 1 1 200 -100 200 L 40 40 1 1 P 110 | X 2 2 200 0 200 L 40 40 1 1 P 111 | X 3 3 200 100 200 L 40 40 1 1 P 112 | X 4 4 200 200 200 L 40 40 1 1 P 113 | ENDDRAW 114 | ENDDEF 115 | # 116 | # M05LOCK 117 | # 118 | DEF M05LOCK JP 0 40 N Y 1 L N 119 | F0 "JP" -100 330 50 H V L BNN 120 | F1 "M05LOCK" -100 -400 50 H V L BNN 121 | F2 "1X05_LOCK" 30 150 20 H I C CNN 122 | F3 "" 0 0 60 H V C CNN 123 | $FPLIST 124 | *1X05_LOCK* 125 | $ENDFPLIST 126 | DRAW 127 | P 2 1 0 0 -100 300 -100 -300 N 128 | P 2 1 0 0 -100 300 150 300 N 129 | P 2 1 0 0 50 -200 100 -200 N 130 | P 2 1 0 0 50 -100 100 -100 N 131 | P 2 1 0 0 50 0 100 0 N 132 | P 2 1 0 0 50 100 100 100 N 133 | P 2 1 0 0 50 200 100 200 N 134 | P 2 1 0 0 150 -300 -100 -300 N 135 | P 2 1 0 0 150 -300 150 300 N 136 | X 1 1 300 -200 200 L 40 40 1 1 P 137 | X 2 2 300 -100 200 L 40 40 1 1 P 138 | X 3 3 300 0 200 L 40 40 1 1 P 139 | X 4 4 300 100 200 L 40 40 1 1 P 140 | X 5 5 300 200 200 L 40 40 1 1 P 141 | ENDDRAW 142 | ENDDEF 143 | # 144 | # M06LOCK 145 | # 146 | DEF M06LOCK JP 0 40 N Y 1 L N 147 | F0 "JP" -200 430 50 H V L BNN 148 | F1 "M06LOCK" -200 -400 50 H V L BNN 149 | F2 "1X06_LOCK" 30 150 20 H I C CNN 150 | F3 "" 0 0 60 H V C CNN 151 | $FPLIST 152 | *1X06_LOCK* 153 | *1X06_LOCK_LONGPADS* 154 | *MOLEX-1X6* 155 | *MOLEX-1X6_LOCK* 156 | *MOLEX-1X6-RA* 157 | *MOLEX-1X6-RA_LOCK* 158 | *1X06* 159 | *1X06-SMD* 160 | $ENDFPLIST 161 | DRAW 162 | P 2 1 0 0 -200 400 -200 -300 N 163 | P 2 1 0 0 -200 400 50 400 N 164 | P 2 1 0 0 -50 -200 0 -200 N 165 | P 2 1 0 0 -50 -100 0 -100 N 166 | P 2 1 0 0 -50 0 0 0 N 167 | P 2 1 0 0 -50 100 0 100 N 168 | P 2 1 0 0 -50 200 0 200 N 169 | P 2 1 0 0 -50 300 0 300 N 170 | P 2 1 0 0 50 -300 -200 -300 N 171 | P 2 1 0 0 50 -300 50 400 N 172 | X 1 1 200 -200 200 L 40 40 1 1 P 173 | X 2 2 200 -100 200 L 40 40 1 1 P 174 | X 3 3 200 0 200 L 40 40 1 1 P 175 | X 4 4 200 100 200 L 40 40 1 1 P 176 | X 5 5 200 200 200 L 40 40 1 1 P 177 | X 6 6 200 300 200 L 40 40 1 1 P 178 | ENDDRAW 179 | ENDDEF 180 | # 181 | # M08LOCK 182 | # 183 | DEF M08LOCK JP 0 40 N Y 1 L N 184 | F0 "JP" -200 530 50 H V L BNN 185 | F1 "M08LOCK" -200 -500 50 H V L BNN 186 | F2 "1X08_LOCK" 30 150 20 H I C CNN 187 | F3 "" 0 0 60 H V C CNN 188 | $FPLIST 189 | *1X08_LOCK* 190 | $ENDFPLIST 191 | DRAW 192 | P 2 1 0 0 -200 500 -200 -400 N 193 | P 2 1 0 0 -200 500 50 500 N 194 | P 2 1 0 0 -50 -300 0 -300 N 195 | P 2 1 0 0 -50 -200 0 -200 N 196 | P 2 1 0 0 -50 -100 0 -100 N 197 | P 2 1 0 0 -50 0 0 0 N 198 | P 2 1 0 0 -50 100 0 100 N 199 | P 2 1 0 0 -50 200 0 200 N 200 | P 2 1 0 0 -50 300 0 300 N 201 | P 2 1 0 0 -50 400 0 400 N 202 | P 2 1 0 0 50 -400 -200 -400 N 203 | P 2 1 0 0 50 -400 50 500 N 204 | X 1 1 200 -300 200 L 40 40 1 1 P 205 | X 2 2 200 -200 200 L 40 40 1 1 P 206 | X 3 3 200 -100 200 L 40 40 1 1 P 207 | X 4 4 200 0 200 L 40 40 1 1 P 208 | X 5 5 200 100 200 L 40 40 1 1 P 209 | X 6 6 200 200 200 L 40 40 1 1 P 210 | X 7 7 200 300 200 L 40 40 1 1 P 211 | X 8 8 200 400 200 L 40 40 1 1 P 212 | ENDDRAW 213 | ENDDEF 214 | # 215 | # R-US_0309_12 216 | # 217 | DEF R-US_0309_12 R 0 40 N N 1 L N 218 | F0 "R" -150 59 50 H V L BNN 219 | F1 "R-US_0309_12" -150 -130 50 H V L BNN 220 | F2 "0309_12" 30 150 20 H I C CNN 221 | F3 "" 0 0 60 H V C CNN 222 | $FPLIST 223 | *0309_12* 224 | $ENDFPLIST 225 | DRAW 226 | P 2 1 0 0 -100 0 -85 40 N 227 | P 2 1 0 0 -85 40 -60 -40 N 228 | P 2 1 0 0 -60 -40 -35 40 N 229 | P 2 1 0 0 -35 40 -10 -40 N 230 | P 2 1 0 0 -10 -40 15 40 N 231 | P 2 1 0 0 15 40 40 -40 N 232 | P 2 1 0 0 40 -40 65 40 N 233 | P 2 1 0 0 65 40 90 -40 N 234 | P 2 1 0 0 90 -40 100 0 N 235 | X 1 1 -200 0 100 R 40 40 1 1 P 236 | X 2 2 200 0 100 L 40 40 1 1 P 237 | ENDDRAW 238 | ENDDEF 239 | # 240 | # TAC_SWITCHPTH 241 | # 242 | DEF TAC_SWITCHPTH S 0 40 N Y 1 L N 243 | F0 "S" -100 250 50 H V L BNN 244 | F1 "TAC_SWITCHPTH" -100 -250 50 H V L BNN 245 | F2 "TACTILE-PTH" 30 150 20 H I C CNN 246 | F3 "" 0 0 60 H V C CNN 247 | $FPLIST 248 | *TACTILE-PTH* 249 | *TACTILE_SWITCH_SMD* 250 | $ENDFPLIST 251 | DRAW 252 | P 2 1 0 0 -100 -100 -100 0 N 253 | P 2 1 0 0 -100 0 75 50 N 254 | P 2 1 0 0 -75 175 -75 125 N 255 | P 2 1 0 0 0 50 0 25 N 256 | P 2 1 0 0 0 100 0 75 N 257 | P 2 1 0 0 0 175 -75 175 N 258 | P 2 1 0 0 0 175 0 125 N 259 | P 2 1 0 0 75 0 100 0 N 260 | P 2 1 0 0 75 175 0 175 N 261 | P 2 1 0 0 75 175 75 125 N 262 | P 2 1 0 0 100 -100 100 0 N 263 | C -100 0 5 1 1 0 F 264 | C 100 0 5 1 1 0 F 265 | X 1 1 -200 0 100 R 40 40 1 1 P 266 | X 2 2 -200 -100 100 R 40 40 1 1 P 267 | X 3 3 200 0 100 L 40 40 1 1 P 268 | X 4 4 200 -100 100 L 40 40 1 1 P 269 | ENDDRAW 270 | ENDDEF 271 | # 272 | # TLC9450NT 273 | # 274 | DEF TLC9450NT M 0 40 Y Y 1 L N 275 | F0 "M" -600 1640 50 H V L BNN 276 | F1 "TLC9450NT" -600 -1700 50 H V L BNN 277 | F2 "DIL28-3" 30 150 20 H I C CNN 278 | F3 "" 0 0 60 H V C CNN 279 | $FPLIST 280 | *DIL28-3* 281 | $ENDFPLIST 282 | DRAW 283 | P 2 1 0 0 -600 -1600 500 -1600 N 284 | P 2 1 0 0 -600 1600 -600 -1600 N 285 | P 2 1 0 0 500 -1600 500 1600 N 286 | P 2 1 0 0 500 1600 -600 1600 N 287 | X OUT1 1 700 1300 200 L 40 40 1 1 B 288 | X OUT2 2 700 1100 200 L 40 40 1 1 B 289 | X OUT3 3 700 900 200 L 40 40 1 1 B 290 | X OUT4 4 700 700 200 L 40 40 1 1 B 291 | X OUT5 5 700 500 200 L 40 40 1 1 B 292 | X OUT6 6 700 300 200 L 40 40 1 1 B 293 | X OUT7 7 700 100 200 L 40 40 1 1 B 294 | X OUT8 8 700 -100 200 L 40 40 1 1 B 295 | X OUT9 9 700 -300 200 L 40 40 1 1 B 296 | X OUT10 10 700 -500 200 L 40 40 1 1 B 297 | X IREF 20 -800 -500 200 R 40 40 1 1 B 298 | X OUT11 11 700 -700 200 L 40 40 1 1 B 299 | X VCC 21 -800 -300 200 R 40 40 1 1 B 300 | X OUT12 12 700 -900 200 L 40 40 1 1 B 301 | X GND 22 -800 -100 200 R 40 40 1 1 B 302 | X OUT13 13 700 -1100 200 L 40 40 1 1 B 303 | X BLANK 23 -800 100 200 R 40 40 1 1 B 304 | X OUT14 14 700 -1300 200 L 40 40 1 1 B 305 | X XLAT 24 -800 300 200 R 40 40 1 1 B 306 | X OUT15 15 700 -1500 200 L 40 40 1 1 B 307 | X SCLK 25 -800 500 200 R 40 40 1 1 B 308 | X XERR 16 -800 -1300 200 R 40 40 1 1 B 309 | X SIN 26 -800 700 200 R 40 40 1 1 B 310 | X SOUT 17 -800 -1100 200 R 40 40 1 1 B 311 | X VPRG 27 -800 900 200 R 40 40 1 1 B 312 | X GSCLK 18 -800 -900 200 R 40 40 1 1 B 313 | X OUT0 28 700 1500 200 L 40 40 1 1 B 314 | X DCPRG 19 -800 -700 200 R 40 40 1 1 B 315 | ENDDRAW 316 | ENDDEF 317 | # 318 | #End Library 319 | -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/kicad_files/RGB LED 1.4.cmp: -------------------------------------------------------------------------------- 1 | Cmp-Mod V01 Created by Cvpcb (2015-02-06 BZR 5410)-product date = Mon 09 Feb 2015 04:12:04 PM PST 2 | 3 | BeginCmp 4 | TimeStamp = /561D1B9D; 5 | Reference = C1; 6 | ValeurCmp = CAPPTH; 7 | IdModule = CAP-PTH-SMALL; 8 | EndCmp 9 | 10 | BeginCmp 11 | TimeStamp = /561D1C65; 12 | Reference = C2; 13 | ValeurCmp = CAPPTH; 14 | IdModule = CAP-PTH-SMALL; 15 | EndCmp 16 | 17 | BeginCmp 18 | TimeStamp = /561D1D2D; 19 | Reference = C3; 20 | ValeurCmp = CAPPTH; 21 | IdModule = CAP-PTH-SMALL; 22 | EndCmp 23 | 24 | BeginCmp 25 | TimeStamp = /561D1E59; 26 | Reference = IC1; 27 | ValeurCmp = TLC9450NT; 28 | IdModule = DIL28-3; 29 | EndCmp 30 | 31 | BeginCmp 32 | TimeStamp = /561D1F21; 33 | Reference = IC2; 34 | ValeurCmp = TLC9450NT; 35 | IdModule = DIL28-3; 36 | EndCmp 37 | 38 | BeginCmp 39 | TimeStamp = /561D1FE9; 40 | Reference = IC3; 41 | ValeurCmp = TLC9450NT; 42 | IdModule = DIL28-3; 43 | EndCmp 44 | 45 | BeginCmp 46 | TimeStamp = /561D20B1; 47 | Reference = JP2; 48 | ValeurCmp = M06LOCK; 49 | IdModule = 1X06_LOCK; 50 | EndCmp 51 | 52 | BeginCmp 53 | TimeStamp = /561D2179; 54 | Reference = JP3; 55 | ValeurCmp = M06LOCK; 56 | IdModule = 1X06_LOCK; 57 | EndCmp 58 | 59 | BeginCmp 60 | TimeStamp = /561D2241; 61 | Reference = JP4; 62 | ValeurCmp = M08LOCK; 63 | IdModule = 1X08_LOCK; 64 | EndCmp 65 | 66 | BeginCmp 67 | TimeStamp = /561D2309; 68 | Reference = JP5; 69 | ValeurCmp = M08LOCK; 70 | IdModule = 1X08_LOCK; 71 | EndCmp 72 | 73 | BeginCmp 74 | TimeStamp = /561D23D1; 75 | Reference = JP11; 76 | ValeurCmp = M02LOCK; 77 | IdModule = 1X02_LOCK; 78 | EndCmp 79 | 80 | BeginCmp 81 | TimeStamp = /561D2499; 82 | Reference = JP12; 83 | ValeurCmp = M05LOCK; 84 | IdModule = 1X05_LOCK; 85 | EndCmp 86 | 87 | BeginCmp 88 | TimeStamp = /561D2561; 89 | Reference = JP13; 90 | ValeurCmp = M05LOCK; 91 | IdModule = 1X05_LOCK; 92 | EndCmp 93 | 94 | BeginCmp 95 | TimeStamp = /561D2629; 96 | Reference = JP20; 97 | ValeurCmp = M04LOCK; 98 | IdModule = 1X04_LOCK; 99 | EndCmp 100 | 101 | BeginCmp 102 | TimeStamp = /561D26F1; 103 | Reference = JP21; 104 | ValeurCmp = M04LOCK; 105 | IdModule = 1X04_LOCK; 106 | EndCmp 107 | 108 | BeginCmp 109 | TimeStamp = /561D27B9; 110 | Reference = LED11; 111 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 112 | IdModule = LED-TRICOLOR-THROUGHHOLE; 113 | EndCmp 114 | 115 | BeginCmp 116 | TimeStamp = /561D2881; 117 | Reference = LED12; 118 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 119 | IdModule = LED-TRICOLOR-THROUGHHOLE; 120 | EndCmp 121 | 122 | BeginCmp 123 | TimeStamp = /561D2949; 124 | Reference = LED13; 125 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 126 | IdModule = LED-TRICOLOR-THROUGHHOLE; 127 | EndCmp 128 | 129 | BeginCmp 130 | TimeStamp = /561D2A11; 131 | Reference = LED14; 132 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 133 | IdModule = LED-TRICOLOR-THROUGHHOLE; 134 | EndCmp 135 | 136 | BeginCmp 137 | TimeStamp = /561D2AD9; 138 | Reference = LED21; 139 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 140 | IdModule = LED-TRICOLOR-THROUGHHOLE; 141 | EndCmp 142 | 143 | BeginCmp 144 | TimeStamp = /561D2BA1; 145 | Reference = LED22; 146 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 147 | IdModule = LED-TRICOLOR-THROUGHHOLE; 148 | EndCmp 149 | 150 | BeginCmp 151 | TimeStamp = /561D2C69; 152 | Reference = LED23; 153 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 154 | IdModule = LED-TRICOLOR-THROUGHHOLE; 155 | EndCmp 156 | 157 | BeginCmp 158 | TimeStamp = /561D2D31; 159 | Reference = LED24; 160 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 161 | IdModule = LED-TRICOLOR-THROUGHHOLE; 162 | EndCmp 163 | 164 | BeginCmp 165 | TimeStamp = /561D2DF9; 166 | Reference = LED31; 167 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 168 | IdModule = LED-TRICOLOR-THROUGHHOLE; 169 | EndCmp 170 | 171 | BeginCmp 172 | TimeStamp = /561D2EC1; 173 | Reference = LED32; 174 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 175 | IdModule = LED-TRICOLOR-THROUGHHOLE; 176 | EndCmp 177 | 178 | BeginCmp 179 | TimeStamp = /561D2F89; 180 | Reference = LED33; 181 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 182 | IdModule = LED-TRICOLOR-THROUGHHOLE; 183 | EndCmp 184 | 185 | BeginCmp 186 | TimeStamp = /561D3051; 187 | Reference = LED34; 188 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 189 | IdModule = LED-TRICOLOR-THROUGHHOLE; 190 | EndCmp 191 | 192 | BeginCmp 193 | TimeStamp = /561D3119; 194 | Reference = LED41; 195 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 196 | IdModule = LED-TRICOLOR-THROUGHHOLE; 197 | EndCmp 198 | 199 | BeginCmp 200 | TimeStamp = /561D31E1; 201 | Reference = LED42; 202 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 203 | IdModule = LED-TRICOLOR-THROUGHHOLE; 204 | EndCmp 205 | 206 | BeginCmp 207 | TimeStamp = /561D32A9; 208 | Reference = LED43; 209 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 210 | IdModule = LED-TRICOLOR-THROUGHHOLE; 211 | EndCmp 212 | 213 | BeginCmp 214 | TimeStamp = /561D3371; 215 | Reference = LED44; 216 | ValeurCmp = LED-TRICOLOR-THROUGHHOLE; 217 | IdModule = LED-TRICOLOR-THROUGHHOLE; 218 | EndCmp 219 | 220 | BeginCmp 221 | TimeStamp = /561D3439; 222 | Reference = R1; 223 | ValeurCmp = R-US_0309/12; 224 | IdModule = 0309_12; 225 | EndCmp 226 | 227 | BeginCmp 228 | TimeStamp = /561D3501; 229 | Reference = R2; 230 | ValeurCmp = R-US_0309/12; 231 | IdModule = 0309_12; 232 | EndCmp 233 | 234 | BeginCmp 235 | TimeStamp = /561D35C9; 236 | Reference = R3; 237 | ValeurCmp = R-US_0309/12; 238 | IdModule = 0309_12; 239 | EndCmp 240 | 241 | BeginCmp 242 | TimeStamp = /561D3691; 243 | Reference = R4; 244 | ValeurCmp = R-US_0309/12; 245 | IdModule = 0309_12; 246 | EndCmp 247 | 248 | BeginCmp 249 | TimeStamp = /561D3759; 250 | Reference = SW1; 251 | ValeurCmp = TAC_SWITCHPTH; 252 | IdModule = TACTILE-PTH; 253 | EndCmp 254 | 255 | BeginCmp 256 | TimeStamp = /561D3821; 257 | Reference = SW2; 258 | ValeurCmp = TAC_SWITCHPTH; 259 | IdModule = TACTILE-PTH; 260 | EndCmp 261 | 262 | BeginCmp 263 | TimeStamp = /561D38E9; 264 | Reference = SW3; 265 | ValeurCmp = TAC_SWITCHPTH; 266 | IdModule = TACTILE-PTH; 267 | EndCmp 268 | 269 | BeginCmp 270 | TimeStamp = /561D39B1; 271 | Reference = SWRESET45; 272 | ValeurCmp = TAC_SWITCHPTH; 273 | IdModule = TACTILE-PTH; 274 | EndCmp 275 | 276 | EndListe -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/kicad_files/RGB LED 1.4.pro: -------------------------------------------------------------------------------- 1 | update=Mon 16 Feb 2015 06:37:24 AM PST 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead=RGB LED 1.4.net 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=RGB LED 1.4 33 | -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/kicad_files/RGB LED 1.4_conversion_log.txt: -------------------------------------------------------------------------------- 1 | #********** START OF renumber-sheet.ulp ULP Version 4.4.3 13-10-2015 :07:54:14 LOG **********# 2 | #OldRef SheetNumber NewRef 3 | SWRESET 1 SWRESET45 4 | #********** END OF renumber-sheet.ulp ULP Version 4.4.3 13-10-2015 :07:54:14 LOG **********# 5 | 6 | #********** START OF fix_via_hack.ulp ULP Version 4.4.8 13-10-2015 :07:54:37 LOG **********# 7 | #********** END OF fix_via_hack.ulp ULP Version 4.4.8 13-10-2015 :07:54:37 LOG **********# 8 | 9 | #********** START OF exp-lbrs.ulp 6.6 13-10-2015 :07:54:49 LOG **********# 10 | OK: Eagle lib export from SCH/PCB OK 11 | Conversion completed with no Messages 12 | #********** END OF exp-lbrs.ulp 6.6 13-10-2015 :07:54:49 LOG **********# 13 | 14 | 15 | #********** START OF eagle-lbr2kicad-1.0.ulp 1.7 13-10-2015 :07:54:56 LOG **********# 16 | Missing Prefix Part ='' LED-TRICOLOR-THROUGHHOLE RGB LED 1.4 M 17 | Missing Prefix Part ='' DIL28-3 RGB LED 1.4 M 18 | #********** END OF eagle-lbr2kicad-1.0.ulp 1.7 13-10-2015 :07:54:56 LOG **********# 19 | 20 | -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/kicad_files/RGB LED 1.4_polygon_messagex.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /examples/RGB_LED_1.4/kicad_files/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "RGB LED 1.4")(type Legacy)(uri "/home/fred/Desktop/examples/RGB_LED_1.4/kicad_files/RGB LED 1.4.mod")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /exp-lbrs.ulp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lachlanA/eagle-to-kicad/9b9674ab57a02cad414f11fd28ef3b631752595a/exp-lbrs.ulp --------------------------------------------------------------------------------