From 9eca4d227fc46bf8d78fd25e77991e2259e5c612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Br=C3=A1zio?= Date: Fri, 17 May 2019 14:32:52 +0100 Subject: [PATCH] Project import --- .gitignore | 7 + CODE_OF_CONDUCT.md | 46 + CONTRIBUTING.md | 34 + LICENSE | 674 ++ README.md | 28 + ardufocus/DESCRIPTION | 10 + ardufocus/ardufocus-bottom.png | Bin 0 -> 63442 bytes ardufocus/ardufocus-top.png | Bin 0 -> 65995 bytes ardufocus/ardufocus.brd | 2394 ++++ ardufocus/ardufocus.sch | 20185 +++++++++++++++++++++++++++++++ 10 files changed, 23378 insertions(+) create mode 100644 .gitignore create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE create mode 100644 README.md create mode 100644 ardufocus/DESCRIPTION create mode 100644 ardufocus/ardufocus-bottom.png create mode 100644 ardufocus/ardufocus-top.png create mode 100644 ardufocus/ardufocus.brd create mode 100644 ardufocus/ardufocus.sch diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c7668fe --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.b#* +*.bak +*.s#* +*.swp +*~ +.DS_Store +Thumbs.db diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..126d3f9 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,46 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at github@brazio.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5fff269 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,34 @@ +# Contributing +## Contributing guidelines +We’d love you to help us improve this project. To help us keep this collection high quality, we +request that contributions adhere to the following guidelines. + +- **Provide links to documentation** supporting the change you’re making. + If documentation isn’t available to support your change, do the best you can to explain what + you're aiming for. + +- **Explain why you’re making a change**. Even if it seems self-evident, please take a sentence or + two to tell us why your change or addition should happen. It’s especially helpful to articulate + why this change applies to *everyone* who works with the applicable technology, rather than just + you or your team. + +- **One change/feature per pull request**. This helps keep pull requests and feedback focused on a + specific topic or improvement. + +In general, the more you can do to help us understand the change you’re making, the more likely +we’ll be to accept your contribution quickly. + +## Contributing workflow +Here’s how we suggest you go about proposing a change to this project: + +1. [Fork this project][fork] to your account. +2. [Create a branch][branch] for the change you intend to make. +3. Make your changes to your fork. +4. [Send a pull request][pr] from your fork’s branch to our `master` branch. + +Using the web-based interface to make changes is fine too, and will help you by automatically +forking the project and prompting to send a pull request too. + +[fork]: https://github.com/jbrazio/ardufocus-schematics#fork-destination-box +[branch]: https://github.com/jbrazio/ardufocus-schematics/branches +[pr]: https://github.com/jbrazio/ardufocus-schematics/pulls diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + 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 +them 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. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey 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; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + 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. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +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. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..07ba7ea --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +![Image](https://ardufocus.com/assets/images/layout/logo-github.png) + +[![Donate Patreon](https://img.shields.io/badge/Donate-Patreon-blue.svg?style=for-the-badge)](https://www.patreon.com/join/jbrazio?) +[![Donate PayPal](https://img.shields.io/badge/Donate-Paypal-blue.svg?style=for-the-badge)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D5XZ7QFLP8LXE) +[![Travis (.com)](https://img.shields.io/travis/com/jbrazio/ardufocus.svg?style=for-the-badge)](https://travis-ci.com/jbrazio/ardufocus) +[![Download beta](https://img.shields.io/github/release-pre/jbrazio/ardufocus.svg?style=for-the-badge)](https://github.com/jbrazio/ardufocus/archive/master.zip) +[![GitHub stars](https://img.shields.io/github/stars/jbrazio/ardufocus.svg?style=for-the-badge)](https://github.com/jbrazio/ardufocus/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/jbrazio/ardufocus.svg?style=for-the-badge)](https://github.com/jbrazio/ardufocus/network) + +**Ardufocus - The most accurate Open Source focus controller.** + +Ardufocus is the only OSS/OSH controller supporting **two independent** focusing motors, **high resolution** +mode allowing **sub μm** movements by step, multiple acceleration profiles and it will never forget your +focuser position between restarts. + +Ardufocus is a multi repository project: +- [Ardufocus firmware](https://github.com/jbrazio/ardufocus) +- [Ardufocus schematics](https://github.com/jbrazio/ardufocus-schematics) +- [Ardufocus ASCOM IFocuserV3 Driver](https://github.com/jbrazio/ardufocus-ascom) + +Ardufocus is licensed under [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
+Ardufocus PCB schematics are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). + +---- + +### For documentation, tutorials and howto visit [ardufocus.com](https://ardufocus.com). + +---- diff --git a/ardufocus/DESCRIPTION b/ardufocus/DESCRIPTION new file mode 100644 index 0000000..55d0010 --- /dev/null +++ b/ardufocus/DESCRIPTION @@ -0,0 +1,10 @@ +Ardufocus - The most accurate Open Source focus controller +Copyright (C) 2017-2019 João Brázio [joao@brazio.org] + +PCB: Ardufocus main board +Version: 2019-01-rev0 + +https://ardufocus.com + +CC BY-NC-SA 4.0 +creativecommons.org/licenses/by-nc-sa/4.0/ diff --git a/ardufocus/ardufocus-bottom.png b/ardufocus/ardufocus-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..034d8a287dbed925b8a87082e3eeec4891e45280 GIT binary patch literal 63442 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%0Aktuh+?jvB(UeZu=FMZ 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 literal 0 HcmV?d00001 diff --git a/ardufocus/ardufocus-top.png b/ardufocus/ardufocus-top.png new file mode 100644 index 0000000000000000000000000000000000000000..c9cfa2bdde8a40b9eb8f63e27159b9ec60310031 GIT binary patch literal 65995 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 btrK=o|0+3ssPGrGj#VqZU4CsT^U%KlyIc!` literal 0 HcmV?d00001 diff --git a/ardufocus/ardufocus.brd b/ardufocus/ardufocus.brd new file mode 100644 index 0000000..1ec5fa0 --- /dev/null +++ b/ardufocus/ardufocus.brd @@ -0,0 +1,2394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +2019-01 rev0 +Engineered in Portugal +Ardufocus +github.com/jbrazio/ardufocus +CC BY-NC-SA 4.0 +creativecommons.org/licenses/by-nc-sa/4.0/ +10K +100nF +10uF +- ++ +12V ++ +- +12V +MOTOR #1 +NTC +MOTOR #2 +100uF + + + +<b>Resistors, Capacitors, Inductors</b><p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 1.8 mm, diameter 4 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + + +CAPACITOR + + + + + +RESISTOR +MELF 0.25 W + + + + + +ELECTROLYTIC CAPACITOR +grid 1.8 mm, diameter 4 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.54 mm, diameter 6 mm + + + + + + + +<h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + +<h3>Screw Terminal 5mm Pitch -2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST Vertical 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href="http://www.jst-mfg.com/product/pdf/eng/ePH.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + ++ +- +Y +B +>NAME +>VALUE + + +<h3>JST 3 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + + + +<b>DIY Modules for Arduino, Raspberry Pi, CubieBoard etc.</b> +<br><br> +The library contains a list of symbols and footprints for popular, cheap and easy-to-use electronic modules.<br> +The modules are intend to work with microprocessor-based platforms such as <a href="http://arduino.cc">Arduino</a>, <a href="http://raspberrypi.org/">Raspberry Pi</a>, <a href="http://cubieboard.org/">CubieBoard</a>, <a href="http://beagleboard.org/">BeagleBone</a> and many others. There are many manufacturers of the modules in the world. Almost all of them can be bought on <a href="ebay.com">ebay.com</a>.<br> +<br> +By using this library, you can design a PCB for devices created with usage of modules. Even if you do not need to create PCB design, you can also use the library to quickly document your work by drawing schematics of devices built by you.<br> +<br> +The latest version, examples, photos and much more can be found at: <b><a href="http://diymodules.org/eagle">diymodules.org/eagle</a></b><br><br> +Comments, suggestions and bug reports please send to: <b><a href="mailto:eagle@diymodules.org">eagle@diymodules.org</b></a><br><br> +<i>Version: 1.8.0 (2017-Jul-02)</i><br> +<i>Created by: Miroslaw Brudnowski</i><br><br> +<i>Released under the Creative Commons Attribution 4.0 International License: <a href="http://creativecommons.org/licenses/by/4.0">http://creativecommons.org/licenses/by/4.0</a></i> +<br><br> +<center> +<a href="http://diymodules.org/eagle"><img src="http://www.diymodules.org/img/diymodules-lbr-image.php?v=1.8.0" alt="DIYmodules.org"></a> +</center> + + +<b>Arduino Nano 3.0</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB + + + + + + + +Library redesigned with larger pads for easy manual soldering and lots of added components as connectors, boards for DIY arduino projects (HX711, ADXL, switch, buzzer, oled, etc) + + + + + + + + + + + + + + + + + + + + + + + +>NAME +A4988 + + + + +<h3>SparkFun Electronics' preferred foot prints</h3> +This library contains board components that are not electrical in nature, such as stand-offs, magnets, and Actobotics. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + +<h3>Standoff (#4 Screw)</h3> +<p>This is the mechanical footprint for a #4 phillips button head screw. Use the keepout ring to avoid running the screw head into surrounding components.</p> +<h4>Devices Using</h4> +<ul><li>STAND-OFF</li></ul> + + + + + + +>NAME +>VALUE + + + + +Standoff (#4 Screw) +This is the mechanical footprint for a #4 phillips button head screw. Use the keepout ring to avoid running the screw head into surrounding components. +Devices Using +STAND-OFF + + + + + + + +<h3>SparkFun Jumpers</h3> +In this library you'll find jumpers, or other semipermanent means of changing current paths. The least permanent form is the solder jumper. These can be changed by adding, removing, or moving solder. In cases that are less likely to be changed we have jumpers that are connected with traces. These can be cut with a razor, or reconnected with solder. Reference designator JP. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>EAGLE Design Rules</b> +<p> +Die Standard-Design-Rules sind so gewählt, dass sie für +die meisten Anwendungen passen. Sollte ihre Platine +besondere Anforderungen haben, treffen Sie die erforderlichen +Einstellungen hier und speichern die Design Rules unter +einem neuen Namen ab. +<b>EAGLE Design Rules</b> +<p> +The default Design Rules have been set to cover +a wide range of applications. Your particular design +may have different requirements, so please make the +necessary adjustments and save your customized +design rules under a new name. +<b>Seeed Studio EAGLE Design Rules</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/ardufocus/ardufocus.sch b/ardufocus/ardufocus.sch new file mode 100644 index 0000000..08f2dbc --- /dev/null +++ b/ardufocus/ardufocus.sch @@ -0,0 +1,20185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Supply Symbols</b><p> + GND, VCC, 0V, +5V, -5V, etc.<p> + Please keep in mind, that these devices are necessary for the + automatic wiring of the supply signals.<p> + The pin name defined in the symbol is identical to the net which is to be wired automatically.<p> + In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p> + <author>Created by librarian@cadsoft.de</author> + + + + + +>VALUE + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + +<b>DIY Modules for Arduino, Raspberry Pi, CubieBoard etc.</b> +<br><br> +The library contains a list of symbols and footprints for popular, cheap and easy-to-use electronic modules.<br> +The modules are intend to work with microprocessor-based platforms such as <a href="http://arduino.cc">Arduino</a>, <a href="http://raspberrypi.org/">Raspberry Pi</a>, <a href="http://cubieboard.org/">CubieBoard</a>, <a href="http://beagleboard.org/">BeagleBone</a> and many others. There are many manufacturers of the modules in the world. Almost all of them can be bought on <a href="ebay.com">ebay.com</a>.<br> +<br> +By using this library, you can design a PCB for devices created with usage of modules. Even if you do not need to create PCB design, you can also use the library to quickly document your work by drawing schematics of devices built by you.<br> +<br> +The latest version, examples, photos and much more can be found at: <b><a href="http://diymodules.org/eagle">diymodules.org/eagle</a></b><br><br> +Comments, suggestions and bug reports please send to: <b><a href="mailto:eagle@diymodules.org">eagle@diymodules.org</b></a><br><br> +<i>Version: 1.8.0 (2017-Jul-02)</i><br> +<i>Created by: Miroslaw Brudnowski</i><br><br> +<i>Released under the Creative Commons Attribution 4.0 International License: <a href="http://creativecommons.org/licenses/by/4.0">http://creativecommons.org/licenses/by/4.0</a></i> +<br><br> +<center> +<a href="http://diymodules.org/eagle"><img src="http://www.diymodules.org/img/diymodules-lbr-image.php?v=1.8.0" alt="DIYmodules.org"></a> +</center> + + +<b>Arduino Nano 3.0</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB + + + + + + + +<b>Arduino Nano 3.0</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +>NAME +>VALUE + + + + +<b>Arduino Nano 3.0</b> and compatible devices +<p>More details available here:<br> +<a href="https://www.arduino.cc/en/Main/ArduinoBoardNano">https://www.arduino.cc/en/Main/ArduinoBoardNano</a></p> +<p><b><a href="http://www.ebay.com/sch/arduino+nano">Click here to find device on ebay.com</a></b></p> + +<p><img alt="photo" src="http://www.diymodules.org/img/device-photo.php?name=ARDUINO-NANO-3.0"></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST-Right Angle Male Header SMT</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +<li>JST_2MM_MALE</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST-Vertical Male Header SMT </h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>Name +>Value + + +<h3>Screw Terminal 5mm Pitch -2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Locking Footprint</h3> +Holes are staggered by 0.005" from center to hold pins while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset from center by 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads with Locking Footprint</h3> +Pins are staggered by 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads without Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>Name +>Value ++ +- + + + + + + + + + +<h3>Plated Through Hole - 0.1" holes</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.2"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Pogo Pins Connector - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole- No Silk</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> No silk outline of connector. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + +<h3>JST 2 Pin Right Angle Plated Through Hole - KIT</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br> This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Spring Terminal- PCB Mount 2 Pin PTH</h3> +tDocu marks the spring arms +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/SpringTerminal.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>2 Pin Screw Terminal - 2.54mm</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +2 pin poke-home connector + +part number 2062-2P from STA + + + + + + + + + +>NAME +>VALUE + + + +>NAME +>VALUE + + + + + + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Locking Footprint</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST Right Angle 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + ++ +- +S +S + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 4 Pin Right Angle </h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>SMD Pad count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin w/ Long Solder Pads</h3> +No silk, but tDocu layer shows pin position. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>JST Vertical 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href="http://www.jst-mfg.com/product/pdf/eng/ePH.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + ++ +- +Y +B +>NAME +>VALUE + + +<h3>SMD - 4 Pin Right-Angle Female Header</h3> +Silk outline shows header location. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint</h3> +Pins are staggered 0.005" off center to lock pins while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pad w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH Locking</h3> +Holes are offset 0.007" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Pogo Pins - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint w/out Silk Outline</h3> +Holes are offset from center 0.005" to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin SMD</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Female Header</h3> +Silk outline of pin location +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 3 Pin Right Angle Male Headers</h3> +No silk outline, but tDocu layer shows pin location. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 3 Pin Right Angle Plated Through Hole &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>2 Pin Connection</h3> + + + + + + +>VALUE +>NAME + + + + +<h3>4 Pin Connection</h3> + + + + + + + + +>VALUE +>NAME + + + + + + +<h3>3 Pin Connection</h3> + + + + + + + +>VALUE +>NAME + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> + + Molex polarized connector foot print use with: PRT-08233 with associated crimp pins and housings.<br><br> + +2.54_SCREWTERM for use with PRT-10571.<br><br> + +3.5mm Screw Terminal footprints for PRT-08084<br><br> + +5mm Screw Terminal footprints for use with PRT-08432 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/13875"> Stackable Header - 3 Pin (Female, 0.1")</a> (PRT-13875)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08232 with associated crimp pins and housings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>Chip RESISTOR 0402 EIA (1005 Metric)</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b> + + + + + + + +>NAME +>VALUE + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 5 x 5 mm, rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 7.6 x 5 mm, rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.7 x 7.6 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.5 x 12.5 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 10 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4.5 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 8.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 1.8 mm, diameter 4 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 7 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm, + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2 mm, diameter 4 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 10 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 8 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 35.56 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 21 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 22 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 10.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 13 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.05 mm, diameter 4 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 5 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 6 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 8.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 9 mm + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 16 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 18 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 20 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 22.5 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 25 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 30 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 35 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 reflow solder</b><p>KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 Wave solder</b><p> +KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 reflow solder</b><p>KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 Wave solder</b><p> +KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 reflow solder</b><p>KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 Wafe solder</b><p> +KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p>KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 reflow solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p> +KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 Wafe solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package A</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package B</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package C</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package D</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package E</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package F</b> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package G</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 10 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 4 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 5 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 7.7 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 8 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + +<b>PRL1632 are realized as 1W for 3.2 × 1.6mm(1206)</b><p> +Source: http://www.mouser.com/ds/2/392/products_18-2245.pdf + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR + + + + + +RESISTOR +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + +RESISTOR +MELF 0.25 W + + + + + +RESISTOR +MELF 0.25 W + + + + + +RESISTOR +MELF 0.12 W + + + + + +RESISTOR +MELF 0.25 W + + + + + +RESISTOR +type 0204, grid 5 mm + + + + + +RESISTOR +type 0204, grid 2.5 mm + + + + + +RESISTOR +type 0207, grid 12 mm + + + + + +RESISTOR +type 0207, grid 15mm + + + + + +RESISTOR +type 0207, grid 2.5 mm + + + + + +RESISTOR +type 0207, grid 5 mm + + + + + +RESISTOR +type 0309, grid 10mm + + + + + +RESISTOR +type 0309, grid 12.5 mm + + + + + +RESISTOR +type 0309, grid 2.5 mm + + + + + +RESISTOR +type 0411, grid 12.5 mm + + + + + +RESISTOR +type 0411, grid 15 mm + + + + + +RESISTOR +type 0411, grid 3.81 mm + + + + + +RESISTOR +type 0414, grid 5 mm + + + + + +RESISTOR +type 0617, grid 22.5 mm + + + + + +RESISTOR +type 0617, grid 5 mm + + + + + +RESISTOR +type 0613, grid 5 mm + + + + + +RESISTOR +type 0817, grid 22.5 mm + + + + + +RESISTOR +type 0817, grid 6.35 mm + + + + + +RESISTOR +type V234, grid 12.5 mm + + + + + +RESISTOR +type V235, grid 17.78 mm + + + + + +RESISTOR +type V526-0, grid 2.5 mm + + + + + +RESISTOR +type 0922, grid 7.5 mm + + + + + +RESISTOR +type RDH, grid 15 mm + + + + + +Mini MELF 0102 Axial + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +CAPACITOR +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + +CAPACITOR +grid 2.5 mm, outline 2.5 x 5 mm + + + + + +CAPACITOR +grid 2.5 mm, outline 3 x 5 mm + + + + + +CAPACITOR +grid 2.5 mm, outline 4 x 5 mm + + + + + +CAPACITOR +grid 2.5 mm, outline 5 x 5 mm + + + + + +CAPACITOR +grid 2.5 mm, outline 6 x 5 mm + + + + + +CAPACITOR +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + +CAPACITOR +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + +CAPACITOR +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + +CAPACITOR +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + +CAPACITOR +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + +CAPACITOR +grid 5 mm, outline 2.4 x 4.4 mm + + + + + +CAPACITOR +grid 5 mm, outline 2.5 x 7.5 mm + + + + + +CAPACITOR +grid 5 mm, outline 4.5 x 7.5 mm + + + + + +CAPACITOR +grid 5 mm, outline 3 x 7.5 mm + + + + + +CAPACITOR +grid 5 mm, outline 5 x 7.5 mm + + + + + +CAPACITOR +grid 5 mm, outline 5.5 x 7.5 mm + + + + + +CAPACITOR +grid 5 mm, outline 7.5 x 7.5 mm + + + + + +CAPACITOR +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + +CAPACITOR +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + +CAPACITOR +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + +CAPACITOR +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + +CAPACITOR +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + +CAPACITOR +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + +CAPACITOR +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + +CAPACITOR +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + +CAPACITOR +grid 15 mm, outline 5.4 x 18.3 mm + + + + + +CAPACITOR +grid 15 mm, outline 6.4 x 18.3 mm + + + + + +CAPACITOR +grid 15 mm, outline 7.2 x 18.3 mm + + + + + +CAPACITOR +grid 15 mm, outline 8.4 x 18.3 mm + + + + + +CAPACITOR +grid 15 mm, outline 9.1 x 18.2 mm + + + + + +CAPACITOR +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + +CAPACITOR +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + +CAPACITOR +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + +CAPACITOR +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + +CAPACITOR +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + +CAPACITOR +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + +CAPACITOR +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + +CAPACITOR +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + +CAPACITOR +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + +CAPACITOR +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + +CAPACITOR +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + +CAPACITOR +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + +CAPACITOR +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + +CAPACITOR +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + +CAPACITOR +grid 5 mm, outline 3.5 x 7.5 mm + + + + + +CAPACITOR +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + +CAPACITOR +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + +CAPACITOR +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + +CAPACITOR +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + +Ceramic Chip Capacitor KEMET 0204 reflow solder +Metric Code Size 1005 + + + + + +Ceramic Chip Capacitor KEMET 0603 reflow solder +Metric Code Size 1608 + + + + + +Ceramic Chip Capacitor KEMET 0805 reflow solder +Metric Code Size 2012 + + + + + +Ceramic Chip Capacitor KEMET 1206 reflow solder +Metric Code Size 3216 + + + + + +Ceramic Chip Capacitor KEMET 1210 reflow solder +Metric Code Size 3225 + + + + + +Ceramic Chip Capacitor KEMET 1812 reflow solder +Metric Code Size 4532 + + + + + +Ceramic Chip Capacitor KEMET 2220 reflow solderMetric Code Size 5650 + + + + + +Ceramic Chip Capacitor KEMET 2225 reflow solderMetric Code Size 5664 + + + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + + + + +CAPACITOR +Source: AVX .. aphvc.pdf + + + + + +CAPACITOR +Source: AVX .. aphvc.pdf + + + + + +CAPACITOR + + + + + +TANTALUM CAPACITOR + + + + + +TANTALUM CAPACITOR + + + + + +TANTALUM CAPACITOR + + + + + +TANTALUM CAPACITOR + + + + + +ELECTROLYTIC CAPACITOR +body 5 x 5 mm, rectangle, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +body 7.6 x 5 mm, rectangle, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +body 12.7 x 7.6 mm, rectangle, grid 10.16 mm + + + + + +ELECTROLYTIC CAPACITOR +body 12.5 x 12.5 mm, rectangle, grid 10.16 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 4 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 4 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 5 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 6 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 6 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 7 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 7 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 10 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 11 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 11 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 6 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 6 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 7 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 7 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 9 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 9 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +rectangle, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +rectangle, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +rectangle, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +rectangle, grid 10.16 mm + + + + + +ELECTROLYTIC CAPACITOR +rectangle, grid 10.16 mm + + + + + +ELECTROLYTIC CAPACITOR + + + + + +ELECTROLYTIC CAPACITOR + + + + + +ELECTROLYTIC CAPACITOR + + + + + +ELECTROLYTIC CAPACITOR + + + + + +ELECTROLYTIC CAPACITOR +diameter 4.5 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 5.0 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 7.0 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 6.0 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +diameter 8.0 mm, grid 5.08 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 1.8 mm, diameter 4 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 15.24 mm, diameter 5 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 15.24 mm, diameter 6 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 15.24 mm, diameter 9 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.54 mm, diameter 4 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.54 mm, diameter 5 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.54 mm, diameter 6 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.54 mm, diameter 7 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.54 mm, diameter 4 mm, + + + + + +ELECTROLYTIC CAPACITOR +grid 2 mm, diameter 4 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.032 mm, diameter 5 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 22.86 mm, diameter 10 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 22.86 mm, diameter 6 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 22.86 mm, diameter 9 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 3.5 mm, diameter 10 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 25.4 mm, diameter 10 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 25.4 mm, diameter 9 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 3.5 mm, diameter 8 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 30.48 mm, diameter 10 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 30.48 mm, diameter 12 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 30.48 mm, diameter 16 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 35.56 mm, diameter 12 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 30.48 mm, diameter 14 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 30.48 mm, diameter 16 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 30.48 mm, diameter 18 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 45.72 mm, diameter 16 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 45.72 mm, diameter 18 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 45.72 mm, diameter 21 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 45.72 mm, diameter 22 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 45.72 mm, diameter 25 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 5.08 mm, diameter 10.5 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 5.08 mm, diameter 13 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 5.05 mm, diameter 4 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 5.08 mm, diameter 6 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 5.08 mm, diameter 8.5 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 50 mm, diameter 25 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 50 mm, diameter 30 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 55 mm, diameter 25 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 55 mm, diameter 30 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 5.08 mm, diameter 9 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 7.62 mm, diameter 16 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 7.62 mm, diameter 18 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 10.16 mm, diameter 20 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 10.16 mm, diameter 22.5 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 10.16 mm, diameter 25 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 10.16 mm, diameter 30 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 10.16 mm, diameter 35 mm + + + + + +Aluminum electrolytic capacitors reflow soldering +SMD (Chip) Standard 085 CS +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors wave soldering +SMD (Chip) Standard 085 CS +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors wave soldering +SMD (Chip) Standard 085 CS +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors reflow soldering +SMD (Chip) Long Life 139 CLL +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors wave soldering +SMD (Chip) Long Life 139 CLL +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors reflow soldering +SMD (Chip) Long Life 139 CLL +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors wave soldering +SMD (Chip) Long Life 139 CLL +http://www.bccomponents.com/ + + + + + +Chip Capacitor Type KEMET A / EIA 3216-18 reflow solderKEMET S / EIA 3216-12 + + + + + +Chip Capacitor Type KEMET A / EIA 3216-18 Wave solder +KEMET S / EIA 3216-12 + + + + + +Chip Capacitor Type KEMET B / EIA 3528-21 reflow solderKEMET T / EIA 3528-12 + + + + + +Chip Capacitor Type KEMET B / EIA 3528-21 Wave solder +KEMET T / EIA 3528-12 + + + + + +Chip Capacitor Type KEMET E / EIA 7260-38 reflow solder + + + + + +Chip Capacitor Type KEMET E / EIA 7260-38 Wafe solder + + + + + +Chip Capacitor Type KEMET R/EIA 2012-12 reflow solder + + + + + +Panasonic Aluminium Electrolytic Capacitor VS-Serie Package A + + + + + +Panasonic Aluminium Electrolytic Capacitor VS-Serie Package B + + + + + +Panasonic Aluminium Electrolytic Capacitor VS-Serie Package C + + + + + +Panasonic Aluminium Electrolytic Capacitor VS-Serie Package D + + + + + +Panasonic Aluminium Electrolytic Capacitor VS-Serie Package E + + + + + +Panasonic Aluminium Electrolytic Capacitor VS-Serie Package F + + + + + +Panasonic Aluminium Electrolytic Capacitor VS-Serie Package G + + + + + +ELECTROLYTIC CAPACITOR +diameter 5 mm, grid 2.54 mm + + + + + +ELECTROLYTIC CAPACITOR +grid 2.54 mm, diameter 6 mm + + + + + +Chip Capacitor Polar tantalum capacitors with solid electrolyte +Siemens Matsushita Components B 45 194, B 45 197, B 45 198 +Source: www.farnell.com/datasheets/247.pdf + + + + + +Chip Capacitor Polar tantalum capacitors with solid electrolyte +Siemens Matsushita Components B 45 194 +Source: www.farnell.com/datasheets/247.pdf + + + + + +Chip Capacitor Polar tantalum capacitors with solid electrolyte +Siemens Matsushita Components B 45 194 +Source: www.farnell.com/datasheets/247.pdf + + + + + +Chip Capacitor Polar tantalum capacitors with solid electrolyte +Siemens Matsushita Components B 45 194, B 45 197, B 45 198 +Source: www.farnell.com/datasheets/247.pdf + + + + + +Chip Capacitor Polar tantalum capacitors with solid electrolyte +Siemens Matsushita Components B 45 194, B 45 197, B 45 198 +Source: www.farnell.com/datasheets/247.pdf + + + + + +Chip Capacitor Polar tantalum capacitors with solid electrolyte +Siemens Matsushita Components B 45 194, B 45 197, B 45 198 +Source: www.farnell.com/datasheets/247.pdf + + + + + +Chip Capacitor Polar tantalum capacitors with solid electrolyte +Siemens Matsushita Components B 45 194, B 45 197, B 45 198 +Source: www.farnell.com/datasheets/247.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor SMD type with conductive polymer electrolyte +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor SMD type with conductive polymer electrolyte +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor SMD type with conductive polymer electrolyte +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor SMD type with conductive polymer electrolyte +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor SMD type with conductive polymer electrolyte +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor SMD type with conductive polymer electrolyte +Source: e_os_all.pdf + + + + + +SANYO OSCON Capacitor SMD type with conductive polymer electrolyte +Source: e_os_all.pdf + + + + + +ALUMINUM ELECTROLYTIC CAPACITORS UD Series 10 x 10 mm +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + +ALUMINUM ELECTROLYTIC CAPACITORS UD Series 4 x 5.8 mm +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + +ALUMINUM ELECTROLYTIC CAPACITORS UD Series 5 x 5.8 mm +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + +ALUMINUM ELECTROLYTIC CAPACITORS UD Series 6.3 x 5.8 mm +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + +ALUMINUM ELECTROLYTIC CAPACITORS UD Series 6.3 x 7.7 mm +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + +ALUMINUM ELECTROLYTIC CAPACITORS UD Series 8 x 10 mm +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + +Chip RESISTOR 0402 EIA (1005 Metric) + + + + + +RESISTOR + + + + + +RESISTOR wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR +wave soldering + + + + + +RESISTOR wave soldering +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + +RESISTOR +MELF 0.10 W + + + + + +RESISTOR +MELF 0.12 W + + + + + +RESISTOR +MELF 0.10 W + + + + + +RESISTOR +MELF 0.25 W + + + + + +RESISTOR +type 0204, grid 7.5 mm + + + + + +RESISTOR +type 0207, grid 10 mm + + + + + +RESISTOR +type 0207, grid 7.5 mm + + + + + +RESISTOR +type 0414, grid 15 mm + + + + + +RESISTOR +type 0617, grid 17.5 mm + + + + + +RESISTOR +type 0922, grid 22.5 mm + + + + + +RESISTOR +type 0613, grid 15 mm + + + + + +CECC Size RC2211 Reflow Soldering +source Beyschlag + + + + + +CECC Size RC2211 Wave Soldering +source Beyschlag + + + + + +CECC Size RC3715 Reflow Soldering +source Beyschlag + + + + + +CECC Size RC3715 Wave Soldering +source Beyschlag + + + + + +CECC Size RC6123 Reflow Soldering +source Beyschlag + + + + + +CECC Size RC6123 Wave Soldering +source Beyschlag + + + + + +RESISTOR chip +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + + + + +Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements +MIL SIZE RBR52 +Source: VISHAY .. vta56.pdf + + + + + +Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements +MIL SIZE RBR53 +Source: VISHAY .. vta56.pdf + + + + + +Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements +MIL SIZE RBR54 +Source: VISHAY .. vta56.pdf + + + + + +Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements +MIL SIZE RBR55 +Source: VISHAY .. vta56.pdf + + + + + +Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements +MIL SIZE RBR56 +Source: VISHAY .. vta56.pdf + + + + + +Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements +MIL SIZE RNC55 +Source: VISHAY .. vta56.pdf + + + + + +Bulk Metal® Foil Technology, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements +MIL SIZE RNC60 +Source: VISHAY .. vta56.pdf + + + + + +Package 4527 +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + +Wirewound Resistors, Precision Power +Source: VISHAY wscwsn.pdf + + + + + +Wirewound Resistors, Precision Power +Source: VISHAY wscwsn.pdf + + + + + +Wirewound Resistors, Precision Power +Source: VISHAY wscwsn.pdf + + + + + +Wirewound Resistors, Precision Power +Source: VISHAY wscwsn.pdf + + + + + +Wirewound Resistors, Precision Power +Source: VISHAY wscwsn.pdf + + + + + +Wirewound Resistors, Precision Power +Source: VISHAY wscwsn.pdf + + + + + +CRCW1218 Thick Film, Rectangular Chip Resistors +Source: http://www.vishay.com .. dcrcw.pdf + + + + + +Chip Monolithic Ceramic Capacitors Medium Voltage High Capacitance for General Use +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + +PRL1632 are realized as 1W for 3.2 × 1.6mm(1206) +Source: http://www.mouser.com/ds/2/392/products_18-2245.pdf + + + + + + + + + + +Chip, 1.00 X 0.50 X 0.60 mm body +<p>Chip package with body size 1.00 X 0.50 X 0.60 mm</p> + + + + + +CAPACITOR + + + + + +CAPACITOR + + + + + +Ceramic Chip Capacitor KEMET 1825 reflow solder +Metric Code Size 4564 + + + + + + +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + + + + +ELECTROLYTIC CAPACITOR +grid 5.08 mm, diameter 5 mm + + + + + +Aluminum electrolytic capacitors reflow soldering +SMD (Chip) Standard 085 CS +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors SMD (Chip) +Long life base plate, High temperature 140 CLH +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors SMD (Chip) +Long life base plate, High temperature 140 CLH +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors SMD (Chip) +Long life base plate, High temperature 140 CLH +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors SMD (Chip) +Long life base plate, very low impedance 150 CLZ +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors SMD (Chip) +Long life base plate, very low impedance 150 CLZ +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors SMD (Chip) +Long life base plate, very low impedance 150 CLZ +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +SMD (Chip) Long Life Vertical 153 CLV +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +High Temperature solid electrolytic SMD 175 TMP +http://www.bccomponents.com/ + + + + + +Aluminum electrolytic capacitors +High Temperature solid electrolytic SMD 175 TMP +http://www.bccomponents.com/ + + + + + +Chip Capacitor Type KEMET C / EIA 6032-28 reflow solderKEMET U / EIA 6032-15 + + + + + +Chip Capacitor Type KEMET C / EIA 6032-28 Wafe solder +KEMET U / EIA 6032-15 + + + + + +Chip Capacitor Type KEMET D / EIA 7343-21KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 reflow solder + + + + + +Chip Capacitor Type KEMET D / EIA 7343-21 +KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 Wafe solder + + + + + +Chip Capacitor Type KEMET R/EIA 2012-12 Wafe solder + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME ++ +>VALUE + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Library redesigned with larger pads for easy manual soldering and lots of added components as connectors, boards for DIY arduino projects (HX711, ADXL, switch, buzzer, oled, etc) + + + + + + + + + + + + + + + + + + + + + + + +>NAME +A4988 + + + + +Step motor driver A4988: 0-2A / 8-35V + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +A4988 BOARD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Jumpers</h3> +In this library you'll find jumpers, or other semipermanent means of changing current paths. The least permanent form is the solder jumper. These can be changed by adding, removing, or moving solder. In cases that are less likely to be changed we have jumpers that are connected with traces. These can be cut with a razor, or reconnected with solder. Reference designator JP. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<h3>Normally closed trace jumper</h3> +<p>This jumper has a trace between two pads so it's normally closed (NC). Use a razor knife to open the connection. For best results follow the IPC guidelines for cutting traces:</p> +<ul> +<li>Cutout at least 0.063 mm (0.005 in).</li> +<li>Remove all loose material to clean up the cut area.</li> +<li>Seal the cut with an approved epoxy.</li> +</ul> +<p>Reapply solder to reclose the connection.</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Ardufocus - Automatic focuser for astronomy +Copyright (C) 2017-2019 João Brázio [joao@brazio.org] + +CC BY-NC-SA 4.0 +creativecommons.org/licenses/by-nc-sa/4.0/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.4, EAGLE supports properties for SPICE simulation. +Probes in schematics and SPICE mapping objects found in parts and library devices +will not be understood with this version. Update EAGLE to the latest version +for full support of SPICE simulation. + + +