├── .gitignore ├── CHANGES.TXT ├── CONTRIB.TXT ├── LICENSE.TXT ├── README.md ├── assembly ├── 1a-comp.jpg ├── 1a-pcb.jpg ├── 1b-comp.jpg ├── 1b-pcb1.jpg ├── 1c-comp.jpg ├── 1c-pcb.jpg ├── 1d-comp.jpg ├── 1d-pcb1.jpg └── 1d-pcb2.jpg ├── firmware ├── rusefi_test_prometheus405_20190321.hex └── rusefi_test_prometheus_469_20190313.zip ├── hardware ├── 55-pin-connector-adapter-963063-15-gerber.zip ├── CHANGES.TXT ├── CONTRIB.TXT ├── LICENSE.TXT ├── Prometheus-001-20170407.zip ├── README.TXT ├── pinout-stm32f405.ioc ├── pinout-stm32f469.ioc ├── prometheus-assembly.pdf ├── prometheus-bare-pcb.jpg ├── prometheus-bom.csv ├── prometheus-bom.pdf ├── prometheus-bom.xls ├── prometheus-gerber.zip ├── prometheus-pcb-3d-bottom.jpg ├── prometheus-pcb-3d-top.jpg ├── prometheus-pcb-all-layers.png ├── prometheus-pcb-bottom.jpg ├── prometheus-pcb-layers.png ├── prometheus-pcb-top.jpg ├── prometheus-port-mapping.png ├── prometheus-schematic.pdf ├── prometheus-wiring-diagram.pdf └── transistors.txt ├── html ├── data │ ├── prometheus-bom.csv │ ├── prometheus-footprints.csv │ └── prometheus-pick-and-place.csv ├── img │ ├── hc-06.jpg │ ├── image_na.jpg │ └── pdf-1.png ├── js │ ├── colResizable-1.6.min.js │ ├── jquery.maphilight.js │ └── prometheus-map.js ├── prometheus-map.html ├── prometheus-pcb-rev0010-photo1.jpg └── src │ ├── !run.bat │ ├── combine.bat │ ├── component-common.php │ ├── component-digikey.php │ ├── component-settings.php │ ├── component.php │ ├── license.txt │ ├── readme.txt │ ├── test0-header.html │ ├── test1-generated.html │ └── test2-footer.html └── pdf ├── BIP373.pdf ├── CJ125.pdf └── HC-06.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | .svn* 2 | .dep* 3 | *.o.d 4 | *.o 5 | -------------------------------------------------------------------------------- /CHANGES.TXT: -------------------------------------------------------------------------------- 1 | You must identify the modifications in this text file. 2 | These modifications are licensed under the TAPR Open Hardware License. 3 | 4 | -----BEGINING OF THE MODIFICATIONS----- 5 | 6 | -2017/04/07 - andreika 7 | First Revision 0.010 8 | 9 | - 10 | 11 | 12 | -----END OF THE MODIFICATIONS----- -------------------------------------------------------------------------------- /CONTRIB.TXT: -------------------------------------------------------------------------------- 1 | You must attempt to send the modified documentation by email to any of the developers who have provided their email address in the list below. 2 | This is a good faith obligation - if the email fails, you need do nothing more and may go on with your distribution. 3 | 4 | If you wish to be notified of modifications that others may make, include your email address in this file. 5 | 6 | 7 | -----BEGINING OF THE MAILING LIST----- 8 | 9 | Name - email 10 | ------------ 11 | andreika - prometheus.pcb@gmail.com 12 | 13 | -----END OF THE MAILING LIST----- -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The TAPR Open Hardware License 2 | Version 1.0 (May 25, 2007) 3 | Copyright 2007 TAPR - http://www.tapr.org/OHL 4 | 5 | PREAMBLE 6 | 7 | Open Hardware is a thing - a physical artifact, either electrical or 8 | mechanical - whose design information is available to, and usable by, 9 | the public in a way that allows anyone to make, modify, distribute, and 10 | use that thing. In this preface, design information is called 11 | "documentation" and things created from it are called "products." 12 | 13 | The TAPR Open Hardware License ("OHL") agreement provides a legal 14 | framework for Open Hardware projects. It may be used for any kind of 15 | product, be it a hammer or a computer motherboard, and is TAPR's 16 | contribution to the community; anyone may use the OHL for their Open 17 | Hardware project. 18 | 19 | Like the GNU General Public License, the OHL is designed to guarantee 20 | your freedom to share and to create. It forbids anyone who receives 21 | rights under the OHL to deny any other licensee those same rights to 22 | copy, modify, and distribute documentation, and to make, use and 23 | distribute products based on that documentation. 24 | 25 | Unlike the GPL, the OHL is not primarily a copyright license. While 26 | copyright protects documentation from unauthorized copying, modification, 27 | and distribution, it has little to do with your right to make, distribute, 28 | or use a product based on that documentation. For better or worse, patents 29 | play a significant role in those activities. Although it does not prohibit 30 | anyone from patenting inventions embodied in an Open Hardware design, and 31 | of course cannot prevent a third party from enforcing their patent rights, 32 | those who benefit from an OHL design may not bring lawsuits claiming that 33 | design infringes their patents or other intellectual property. 34 | 35 | The OHL addresses unique issues involved in the creation of tangible, 36 | physical things, but does not cover software, firmware, or code loaded 37 | into programmable devices. A copyright-oriented license such as the GPL 38 | better suits these creations. 39 | 40 | How can you use the OHL, or a design based upon it? While the terms and 41 | conditions below take precedence over this preamble, here is a summary: 42 | 43 | * You may modify the documentation and make products based upon it. 44 | 45 | * You may use products for any legal purpose without limitation. 46 | 47 | * You may distribute unmodified documentation, but you must include the 48 | complete package as you received it. 49 | 50 | * You may distribute products you make to third parties, if you either 51 | include the documentation on which the product is based, or make it 52 | available without charge for at least three years to anyone who requests 53 | it. 54 | 55 | * You may distribute modified documentation or products based on it, if 56 | you: 57 | * License your modifications under the OHL. 58 | * Include those modifications, following the requirements stated 59 | below. 60 | * Attempt to send the modified documentation by email to any of the 61 | developers who have provided their email address. This is a good 62 | faith obligation - if the email fails, you need do nothing more 63 | and may go on with your distribution. 64 | 65 | * If you create a design that you want to license under the OHL, you 66 | should: 67 | * Include this document in a file named LICENSE (with the appropriate 68 | extension) that is included in the documentation package. 69 | * If the file format allows, include a notice like "Licensed under 70 | the TAPR Open Hardware License (www.tapr.org/OHL)" in each 71 | documentation file. While not required, you should also include 72 | this notice on printed circuit board artwork and the product 73 | itself; if space is limited the notice can be shortened or 74 | abbreviated. 75 | * Include a copyright notice in each file and on printed circuit 76 | board artwork. 77 | * If you wish to be notified of modifications that others may make, 78 | include your email address in a file named "CONTRIB.TXT" or 79 | something similar. 80 | 81 | * Any time the OHL requires you to make documentation available to 82 | others, you must include all the materials you received from the 83 | upstream licensors. In addition, if you have modified the 84 | documentation: 85 | * You must identify the modifications in a text file (preferably 86 | named "CHANGES.TXT") that you include with the documentation. 87 | That file must also include a statement like "These modifications 88 | are licensed under the TAPR Open Hardware License." 89 | * You must include any new files you created, including any 90 | manufacturing files (such as Gerber files) you create in the 91 | course of making products. 92 | * You must include both "before" and "after" versions of all files 93 | you modified. 94 | * You may include files in proprietary formats, but you must also 95 | include open format versions (such as Gerber, ASCII, Postscript, 96 | or PDF) if your tools can create them. 97 | 98 | TERMS AND CONDITIONS 99 | 100 | 1. Introduction 101 | 1.1 This Agreement governs how you may use, copy, modify, and 102 | distribute Documentation, and how you may make, have made, and 103 | distribute Products based on that Documentation. As used in this 104 | Agreement, to "distribute" Documentation means to directly or indirectly 105 | make copies available to a third party, and to "distribute" Products 106 | means to directly or indirectly give, loan, sell or otherwise transfer 107 | them to a third party. 108 | 109 | 1.2 "Documentation" includes: 110 | (a) schematic diagrams; 111 | (b) circuit or circuit board layouts, including Gerber and other 112 | data files used for manufacture; 113 | (c) mechanical drawings, including CAD, CAM, and other data files 114 | used for manufacture; 115 | (d) flow charts and descriptive text; and 116 | (e) other explanatory material. 117 | Documentation may be in any tangible or intangible form of expression, 118 | including but not limited to computer files in open or proprietary 119 | formats and representations on paper, film, or other media. 120 | 121 | 1.3 "Products" include: 122 | (a) circuit boards, mechanical assemblies, and other physical parts 123 | and components; 124 | (b) assembled or partially assembled units (including components 125 | and subassemblies); and 126 | (c) parts and components combined into kits intended for assembly 127 | by others; 128 | which are based in whole or in part on the Documentation. 129 | 130 | 1.4 This Agreement applies to any Documentation which contains a 131 | notice stating it is subject to the TAPR Open Hardware License, and to 132 | all Products based in whole or in part on that Documentation. If 133 | Documentation is distributed in an archive (such as a "zip" file) which 134 | includes this document, all files in that archive are subject to this 135 | Agreement unless they are specifically excluded. Each person who 136 | contributes content to the Documentation is referred to in this 137 | Agreement as a "Licensor." 138 | 139 | 1.5 By (a) using, copying, modifying, or distributing the 140 | Documentation, or (b) making or having Products made or distributing 141 | them, you accept this Agreement, agree to comply with its terms, and 142 | become a "Licensee." Any activity inconsistent with this Agreement will 143 | automatically terminate your rights under it (including the immunities 144 | from suit granted in Section 2), but the rights of others who have 145 | received Documentation, or have obtained Products, directly or 146 | indirectly from you will not be affected so long as they fully comply 147 | with it themselves. 148 | 149 | 1.6 This Agreement does not apply to software, firmware, or code 150 | loaded into programmable devices which may be used in conjunction with 151 | Documentation or Products. Such software is subject to the license 152 | terms established by its copyright holder(s). 153 | 154 | 2. Patents 155 | 2.1 Each Licensor grants you, every other Licensee, and every 156 | possessor or user of Products a perpetual, worldwide, and royalty-free 157 | immunity from suit under any patent, patent application, or other 158 | intellectual property right which he or she controls, to the extent 159 | necessary to make, have made, possess, use, and distribute Products. 160 | This immunity does not extend to infringement arising from modifications 161 | subsequently made by others. 162 | 163 | 2.2 If you make or have Products made, or distribute Documentation 164 | that you have modified, you grant every Licensor, every other Licensee, 165 | and every possessor or user of Products a perpetual, worldwide, and 166 | royalty-free immunity from suit under any patent, patent application, or 167 | other intellectual property right which you control, to the extent 168 | necessary to make, have made, possess, use, and distribute Products. 169 | This immunity does not extend to infringement arising from modifications 170 | subsequently made by others. 171 | 172 | 2.3 To avoid doubt, providing Documentation to a third party for the 173 | sole purpose of having that party make Products on your behalf is not 174 | considered "distribution", and a third party's act of making Products 175 | solely on your behalf does not cause that party to grant the immunity 176 | described in the preceding paragraph. 177 | 178 | 2.4 These grants of immunity are a material part of this Agreement, 179 | and form a portion of the consideration given by each party to the 180 | other. If any court judgment or legal agreement prevents you from 181 | granting the immunity required by this Section, your rights under this 182 | Agreement will terminate and you may no longer use, copy, modify or 183 | distribute the Documentation, or make, have made, or distribute 184 | Products. 185 | 186 | 3. Modifications 187 | You may modify the Documentation, and those modifications will become 188 | part of the Documentation. They are subject to this Agreement, as are 189 | Products based in whole or in part on them. If you distribute the 190 | modified Documentation, or Products based in whole or in part upon it, 191 | you must email the modified Documentation in a form compliant with 192 | Section 4 to each Licensor who has provided an email address with the 193 | Documentation. Attempting to send the email completes your obligations 194 | under this Section and you need take no further action if any address 195 | fails. 196 | 197 | 4. Distributing Documentation 198 | 4.1 You may distribute unmodified copies of the Documentation in its 199 | entirety in any medium, provided that you retain all copyright and other 200 | notices (including references to this Agreement) included by each 201 | Licensor, and include an unaltered copy of this Agreement. 202 | 4.2 You may distribute modified copies of the Documentation if you 203 | comply with all the requirements of the preceding paragraph and: 204 | (a) include a prominent notice in an ASCII or other open format 205 | file identifying those elements of the Documentation that you 206 | changed, and stating that the modifications are licensed under 207 | the terms of this Agreement; 208 | (b) include all new documentation files that you create, as well as 209 | both the original and modified versions of each file you change 210 | (files may be in your development tool's native file format, 211 | but if reasonably possible, you must also include open format, 212 | such as Gerber, ASCII, Postscript, or PDF, versions); 213 | (c) do not change the terms of this Agreement with respect to 214 | subsequent licensees; and 215 | (d) if you make or have Products made, include in the Documentation 216 | all elements reasonably required to permit others to make 217 | Products, including Gerber, CAD/CAM and other files used for 218 | manufacture. 219 | 220 | 5. Making Products 221 | 5.1 You may use the Documentation to make or have Products made, 222 | provided that each Product retains any notices included by the Licensor 223 | (including, but not limited to, copyright notices on circuit boards). 224 | 5.2 You may distribute Products you make or have made, provided that 225 | you include with each unit a copy of the Documentation in a form 226 | consistent with Section 4. Alternatively, you may include either (i) an 227 | offer valid for at least three years to provide that Documentation, at 228 | no charge other than the reasonable cost of media and postage, to any 229 | person who requests it; or (ii) a URL where that Documentation may be 230 | downloaded, available for at least three years after you last distribute 231 | the Product. 232 | 233 | 6. NEW LICENSE VERSIONS 234 | TAPR may publish updated versions of the OHL which retain the same 235 | general provisions as the present version, but differ in detail to 236 | address new problems or concerns, and carry a distinguishing version 237 | number. If the Documentation specifies a version number which applies 238 | to it and "any later version", you may choose either that version or any 239 | later version published by TAPR. If the Documentation does not specify 240 | a version number, you may choose any version ever published by TAPR. 241 | TAPR owns the copyright to the OHL, but grants permission to any person 242 | to copy, distribute, and use it in unmodified form. 243 | 244 | 7. WARRANTY AND LIABILITY LIMITATIONS 245 | 7.1 THE DOCUMENTATION IS PROVIDED ON AN "AS-IS" BASIS WITHOUT 246 | WARRANTY OF ANY KIND, TO THE EXTENT PERMITTED BY APPLICABLE LAW. ALL 247 | WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY 248 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND 249 | TITLE, ARE HEREBY EXPRESSLY DISCLAIMED. 250 | 7.2 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ANY LICENSOR 251 | BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, 252 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, OR EXEMPLARY DAMAGES ARISING OUT OF 253 | THE USE OF, OR INABILITY TO USE, THE DOCUMENTATION OR PRODUCTS, 254 | INCLUDING BUT NOT LIMITED TO CLAIMS OF INTELLECTUAL PROPERTY 255 | INFRINGEMENT OR LOSS OF DATA, EVEN IF THAT PARTY HAS BEEN ADVISED OF THE 256 | POSSIBILITY OF SUCH DAMAGES. 257 | 7.3 You agree that the foregoing limitations are reasonable due to 258 | the non-financial nature of the transaction represented by this 259 | Agreement, and acknowledge that were it not for these limitations, the 260 | Licensor(s) would not be willing to make the Documentation available to 261 | you. 262 | 7.4 You agree to defend, indemnify, and hold each Licensor harmless 263 | from any claim brought by a third party alleging any defect in the 264 | design, manufacture, or operation of any Product which you make, have 265 | made, or distribute pursuant to this Agreement. 266 | #### 267 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | *** Hardware Project "Prometheus" *** 3 | 4 | See http://rusefi.com/forum/viewtopic.php?f=4&t=1215 5 | 6 | Revision 0.020 2018-01-30 7 | Copyright (c) 2017-2018 andreika (prometheus.pcb@gmail.com) 8 | 9 | Licensed under the TAPR Open Hardware License (www.tapr.org/OHL) 10 | See LICENSE.TXT for details. 11 | 12 | Disclaimer and licence 13 | 14 | THIS DOCUMENTATION (SCHEMATIC DIAGRAMS, LAYOUT FILES etc.) IS PROVIDED "AS IS", 15 | WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 16 | THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17 | 18 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 19 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 20 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE DOCUMENTATION OR THE USE OR OTHER 21 | DEALINGS IN THE DERIVED PRODUCTS. 22 | 23 | 24 | Author of the Prometheus project is not liable for any damage caused to you or your car 25 | by using this documentation or any associated products. 26 | Whatever you do, you do at your own risk and on your own responsibility! 27 | Please be aware that it may affect your safety and the safety of others. 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /assembly/1a-comp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1a-comp.jpg -------------------------------------------------------------------------------- /assembly/1a-pcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1a-pcb.jpg -------------------------------------------------------------------------------- /assembly/1b-comp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1b-comp.jpg -------------------------------------------------------------------------------- /assembly/1b-pcb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1b-pcb1.jpg -------------------------------------------------------------------------------- /assembly/1c-comp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1c-comp.jpg -------------------------------------------------------------------------------- /assembly/1c-pcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1c-pcb.jpg -------------------------------------------------------------------------------- /assembly/1d-comp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1d-comp.jpg -------------------------------------------------------------------------------- /assembly/1d-pcb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1d-pcb1.jpg -------------------------------------------------------------------------------- /assembly/1d-pcb2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/assembly/1d-pcb2.jpg -------------------------------------------------------------------------------- /firmware/rusefi_test_prometheus_469_20190313.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/firmware/rusefi_test_prometheus_469_20190313.zip -------------------------------------------------------------------------------- /hardware/55-pin-connector-adapter-963063-15-gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/55-pin-connector-adapter-963063-15-gerber.zip -------------------------------------------------------------------------------- /hardware/CHANGES.TXT: -------------------------------------------------------------------------------- 1 | You must identify the modifications in this text file. 2 | These modifications are licensed under the TAPR Open Hardware License. 3 | 4 | -----BEGINING OF THE MODIFICATIONS----- 5 | 6 | -2018/01/30 - andreika 7 | Revision 0.020 8 | + resistor R13 (near CJ125) connected to pin 22 of U2, not to the ground 9 | + transistor Q1 (oxygen sensor heater) changed from VND5 to VND14 10 | + resistor R3 (heater MOSFET gate) reduced to 220 Ohm 11 | + removed resistor R5 (changed to jumper wire) and capacitor C6 12 | + more wide traces for Wideband O2S heater power supply (near P2 connector) 13 | + power lines V12 and WV12 (WideBand) now separated 14 | + removed erroneous connection of CKPS2+ and R152 to the ground 15 | + increased clearance between capacitors C42 and C43 16 | + more wide power supply traces for MAX9926 17 | + added +5V TVS-diode for supply of MAX9926 (D30) 18 | + increased clearances for internal ign.coil ground planes, ign_gnd output moved away 19 | + removed connection traces of ign.ground and power ground inside PCB 20 | + additional pull-up resistor added for tachometer transistor to +5V (R165) 21 | 22 | 23 | -2017/04/07 - andreika 24 | First Revision 0.010 25 | 26 | - 27 | 28 | 29 | -----END OF THE MODIFICATIONS----- -------------------------------------------------------------------------------- /hardware/CONTRIB.TXT: -------------------------------------------------------------------------------- 1 | You must attempt to send the modified documentation by email to any of the developers who have provided their email address in the list below. 2 | This is a good faith obligation - if the email fails, you need do nothing more and may go on with your distribution. 3 | 4 | If you wish to be notified of modifications that others may make, include your email address in this file. 5 | 6 | 7 | -----BEGINING OF THE MAILING LIST----- 8 | 9 | Name - email 10 | ------------ 11 | andreika - prometheus.pcb@gmail.com 12 | 13 | -----END OF THE MAILING LIST----- -------------------------------------------------------------------------------- /hardware/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The TAPR Open Hardware License 2 | Version 1.0 (May 25, 2007) 3 | Copyright 2007 TAPR - http://www.tapr.org/OHL 4 | 5 | PREAMBLE 6 | 7 | Open Hardware is a thing - a physical artifact, either electrical or 8 | mechanical - whose design information is available to, and usable by, 9 | the public in a way that allows anyone to make, modify, distribute, and 10 | use that thing. In this preface, design information is called 11 | "documentation" and things created from it are called "products." 12 | 13 | The TAPR Open Hardware License ("OHL") agreement provides a legal 14 | framework for Open Hardware projects. It may be used for any kind of 15 | product, be it a hammer or a computer motherboard, and is TAPR's 16 | contribution to the community; anyone may use the OHL for their Open 17 | Hardware project. 18 | 19 | Like the GNU General Public License, the OHL is designed to guarantee 20 | your freedom to share and to create. It forbids anyone who receives 21 | rights under the OHL to deny any other licensee those same rights to 22 | copy, modify, and distribute documentation, and to make, use and 23 | distribute products based on that documentation. 24 | 25 | Unlike the GPL, the OHL is not primarily a copyright license. While 26 | copyright protects documentation from unauthorized copying, modification, 27 | and distribution, it has little to do with your right to make, distribute, 28 | or use a product based on that documentation. For better or worse, patents 29 | play a significant role in those activities. Although it does not prohibit 30 | anyone from patenting inventions embodied in an Open Hardware design, and 31 | of course cannot prevent a third party from enforcing their patent rights, 32 | those who benefit from an OHL design may not bring lawsuits claiming that 33 | design infringes their patents or other intellectual property. 34 | 35 | The OHL addresses unique issues involved in the creation of tangible, 36 | physical things, but does not cover software, firmware, or code loaded 37 | into programmable devices. A copyright-oriented license such as the GPL 38 | better suits these creations. 39 | 40 | How can you use the OHL, or a design based upon it? While the terms and 41 | conditions below take precedence over this preamble, here is a summary: 42 | 43 | * You may modify the documentation and make products based upon it. 44 | 45 | * You may use products for any legal purpose without limitation. 46 | 47 | * You may distribute unmodified documentation, but you must include the 48 | complete package as you received it. 49 | 50 | * You may distribute products you make to third parties, if you either 51 | include the documentation on which the product is based, or make it 52 | available without charge for at least three years to anyone who requests 53 | it. 54 | 55 | * You may distribute modified documentation or products based on it, if 56 | you: 57 | * License your modifications under the OHL. 58 | * Include those modifications, following the requirements stated 59 | below. 60 | * Attempt to send the modified documentation by email to any of the 61 | developers who have provided their email address. This is a good 62 | faith obligation - if the email fails, you need do nothing more 63 | and may go on with your distribution. 64 | 65 | * If you create a design that you want to license under the OHL, you 66 | should: 67 | * Include this document in a file named LICENSE (with the appropriate 68 | extension) that is included in the documentation package. 69 | * If the file format allows, include a notice like "Licensed under 70 | the TAPR Open Hardware License (www.tapr.org/OHL)" in each 71 | documentation file. While not required, you should also include 72 | this notice on printed circuit board artwork and the product 73 | itself; if space is limited the notice can be shortened or 74 | abbreviated. 75 | * Include a copyright notice in each file and on printed circuit 76 | board artwork. 77 | * If you wish to be notified of modifications that others may make, 78 | include your email address in a file named "CONTRIB.TXT" or 79 | something similar. 80 | 81 | * Any time the OHL requires you to make documentation available to 82 | others, you must include all the materials you received from the 83 | upstream licensors. In addition, if you have modified the 84 | documentation: 85 | * You must identify the modifications in a text file (preferably 86 | named "CHANGES.TXT") that you include with the documentation. 87 | That file must also include a statement like "These modifications 88 | are licensed under the TAPR Open Hardware License." 89 | * You must include any new files you created, including any 90 | manufacturing files (such as Gerber files) you create in the 91 | course of making products. 92 | * You must include both "before" and "after" versions of all files 93 | you modified. 94 | * You may include files in proprietary formats, but you must also 95 | include open format versions (such as Gerber, ASCII, Postscript, 96 | or PDF) if your tools can create them. 97 | 98 | TERMS AND CONDITIONS 99 | 100 | 1. Introduction 101 | 1.1 This Agreement governs how you may use, copy, modify, and 102 | distribute Documentation, and how you may make, have made, and 103 | distribute Products based on that Documentation. As used in this 104 | Agreement, to "distribute" Documentation means to directly or indirectly 105 | make copies available to a third party, and to "distribute" Products 106 | means to directly or indirectly give, loan, sell or otherwise transfer 107 | them to a third party. 108 | 109 | 1.2 "Documentation" includes: 110 | (a) schematic diagrams; 111 | (b) circuit or circuit board layouts, including Gerber and other 112 | data files used for manufacture; 113 | (c) mechanical drawings, including CAD, CAM, and other data files 114 | used for manufacture; 115 | (d) flow charts and descriptive text; and 116 | (e) other explanatory material. 117 | Documentation may be in any tangible or intangible form of expression, 118 | including but not limited to computer files in open or proprietary 119 | formats and representations on paper, film, or other media. 120 | 121 | 1.3 "Products" include: 122 | (a) circuit boards, mechanical assemblies, and other physical parts 123 | and components; 124 | (b) assembled or partially assembled units (including components 125 | and subassemblies); and 126 | (c) parts and components combined into kits intended for assembly 127 | by others; 128 | which are based in whole or in part on the Documentation. 129 | 130 | 1.4 This Agreement applies to any Documentation which contains a 131 | notice stating it is subject to the TAPR Open Hardware License, and to 132 | all Products based in whole or in part on that Documentation. If 133 | Documentation is distributed in an archive (such as a "zip" file) which 134 | includes this document, all files in that archive are subject to this 135 | Agreement unless they are specifically excluded. Each person who 136 | contributes content to the Documentation is referred to in this 137 | Agreement as a "Licensor." 138 | 139 | 1.5 By (a) using, copying, modifying, or distributing the 140 | Documentation, or (b) making or having Products made or distributing 141 | them, you accept this Agreement, agree to comply with its terms, and 142 | become a "Licensee." Any activity inconsistent with this Agreement will 143 | automatically terminate your rights under it (including the immunities 144 | from suit granted in Section 2), but the rights of others who have 145 | received Documentation, or have obtained Products, directly or 146 | indirectly from you will not be affected so long as they fully comply 147 | with it themselves. 148 | 149 | 1.6 This Agreement does not apply to software, firmware, or code 150 | loaded into programmable devices which may be used in conjunction with 151 | Documentation or Products. Such software is subject to the license 152 | terms established by its copyright holder(s). 153 | 154 | 2. Patents 155 | 2.1 Each Licensor grants you, every other Licensee, and every 156 | possessor or user of Products a perpetual, worldwide, and royalty-free 157 | immunity from suit under any patent, patent application, or other 158 | intellectual property right which he or she controls, to the extent 159 | necessary to make, have made, possess, use, and distribute Products. 160 | This immunity does not extend to infringement arising from modifications 161 | subsequently made by others. 162 | 163 | 2.2 If you make or have Products made, or distribute Documentation 164 | that you have modified, you grant every Licensor, every other Licensee, 165 | and every possessor or user of Products a perpetual, worldwide, and 166 | royalty-free immunity from suit under any patent, patent application, or 167 | other intellectual property right which you control, to the extent 168 | necessary to make, have made, possess, use, and distribute Products. 169 | This immunity does not extend to infringement arising from modifications 170 | subsequently made by others. 171 | 172 | 2.3 To avoid doubt, providing Documentation to a third party for the 173 | sole purpose of having that party make Products on your behalf is not 174 | considered "distribution", and a third party's act of making Products 175 | solely on your behalf does not cause that party to grant the immunity 176 | described in the preceding paragraph. 177 | 178 | 2.4 These grants of immunity are a material part of this Agreement, 179 | and form a portion of the consideration given by each party to the 180 | other. If any court judgment or legal agreement prevents you from 181 | granting the immunity required by this Section, your rights under this 182 | Agreement will terminate and you may no longer use, copy, modify or 183 | distribute the Documentation, or make, have made, or distribute 184 | Products. 185 | 186 | 3. Modifications 187 | You may modify the Documentation, and those modifications will become 188 | part of the Documentation. They are subject to this Agreement, as are 189 | Products based in whole or in part on them. If you distribute the 190 | modified Documentation, or Products based in whole or in part upon it, 191 | you must email the modified Documentation in a form compliant with 192 | Section 4 to each Licensor who has provided an email address with the 193 | Documentation. Attempting to send the email completes your obligations 194 | under this Section and you need take no further action if any address 195 | fails. 196 | 197 | 4. Distributing Documentation 198 | 4.1 You may distribute unmodified copies of the Documentation in its 199 | entirety in any medium, provided that you retain all copyright and other 200 | notices (including references to this Agreement) included by each 201 | Licensor, and include an unaltered copy of this Agreement. 202 | 4.2 You may distribute modified copies of the Documentation if you 203 | comply with all the requirements of the preceding paragraph and: 204 | (a) include a prominent notice in an ASCII or other open format 205 | file identifying those elements of the Documentation that you 206 | changed, and stating that the modifications are licensed under 207 | the terms of this Agreement; 208 | (b) include all new documentation files that you create, as well as 209 | both the original and modified versions of each file you change 210 | (files may be in your development tool's native file format, 211 | but if reasonably possible, you must also include open format, 212 | such as Gerber, ASCII, Postscript, or PDF, versions); 213 | (c) do not change the terms of this Agreement with respect to 214 | subsequent licensees; and 215 | (d) if you make or have Products made, include in the Documentation 216 | all elements reasonably required to permit others to make 217 | Products, including Gerber, CAD/CAM and other files used for 218 | manufacture. 219 | 220 | 5. Making Products 221 | 5.1 You may use the Documentation to make or have Products made, 222 | provided that each Product retains any notices included by the Licensor 223 | (including, but not limited to, copyright notices on circuit boards). 224 | 5.2 You may distribute Products you make or have made, provided that 225 | you include with each unit a copy of the Documentation in a form 226 | consistent with Section 4. Alternatively, you may include either (i) an 227 | offer valid for at least three years to provide that Documentation, at 228 | no charge other than the reasonable cost of media and postage, to any 229 | person who requests it; or (ii) a URL where that Documentation may be 230 | downloaded, available for at least three years after you last distribute 231 | the Product. 232 | 233 | 6. NEW LICENSE VERSIONS 234 | TAPR may publish updated versions of the OHL which retain the same 235 | general provisions as the present version, but differ in detail to 236 | address new problems or concerns, and carry a distinguishing version 237 | number. If the Documentation specifies a version number which applies 238 | to it and "any later version", you may choose either that version or any 239 | later version published by TAPR. If the Documentation does not specify 240 | a version number, you may choose any version ever published by TAPR. 241 | TAPR owns the copyright to the OHL, but grants permission to any person 242 | to copy, distribute, and use it in unmodified form. 243 | 244 | 7. WARRANTY AND LIABILITY LIMITATIONS 245 | 7.1 THE DOCUMENTATION IS PROVIDED ON AN "AS-IS" BASIS WITHOUT 246 | WARRANTY OF ANY KIND, TO THE EXTENT PERMITTED BY APPLICABLE LAW. ALL 247 | WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY 248 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND 249 | TITLE, ARE HEREBY EXPRESSLY DISCLAIMED. 250 | 7.2 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ANY LICENSOR 251 | BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, 252 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, OR EXEMPLARY DAMAGES ARISING OUT OF 253 | THE USE OF, OR INABILITY TO USE, THE DOCUMENTATION OR PRODUCTS, 254 | INCLUDING BUT NOT LIMITED TO CLAIMS OF INTELLECTUAL PROPERTY 255 | INFRINGEMENT OR LOSS OF DATA, EVEN IF THAT PARTY HAS BEEN ADVISED OF THE 256 | POSSIBILITY OF SUCH DAMAGES. 257 | 7.3 You agree that the foregoing limitations are reasonable due to 258 | the non-financial nature of the transaction represented by this 259 | Agreement, and acknowledge that were it not for these limitations, the 260 | Licensor(s) would not be willing to make the Documentation available to 261 | you. 262 | 7.4 You agree to defend, indemnify, and hold each Licensor harmless 263 | from any claim brought by a third party alleging any defect in the 264 | design, manufacture, or operation of any Product which you make, have 265 | made, or distribute pursuant to this Agreement. 266 | #### 267 | -------------------------------------------------------------------------------- /hardware/Prometheus-001-20170407.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/Prometheus-001-20170407.zip -------------------------------------------------------------------------------- /hardware/README.TXT: -------------------------------------------------------------------------------- 1 | 2 | *** Hardware Project "Prometheus" *** 3 | 4 | See http://rusefi.com/forum/viewtopic.php?f=4&t=1215 5 | 6 | Revision 0.020 2018-01-30 7 | Copyright (c) 2017-2018 andreika (prometheus.pcb@gmail.com) 8 | 9 | Licensed under the TAPR Open Hardware License (www.tapr.org/OHL) 10 | See LICENSE.TXT for details. 11 | 12 | Disclaimer and licence 13 | 14 | THIS DOCUMENTATION (SCHEMATIC DIAGRAMS, LAYOUT FILES etc.) IS PROVIDED "AS IS", 15 | WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 16 | THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17 | 18 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 19 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 20 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE DOCUMENTATION OR THE USE OR OTHER 21 | DEALINGS IN THE DERIVED PRODUCTS. 22 | 23 | 24 | Author of the Prometheus project is not liable for any damage caused to you or your car 25 | by using this documentation or any associated products. 26 | Whatever you do, you do at your own risk and on your own responsibility! 27 | Please be aware that it may affect your safety and the safety of others. 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /hardware/pinout-stm32f405.ioc: -------------------------------------------------------------------------------- 1 | #MicroXplorer Configuration settings - do not modify 2 | ADC1.AutoInjectedConv=DISABLE 3 | ADC1.Channel-0\#ChannelRegularConversion=ADC_CHANNEL_10 4 | ADC1.IPParameters=Rank-0\#ChannelRegularConversion,Channel-0\#ChannelRegularConversion,SamplingTime-0\#ChannelRegularConversion,NbrOfConversionFlag,master,AutoInjectedConv,InjectedDiscontinuousConvMode 5 | ADC1.InjectedDiscontinuousConvMode=DISABLE 6 | ADC1.NbrOfConversionFlag=1 7 | ADC1.Rank-0\#ChannelRegularConversion=1 8 | ADC1.SamplingTime-0\#ChannelRegularConversion=ADC_SAMPLETIME_3CYCLES 9 | ADC1.master=1 10 | CAN1.CalculateTimeBit=3000 11 | CAN1.CalculateTimeQuantum=1000.0 12 | CAN1.IPParameters=CalculateTimeQuantum,CalculateTimeBit 13 | File.Version=6 14 | KeepUserPlacement=false 15 | Mcu.Family=STM32F4 16 | Mcu.IP0=ADC1 17 | Mcu.IP1=CAN1 18 | Mcu.IP2=NVIC 19 | Mcu.IP3=RCC 20 | Mcu.IP4=SYS 21 | Mcu.IPNb=5 22 | Mcu.Name=STM32F405RGTx 23 | Mcu.Package=LQFP64 24 | Mcu.Pin0=PC13-ANTI_TAMP 25 | Mcu.Pin1=PC14-OSC32_IN 26 | Mcu.Pin10=PA1 27 | Mcu.Pin11=PA2 28 | Mcu.Pin12=PA3 29 | Mcu.Pin13=PA4 30 | Mcu.Pin14=PA5 31 | Mcu.Pin15=PA6 32 | Mcu.Pin16=PA7 33 | Mcu.Pin17=PC4 34 | Mcu.Pin18=PC5 35 | Mcu.Pin19=PB0 36 | Mcu.Pin2=PC15-OSC32_OUT 37 | Mcu.Pin20=PB1 38 | Mcu.Pin21=PB2 39 | Mcu.Pin22=PB10 40 | Mcu.Pin23=PB11 41 | Mcu.Pin24=PB12 42 | Mcu.Pin25=PB13 43 | Mcu.Pin26=PB14 44 | Mcu.Pin27=PB15 45 | Mcu.Pin28=PC6 46 | Mcu.Pin29=PC7 47 | Mcu.Pin3=PH0-OSC_IN 48 | Mcu.Pin30=PC8 49 | Mcu.Pin31=PC9 50 | Mcu.Pin32=PA8 51 | Mcu.Pin33=PA9 52 | Mcu.Pin34=PA10 53 | Mcu.Pin35=PA11 54 | Mcu.Pin36=PA12 55 | Mcu.Pin37=PA13 56 | Mcu.Pin38=PA15 57 | Mcu.Pin39=PC10 58 | Mcu.Pin4=PH1-OSC_OUT 59 | Mcu.Pin40=PC11 60 | Mcu.Pin41=PC12 61 | Mcu.Pin42=PD2 62 | Mcu.Pin43=PB3 63 | Mcu.Pin44=PB4 64 | Mcu.Pin45=PB5 65 | Mcu.Pin46=PB6 66 | Mcu.Pin47=PB7 67 | Mcu.Pin48=PB8 68 | Mcu.Pin49=PB9 69 | Mcu.Pin5=PC0 70 | Mcu.Pin50=VP_SYS_VS_Systick 71 | Mcu.Pin6=PC1 72 | Mcu.Pin7=PC2 73 | Mcu.Pin8=PC3 74 | Mcu.Pin9=PA0-WKUP 75 | Mcu.PinsNb=51 76 | Mcu.UserConstants= 77 | Mcu.UserName=STM32F405RGTx 78 | MxCube.Version=4.20.0 79 | MxDb.Version=DB.4.0.200 80 | NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true 81 | NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:true 82 | NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true 83 | NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true 84 | NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true 85 | NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true 86 | NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4 87 | NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true 88 | NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true 89 | NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true 90 | PA0-WKUP.Signal=UART4_TX 91 | PA1.Signal=UART4_RX 92 | PA10.GPIOParameters=GPIO_Label 93 | PA10.GPIO_Label=IGN1 94 | PA10.Signal=GPIO_Output 95 | PA11.GPIOParameters=GPIO_Label 96 | PA11.GPIO_Label=IGN4 97 | PA11.Signal=GPIO_Output 98 | PA12.GPIOParameters=GPIO_Label 99 | PA12.GPIO_Label=OUT2 100 | PA12.Signal=GPIO_Output 101 | PA13.GPIOParameters=GPIO_Label 102 | PA13.GPIO_Label=LED 103 | PA13.Signal=GPIO_Output 104 | PA15.GPIOParameters=GPIO_Label 105 | PA15.GPIO_Label=CJ_CS 106 | PA15.Signal=SPI3_NSS 107 | PA2.GPIOParameters=GPIO_Label 108 | PA2.GPIO_Label=SD_CS 109 | PA2.Signal=GPIO_Output 110 | PA3.GPIOParameters=GPIO_Label 111 | PA3.GPIO_Label=CLT 112 | PA3.Signal=ADCx_IN3 113 | PA4.GPIOParameters=GPIO_Label 114 | PA4.GPIO_Label=IAT 115 | PA4.Signal=ADCx_IN4 116 | PA5.GPIOParameters=GPIO_Label 117 | PA5.GPIO_Label=Crank 118 | PA5.Signal=S_TIM2_CH1_ETR 119 | PA6.GPIOParameters=GPIO_Label 120 | PA6.GPIO_Label=Cam 121 | PA6.Signal=S_TIM3_CH1 122 | PA7.GPIOParameters=GPIO_Label 123 | PA7.GPIO_Label=INA 124 | PA7.Signal=ADCx_IN7 125 | PA8.GPIOParameters=GPIO_Label 126 | PA8.GPIO_Label=IGN3 127 | PA8.Signal=GPIO_Output 128 | PA9.GPIOParameters=GPIO_Label 129 | PA9.GPIO_Label=IGN2 130 | PA9.Signal=GPIO_Output 131 | PB0.GPIOParameters=GPIO_Label 132 | PB0.GPIO_Label=O2 133 | PB0.Signal=ADCx_IN8 134 | PB1.GPIOParameters=GPIO_Label 135 | PB1.GPIO_Label=STBL 136 | PB1.Signal=GPIO_Output 137 | PB10.GPIOParameters=GPIO_Label 138 | PB10.GPIO_Label=In1 139 | PB10.Signal=GPIO_Input 140 | PB11.GPIOParameters=GPIO_Label 141 | PB11.GPIO_Label=In2 142 | PB11.Signal=GPIO_Input 143 | PB12.GPIOParameters=GPIO_Label 144 | PB12.GPIO_Label=SM_DIR 145 | PB12.Signal=GPIO_Output 146 | PB13.GPIOParameters=GPIO_Label 147 | PB13.GPIO_Label=SM_STP 148 | PB13.Signal=GPIO_Output 149 | PB14.GPIOParameters=GPIO_Label 150 | PB14.GPIO_Label=INJ1 151 | PB14.Signal=GPIO_Output 152 | PB15.GPIOParameters=GPIO_Label 153 | PB15.GPIO_Label=INJ3 154 | PB15.Signal=GPIO_Output 155 | PB2.GPIOParameters=GPIO_Label 156 | PB2.GPIO_Label=PWR 157 | PB2.Signal=GPIO_Output 158 | PB3.GPIOParameters=GPIO_Label 159 | PB3.GPIO_Label=SCK 160 | PB3.Signal=SPI1_SCK 161 | PB4.GPIOParameters=GPIO_Label 162 | PB4.GPIO_Label=MISO 163 | PB4.Signal=SPI1_MISO 164 | PB5.GPIOParameters=GPIO_Label 165 | PB5.GPIO_Label=MOSI 166 | PB5.Signal=SPI1_MOSI 167 | PB6.GPIOParameters=GPIO_Label 168 | PB6.GPIO_Label=OUT1 169 | PB6.Signal=GPIO_Output 170 | PB7.GPIOParameters=GPIO_Label 171 | PB7.GPIO_Label=FPMP 172 | PB7.Signal=GPIO_Output 173 | PB8.GPIOParameters=GPIO_Label 174 | PB8.GPIO_Label=RxCan 175 | PB8.Mode=Master 176 | PB8.Signal=CAN1_RX 177 | PB9.GPIOParameters=GPIO_Label 178 | PB9.GPIO_Label=TxCan 179 | PB9.Mode=Master 180 | PB9.Signal=CAN1_TX 181 | PC0.GPIOParameters=GPIO_Label 182 | PC0.GPIO_Label=HIP_SIG 183 | PC0.Signal=ADCx_IN10 184 | PC1.GPIOParameters=GPIO_Label 185 | PC1.GPIO_Label=CE 186 | PC1.Signal=GPIO_Output 187 | PC10.GPIOParameters=GPIO_Label 188 | PC10.GPIO_Label=SCK5 189 | PC10.Signal=SPI3_SCK 190 | PC11.GPIOParameters=GPIO_Label 191 | PC11.GPIO_Label=MISO5 192 | PC11.Signal=SPI3_MISO 193 | PC12.GPIOParameters=GPIO_Label 194 | PC12.GPIO_Label=MOSI5 195 | PC12.Signal=SPI3_MOSI 196 | PC13-ANTI_TAMP.GPIOParameters=GPIO_Label 197 | PC13-ANTI_TAMP.GPIO_Label=O2H 198 | PC13-ANTI_TAMP.Signal=GPIO_Output 199 | PC14-OSC32_IN.GPIOParameters=GPIO_Label 200 | PC14-OSC32_IN.GPIO_Label=HIP_INT 201 | PC14-OSC32_IN.Signal=GPIO_Output 202 | PC15-OSC32_OUT.GPIOParameters=GPIO_Label 203 | PC15-OSC32_OUT.GPIO_Label=HIP_TEST 204 | PC15-OSC32_OUT.Signal=GPIO_Output 205 | PC2.GPIOParameters=GPIO_Label 206 | PC2.GPIO_Label=W_UR 207 | PC2.Signal=ADCx_IN12 208 | PC3.GPIOParameters=GPIO_Label 209 | PC3.GPIO_Label=VIGN 210 | PC3.Signal=ADCx_IN13 211 | PC4.GPIOParameters=GPIO_Label 212 | PC4.GPIO_Label=TPS 213 | PC4.Signal=ADCx_IN14 214 | PC5.GPIOParameters=GPIO_Label 215 | PC5.GPIO_Label=MAP 216 | PC5.Signal=ADCx_IN15 217 | PC6.GPIOParameters=GPIO_Label 218 | PC6.GPIO_Label=INJ4 219 | PC6.Signal=GPIO_Output 220 | PC7.GPIOParameters=GPIO_Label 221 | PC7.GPIO_Label=INJ2 222 | PC7.Signal=GPIO_Output 223 | PC8.GPIOParameters=GPIO_Label 224 | PC8.GPIO_Label=TACH 225 | PC8.Signal=GPIO_Output 226 | PC9.GPIOParameters=GPIO_Label 227 | PC9.GPIO_Label=ECF 228 | PC9.Signal=GPIO_Output 229 | PCC.Checker=false 230 | PCC.Line=STM32F405/415 231 | PCC.MCU=STM32F405RGTx 232 | PCC.MXVersion=4.20.0 233 | PCC.PartNumber=STM32F405RGTx 234 | PCC.Seq0=0 235 | PCC.Series=STM32F4 236 | PCC.Temperature=25 237 | PCC.Vdd=3.3 238 | PD2.GPIOParameters=GPIO_Label 239 | PD2.GPIO_Label=HIP_CS 240 | PD2.Signal=GPIO_Output 241 | PH0-OSC_IN.Signal=RCC_OSC_IN 242 | PH1-OSC_OUT.Signal=RCC_OSC_OUT 243 | RCC.AHBFreq_Value=16000000 244 | RCC.APB1Freq_Value=16000000 245 | RCC.APB2Freq_Value=16000000 246 | RCC.ClockTypeHCLK=RCC_CLOCKTYPE_HCLK 247 | RCC.ClockTypePCLK1=RCC_CLOCKTYPE_PCLK1 248 | RCC.ClockTypePCLK2=RCC_CLOCKTYPE_PCLK2 249 | RCC.ClockTypeSysClk=RCC_CLOCKTYPE_SYSCLK 250 | RCC.CortexFreq_Value=16000000 251 | RCC.EnableExtClockForI2S=false 252 | RCC.EnableHSE=false 253 | RCC.EnableHSERTCDevisor=false 254 | RCC.EnableLSE=false 255 | RCC.EnableLSERTC=false 256 | RCC.ExtClockEnable=false 257 | RCC.FamilyName=M 258 | RCC.HSEState=RCC_HSE_OFF 259 | RCC.HSE_VALUE=25000000 260 | RCC.HSIState=RCC_HSI_ON 261 | RCC.HSI_VALUE=16000000 262 | RCC.I2SClocksFreq_Value=96000000 263 | RCC.I2SEnable=false 264 | RCC.IPParameters=AHBFreq_Value,APB1Freq_Value,APB2Freq_Value,ClockTypeHCLK,ClockTypePCLK1,ClockTypePCLK2,ClockTypeSysClk,CortexFreq_Value,EnableExtClockForI2S,EnableHSE,EnableHSERTCDevisor,EnableLSE,EnableLSERTC,ExtClockEnable,FamilyName,HSEState,HSE_VALUE,HSIState,HSI_VALUE,I2SClocksFreq_Value,I2SEnable,IWDGEnable,LSE_VALUE,LSIState,LSI_VALUE,MCO1OutPutEnable,MCO2OutPutEnable,OscillatorTypeHSE,OscillatorTypeHSI,OscillatorTypeLSI,PLLCLKFreq_Value,PLLQCLKFreq_Value,PLLSource,PLLSourceVirtual,PLLState,RNGEnable,RTCEnable,RTCFreq_Value,RTCHSEDivFreq_Value,SDIOEnable,SYSCLKFreq_VALUE,USBFSEnable,USBHSEnable,VCOI2SOutputFreq_Value,VCOInputFreq_Value,VCOOutputFreq_Value,VcooutputI2S 265 | RCC.IWDGEnable=false 266 | RCC.LSE_VALUE=32768 267 | RCC.LSIState=RCC_LSI_OFF 268 | RCC.LSI_VALUE=32000 269 | RCC.MCO1OutPutEnable=false 270 | RCC.MCO2OutPutEnable=false 271 | RCC.OscillatorTypeHSE= 272 | RCC.OscillatorTypeHSI=RCC_OSCILLATORTYPE_HSI 273 | RCC.OscillatorTypeLSI= 274 | RCC.PLLCLKFreq_Value=96000000 275 | RCC.PLLQCLKFreq_Value=48000000 276 | RCC.PLLSource=RCC_PLLSOURCE_HSI 277 | RCC.PLLSourceVirtual=RCC_PLLSOURCE_HSI 278 | RCC.PLLState=RCC_PLL_OFF 279 | RCC.RNGEnable=false 280 | RCC.RTCEnable=false 281 | RCC.RTCFreq_Value=32000 282 | RCC.RTCHSEDivFreq_Value=12500000 283 | RCC.SDIOEnable=false 284 | RCC.SYSCLKFreq_VALUE=16000000 285 | RCC.USBFSEnable=false 286 | RCC.USBHSEnable=false 287 | RCC.VCOI2SOutputFreq_Value=192000000 288 | RCC.VCOInputFreq_Value=1000000 289 | RCC.VCOOutputFreq_Value=192000000 290 | RCC.VcooutputI2S=96000000 291 | SH.ADCx_IN10.0=ADC1_IN10,IN10 292 | SH.ADCx_IN10.ConfNb=1 293 | SH.ADCx_IN12.0=ADC1_IN12,IN12 294 | SH.ADCx_IN12.ConfNb=1 295 | SH.ADCx_IN13.0=ADC1_IN13,IN13 296 | SH.ADCx_IN13.ConfNb=1 297 | SH.ADCx_IN14.0=ADC1_IN14,IN14 298 | SH.ADCx_IN14.ConfNb=1 299 | SH.ADCx_IN15.0=ADC1_IN15,IN15 300 | SH.ADCx_IN15.ConfNb=1 301 | SH.ADCx_IN3.0=ADC1_IN3,IN3 302 | SH.ADCx_IN3.ConfNb=1 303 | SH.ADCx_IN4.0=ADC1_IN4,IN4 304 | SH.ADCx_IN4.ConfNb=1 305 | SH.ADCx_IN7.0=ADC1_IN7,IN7 306 | SH.ADCx_IN7.ConfNb=1 307 | SH.ADCx_IN8.0=ADC1_IN8,IN8 308 | SH.ADCx_IN8.ConfNb=1 309 | SH.S_TIM2_CH1_ETR.0=TIM2_CH1 310 | SH.S_TIM2_CH1_ETR.ConfNb=1 311 | SH.S_TIM3_CH1.0=TIM3_CH1 312 | SH.S_TIM3_CH1.ConfNb=1 313 | VP_SYS_VS_Systick.Mode=SysTick 314 | VP_SYS_VS_Systick.Signal=SYS_VS_Systick 315 | -------------------------------------------------------------------------------- /hardware/pinout-stm32f469.ioc: -------------------------------------------------------------------------------- 1 | #MicroXplorer Configuration settings - do not modify 2 | ADC1.AutoInjectedConv=DISABLE 3 | ADC1.Channel-0\#ChannelRegularConversion=ADC_CHANNEL_4 4 | ADC1.IPParameters=Rank-0\#ChannelRegularConversion,Channel-0\#ChannelRegularConversion,SamplingTime-0\#ChannelRegularConversion,NbrOfConversionFlag,master,AutoInjectedConv,InjectedDiscontinuousConvMode 5 | ADC1.InjectedDiscontinuousConvMode=DISABLE 6 | ADC1.NbrOfConversionFlag=1 7 | ADC1.Rank-0\#ChannelRegularConversion=1 8 | ADC1.SamplingTime-0\#ChannelRegularConversion=ADC_SAMPLETIME_3CYCLES 9 | ADC1.master=1 10 | CAN1.BS1=CAN_BS1_1TQ 11 | CAN1.BS2=CAN_BS2_1TQ 12 | CAN1.CalculateTimeBit=1066 13 | CAN1.CalculateTimeQuantum=355.55555555555554 14 | CAN1.IPParameters=CalculateTimeQuantum,CalculateTimeBit,BS1,BS2 15 | File.Version=6 16 | KeepUserPlacement=false 17 | Mcu.Family=STM32F4 18 | Mcu.IP0=ADC1 19 | Mcu.IP1=CAN1 20 | Mcu.IP2=NVIC 21 | Mcu.IP3=RCC 22 | Mcu.IP4=SPI1 23 | Mcu.IP5=SPI3 24 | Mcu.IP6=SYS 25 | Mcu.IP7=TIM1 26 | Mcu.IP8=TIM2 27 | Mcu.IP9=UART4 28 | Mcu.IPNb=10 29 | Mcu.Name=STM32F469V(E-G-I)Tx 30 | Mcu.Package=LQFP100 31 | Mcu.Pin0=PC13 32 | Mcu.Pin1=PC14/OSC32_IN 33 | Mcu.Pin10=PA1 34 | Mcu.Pin11=PA2 35 | Mcu.Pin12=PA3 36 | Mcu.Pin13=PA4 37 | Mcu.Pin14=PA5 38 | Mcu.Pin15=PA6 39 | Mcu.Pin16=PA7 40 | Mcu.Pin17=PB0 41 | Mcu.Pin18=PB1 42 | Mcu.Pin19=PE9 43 | Mcu.Pin2=PC15/OSC32_OUT 44 | Mcu.Pin20=PB10 45 | Mcu.Pin21=PB11 46 | Mcu.Pin22=PB12 47 | Mcu.Pin23=PB13 48 | Mcu.Pin24=PB14 49 | Mcu.Pin25=PB15 50 | Mcu.Pin26=PD9 51 | Mcu.Pin27=PD10 52 | Mcu.Pin28=PD14 53 | Mcu.Pin29=PD15 54 | Mcu.Pin3=PH0/OSC_IN 55 | Mcu.Pin30=PC8 56 | Mcu.Pin31=PC9 57 | Mcu.Pin32=PA8 58 | Mcu.Pin33=PA9 59 | Mcu.Pin34=PA10 60 | Mcu.Pin35=PA11 61 | Mcu.Pin36=PA12 62 | Mcu.Pin37=PA13 63 | Mcu.Pin38=PA15 64 | Mcu.Pin39=PC10 65 | Mcu.Pin4=PH1/OSC_OUT 66 | Mcu.Pin40=PC11 67 | Mcu.Pin41=PC12 68 | Mcu.Pin42=PD1 69 | Mcu.Pin43=PD5 70 | Mcu.Pin44=PD6 71 | Mcu.Pin45=PB3 72 | Mcu.Pin46=PB4 73 | Mcu.Pin47=PB5 74 | Mcu.Pin48=PB8 75 | Mcu.Pin49=PB9 76 | Mcu.Pin5=PC0 77 | Mcu.Pin50=VP_SYS_VS_Systick 78 | Mcu.Pin6=PC1 79 | Mcu.Pin7=PC2 80 | Mcu.Pin8=PC3 81 | Mcu.Pin9=PA0/WKUP 82 | Mcu.PinsNb=51 83 | Mcu.UserConstants= 84 | Mcu.UserName=STM32F469VITx 85 | MxCube.Version=4.20.0 86 | MxDb.Version=DB.4.0.200 87 | NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true 88 | NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:true 89 | NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true 90 | NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true 91 | NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true 92 | NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true 93 | NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4 94 | NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true 95 | NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true 96 | NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true 97 | PA0/WKUP.Mode=Asynchronous 98 | PA0/WKUP.Signal=UART4_TX 99 | PA1.Mode=Asynchronous 100 | PA1.Signal=UART4_RX 101 | PA10.GPIOParameters=GPIO_Label 102 | PA10.GPIO_Label=IGN1 103 | PA10.Signal=GPIO_Output 104 | PA11.GPIOParameters=GPIO_Label 105 | PA11.GPIO_Label=IGN4 106 | PA11.Signal=GPIO_Output 107 | PA12.GPIOParameters=GPIO_Label 108 | PA12.GPIO_Label=OUT2 109 | PA12.Signal=GPIO_Output 110 | PA13.GPIOParameters=GPIO_Label 111 | PA13.GPIO_Label=LED 112 | PA13.Signal=GPIO_Output 113 | PA15.GPIOParameters=GPIO_Label 114 | PA15.GPIO_Label=CJ_CS 115 | PA15.Mode=NSS_Signal_Hard_Output 116 | PA15.Signal=SPI3_NSS 117 | PA2.GPIOParameters=GPIO_Label 118 | PA2.GPIO_Label=SD_CS 119 | PA2.Signal=GPIO_Output 120 | PA3.GPIOParameters=GPIO_Label 121 | PA3.GPIO_Label=CLT 122 | PA3.Signal=ADCx_IN3 123 | PA4.GPIOParameters=GPIO_Label 124 | PA4.GPIO_Label=IAT 125 | PA4.Signal=ADCx_IN4 126 | PA5.GPIOParameters=GPIO_Label 127 | PA5.GPIO_Label=Crank 128 | PA5.Signal=S_TIM2_CH1_ETR 129 | PA6.GPIOParameters=GPIO_Label 130 | PA6.GPIO_Label=INA 131 | PA6.Signal=ADCx_IN6 132 | PA7.GPIOParameters=GPIO_Label 133 | PA7.GPIO_Label=TPS 134 | PA7.Signal=ADCx_IN7 135 | PA8.GPIOParameters=GPIO_Label 136 | PA8.GPIO_Label=IGN3 137 | PA8.Signal=GPIO_Output 138 | PA9.GPIOParameters=GPIO_Label 139 | PA9.GPIO_Label=IGN2 140 | PA9.Signal=GPIO_Output 141 | PB0.GPIOParameters=GPIO_Label 142 | PB0.GPIO_Label=MAP 143 | PB0.Signal=ADCx_IN8 144 | PB1.GPIOParameters=GPIO_Label 145 | PB1.GPIO_Label=O2 146 | PB1.Signal=ADCx_IN9 147 | PB10.GPIOParameters=GPIO_Label 148 | PB10.GPIO_Label=STBL 149 | PB10.Signal=GPIO_Output 150 | PB11.GPIOParameters=GPIO_Label 151 | PB11.GPIO_Label=PWR 152 | PB11.Signal=GPIO_Output 153 | PB12.GPIOParameters=GPIO_Label 154 | PB12.GPIO_Label=In1 155 | PB12.Signal=GPIO_Input 156 | PB13.GPIOParameters=GPIO_Label 157 | PB13.GPIO_Label=In2 158 | PB13.Signal=GPIO_Input 159 | PB14.GPIOParameters=GPIO_Label 160 | PB14.GPIO_Label=SM_DIR 161 | PB14.Signal=GPIO_Output 162 | PB15.GPIOParameters=GPIO_Label 163 | PB15.GPIO_Label=SM_STP 164 | PB15.Signal=GPIO_Output 165 | PB3.GPIOParameters=GPIO_Label 166 | PB3.GPIO_Label=SCK 167 | PB3.Mode=Full_Duplex_Master 168 | PB3.Signal=SPI1_SCK 169 | PB4.GPIOParameters=GPIO_Label 170 | PB4.GPIO_Label=MISO 171 | PB4.Mode=Full_Duplex_Master 172 | PB4.Signal=SPI1_MISO 173 | PB5.GPIOParameters=GPIO_Label 174 | PB5.GPIO_Label=MOSI 175 | PB5.Mode=Full_Duplex_Master 176 | PB5.Signal=SPI1_MOSI 177 | PB8.GPIOParameters=GPIO_Label 178 | PB8.GPIO_Label=RxCan 179 | PB8.Mode=Master 180 | PB8.Signal=CAN1_RX 181 | PB9.GPIOParameters=GPIO_Label 182 | PB9.GPIO_Label=TxCan 183 | PB9.Mode=Master 184 | PB9.Signal=CAN1_TX 185 | PC0.GPIOParameters=GPIO_Label 186 | PC0.GPIO_Label=HIP_SIG 187 | PC0.Signal=ADCx_IN10 188 | PC1.GPIOParameters=GPIO_Label 189 | PC1.GPIO_Label=CE 190 | PC1.Signal=GPIO_Output 191 | PC10.GPIOParameters=GPIO_Label 192 | PC10.GPIO_Label=SCK5 193 | PC10.Mode=Full_Duplex_Master 194 | PC10.Signal=SPI3_SCK 195 | PC11.GPIOParameters=GPIO_Label 196 | PC11.GPIO_Label=MISO5 197 | PC11.Mode=Full_Duplex_Master 198 | PC11.Signal=SPI3_MISO 199 | PC12.GPIOParameters=GPIO_Label 200 | PC12.GPIO_Label=MOSI5 201 | PC12.Mode=Full_Duplex_Master 202 | PC12.Signal=SPI3_MOSI 203 | PC13.GPIOParameters=GPIO_Label 204 | PC13.GPIO_Label=O2H 205 | PC13.Signal=GPIO_Output 206 | PC14/OSC32_IN.GPIOParameters=GPIO_Label 207 | PC14/OSC32_IN.GPIO_Label=HIP_INT 208 | PC14/OSC32_IN.Signal=GPIO_Output 209 | PC15/OSC32_OUT.GPIOParameters=GPIO_Label 210 | PC15/OSC32_OUT.GPIO_Label=HIP_TEST 211 | PC15/OSC32_OUT.Signal=GPIO_Output 212 | PC2.GPIOParameters=GPIO_Label 213 | PC2.GPIO_Label=W_UR 214 | PC2.Signal=ADCx_IN12 215 | PC3.GPIOParameters=GPIO_Label 216 | PC3.GPIO_Label=VIGN 217 | PC3.Signal=ADCx_IN13 218 | PC8.GPIOParameters=GPIO_Label 219 | PC8.GPIO_Label=TACH 220 | PC8.Signal=GPIO_Output 221 | PC9.GPIOParameters=GPIO_Label 222 | PC9.GPIO_Label=ECF 223 | PC9.Signal=GPIO_Output 224 | PCC.Checker=false 225 | PCC.Line=STM32F469/479 226 | PCC.MCU=STM32F469V(E-G-I)Tx 227 | PCC.MXVersion=4.20.0 228 | PCC.PartNumber=STM32F469VITx 229 | PCC.Seq0=0 230 | PCC.Series=STM32F4 231 | PCC.Temperature=25 232 | PCC.Vdd=3.3 233 | PD1.GPIOParameters=GPIO_Label 234 | PD1.GPIO_Label=HIP_CS 235 | PD1.Signal=GPIO_Output 236 | PD10.GPIOParameters=GPIO_Label 237 | PD10.GPIO_Label=INJ3 238 | PD10.Signal=GPIO_Output 239 | PD14.GPIOParameters=GPIO_Label 240 | PD14.GPIO_Label=INJ4 241 | PD14.Signal=GPIO_Output 242 | PD15.GPIOParameters=GPIO_Label 243 | PD15.GPIO_Label=INJ2 244 | PD15.Signal=GPIO_Output 245 | PD5.GPIOParameters=GPIO_Label 246 | PD5.GPIO_Label=OUT1 247 | PD5.Signal=GPIO_Output 248 | PD6.GPIOParameters=GPIO_Label 249 | PD6.GPIO_Label=FPMP 250 | PD6.Signal=GPIO_Output 251 | PD9.GPIOParameters=GPIO_Label 252 | PD9.GPIO_Label=INJ1 253 | PD9.Signal=GPIO_Output 254 | PE9.GPIOParameters=GPIO_Label 255 | PE9.GPIO_Label=Cam 256 | PE9.Signal=S_TIM1_CH1 257 | PH0/OSC_IN.Mode=HSE-External-Oscillator 258 | PH0/OSC_IN.Signal=RCC_OSC_IN 259 | PH1/OSC_OUT.Mode=HSE-External-Oscillator 260 | PH1/OSC_OUT.Signal=RCC_OSC_OUT 261 | RCC.AHBFreq_Value=180000000 262 | RCC.APB1CLKDivider=RCC_HCLK_DIV4 263 | RCC.APB1Freq_Value=45000000 264 | RCC.APB1TimFreq_Value=90000000 265 | RCC.APB2CLKDivider=RCC_HCLK_DIV2 266 | RCC.APB2Freq_Value=90000000 267 | RCC.APB2TimFreq_Value=180000000 268 | RCC.ClockTypeHCLK=RCC_CLOCKTYPE_HCLK 269 | RCC.ClockTypePCLK1=RCC_CLOCKTYPE_PCLK1 270 | RCC.ClockTypePCLK2=RCC_CLOCKTYPE_PCLK2 271 | RCC.ClockTypeSysClk=RCC_CLOCKTYPE_SYSCLK 272 | RCC.CortexFreq_Value=180000000 273 | RCC.DSIFreq_Value=20000000 274 | RCC.DSITXEscFreq_Value=5000000 275 | RCC.EnableHSE=true 276 | RCC.EnableHSERTCDevisor=false 277 | RCC.EnableI2S=false 278 | RCC.EnableLSE=false 279 | RCC.EnableLSERTC=false 280 | RCC.EnableSAIA=false 281 | RCC.EnableSAIB=false 282 | RCC.EnableSDIO=false 283 | RCC.EnableUSB=false 284 | RCC.EnbaleCSS=false 285 | RCC.EthernetFreq_Value=180000000 286 | RCC.ExtClockEnable=false 287 | RCC.FCLKCortexFreq_Value=180000000 288 | RCC.FamilyName=M 289 | RCC.HCLKFreq_Value=180000000 290 | RCC.HSEState=RCC_HSE_ON 291 | RCC.HSE_VALUE=8000000 292 | RCC.HSIState=RCC_HSI_OFF 293 | RCC.I2SFreq_Value=96000000 294 | RCC.IPParameters=AHBFreq_Value,APB1CLKDivider,APB1Freq_Value,APB1TimFreq_Value,APB2CLKDivider,APB2Freq_Value,APB2TimFreq_Value,ClockTypeHCLK,ClockTypePCLK1,ClockTypePCLK2,ClockTypeSysClk,CortexFreq_Value,DSIFreq_Value,DSITXEscFreq_Value,EnableHSE,EnableHSERTCDevisor,EnableI2S,EnableLSE,EnableLSERTC,EnableSAIA,EnableSAIB,EnableSDIO,EnableUSB,EnbaleCSS,EthernetFreq_Value,ExtClockEnable,FCLKCortexFreq_Value,FamilyName,HCLKFreq_Value,HSEState,HSE_VALUE,HSIState,I2SFreq_Value,IWDGEnable,LCDTFTFreq_Value,LSIState,MCO1OutPutEnable,MCO2OutPutEnable,MCO2PinFreq_Value,OscillatorTypeHSE,OscillatorTypeHSI,OscillatorTypeLSI,PLLCLKFreq_Value,PLLDSIFreq_Value,PLLDSIVCOFreq_Value,PLLI2SQCLKFreq_Value,PLLI2SRCLKFreq_Value,PLLM,PLLN,PLLQCLKFreq_Value,PLLRCLKFreq_Value,PLLRFreq_Value,PLLSAIPCLKFreq_Value,PLLSAIQCLKFreq_Value,PLLSAIRCLKFreq_Value,PLLSource,PLLSourceVirtual,PLLState,RCC_RTC_Clock_Source,RCC_RTC_Clock_SourceVirtual,RTCEnable,RTCFreq_Value,RTCHSEDivFreq_Value,SAIAFreq_Value,SAIBFreq_Value,SDIOFreq_Value,SYSCLKFreq_VALUE,SYSCLKSource,USBFreq_Value,VCOI2SOutputFreq_Value,VCOInputFreq_Value,VCOOutputFreq_Value,VCOSAIOutputFreq_Value 295 | RCC.IWDGEnable=false 296 | RCC.LCDTFTFreq_Value=48000000 297 | RCC.LSIState=RCC_LSI_OFF 298 | RCC.MCO1OutPutEnable=false 299 | RCC.MCO2OutPutEnable=false 300 | RCC.MCO2PinFreq_Value=180000000 301 | RCC.OscillatorTypeHSE=RCC_OSCILLATORTYPE_HSE 302 | RCC.OscillatorTypeHSI=RCC_OSCILLATORTYPE_HSI 303 | RCC.OscillatorTypeLSI= 304 | RCC.PLLCLKFreq_Value=180000000 305 | RCC.PLLDSIFreq_Value=160000000 306 | RCC.PLLDSIVCOFreq_Value=320000000 307 | RCC.PLLI2SQCLKFreq_Value=48000000 308 | RCC.PLLI2SRCLKFreq_Value=96000000 309 | RCC.PLLM=8 310 | RCC.PLLN=360 311 | RCC.PLLQCLKFreq_Value=90000000 312 | RCC.PLLRCLKFreq_Value=180000000 313 | RCC.PLLRFreq_Value=180000000 314 | RCC.PLLSAIPCLKFreq_Value=96000000 315 | RCC.PLLSAIQCLKFreq_Value=48000000 316 | RCC.PLLSAIRCLKFreq_Value=96000000 317 | RCC.PLLSource=RCC_PLLSOURCE_HSE 318 | RCC.PLLSourceVirtual=RCC_PLLSOURCE_HSE 319 | RCC.PLLState=RCC_PLL_ON 320 | RCC.RCC_RTC_Clock_Source=RCC_RTCCLKSOURCE_LSI 321 | RCC.RCC_RTC_Clock_SourceVirtual=RCC_RTCCLKSOURCE_LSI 322 | RCC.RTCEnable=false 323 | RCC.RTCFreq_Value=32000 324 | RCC.RTCHSEDivFreq_Value=4000000 325 | RCC.SAIAFreq_Value=48000000 326 | RCC.SAIBFreq_Value=48000000 327 | RCC.SDIOFreq_Value=90000000 328 | RCC.SYSCLKFreq_VALUE=180000000 329 | RCC.SYSCLKSource=RCC_SYSCLKSOURCE_PLLCLK 330 | RCC.USBFreq_Value=90000000 331 | RCC.VCOI2SOutputFreq_Value=192000000 332 | RCC.VCOInputFreq_Value=1000000 333 | RCC.VCOOutputFreq_Value=360000000 334 | RCC.VCOSAIOutputFreq_Value=192000000 335 | SH.ADCx_IN10.0=ADC1_IN10,IN10 336 | SH.ADCx_IN10.ConfNb=1 337 | SH.ADCx_IN12.0=ADC1_IN12,IN12 338 | SH.ADCx_IN12.ConfNb=1 339 | SH.ADCx_IN13.0=ADC1_IN13,IN13 340 | SH.ADCx_IN13.ConfNb=1 341 | SH.ADCx_IN3.0=ADC1_IN3,IN3 342 | SH.ADCx_IN3.ConfNb=1 343 | SH.ADCx_IN4.0=ADC1_IN4,IN4 344 | SH.ADCx_IN4.ConfNb=1 345 | SH.ADCx_IN6.0=ADC1_IN6,IN6 346 | SH.ADCx_IN6.ConfNb=1 347 | SH.ADCx_IN7.0=ADC1_IN7,IN7 348 | SH.ADCx_IN7.ConfNb=1 349 | SH.ADCx_IN8.0=ADC1_IN8,IN8 350 | SH.ADCx_IN8.ConfNb=1 351 | SH.ADCx_IN9.0=ADC1_IN9,IN9 352 | SH.ADCx_IN9.ConfNb=1 353 | SH.S_TIM1_CH1.0=TIM1_CH1,Input_Capture1_from_TI1 354 | SH.S_TIM1_CH1.ConfNb=1 355 | SH.S_TIM2_CH1_ETR.0=TIM2_CH1,Input_Capture1_from_TI1 356 | SH.S_TIM2_CH1_ETR.ConfNb=1 357 | SPI1.CRCPolynomial=10 358 | SPI1.CalculateBaudRate=45.0 MBits/s 359 | SPI1.Direction=SPI_DIRECTION_2LINES 360 | SPI1.IPParameters=CalculateBaudRate,VirtualType,Mode,Direction,CRCPolynomial 361 | SPI1.Mode=SPI_MODE_MASTER 362 | SPI1.VirtualType=VM_MASTER 363 | SPI3.CRCPolynomial=10 364 | SPI3.CalculateBaudRate=22.5 MBits/s 365 | SPI3.Direction=SPI_DIRECTION_2LINES 366 | SPI3.IPParameters=CalculateBaudRate,VirtualType,Mode,Direction,CRCPolynomial,VirtualNSS 367 | SPI3.Mode=SPI_MODE_MASTER 368 | SPI3.VirtualNSS=VM_NSSHARD 369 | SPI3.VirtualType=VM_MASTER 370 | TIM1.Channel-Input_Capture1_from_TI1=TIM_CHANNEL_1 371 | TIM1.IPParameters=Channel-Input_Capture1_from_TI1 372 | TIM2.Channel-Input_Capture1_from_TI1=TIM_CHANNEL_1 373 | TIM2.IPParameters=Channel-Input_Capture1_from_TI1 374 | UART4.IPParameters=VirtualMode 375 | UART4.VirtualMode=Asynchronous 376 | VP_SYS_VS_Systick.Mode=SysTick 377 | VP_SYS_VS_Systick.Signal=SYS_VS_Systick 378 | -------------------------------------------------------------------------------- /hardware/prometheus-assembly.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-assembly.pdf -------------------------------------------------------------------------------- /hardware/prometheus-bare-pcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-bare-pcb.jpg -------------------------------------------------------------------------------- /hardware/prometheus-bom.csv: -------------------------------------------------------------------------------- 1 | Designator;Q-ty;Value;Footprint;Description;Supplier;Part Number;Remark;Unit Price*;Price 2 | ;;;;;;;;; 3 | C1;1;2.2n;C0805;Capacitor;;;;; 4 | C2;1;33n;C0805;Capacitor;;;;; 5 | C3;1;10n;C0805;Capacitor;;;Adjust to tune low-pass filtering;; 6 | C4;1;220p;C0805;Capacitor;;;;; 7 | C5, C34;2;1u;C0805;Capacitor;;;;; 8 | C7, C9, C11, C13, C14, C17, C20, C29, C31, C37, C39, C40, C43, C48, C52, C53, C66, C71;18;100n;C0805;Capacitor;;;;; 9 | C8, C24, C32, C36, C38, C49, C50, C51, C56, C60, C61;11;10n;C0805;Capacitor;;;;; 10 | C10, C25, C26, C54, C65, C67, C69, C70, C72;9;220n;C0805;Capacitor;;;;; 11 | C12, C19, C42, C57, C58, C59, C64, C73;8;2.2u;C0805;Capacitor;;;;; 12 | C15;1;33n;C0805;Capacitor;;;;; 13 | C16, C55;2;22n;C0805;Capacitor;;;;; 14 | C18, C21;2;3.3n;C0805;Capacitor;;;;; 15 | C22, C23, C27, C28;4;10p;C0805;Capacitor;;;;; 16 | C30, C41, C62, C68;4;1n;C0805;Capacitor;;;;; 17 | C33;1;100uF x 10;CAP R2.0-5.0 X 11;Polar Electrolytic Capacitor;Digi-Key;565-1899-ND;LowESR;$0.32;$0.32 18 | C35;1;220uF x 50;CAP R5.0-10.0 X 16;Polar Electrolytic Capacitor;Digi-Key;565-2017-ND;LowESR;$0.73;$0.73 19 | C44, C46;2;220uF x 16;TANT-D;Polar Tantalum SMT Capacitor;;399-10429-1-ND;LowESR;$1.97;$3.94 20 | C45;1;220uF x 16;CAP R2.5-6.3 X 11.5;Polar Electrolytic Capacitor;Digi-Key;565-1927-ND;LowESR;$0.40;$0.40 21 | C47;1;1n;C0805;Capacitor;;;(optional for ADJ-regulator);; 22 | C63;1;10uFx10;TANT-A;Polar Tantalum SMT Capacitor;Digi-Key;478-4086-1-ND;or put TVS (ESD5Z5.0T1G) instead;$0.50;$0.50 23 | C74;1;100n;C0805;Capacitor;;;;; 24 | C75;1;1u;C0805;Capacitor;;;;; 25 | C76;1;10n;C0805;Capacitor;;;;; 26 | D1, D9, D13, D14, D15, D16, D19, D20;8;S1M;SMA;Small Signal Fast Switching Diode;Digi-Key;S1MFSCT-ND;;$0.31;$2.48 27 | D2;1;LED;LED-SM1;Typical YELLOW 1206 LED;Digi-Key;754-1174-1-ND;Vf<3V;$0.48;$0.48 28 | D3, D7, D22, D23, D26;5;1N4148W;SOD123;Small Signal Fast Switching Diode;Digi-Key;1N4148WTPMSCT-ND;Alternative: LL4148 (SOD-80);$0.14;$0.70 29 | D4;1;NUP2105LT1G;SOT-23;Dual Line CAN Bus Protector, 3-Pin;Digi-Key;NUP2105LT1GOSCT-ND;;$0.44;$0.44 30 | D5, D6, D11, D12, D17, D18, D24, D25;8;BAS70-04;SOT-23;Silicon Schottky Diode, -55 to 125 degC;Digi-Key;BAS70-04-FDICT-ND;;$0.26;$2.08 31 | D8;1;MBRS340;SMC;Schottky Diode;Digi-Key;MBRS340FSCT-ND;;$0.59;$0.59 32 | D10;1;P6KE22A;DO-15V;Transient Voltage Suppressor Diode;Digi-Key;P6KE22AFSCT-ND;;$0.43;$0.43 33 | D21;1;SMAJ22A;SMA;Transient Voltage Suppressor Diode;Digi-Key;SMAJ22A-FDICT-ND;;$0.41;$0.41 34 | D27;1;SM2T3V3A;DO-216AA;Transient Voltage Suppressor Diode;Digi-Key;497-7878-1-ND;;$0.64;$0.64 35 | D28;1;BT;LED-SM1;Typical ORANGE 1206 LED;Digi-Key;754-1943-1-ND;Vf<3V, Bluetooth LED;$0.61;$0.61 36 | D29;1;SP0503BAHT;SOT-143;SMT TVS Avalanche Diode Array;Digi-Key;F2715CT-ND;;$0.88;$0.88 37 | D30;1;ESD5Z5;SOD-523;Transient Voltage Suppressor Diode;Digi-Key;ESD5Z5.0T1GOSCT-ND;;$0.29;$0.29 38 | J1;1;DM3AT-SF-PEJM5;CONN-MICROSD-PUSH-PUSH;Secure Digital Card Connector, SMT, 9p;Digi-Key;HR1964CT-ND;;$2.88;$2.88 39 | J7;1;USB-B;CONN-USB-B;USB Connector Type B;Digi-Key;ED2982-ND;;$0.58;$0.58 40 | L1, L2, L5;3;BLM21PG331;L2012;Chip Inductor;Digi-Key;490-5988-1-ND;;$0.12;$0.36 41 | L3, L4;2;CDRH104RNP-330;L-CDRH104R;Inductor with Ferrite Core;Digi-Key;308-1433-1-ND;;$1.67;$3.34 42 | P3;1;BS-5 (CR2032);BATTERY-HOLDER-2032-V;Battery Holder BS-5;Digi-Key;BS-5-ND;;$0.86;$0.86 43 | Q1, Q2, Q3, Q4, Q5;5;VND14NV04;DPAK;OMNIFET Protected Power MOSFET;Digi-Key;497-11687-1-ND;;$2.11;$10.55 44 | Q6, Q7, Q8, Q9, Q10, Q11, Q12;7;VND5N07;DPAK;OMNIFET Protected Power MOSFET;Digi-Key;497-2481-5-ND;Alternative: VND14NV04;$1.85;$12.95 45 | Q13;1;MJD340TF;DPAK;NPN General-purpose Transistor;Digi-Key;MJD340TFCT-ND;;$0.55;$0.55 46 | Q14;1;BC817;SOT-23;NPN General-purpose Transistor;Digi-Key;BC817-40LT3GOSCT-ND;;$0.12;$0.12 47 | Q15, Q16, Q17, Q18;4;BIP373;TO-220AB-2;Ignition Coil Protected Driver;Bosch;0271130115;Bosch 30115;$3.15;$12.60 48 | R1;1;1k;R0805;Resistor;;;Adjust to set LED brightness;; 49 | R2, R23, R38, R43, R71, R89, R90, R91, R92, R97, R117, R119, R121, R124;14;68k;R0805;Resistor;;;;; 50 | R3;1;220;R0805;Resistor;;;;; 51 | R4, R73, R93, R94, R95, R96, R120, R122, R125;9;1k;R1206;Resistor;;;;; 52 | R5;1;0;R0805;Resistor;;;;; 53 | R6, R13;2;100k;R0805;Resistor;;;;; 54 | R7, R9, R10, R17, R19, R21, R24, R26, R31, R37, R41, R42, R83, R102, R139, R140;16;10k;R0805;Resistor;;;;; 55 | R8;1;0;R0805;Resistor;;;SD card EMI filtering resistor;; 56 | R11, R48, R59, R72, R77, R88, R105;7;100;R0805;Resistor;;;;; 57 | R12;1;120;R1206;Resistor;;;CAN bus terminator (optional);; 58 | R14;1;61.9;R0805;Resistor;;;;; 59 | R15;1;1k;R0805;Resistor;;;Adjust to tune low-pass filtering;; 60 | R16;1;0;R1206;Resistor;;;;; 61 | R18;1;4.7k;R0805;Resistor;;;;; 62 | R20, R22;2;6.8k;R0805;Resistor;;;;; 63 | R25;1;5.1k;R0805;Resistor;;;;; 64 | R27, R35, R47, R57, R138, R144, R145, R147;8;330;R1206;Resistor;;;;; 65 | R28, R36, R46, R52;4;68k;R1206;Resistor;;;;; 66 | R29;1;82.5;R0805;Resistor;;;82.5 for LSU4.2 or 200 for LSU4.9;; 67 | R30;1;10k;R0805;Resistor;;;10k for LSU4.2 or 31.6k for LSU4.9;; 68 | R32, R34, R45;3;470k;R0805;Resistor;;;;; 69 | R33, R115, R116;4;1k;R0805;Resistor;;;;; 70 | R39, R40, R61, R62, R64, R66, R98, R103, R106, R107, R108, R118;12;1k;R0805;Resistor;Digi-Key;P1.0KDACT-ND;0.1% precise series <50ppm;$0.41;$4.92 71 | R44, R58, R74, R101;4;510k;R0805;Resistor;;;;; 72 | R49, R60, R69, R76, R78, R87, R104, R133, R134;9;10k;R1206;Resistor;;;;; 73 | R50;1;0.1;R0805;Resistor;;;NetTie: Can be 0;; 74 | R51, R63, R67, R79, R85, R109;6;2.7k;R1206;Resistor;;;(optional pull-up);; 75 | R53, R55, R56;3;10k;R0805;Resistor;;;(optional);; 76 | R54;1;1M;R0805;Resistor;;;(optional for osc stability);; 77 | R65, R80, R81, R84, R110, R111;6;510;R0805;Resistor;;;;; 78 | R68;1;0;R0805;Resistor;;;"0 for 5.0V fixed regulator; 3.16k 1% for ADJ";; 79 | R70;1;1.02k;R0805;Resistor;;;1% (optional - only for ADJ regulator);; 80 | R75, R100, R131, R132;4;510k;R1206;Resistor;;;;; 81 | R82;1;510;R0805;Resistor;;;;; 82 | R86;1;1MO;R0805;Resistor;;;;; 83 | R99, R112;2;0.1;R0805;Resistor;;;;; 84 | R113, R114, R142, R143;4;100;R1206;Resistor;;;;; 85 | R123;1;5.1;R0805;Resistor;;;;; 86 | R126, R128;2;0;R1206;Resistor;;;Set non-zero for voltage divider;; 87 | R127;1;2k;R0805;Resistor;;;1%;; 88 | R129, R130;2;10k;R1206;Resistor;;;(optional pull-up);; 89 | R135;1;33k;R0805;Resistor;;;;; 90 | R136;1;51k;R0805;Resistor;;;;; 91 | R137;1;10k;R0805;Resistor;;;1%;; 92 | R141, R146;2;5k;R0805;Resistor;;;(optional);; 93 | R148;1;220;R0805;Resistor;;;Adjust to set LED brightness;; 94 | R149, R150, R151, R152, R155, R156, R159, R160;8;5k;R1206;Resistor;;;;; 95 | R153;1;0;R1206;Resistor;;;NetTie or EMI filter;; 96 | R154, R162, R163;3;1k;R1206;Resistor;;;(optional pull-down);; 97 | R157, R158, R161;3;1k;R1206;Resistor;;;(optional pull-up);; 98 | R164;1;47;R0805;Resistor;;;;; 99 | R165;1;1k;R0805;Resistor;;;(optional);; 100 | U1;1;SN65HVD230D;SO8;3.3V CAN Transceiver with Standby Mode, 17 mA, -40 to 85 degC, 8-pin SOIC;Digi-Key;SN65HVD230D-ND;;$2.66;$2.66 101 | U2;1;CJ125;SOIC24;Lambda Probe Interface IC;Bosch;1267379259;Bosch 30481;$3.00;$3.00 102 | U3;1;TPIC8101;SOIC20;Engine Knock Signal Processor;Digi-Key;296-34575-5-ND;;$5.61;$5.61 103 | U4, U9;2;MCP6004T-I/ST;TSSOP14;1 MHz, Low-Power Op Amp;Digi-Key;MCP6004T-I/STCT-ND;;$0.45;$0.90 104 | U5;1;STM32F405RGT6;LQFP64;ARM Cortex-M4 32-bit MCU+FPU, 210 DMIPS, 1024 kB Flash, 192 kB RAM, 51 I/Os, 64-pin LQFP, -40 to 85 degC;Digi-Key;497-11767-ND;(Optional, populate instead of U5_2 (F469));; 105 | U5_2;1;STM32F469VIT6;LQFP100;ARM Cortex-M4 32-bit MCU+FPU, 210 DMIPS, 1024 kB Flash, 192 kB RAM, 51 I/Os, 64-pin LQFP, -40 to 85 degC;Digi-Key;497-16782-ND;;$9.76;$9.76 106 | U6;1;NCV4274ADT33;DPAK;Series of Micropower Voltage Regulators, 3-pin TO-252;Digi-Key;NCV4274ADT33RKGOSCT-ND;;$1.79;$1.79 107 | U7;1;NCV4274ADT50;DPAK;Series of Micropower Voltage Regulators, 3-pin TO-252;Digi-Key;NCV4274ADT50RKGOSCT-ND;(Optional, populate instead of U8);; 108 | U8;1;MIC4576-5.0;D2PAK-5;Step-Down Voltage Regulator, 3A, 200 kHz, 5-pin TO-263;Digi-Key;576-1800-5-ND;Alternatives: LM25x6-5.0/ADJ, MIC4576WU;$3.20;$3.20 109 | U10;1;DRV8825;HTSSOP28;Stepper Motor Controller IC;Digi-Key;296-29503-1-ND;;$3.93;$3.93 110 | U11;1;74HCT04;SOIC14;6 Hex Inverters;Digi-Key;296-1205-1-ND;;$0.48;$0.48 111 | U12;1;MAX9926UAEE;QSOP16;Dual-Channel, Variable Reluctance Sensor Interface, 4.5 to 5.5 V, -40 to 125 degC, 16-Pin SOP;Digi-Key;MAX9926UAEE+-ND;;$9.27;$9.27 112 | U13;1;CP2102-GM;QFN28;Single-Chip USB to UART Bridge, 1024 Bytes EEPROM, -40 to 85 degC, 28-pin QFN, Tube;Digi-Key;336-1160-5-ND;;$2.91;$2.91 113 | U14;1;ADUM1201ARZ;SO8;Dual Channel Digital Isolator, 2.5 KV rms Insulation Rating, 1 Mbps Data Rate, 150 ns Delay, Industrial, 8-pin SOIC (R-8);Digi-Key;ADUM1201ARZ-ND;;$3.02;$3.02 114 | U15;1;HC-06;HC-06;Bluetooth module;Olimex;BLUETOOTH-SERIAL-HC-06;;$2.70;$2.70 115 | Y1, Y2;2;ABM3B-8.0MHz;QUARTZ-ABM3B-HC49;Crystal Oscillator (SMD, TH);Digi-Key;535-9721-1-ND;ABM3B-8.000MHZ-10-1-U-T or HC-49;$0.69;$1.38 116 | ;;;;;;;;; 117 | ;;;;;;;;$116.24; 118 | ;;;;;;;;; 119 | -------------------------------------------------------------------------------- /hardware/prometheus-bom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-bom.pdf -------------------------------------------------------------------------------- /hardware/prometheus-bom.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-bom.xls -------------------------------------------------------------------------------- /hardware/prometheus-gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-gerber.zip -------------------------------------------------------------------------------- /hardware/prometheus-pcb-3d-bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-pcb-3d-bottom.jpg -------------------------------------------------------------------------------- /hardware/prometheus-pcb-3d-top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-pcb-3d-top.jpg -------------------------------------------------------------------------------- /hardware/prometheus-pcb-all-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-pcb-all-layers.png -------------------------------------------------------------------------------- /hardware/prometheus-pcb-bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-pcb-bottom.jpg -------------------------------------------------------------------------------- /hardware/prometheus-pcb-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-pcb-layers.png -------------------------------------------------------------------------------- /hardware/prometheus-pcb-top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-pcb-top.jpg -------------------------------------------------------------------------------- /hardware/prometheus-port-mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-port-mapping.png -------------------------------------------------------------------------------- /hardware/prometheus-schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-schematic.pdf -------------------------------------------------------------------------------- /hardware/prometheus-wiring-diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/hardware/prometheus-wiring-diagram.pdf -------------------------------------------------------------------------------- /hardware/transistors.txt: -------------------------------------------------------------------------------- 1 | Transistors quick reminder: 2 | Q1 - oxygen sensor heater (подогрев лямбды) 3 | Q2-Q5 - injectors (инжекторы) 4 | Q6 - main relay (главное реле) 5 | Q7 - output1 (выход1) 6 | Q8 - fuel pump (ЭБН) 7 | Q9 - output2 (выход2) 8 | Q10 - ECF (вентилятор) 9 | Q11 - checkengine 10 | Q12 - starter block (блокировка стартёра) 11 | Q13 - tachometer (тахометр) (MJD340) 12 | Q14 - for stepper motor driver (для драйвера шагового двигателя) 13 | -------------------------------------------------------------------------------- /html/data/prometheus-bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/html/data/prometheus-bom.csv -------------------------------------------------------------------------------- /html/data/prometheus-footprints.csv: -------------------------------------------------------------------------------- 1 | "Designator","Type","Width","Height","Offset X","Offset Y","Multilayer","More" 2 | "" 3 | "BATTERY-HOLDER-2032-V", "rect", "600mil", "275mil" 4 | "BT_MODULE_HC-06-4", "rect", "400mil", "90mil", "0mil","0mil","3" 5 | "C0805", "rect", "165mil", "60mil", "0mil", "0mil", "0", "img: http://media.digikey.com/photos/AVX%20Photos/CERAMIC%20NULL%20SERIES%200805_sml.jpg, ds: http://datasheets.avx.com/X7RDielectric.pdf" 6 | "CAP_R2.0-5.0_X_11", "circle", "190mil", "mil" 7 | "CAP_R2.5-6.3_X_11.5", "circle", "240mil", "mil" 8 | "CAP_R5.0-10.0_X_16", "circle", "390mil", "mil" 9 | "CONN-MICROSD-PUSH-PUSH", "rect", "515mil", "615mil" 10 | "CONN-USB-B", "rect", "455mil", "565mil", "-50mil", "0mil" 11 | "D2PAK-5", "rect", "570mil", "395mil", "-20mil", "0mil" 12 | "DO-15V", "rect", "210mil", "100mil" 13 | "DO-216AA", "rect", "148mil", "75mil" 14 | "DPAK", "rect", "260mil", "410mil", "0mil", "50mil" 15 | "DRV8825_Module", "rect", "800mil", "98mil", "0mil", "260mil" 16 | "DRV8825_Module", "rect", "800mil", "98mil", "0mil", "-260mil" 17 | "HC-06", "rect", "505mil", "1058mil", "0mil", "150mil", "0", "img: https://raw.githubusercontent.com/andreika-git/prometheus/master/html/img/hc-06.jpg" 18 | "HDR1X1", "circle", "44mil", "0mil", "0mil", "0mil", "3" 19 | "HDR1X1-BIG2", "circle", "110mil", "0mil", "0mil", "0mil", "3", "addrem: 1" 20 | "HDR1x2", "rect", "198mil", "98mil", "0mil", "0mil", "3" 21 | "HDR1X3", "rect", "296mil", "96mil", "0mil", "0mil", "3" 22 | "HDR1X5", "rect", "498mil", "100mil", "0mil", "0mil", "3" 23 | "HDR2X3", "rect", "298mil", "198mil", "0mil", "0mil", "3" 24 | "HTSSOP28", "rect", "260mil", "386mil" 25 | "L1206", "rect", "174mil", "72mil" 26 | "L2012", "rect", "118mil", "40mil" 27 | "L-CDRH104R", "rect", "414mil", "400mil" 28 | "LED-SM1", "rect", "196mil", "60mil" 29 | "LQFP100", "rect", "632mil", "632mil", "0mil", "0mil", "0", "img: https://www.digikey.com/-/media/Images/Product%20Highlights/S/STMicroelectronics/STM32F407%20Microcontrollers/st-stm32f407ze-microcontroller.jpg?la=en-US&ts=21afc27a-7612-417f-9e5c-96b3a2bf05c6" 30 | "QFN28", "rect", "236mil", "236mil" 31 | "QSOP16", "rect", "238mil", "198mil" 32 | "QUARTZ-ABM3B-HC49", "rect", "128mil", "194mil" 33 | "QUARTZ-ABM3B-HC49-2SIDED", "rect", "400mil", "200mil", "0mil", "0mil", "1" 34 | "QUARTZ-ABM3B-HC49-2SIDED", "rect", "128mil", "194mil", "0mil", "0mil", "2" 35 | "R0805", "rect", "126mil", "72mil", "0mil", "0mil", "0", "img: http://media.digikey.com/Photos/Vishay%20Dale%20Photos/TFPT0805L1001DV_sml.jpg, ds: http://www.yageo.com.tw/exep/pages/download/literatures/PYu-R_INT-thick_7.pdf" 36 | "R1206", "rect", "172mil", "84mil", "0mil", "0mil", "0", "img: http://media.digikey.com/Photos/Vishay%20Dale%20Photos/CRCW-F%20SERIES%201206_sml.jpg, ds: http://www.yageo.com.tw/exep/pages/download/literatures/PYu-R_INT-thick_7.pdf" 37 | "SMA", "rect", "256mil", "104mil" 38 | "SMC", "rect", "380mil", "246mil", "20mil", "0mil" 39 | "SO8", "rect", "242mil", "196mil" 40 | "SOD-80", "rect", "196mil", "78mil" 41 | "SOIC14", "rect", "242mil", "348mil" 42 | "SOIC20", "rect", "400mil", "510mil" 43 | "SOIC24", "rect", "400mil", "610mil", "0mil", "0mil", "0", "img: https://media.digikey.com/Renders/~~Pkg.Case%20or%20Series/24-SOIC_sml.jpg" 44 | "SOT-23", "rect", "120mil", "120mil" 45 | "SOT-143", "rect", "116mil", "96mil" 46 | "TANT-A", "rect", "188mil", "66mil" 47 | "TANT-D", "rect", "352mil", "174mil" 48 | "TD03B_N", "rect", "324mil", "262mil", "50mil", "0mil" 49 | "TO-220AB-2", "rect", "412mil", "186mil", "0mil", "10mil", "0", "img: https://media.digikey.com/Renders/SMC%20Diode%20Solutions/1655;TO220AB;;3_sml.jpg" 50 | "TSSOP14", "rect", "198mil", "252mil" 51 | -------------------------------------------------------------------------------- /html/data/prometheus-pick-and-place.csv: -------------------------------------------------------------------------------- 1 | "Designator","Footprint","Mid X","Mid Y","Ref X","Ref Y","Pad X","Pad Y","Layer","Rotation","Comment" 2 | "" 3 | "C1","C0805","4146.654mil","4794.291mil","4146.654mil","4794.291mil","4109.252mil","4794.291mil","T","360.00","2.2n" 4 | "D7","SOD-80","1232.284mil","3462.598mil","1232.284mil","3462.598mil","1305.118mil","3462.598mil","B","180.00","LL4148" 5 | "R140","R0805","2944.882mil","1751.968mil","2944.882mil","1751.968mil","2907.48mil","1751.968mil","T","360.00","10k" 6 | "R139","R0805","2986.951mil","1878.893mil","2986.95mil","1878.893mil","2949.549mil","1878.893mil","T","360.00","10k" 7 | "C46","TANT-D","1818.898mil","3419.291mil","1818.898mil","3419.291mil","1692.913mil","3419.291mil","B","360.00","220uF x 16" 8 | "U7","TD03B_N","1440.945mil","2690.945mil","1440.945mil","2641.732mil","1351.181mil","2812.992mil","B","270.00","LP2950CDT-5.0" 9 | "C37","C0805","1921.26mil","3035.433mil","1921.26mil","3035.433mil","1921.26mil","3072.835mil","T","270.00","100n" 10 | "P24","HDR1X1-BIG2","2885.827mil","4824.804mil","2885.827mil","4824.804mil","2885.827mil","4824.804mil","T","0.00","-" 11 | "R19","R0805","1137.795mil","1594.488mil","1137.795mil","1594.488mil","1137.795mil","1631.89mil","B","270.00","10k" 12 | "J1","CONN-MICROSD-PUSH-PUSH","1456.693mil","1808.071mil","1448.819mil","1818.898mil","1574.803mil","1510.827mil","B","360.00","DM3AT-SF-PEJM5" 13 | "P47","HDR1X1-BIG2","2354.331mil","1251.968mil","2354.331mil","1251.968mil","2354.331mil","1251.968mil","T","0.00","19" 14 | "P29","HDR1X1-BIG2","4303.15mil","1098.425mil","4303.15mil","1098.425mil","4303.15mil","1098.425mil","T","0.00","5" 15 | "R164","R0805","2288.386mil","3849.409mil","2288.386mil","3849.409mil","2288.386mil","3886.811mil","T","270.00","47" 16 | "C76","C0805","2287.391mil","3883.861mil","2287.391mil","3883.861mil","2287.391mil","3921.263mil","B","270.00","10n" 17 | "C75","C0805","2216.535mil","3883.858mil","2216.535mil","3883.859mil","2216.535mil","3921.26mil","B","270.00","1u" 18 | "U10","HTSSOP28","2539.37mil","2818.898mil","2539.37mil","2818.898mil","2651.575mil","2652.559mil","T","180.00","DRV8825" 19 | "P5","BT_MODULE_HC-06-4","1578.346mil","3669.291mil","1728.346mil","3669.291mil","1728.346mil","3669.291mil","T","360.00","BT_Module" 20 | "C2","C0805","3708.661mil","4822.835mil","3708.661mil","4822.834mil","3708.661mil","4785.433mil","T","90.00","33n" 21 | "C3","C0805","4389.764mil","4330.708mil","4389.764mil","4330.709mil","4389.764mil","4368.11mil","T","270.00","10n" 22 | "C4","C0805","3507.874mil","4769.685mil","3507.874mil","4769.685mil","3507.874mil","4732.283mil","T","90.00","220p" 23 | "C5","C0805","1267.717mil","1401.575mil","1267.716mil","1401.575mil","1230.315mil","1401.575mil","B","0.00","1u" 24 | "C6","C0805","3596.457mil","4769.684mil","3596.457mil","4769.685mil","3596.457mil","4807.086mil","T","270.00","100n" 25 | "C7","C0805","4401.575mil","4618.11mil","4401.575mil","4618.11mil","4364.173mil","4618.11mil","T","360.00","100n" 26 | "C8","C0805","1267.717mil","1318.898mil","1267.716mil","1318.898mil","1230.315mil","1318.898mil","B","360.00","10n" 27 | "C12","C0805","2897.638mil","3455.709mil","2897.638mil","3455.709mil","2897.638mil","3418.307mil","B","90.00","2.2u" 28 | "C9","C0805","2985.238mil","3191.929mil","2985.238mil","3191.929mil","2947.836mil","3191.929mil","B","360.00","100n" 29 | "C10","C0805","4311.024mil","4330.708mil","4311.024mil","4330.709mil","4311.024mil","4368.11mil","T","270.00","220n" 30 | "C11","C0805","2401.575mil","4322.835mil","2401.575mil","4322.835mil","2364.173mil","4322.835mil","T","360.00","100n" 31 | "C13","C0805","3295.276mil","4425.197mil","3295.276mil","4425.197mil","3295.276mil","4387.795mil","T","90.00","100n" 32 | "C14","C0805","3551.181mil","4194.882mil","3551.181mil","4194.882mil","3588.583mil","4194.882mil","T","180.00","100n" 33 | "C15","C0805","3603.347mil","4046.26mil","3603.346mil","4046.26mil","3565.945mil","4046.26mil","T","360.00","100n" 34 | "C16","C0805","1421.26mil","4287.402mil","1421.26mil","4287.402mil","1383.858mil","4287.402mil","B","360.00","22n" 35 | "C17","C0805","3012.796mil","4301.181mil","3012.796mil","4301.181mil","3050.198mil","4301.181mil","T","180.00","100n" 36 | "C18","C0805","1405.512mil","4070.866mil","1405.512mil","4070.866mil","1368.11mil","4070.866mil","B","360.00","3.3n" 37 | "C19","C0805","2944.882mil","4220.473mil","2944.882mil","4220.473mil","2907.48mil","4220.473mil","B","360.00","2.2u" 38 | "C20","C0805","1472.441mil","4429.134mil","1472.441mil","4429.134mil","1472.441mil","4466.536mil","B","270.00","100n" 39 | "C21","C0805","1602.363mil","3874.016mil","1602.362mil","3874.016mil","1564.961mil","3874.016mil","B","360.00","3.3n" 40 | "C22","C0805","2222.44mil","4066.929mil","2222.44mil","4066.928mil","2222.44mil","4029.527mil","T","90.00","10p" 41 | "C23","C0805","1921.26mil","4027.559mil","1921.26mil","4027.559mil","1921.26mil","3990.157mil","T","90.00","10p" 42 | "C24","C0805","3740.157mil","3692.914mil","3740.157mil","3692.914mil","3740.157mil","3655.512mil","T","90.00","10n" 43 | "C25","C0805","3340.553mil","3372.049mil","3340.553mil","3372.049mil","3340.553mil","3409.451mil","T","270.00","220n" 44 | "C26","C0805","3921.26mil","2799.213mil","3921.26mil","2799.213mil","3883.858mil","2799.213mil","T","360.00","220n" 45 | "C27","C0805","1996.063mil","4586.614mil","1996.063mil","4586.614mil","1958.661mil","4586.614mil","B","360.00","10p" 46 | "C28","C0805","2135.827mil","4632.874mil","2135.827mil","4632.874mil","2135.827mil","4595.472mil","B","90.00","10p" 47 | "C29","C0805","1389.764mil","3318.898mil","1389.764mil","3318.898mil","1389.764mil","3281.496mil","T","90.00","100n" 48 | "C30","C0805","1582.677mil","3515.747mil","1582.677mil","3515.748mil","1582.677mil","3553.149mil","B","270.00","1n" 49 | "C33","CAP_R2.0-5.0_X_11","1503.937mil","3496.063mil","1503.937mil","3496.063mil","1503.937mil","3456.693mil","T","90.00","100uF x 10" 50 | "C31","C0805","1669.291mil","3582.677mil","1669.291mil","3582.677mil","1706.693mil","3582.677mil","T","180.00","100n" 51 | "C32","C0805","2151.574mil","3660.433mil","2151.575mil","3660.433mil","2188.976mil","3660.433mil","T","180.00","10n" 52 | "C34","C0805","2151.574mil","3725.393mil","2151.575mil","3725.393mil","2188.976mil","3725.393mil","T","180.00","1u" 53 | "C35","CAP_R5.0-10.0_X_16","1283.465mil","2940.945mil","1283.465mil","2940.945mil","1381.89mil","2940.945mil","T","180.00","220uF x 50" 54 | "C36","C0805","3759.843mil","3322.834mil","3759.843mil","3322.835mil","3759.843mil","3360.236mil","T","270.00","10n" 55 | "C45","CAP_R2.5-6.3_X_11.5","1917.323mil","3677.165mil","1917.323mil","3677.165mil","1868.11mil","3677.165mil","T","0.00","220uF x 16" 56 | "C38","C0805","3482.285mil","2327.756mil","3482.285mil","2327.756mil","3519.687mil","2327.756mil","T","180.00","10n" 57 | "C39","C0805","1283.464mil","3011.811mil","1283.465mil","3011.811mil","1320.866mil","3011.811mil","B","180.00","100n" 58 | "C40","C0805","2153.543mil","3488.189mil","2153.543mil","3488.189mil","2153.543mil","3525.591mil","T","270.00","100n" 59 | "C41","C0805","2082.677mil","3488.189mil","2082.677mil","3488.189mil","2082.677mil","3525.591mil","T","270.00","1n" 60 | "C43","C0805","2833.66mil","3455.709mil","2833.66mil","3455.709mil","2833.66mil","3493.111mil","B","270.00","100n" 61 | "C42","C0805","2766.731mil","3455.709mil","2766.731mil","3455.709mil","2766.731mil","3493.11mil","B","270.00","2.2u" 62 | "C44","TANT-D","1696.85mil","3019.685mil","1696.85mil","3019.685mil","1822.835mil","3019.685mil","T","180.00","220uF x 16" 63 | "C47","C0805","1326.772mil","3185.039mil","1326.772mil","3185.039mil","1289.37mil","3185.039mil","T","360.00","1n" 64 | "C48","C0805","2416.339mil","3509.842mil","2416.339mil","3509.842mil","2416.339mil","3547.244mil","B","270.00","100n" 65 | "C49","C0805","2830.709mil","2657.48mil","2830.709mil","2657.48mil","2793.307mil","2657.48mil","T","360.00","10n" 66 | "C50","C0805","3478.346mil","2769.685mil","3478.346mil","2769.685mil","3515.748mil","2769.685mil","T","180.00","10n" 67 | "C51","C0805","3984.252mil","2283.464mil","3984.252mil","2283.465mil","3984.252mil","2320.866mil","T","270.00","10n" 68 | "C52","C0805","3151.575mil","2722.441mil","3151.575mil","2722.441mil","3151.575mil","2685.039mil","T","90.00","100n" 69 | "C53","C0805","3078.74mil","2723.426mil","3078.74mil","2723.425mil","3078.74mil","2686.024mil","T","90.00","100n" 70 | "C54","C0805","3891.733mil","2557.087mil","3891.732mil","2557.087mil","3854.331mil","2557.087mil","T","360.00","220n" 71 | "C55","C0805","2539.37mil","3194.882mil","2539.369mil","3194.882mil","2501.968mil","3194.882mil","T","360.00","22n" 72 | "C56","C0805","3911.418mil","3019.685mil","3911.417mil","3019.685mil","3874.016mil","3019.685mil","T","360.00","10n" 73 | "C57","C0805","3057.087mil","3192.913mil","3057.087mil","3192.913mil","3057.087mil","3155.511mil","T","90.00","2.2u" 74 | "C58","C0805","2724.41mil","2885.827mil","2724.41mil","2885.827mil","2687.008mil","2885.827mil","B","360.00","2.2u" 75 | "C59","C0805","2311.024mil","3070.866mil","2311.024mil","3070.866mil","2311.024mil","3108.268mil","T","270.00","2.2u" 76 | "C60","C0805","3270.669mil","2399.606mil","3270.669mil","2399.606mil","3270.669mil","2362.204mil","T","90.00","10n" 77 | "C61","C0805","3164.37mil","2047.245mil","3164.37mil","2047.244mil","3164.37mil","2009.843mil","T","90.00","10n" 78 | "C62","C0805","3165.354mil","1811.024mil","3165.354mil","1811.024mil","3127.952mil","1811.024mil","T","360.00","1n" 79 | "C63","TANT-A","3507.874mil","1740.157mil","3507.874mil","1740.157mil","3452.756mil","1740.157mil","T","360.00","10uFx10" 80 | "C64","C0805","1618.11mil","1574.803mil","1618.11mil","1574.803mil","1618.11mil","1537.401mil","T","90.00","2.2u" 81 | "C65","C0805","1503.937mil","1732.283mil","1503.937mil","1732.283mil","1541.339mil","1732.283mil","T","180.00","220n" 82 | "C66","C0805","3492.125mil","1669.291mil","3492.126mil","1669.291mil","3529.527mil","1669.291mil","T","180.00","100n" 83 | "C67","C0805","3984.252mil","4037.403mil","3984.252mil","4037.403mil","4021.654mil","4037.403mil","T","180.00","220n" 84 | "C68","C0805","3362.204mil","1570.866mil","3362.204mil","1570.866mil","3362.204mil","1533.464mil","T","90.00","1n" 85 | "C69","C0805","1937.008mil","1996.063mil","1937.008mil","1996.063mil","1899.606mil","1996.063mil","T","360.00","220n" 86 | "C70","C0805","1750.189mil","1996.504mil","1750.189mil","1996.504mil","1787.591mil","1996.504mil","T","180.00","220n" 87 | "C71","C0805","1177.165mil","3917.323mil","1177.165mil","3917.323mil","1177.165mil","3879.921mil","T","90.00","100n" 88 | "C72","C0805","1326.772mil","1775.591mil","1326.772mil","1775.591mil","1326.772mil","1738.189mil","T","90.00","220n" 89 | "C73","C0805","1106.299mil","3917.323mil","1106.299mil","3917.323mil","1106.299mil","3879.921mil","T","90.00","2.2u" 90 | "D1","SMA","3015.748mil","4574.803mil","3015.748mil","4574.803mil","3015.748mil","4494.094mil","T","90.00","S1M" 91 | "D2","LED-SM1","2114.173mil","4299.213mil","2114.173mil","4299.213mil","2183.07mil","4299.213mil","T","180.00","LED" 92 | "D3","SOD-80","1897.638mil","4503.937mil","1897.638mil","4503.937mil","1897.638mil","4431.102mil","T","90.00","LL4148" 93 | "D5","SOT-23","3625.984mil","3692.913mil","3625.984mil","3692.913mil","3663.386mil","3739.173mil","T","180.00","BAS70-04" 94 | "D6","SOT-23","3645.669mil","3322.835mil","3645.669mil","3322.835mil","3608.268mil","3276.575mil","T","360.00","BAS70-04" 95 | "D8","SMC","1708.661mil","2263.78mil","1708.661mil","2263.78mil","1708.661mil","2126.969mil","T","90.00","MBRS340" 96 | "D9","SMA","3403.543mil","2793.307mil","3403.543mil","2793.307mil","3322.835mil","2793.307mil","B","360.00","S1M" 97 | "D10","DO-15V","1939.961mil","2384.843mil","1939.961mil","2313.976mil","1939.961mil","2455.709mil","T","270.00","P6KE22A" 98 | "D11","SOT-23","3503.937mil","2933.071mil","3503.937mil","2933.071mil","3457.677mil","2970.472mil","T","270.00","BAS70-04" 99 | "D12","SOT-23","3498.031mil","2222.441mil","3498.031mil","2222.441mil","3451.772mil","2259.843mil","T","270.00","BAS70-04" 100 | "D13","SMA","4114.173mil","4473.425mil","4114.173mil","4473.425mil","4114.173mil","4392.717mil","B","90.00","S1M" 101 | "D14","SMA","4189.96mil","3878.937mil","4189.96mil","3878.937mil","4189.96mil","3798.229mil","B","90.00","S1M" 102 | "D15","SMA","3357.285mil","3507.874mil","3357.285mil","3507.874mil","3437.994mil","3507.874mil","B","180.00","S1M" 103 | "D16","SMA","3251.968mil","1708.661mil","3251.968mil","1708.661mil","3251.968mil","1627.953mil","B","90.00","S1M" 104 | "D17","SOT-23","3921.26mil","2913.386mil","3921.26mil","2913.386mil","3883.858mil","2867.126mil","T","360.00","BAS70-04" 105 | "D18","SOT-23","3834.646mil","2271.653mil","3834.646mil","2271.653mil","3880.905mil","2234.252mil","T","90.00","BAS70-04" 106 | "D19","SMA","3653.543mil","3657.48mil","3653.543mil","3657.48mil","3653.543mil","3576.772mil","B","90.00","S1M" 107 | "D20","SMA","3618.111mil","3137.795mil","3618.111mil","3137.795mil","3618.111mil","3057.086mil","B","90.00","S1M" 108 | "D21","SMA","3231.299mil","2171.26mil","3231.299mil","2171.26mil","3231.299mil","2090.551mil","B","90.00","SMAJ22A" 109 | "D22","SOD-80","2162.402mil","3418.307mil","2162.402mil","3418.307mil","2235.236mil","3418.307mil","B","180.00","LL4148" 110 | "D23","SOD-80","2162.402mil","3329.724mil","2162.402mil","3329.724mil","2235.236mil","3329.724mil","B","180.00","LL4148" 111 | "D24","SOT-23","3051.181mil","2294.287mil","3051.181mil","2294.287mil","3004.921mil","2331.689mil","T","270.00","BAS70-04" 112 | "D25","SOT-23","3043.307mil","2082.677mil","3043.307mil","2082.677mil","3080.709mil","2128.937mil","T","180.00","BAS70-04" 113 | "D26","SOD-80","2161.417mil","3507.874mil","2161.417mil","3507.874mil","2234.252mil","3507.874mil","B","180.00","LL4148" 114 | "D28","LED-SM1","1893.702mil","4232.283mil","1893.702mil","4232.283mil","1893.702mil","4163.386mil","T","90.00","BT" 115 | "J2","HDR1x2","2382.677mil","4696.85mil","2332.677mil","4696.85mil","2332.677mil","4696.85mil","T","360.00","Boot" 116 | "J4","NET-JUMPER","1132.874mil","1923.228mil","1132.874mil","1923.228mil","1132.874mil","1887.795mil","B","90.00","SD_SW" 117 | "J7","CONN-USB-B","1468.189mil","1277.441mil","1468.189mil","780mil","1517.402mil","1370.157mil","T","90.00","USB-B" 118 | "L1","L2012","2250.985mil","3712.599mil","2250.985mil","3712.599mil","2250.985mil","3751.969mil","T","270.00","BLM21PG331" 119 | "L3","L-CDRH104R","1791.339mil","2700.787mil","1791.339mil","2700.787mil","1791.339mil","2525.591mil","T","90.00","CDRH104RNP-330" 120 | "L4","L-CDRH104R","1818.898mil","3334.645mil","1818.898mil","3334.645mil","1818.898mil","3159.448mil","T","90.00","CDRH104RNP-330" 121 | "L5","L1206","1523.622mil","1574.803mil","1523.622mil","1574.803mil","1523.622mil","1519.685mil","T","90.00","BLM21PG331" 122 | "P1","HDR1X5","2542.52mil","4814.961mil","2342.52mil","4814.961mil","2342.52mil","4814.961mil","T","360.00","STLink" 123 | "P2","HDR2X3","3211.417mil","4718.898mil","3161.417mil","4818.898mil","3161.417mil","4818.898mil","T","270.00","WB_EGO" 124 | "P3","BATTERY-HOLDER-2032-V","2251.968mil","4495.866mil","2251.968mil","4570.866mil","2448.819mil","4420.866mil","T","360.00","BS-5 (CR2032)" 125 | "P4","HDR1X3","4043.307mil","2891.339mil","4043.307mil","2791.339mil","4043.307mil","2791.339mil","T","90.00","MAP" 126 | "P6","DRV8825_Module","2750.394mil","2820.866mil","3100.394mil","3070.866mil","3100.394mil","3070.866mil","T","180.00","DRV8825_MOD" 127 | "P49","HDR1X1-BIG2","2862.205mil","1251.968mil","2862.205mil","1251.968mil","2862.205mil","1251.968mil","T","0.00","23" 128 | "P50","HDR1X1-BIG2","3003.937mil","1251.968mil","3003.937mil","1251.968mil","3003.937mil","1251.968mil","T","0.00","24" 129 | "P8","HDR1X1-BIG2","3287.402mil","1251.968mil","3287.402mil","1251.968mil","3287.402mil","1251.968mil","T","0.00","26" 130 | "P43","HDR1X1-BIG2","3712.599mil","1401.575mil","3712.599mil","1401.575mil","3712.599mil","1401.575mil","T","0.00","14" 131 | "P40","HDR1X1-BIG2","3287.402mil","1401.575mil","3287.402mil","1401.575mil","3287.402mil","1401.575mil","T","0.00","11" 132 | "P42","HDR1X1-BIG2","3570.866mil","1401.575mil","3570.866mil","1401.575mil","3570.866mil","1401.575mil","T","0.00","13" 133 | "P44","HDR1X1-BIG2","3854.331mil","1401.575mil","3854.331mil","1401.575mil","3854.331mil","1401.575mil","T","0.00","15" 134 | "P13","HDR1X1-BIG2","1870.079mil","1102.362mil","1870.079mil","1102.362mil","1870.079mil","1102.362mil","T","0.00","31" 135 | "P14","HDR1X1-BIG2","2011.811mil","1102.362mil","2011.811mil","1102.362mil","2011.811mil","1102.362mil","T","0.00","32" 136 | "P31","HDR1X1-BIG2","2011.811mil","1401.575mil","2011.811mil","1401.575mil","2011.811mil","1401.575mil","T","0.00","2" 137 | "P46","HDR1X1-BIG2","2011.811mil","1251.968mil","2011.811mil","1251.968mil","2011.811mil","1251.968mil","T","0.00","17" 138 | "P23","HDR1X1-BIG2","3019.685mil","4824.804mil","3019.685mil","4824.804mil","3019.685mil","4824.804mil","T","0.00","+" 139 | "P30","HDR1X1-BIG2","1870.079mil","1401.575mil","1870.079mil","1401.575mil","1870.079mil","1401.575mil","T","0.00","1" 140 | "P45","HDR1X1-BIG2","1870.079mil","1251.968mil","1870.079mil","1251.968mil","1870.079mil","1251.968mil","T","0.00","16" 141 | "P21","HDR1X1-BIG2","3145.669mil","1102.362mil","3145.669mil","1102.362mil","3145.669mil","1102.362mil","T","0.00","40" 142 | "P7","HDR1X1-BIG2","3145.669mil","1251.968mil","3145.669mil","1251.968mil","3145.669mil","1251.968mil","T","0.00","25" 143 | "P35","HDR1X1-BIG2","2578.74mil","1401.575mil","2578.74mil","1401.575mil","2578.74mil","1401.575mil","T","0.00","6" 144 | "P34","HDR1X1-BIG2","2437.008mil","1401.575mil","2437.008mil","1401.575mil","2437.008mil","1401.575mil","T","0.00","5" 145 | "P33","HDR1X1-BIG2","2295.276mil","1401.575mil","2295.276mil","1401.575mil","2295.276mil","1401.575mil","T","0.00","4" 146 | "P25","HDR1X1-BIG2","4173.228mil","1208.661mil","4173.228mil","1208.661mil","4173.228mil","1208.661mil","T","0.00","1" 147 | "P26","HDR1X1-BIG2","4173.228mil","1374.016mil","4173.228mil","1374.016mil","4173.228mil","1374.016mil","T","0.00","2" 148 | "P27","HDR1X1-BIG2","4433.071mil","1208.661mil","4433.071mil","1208.661mil","4433.071mil","1208.661mil","T","0.00","3" 149 | "P28","HDR1X1-BIG2","4433.071mil","1374.016mil","4433.071mil","1374.016mil","4433.071mil","1374.016mil","T","0.00","4" 150 | "P54","HDR1X1-BIG2","3854.331mil","1102.362mil","3854.331mil","1102.362mil","3854.331mil","1102.362mil","T","0.00","45" 151 | "P53","HDR1X1-BIG2","3712.598mil","1102.362mil","3712.598mil","1102.362mil","3712.598mil","1102.362mil","T","0.00","44" 152 | "P51","HDR1X1-BIG2","3429.134mil","1102.362mil","3429.134mil","1102.362mil","3429.134mil","1102.362mil","T","0.00","42" 153 | "P52","HDR1X1-BIG2","3570.866mil","1102.362mil","3570.866mil","1102.362mil","3570.866mil","1102.362mil","T","0.00","43" 154 | "P12","HDR1X1-BIG2","3854.331mil","1251.968mil","3854.331mil","1251.968mil","3854.331mil","1251.968mil","T","0.00","30" 155 | "P9","HDR1X1-BIG2","3429.134mil","1251.968mil","3429.134mil","1251.968mil","3429.134mil","1251.968mil","T","0.00","27" 156 | "P10","HDR1X1-BIG2","3570.866mil","1251.968mil","3570.866mil","1251.968mil","3570.866mil","1251.968mil","T","0.00","28" 157 | "P11","HDR1X1-BIG2","3712.598mil","1251.968mil","3712.598mil","1251.968mil","3712.598mil","1251.968mil","T","0.00","29" 158 | "P22","HDR1X1-BIG2","3287.402mil","1102.362mil","3287.402mil","1102.362mil","3287.402mil","1102.362mil","T","0.00","41" 159 | "P41","HDR1X1-BIG2","3429.134mil","1401.575mil","3429.134mil","1401.575mil","3429.134mil","1401.575mil","T","0.00","12" 160 | "P39","HDR1X1-BIG2","3145.669mil","1401.575mil","3145.669mil","1401.575mil","3145.669mil","1401.575mil","T","0.00","10" 161 | "P38","HDR1X1-BIG2","3003.937mil","1401.575mil","3003.937mil","1401.575mil","3003.937mil","1401.575mil","T","0.00","9" 162 | "P37","HDR1X1-BIG2","2862.205mil","1401.575mil","2862.205mil","1401.575mil","2862.205mil","1401.575mil","T","0.00","8" 163 | "P16","HDR1X1-BIG2","2295.276mil","1102.362mil","2295.276mil","1102.362mil","2295.276mil","1102.362mil","T","0.00","34" 164 | "P15","HDR1X1-BIG2","2153.543mil","1102.362mil","2153.543mil","1102.362mil","2153.543mil","1102.362mil","T","0.00","33" 165 | "P36","HDR1X1-BIG2","2720.472mil","1401.575mil","2720.472mil","1401.575mil","2720.472mil","1401.575mil","T","0.00","7" 166 | "P18","HDR1X1-BIG2","2720.472mil","1102.362mil","2720.472mil","1102.362mil","2720.472mil","1102.362mil","T","0.00","37" 167 | "P17","HDR1X1-BIG2","2578.74mil","1102.362mil","2578.74mil","1102.362mil","2578.74mil","1102.362mil","T","0.00","36" 168 | "P19","HDR1X1-BIG2","2862.205mil","1102.362mil","2862.205mil","1102.362mil","2862.205mil","1102.362mil","T","0.00","38" 169 | "P20","HDR1X1-BIG2","3003.937mil","1102.362mil","3003.937mil","1102.362mil","3003.937mil","1102.362mil","T","0.00","39" 170 | "Q1","DPAK","2809.055mil","4615.159mil","2944.882mil","4615.159mil","2673.228mil","4524.608mil","B","90.00","VND14NV04" 171 | "Q2","DPAK","2553.149mil","1964.567mil","2417.323mil","1964.567mil","2688.976mil","2055.118mil","B","270.00","VND14NV04" 172 | "Q3","DPAK","2553.149mil","2291.339mil","2417.323mil","2291.339mil","2688.976mil","2381.89mil","B","270.00","VND14NV04" 173 | "Q4","DPAK","2553.15mil","1637.795mil","2417.323mil","1637.795mil","2688.977mil","1728.346mil","B","270.00","VND14NV04" 174 | "Q5","DPAK","2035.433mil","1769.685mil","2035.433mil","1633.858mil","1944.882mil","1905.512mil","B","360.00","VND14NV04" 175 | "Q6","DPAK","3398.623mil","3147.638mil","3398.623mil","3011.811mil","3308.072mil","3283.465mil","B","360.00","VND14NV04" 176 | "Q7","DPAK","4318.898mil","4604.331mil","4318.898mil","4468.504mil","4228.346mil","4740.157mil","B","360.00","VND14NV04" 177 | "Q8","DPAK","4382.873mil","4007.874mil","4382.873mil","3872.047mil","4292.322mil","4143.701mil","B","360.00","VND14NV04" 178 | "Q9","DPAK","3370.079mil","3824.803mil","3370.079mil","3688.976mil","3279.528mil","3960.63mil","B","360.00","VND14NV04" 179 | "Q10","DPAK","3039.37mil","1785.433mil","3039.37mil","1649.606mil","2948.819mil","1921.26mil","B","360.00","VND14NV04" 180 | "Q11","DPAK","3854.331mil","3820.866mil","3854.331mil","3685.039mil","3763.78mil","3956.693mil","B","360.00","VND14NV04" 181 | "Q12","DPAK","3811.024mil","3149.606mil","3811.024mil","3013.78mil","3720.472mil","3285.433mil","B","360.00","VND14NV04" 182 | "Q13","DPAK","3001.967mil","2293.307mil","3001.967mil","2157.48mil","2911.416mil","2429.134mil","B","360.00","MJD340TF" 183 | "Q14","SOT-23","2772.635mil","3196.85mil","2772.635mil","3196.85mil","2735.233mil","3150.59mil","T","360.00","BC817" 184 | "Q15","TO-220AB-2","4381.89mil","3488.189mil","4440.945mil","3488.189mil","4440.945mil","3588.189mil","T","270.00","BIP373" 185 | "Q16","TO-220AB-2","4381.89mil","2966.535mil","4440.945mil","2966.535mil","4440.945mil","3066.535mil","T","270.00","BIP373" 186 | "Q17","TO-220AB-2","4381.89mil","2444.882mil","4440.945mil","2444.882mil","4440.945mil","2544.882mil","T","270.00","BIP373" 187 | "Q18","TO-220AB-2","4381.89mil","1923.228mil","4440.945mil","1923.228mil","4440.945mil","2023.228mil","T","270.00","BIP373" 188 | "R1","R0805","2141.733mil","4215.551mil","2141.732mil","4215.551mil","2104.331mil","4215.551mil","T","360.00","1k" 189 | "R2","R0805","2454.725mil","4618.11mil","2454.725mil","4618.11mil","2417.323mil","4618.11mil","B","360.00","68k" 190 | "R3","R0805","2472.441mil","4523.622mil","2472.441mil","4523.622mil","2509.843mil","4523.622mil","B","180.00","510" 191 | "R4","R1206","3409.45mil","4588.583mil","3409.45mil","4588.583mil","3464.568mil","4588.583mil","T","180.00","1k" 192 | "R5","R0805","3374.016mil","4791.339mil","3374.016mil","4791.339mil","3374.016mil","4753.937mil","T","90.00","160" 193 | "R6","R0805","3984.252mil","4799.212mil","3984.252mil","4799.212mil","4021.654mil","4799.212mil","T","180.00","100k" 194 | "R7","R0805","1822.835mil","1633.858mil","1822.835mil","1633.858mil","1822.835mil","1671.26mil","B","270.00","10k" 195 | "R8","R0805","1685.039mil","1413.386mil","1685.039mil","1413.386mil","1722.441mil","1413.386mil","B","180.00","0" 196 | "R9","R0805","2633.858mil","4502.953mil","2633.858mil","4502.953mil","2671.26mil","4502.953mil","T","180.00","10k" 197 | "R10","R0805","2540.355mil","3303.15mil","2540.354mil","3303.15mil","2502.953mil","3303.15mil","B","360.00","10k" 198 | "R12","R1206","2427.165mil","3250.001mil","2427.165mil","3250.001mil","2427.165mil","3305.119mil","B","270.00","120" 199 | "R13","R0805","4220.472mil","4696.851mil","4220.472mil","4696.85mil","4220.472mil","4659.449mil","T","90.00","100k" 200 | "R14","R0805","3574.803mil","4629.921mil","3574.803mil","4629.921mil","3537.401mil","4629.921mil","T","360.00","61.9" 201 | "R15","R0805","4377.953mil","4503.937mil","4377.953mil","4503.937mil","4377.953mil","4541.339mil","T","270.00","1k" 202 | "R16","R1206","2578.74mil","4562.992mil","2578.74mil","4562.992mil","2578.74mil","4507.874mil","B","90.00","0" 203 | "R17","R0805","3582.677mil","4526.575mil","3582.677mil","4526.575mil","3545.276mil","4526.575mil","T","0.00","10k" 204 | "R18","R0805","4244.094mil","4496.063mil","4244.095mil","4496.063mil","4281.496mil","4496.063mil","T","180.00","4.7k" 205 | "R20","R0805","3582.678mil","4436.023mil","3582.677mil","4436.023mil","3545.276mil","4436.023mil","T","0.00","6.8k" 206 | "R21","R0805","1141.732mil","1791.339mil","1141.732mil","1791.339mil","1141.732mil","1753.937mil","B","90.00","10k" 207 | "R11","R0805","3163.386mil","4378.937mil","3163.386mil","4378.937mil","3163.386mil","4416.339mil","T","270.00","100" 208 | "R22","R0805","3440.945mil","4437.007mil","3440.944mil","4437.007mil","3403.543mil","4437.007mil","T","0.00","6.8k" 209 | "R23","R0805","1889.764mil","4578.74mil","1889.764mil","4578.74mil","1889.764mil","4616.142mil","B","270.00","68k" 210 | "R24","R0805","1598.425mil","4551.182mil","1598.425mil","4551.181mil","1598.425mil","4513.78mil","B","90.00","10k" 211 | "R25","R0805","1814.961mil","4578.74mil","1814.961mil","4578.74mil","1814.961mil","4616.142mil","B","270.00","5.1k" 212 | "R26","R0805","4228.346mil","4322.834mil","4228.346mil","4322.835mil","4228.346mil","4360.236mil","T","270.00","10k" 213 | "R27","R1206","2649.606mil","2472.441mil","2649.606mil","2472.441mil","2594.488mil","2472.441mil","B","360.00","330" 214 | "R28","R1206","2724.409mil","1964.567mil","2724.409mil","1964.567mil","2669.291mil","1964.567mil","B","360.00","68k" 215 | "R29","R0805","3401.575mil","4338.582mil","3401.575mil","4338.582mil","3364.173mil","4338.582mil","T","0.00","82.5" 216 | "R30","R0805","3551.182mil","4283.464mil","3551.181mil","4283.464mil","3513.78mil","4283.464mil","T","0.00","10k" 217 | "R31","R0805","2252.952mil","4728.346mil","2252.952mil","4728.346mil","2252.952mil","4765.748mil","B","270.00","10k" 218 | "R32","R0805","1401.574mil","4149.606mil","1401.575mil","4149.606mil","1438.976mil","4149.606mil","B","180.00","470k" 219 | "R33","R0805","3602.363mil","4114.173mil","3602.362mil","4114.173mil","3564.961mil","4114.173mil","T","360.00","1k" 220 | "R34","R0805","3830.709mil","4799.212mil","3830.709mil","4799.212mil","3793.307mil","4799.212mil","T","0.00","470k" 221 | "R35","R1206","2783.465mil","2440.945mil","2783.465mil","2440.945mil","2783.465mil","2496.063mil","B","270.00","330" 222 | "R36","R1206","2724.409mil","2291.339mil","2724.409mil","2291.339mil","2779.528mil","2291.339mil","B","180.00","68k" 223 | "R37","R0805","1488.189mil","3964.568mil","1488.189mil","3964.567mil","1488.189mil","3927.166mil","B","90.00","10k" 224 | "R38","R0805","1602.362mil","3952.756mil","1602.362mil","3952.756mil","1639.764mil","3952.756mil","B","180.00","68k" 225 | "R39","R0805","3425.197mil","3706.693mil","3425.197mil","3706.693mil","3387.795mil","3706.693mil","T","360.00","1k 0.1%" 226 | "R40","R0805","3277.559mil","3706.693mil","3277.559mil","3706.693mil","3240.157mil","3706.693mil","T","360.00","1k 0.1%" 227 | "R41","R0805","1779.527mil","3854.331mil","1779.528mil","3854.331mil","1816.929mil","3854.331mil","B","180.00","10k" 228 | "R42","R0805","1696.85mil","4551.181mil","1696.85mil","4551.181mil","1696.85mil","4588.583mil","B","270.00","10k" 229 | "R43","R0805","1763.78mil","3956.693mil","1763.78mil","3956.693mil","1763.78mil","3919.291mil","B","90.00","68k" 230 | "R44","R0805","3834.646mil","3696.851mil","3834.646mil","3696.85mil","3834.646mil","3659.449mil","T","90.00","510k" 231 | "R45","R0805","1456.693mil","3862.205mil","1456.693mil","3862.205mil","1419.291mil","3862.205mil","B","360.00","470k" 232 | "R46","R1206","2732.284mil","1641.732mil","2732.284mil","1641.732mil","2787.402mil","1641.732mil","B","180.00","68k" 233 | "R47","R1206","2795.276mil","1779.527mil","2795.276mil","1779.527mil","2795.276mil","1834.646mil","B","270.00","330" 234 | "R48","R0805","3576.772mil","3590.551mil","3576.772mil","3590.551mil","3539.37mil","3590.551mil","T","0.00","100" 235 | "R49","R1206","3746.063mil","3584.646mil","3746.063mil","3584.646mil","3690.945mil","3584.646mil","T","0.00","10k" 236 | "R51","R1206","3913.386mil","3708.661mil","3913.386mil","3708.661mil","3913.386mil","3653.543mil","T","90.00","2.7k" 237 | "R52","R1206","2035.433mil","1940.945mil","2035.433mil","1940.945mil","2035.433mil","1996.063mil","B","270.00","68k" 238 | "R53","R0805","1889.764mil","3921.26mil","1889.764mil","3921.26mil","1889.764mil","3883.858mil","B","90.00","10k" 239 | "R54","R0805","1996.654mil","4515.353mil","1996.653mil","4515.353mil","1959.252mil","4515.353mil","B","360.00","1M" 240 | "R55","R0805","1976.378mil","3925.198mil","1976.378mil","3925.197mil","1976.378mil","3887.796mil","B","90.00","10k" 241 | "R56","R0805","3956.693mil","4224.41mil","3956.693mil","4224.409mil","3956.693mil","4187.008mil","B","90.00","10k" 242 | "R57","R1206","2195.867mil","2070.866mil","2195.867mil","2070.866mil","2195.867mil","2125.984mil","B","270.00","330" 243 | "R58","R0805","3889.764mil","3484.252mil","3889.764mil","3484.252mil","3889.764mil","3521.654mil","T","270.00","510k" 244 | "R59","R0805","3568.898mil","3500mil","3568.898mil","3500mil","3531.496mil","3500mil","T","0.00","100" 245 | "R60","R1206","3746.063mil","3486.221mil","3746.063mil","3486.221mil","3690.945mil","3486.221mil","T","0.00","10k" 246 | "R61","R0805","3527.559mil","3332.677mil","3527.56mil","3332.677mil","3564.961mil","3332.677mil","T","180.00","1k 0.1%" 247 | "R62","R0805","3408.465mil","3371.064mil","3408.465mil","3371.063mil","3408.465mil","3333.662mil","T","90.00","1k 0.1%" 248 | "R63","R1206","3875mil","3299.213mil","3875mil","3299.213mil","3875mil","3354.331mil","T","270.00","2.7k" 249 | "R64","R0805","3431.103mil","2448.819mil","3431.103mil","2448.819mil","3431.103mil","2486.221mil","T","270.00","1k 0.1%" 250 | "R65","R0805","3316.929mil","3371.063mil","3316.929mil","3371.063mil","3354.331mil","3371.063mil","B","180.00","510" 251 | "R66","R0805","3505.905mil","2448.819mil","3505.905mil","2448.819mil","3505.905mil","2411.417mil","T","90.00","1k 0.1%" 252 | "R67","R1206","3500mil","2055.118mil","3500mil","2055.118mil","3500mil","2110.236mil","T","270.00","2.7k" 253 | "R68","R0805","1472.441mil","3145.67mil","1472.441mil","3145.669mil","1472.441mil","3108.268mil","T","90.00","3k" 254 | "R69","R1206","3616.142mil","2163.386mil","3616.142mil","2163.386mil","3616.142mil","2218.504mil","T","270.00","10k" 255 | "R70","R0805","1149.606mil","3185.039mil","1149.607mil","3185.039mil","1187.008mil","3185.039mil","T","180.00","1k" 256 | "R71","R0805","3418.308mil","3300.197mil","3418.308mil","3300.197mil","3418.308mil","3337.599mil","B","270.00","68k" 257 | "R72","R0805","3616.142mil","2340.551mil","3616.142mil","2340.551mil","3616.142mil","2377.953mil","T","270.00","100" 258 | "R73","R1206","3395.669mil","2702.756mil","3395.669mil","2702.756mil","3450.787mil","2702.756mil","B","180.00","1k" 259 | "R74","R0805","3409.449mil","2070.866mil","3409.449mil","2070.865mil","3409.449mil","2033.464mil","T","90.00","510k" 260 | "R75","R1206","3509.842mil","3037.402mil","3509.842mil","3037.402mil","3564.96mil","3037.402mil","T","180.00","510k" 261 | "R76","R1206","3188.976mil","3377.952mil","3188.976mil","3377.952mil","3188.976mil","3322.834mil","B","90.00","10k" 262 | "R77","R0805","3635.827mil","2832.678mil","3635.827mil","2832.677mil","3635.827mil","2795.276mil","T","90.00","100" 263 | "R78","R1206","3643.701mil","2998.032mil","3643.701mil","2998.032mil","3643.701mil","2942.914mil","T","90.00","10k" 264 | "R79","R1206","3586.614mil","3136.811mil","3586.614mil","3136.811mil","3641.732mil","3136.811mil","T","180.00","2.7k" 265 | "R80","R0805","4094.488mil","4700.787mil","4094.488mil","4700.787mil","4094.488mil","4738.189mil","B","270.00","510" 266 | "R81","R0805","4196.85mil","4259.842mil","4196.85mil","4259.842mil","4234.252mil","4259.842mil","B","180.00","510" 267 | "R82","R0805","3364.173mil","4026.576mil","3364.173mil","4026.575mil","3364.173mil","3989.174mil","B","90.00","510*" 268 | "R83","R0805","2409.449mil","3240.158mil","2409.449mil","3240.157mil","2409.449mil","3202.756mil","T","90.00","10k" 269 | "R84","R0805","3447.835mil","2275.591mil","3447.835mil","2275.591mil","3447.835mil","2238.189mil","B","90.00","510" 270 | "R85","R1206","3818.898mil","2129.921mil","3818.898mil","2129.921mil","3818.898mil","2185.039mil","T","270.00","2.7k" 271 | "R86","R0805","3007.874mil","2681.103mil","3007.874mil","2681.102mil","3007.874mil","2643.701mil","T","90.00","1MO" 272 | "R87","R1206","3725.393mil","2164.37mil","3725.393mil","2164.37mil","3725.393mil","2219.488mil","T","270.00","10k" 273 | "R88","R0805","3718.504mil","2340.551mil","3718.504mil","2340.551mil","3718.504mil","2377.953mil","T","270.00","100" 274 | "R89","R0805","4133.858mil","4834.645mil","4133.858mil","4834.645mil","4171.26mil","4834.645mil","B","180.00","68k" 275 | "R90","R0805","4346.456mil","4259.842mil","4346.457mil","4259.842mil","4383.858mil","4259.842mil","B","180.00","68k" 276 | "R91","R0805","3558.072mil","3971.457mil","3558.072mil","3971.457mil","3558.072mil","3934.055mil","B","90.00","68k" 277 | "R92","R0805","3342.52mil","2137.794mil","3342.52mil","2137.794mil","3305.118mil","2137.794mil","B","360.00","68k" 278 | "R93","R1206","4023.622mil","4489.173mil","4023.622mil","4489.173mil","4023.622mil","4544.291mil","B","270.00","1k" 279 | "R94","R1206","4072.835mil","3704.724mil","4072.835mil","3704.724mil","4072.835mil","3759.843mil","B","270.00","1k" 280 | "R95","R1206","3530.512mil","3466.536mil","3530.512mil","3466.536mil","3530.512mil","3411.418mil","B","90.00","1k" 281 | "R96","R1206","3342.52mil","1692.913mil","3342.52mil","1692.913mil","3342.52mil","1748.031mil","B","270.00","1k" 282 | "R97","R0805","2937.005mil","3192.913mil","2937.005mil","3192.913mil","2937.005mil","3155.511mil","T","90.00","68k" 283 | "R98","R0805","3510.827mil","2641.733mil","3510.827mil","2641.732mil","3510.827mil","2604.331mil","T","90.00","1k 0.1%" 284 | "R99","R0805","2929.133mil","2783.465mil","2929.134mil","2783.465mil","2966.535mil","2783.465mil","T","180.00","0.1" 285 | "R100","R1206","3973.425mil","3393.701mil","3973.425mil","3393.701mil","3973.425mil","3338.583mil","T","90.00","510k" 286 | "R101","R0805","3696.85mil","2011.811mil","3696.85mil","2011.811mil","3734.252mil","2011.811mil","T","180.00","510k" 287 | "R102","R0805","2524.606mil","3261.811mil","2524.606mil","3261.811mil","2562.008mil","3261.811mil","T","180.00","10k" 288 | "R109","R1206","3885.825mil","3114.173mil","3885.825mil","3114.173mil","3830.707mil","3114.173mil","T","360.00","2.7k" 289 | "R103","R0805","3834.646mil","2454.725mil","3834.646mil","2454.724mil","3834.646mil","2417.323mil","T","90.00","1k 0.1%" 290 | "R104","R1206","3746.063mil","3009.843mil","3746.063mil","3009.843mil","3746.063mil","2954.724mil","T","90.00","10k" 291 | "R105","R0805","3744.094mil","2822.835mil","3744.094mil","2822.835mil","3744.094mil","2785.433mil","T","90.00","100" 292 | "R106","R0805","3858.267mil","2694.882mil","3858.267mil","2694.882mil","3858.267mil","2657.48mil","T","90.00","1k 0.1%" 293 | "R107","R0805","3944.882mil","2694.882mil","3944.882mil","2694.882mil","3944.882mil","2732.284mil","T","270.00","1k 0.1%" 294 | "R108","R0805","3940.945mil","2454.725mil","3940.945mil","2454.724mil","3940.945mil","2417.323mil","T","90.00","1k 0.1%" 295 | "R110","R0805","3771.653mil","4074.803mil","3771.653mil","4074.803mil","3809.055mil","4074.803mil","B","180.00","510" 296 | "R111","R0805","3755.905mil","3373.031mil","3755.905mil","3373.031mil","3793.307mil","3373.031mil","B","180.00","510" 297 | "R112","R0805","2982.283mil","2927.165mil","2982.283mil","2927.165mil","2982.283mil","2964.567mil","T","270.00","0.1" 298 | "R115","R0805","2212.598mil","3622.047mil","2212.598mil","3622.047mil","2212.598mil","3659.449mil","B","270.00","1k" 299 | "R116","R0805","3188.976mil","2681.103mil","3188.976mil","2681.102mil","3188.976mil","2643.701mil","B","90.00","1k" 300 | "R117","R0805","2658.465mil","3229.331mil","2658.465mil","3229.331mil","2658.465mil","3191.929mil","T","90.00","68k" 301 | "R118","R0805","3443.898mil","2641.732mil","3443.898mil","2641.732mil","3443.898mil","2679.134mil","T","270.00","1k 0.1%" 302 | "R119","R0805","3921.259mil","4074.803mil","3921.26mil","4074.803mil","3958.661mil","4074.803mil","B","180.00","68k" 303 | "R120","R1206","3635.828mil","3372.047mil","3635.828mil","3372.047mil","3635.828mil","3316.929mil","B","90.00","1k" 304 | "R121","R0805","3888.779mil","3372.047mil","3888.78mil","3372.047mil","3926.181mil","3372.047mil","B","180.00","68k" 305 | "R122","R1206","3618.11mil","2891.732mil","3618.11mil","2891.732mil","3618.11mil","2836.614mil","B","90.00","1k" 306 | "R123","R0805","2868.106mil","3192.912mil","2868.106mil","3192.913mil","2868.106mil","3230.314mil","T","270.00","5.1" 307 | "R124","R0805","3164.37mil","2422.244mil","3164.37mil","2422.244mil","3164.37mil","2384.843mil","B","90.00","68k" 308 | "R125","R1206","3248.031mil","2397.638mil","3248.031mil","2397.638mil","3248.031mil","2452.756mil","B","270.00","1k" 309 | "R126","R1206","2842.52mil","1586.614mil","2842.52mil","1586.614mil","2842.52mil","1531.496mil","T","90.00","0" 310 | "R128","R1206","3027.559mil","2192.913mil","3027.559mil","2192.913mil","2972.441mil","2192.913mil","T","360.00","0" 311 | "R129","R1206","2771.653mil","2423.228mil","2771.653mil","2423.228mil","2826.772mil","2423.228mil","T","180.00","10k" 312 | "R130","R1206","3215.552mil","2269.685mil","3215.552mil","2269.685mil","3270.67mil","2269.685mil","T","180.00","10k" 313 | "R131","R1206","2958.661mil","2423.226mil","2958.661mil","2423.226mil","2903.543mil","2423.226mil","T","360.00","510k" 314 | "R132","R1206","3212.598mil","2181.102mil","3212.598mil","2181.102mil","3157.48mil","2181.102mil","T","360.00","510k" 315 | "R133","R1206","2883.858mil","2322.835mil","2883.858mil","2322.835mil","2938.976mil","2322.835mil","T","180.00","10k" 316 | "R134","R1206","3043.307mil","1976.378mil","3043.307mil","1976.378mil","3098.425mil","1976.378mil","T","180.00","10k" 317 | "R135","R0805","3177.165mil","2858.268mil","3177.165mil","2858.268mil","3214.567mil","2858.268mil","T","180.00","33k" 318 | "R136","R0805","3183.072mil","2956.693mil","3183.071mil","2956.693mil","3145.67mil","2956.693mil","T","360.00","51k" 319 | "R138","R1206","4484.252mil","3863.189mil","4484.252mil","3863.189mil","4484.252mil","3918.307mil","T","270.00","330" 320 | "R141","R0805","3338.582mil","1799.213mil","3338.582mil","1799.213mil","3375.984mil","1799.213mil","T","180.00","5k" 321 | "R142","R1206","3267.716mil","2039.37mil","3267.716mil","2039.37mil","3267.716mil","2094.488mil","T","270.00","100" 322 | "R143","R1206","3143.7mil","2420.275mil","3143.7mil","2420.275mil","3088.582mil","2420.275mil","T","360.00","100" 323 | "R144","R1206","4220.472mil","3614.173mil","4220.472mil","3614.173mil","4220.472mil","3669.291mil","T","270.00","330" 324 | "R145","R1206","4240.158mil","2602.362mil","4240.158mil","2602.362mil","4240.158mil","2657.48mil","T","270.00","330" 325 | "R146","R0805","3437.008mil","1566.929mil","3437.008mil","1566.929mil","3437.008mil","1604.331mil","T","270.00","5k" 326 | "R147","R1206","4240.158mil","2078.74mil","4240.158mil","2078.74mil","4240.158mil","2133.858mil","T","270.00","330" 327 | "R148","R0805","1854.33mil","4023.622mil","1854.33mil","4023.622mil","1854.33mil","3986.22mil","T","90.00","1k" 328 | "R149","R1206","3700.787mil","1539.37mil","3700.787mil","1539.37mil","3645.669mil","1539.37mil","T","360.00","5k" 329 | "R150","R1206","3700.787mil","1744.094mil","3700.787mil","1744.094mil","3645.669mil","1744.094mil","T","360.00","5k" 330 | "R151","R1206","3700.787mil","1846.457mil","3700.787mil","1846.457mil","3645.669mil","1846.457mil","T","360.00","5k" 331 | "R152","R1206","3700.787mil","1645.669mil","3700.787mil","1645.669mil","3645.669mil","1645.669mil","T","360.00","5k" 332 | "R153","R1206","1141.732mil","4110.236mil","1141.732mil","4110.236mil","1141.732mil","4165.354mil","T","270.00","0" 333 | "R154","R1206","3515.748mil","1539.37mil","3515.748mil","1539.37mil","3460.63mil","1539.37mil","B","0.00","1k" 334 | "R155","R1206","3708.661mil","1728.347mil","3708.661mil","1728.347mil","3763.779mil","1728.347mil","B","180.00","5k" 335 | "R156","R1206","3708.661mil","1629.921mil","3708.661mil","1629.921mil","3763.779mil","1629.921mil","B","180.00","5k" 336 | "R157","R1206","3708.662mil","1539.37mil","3708.662mil","1539.37mil","3653.544mil","1539.37mil","B","0.00","1k" 337 | "R158","R1206","3523.622mil","1826.772mil","3523.622mil","1826.772mil","3578.74mil","1826.772mil","B","180.00","1k" 338 | "R159","R1206","3708.661mil","1944.882mil","3708.661mil","1944.882mil","3763.779mil","1944.882mil","B","180.00","5k" 339 | "R160","R1206","3708.661mil","1826.772mil","3708.661mil","1826.772mil","3763.779mil","1826.772mil","B","180.00","5k" 340 | "R161","R1206","3523.622mil","1728.347mil","3523.622mil","1728.347mil","3468.504mil","1728.347mil","B","0.00","1k" 341 | "R163","R1206","3523.622mil","1629.921mil","3523.622mil","1629.921mil","3468.504mil","1629.921mil","B","0.00","1k" 342 | "R162","R1206","3523.622mil","1961.615mil","3523.622mil","1961.615mil","3468.504mil","1961.615mil","B","0.00","1k" 343 | "U1","SO8","2745.078mil","3221.457mil","2745.078mil","3221.457mil","2839.566mil","3296.457mil","B","180.00","SN65HVD230D" 344 | "U2","SOIC24","3905.512mil","4421.26mil","3905.512mil","4421.26mil","3724.41mil","4696.26mil","T","0.00","CJ125" 345 | "U3","SOIC20","1771.653mil","4251.968mil","1771.653mil","4251.968mil","1546.653mil","4431.102mil","B","270.00","TPIC8101" 346 | "U4","TSSOP14","3347.441mil","3539.37mil","3347.441mil","3539.37mil","3238.189mil","3616.142mil","T","270.00","MCP6004T-I/ST" 347 | "U5","LQFP64","2731.3mil","3935.039mil","2731.3mil","3935.039mil","2504.922mil","4082.677mil","T","0.00","STM32F405RGT6" 348 | "U6","DPAK","1228.346mil","3486.22mil","1228.346mil","3622.047mil","1137.795mil","3350.394mil","T","360.00","LP2950CDT-3.3" 349 | "U8","D2PAK-5","1354.331mil","2458.661mil","1354.331mil","2413.386mil","1488.189mil","2661.417mil","T","270.00","LM2576S-5.0" 350 | "U9","TSSOP14","3675.197mil","2576.772mil","3675.197mil","2576.772mil","3598.425mil","2467.52mil","T","360.00","MCP6004T-I/ST" 351 | "U11","SOIC14","4267.716mil","3913.386mil","4267.716mil","3913.386mil","4117.716mil","3818.898mil","T","90.00","74HCT04" 352 | "U12","QSOP16","3177.165mil","1657.48mil","3177.165mil","1657.48mil","3074.803mil","1744.98mil","T","360.00","MAX9926UAEE" 353 | "U13","QFN28","1503.937mil","1893.701mil","1503.937mil","1893.701mil","1408.465mil","1952.756mil","T","0.00","CP2102-GM" 354 | "U14","SO8","1819.189mil","1861.315mil","1819.189mil","1861.315mil","1724.701mil","1936.315mil","T","0.00","ADUM1201ARZ" 355 | "U15","HC-06","1511.811mil","4206.693mil","1511.811mil","4358.268mil","1261.811mil","4594.488mil","T","0.00","HC-06" 356 | "D29","SOT-143","1382.874mil","1594.488mil","1382.874mil","1594.488mil","1335.63mil","1624.015mil","T","270.00","SP0503BAHT" 357 | "Y1","QUARTZ-ABM3B-HC49","2073.818mil","3968.504mil","2073.818mil","3968.504mil","2073.818mil","4064.567mil","T","270.00","ABM3B-8.0MHz" 358 | "Y2","QUARTZ-ABM3B-HC49-2SIDED","2027.559mil","4737.205mil","2027.559mil","4737.205mil","1980.315mil","4658.465mil","T","360.00","ABM3B-8.0MHz" 359 | "D4","SOT-23","2535.433mil","3208.662mil","2535.433mil","3208.662mil","2581.692mil","3246.063mil","B","270.00","NUP2105LT1G" 360 | "U5_2","LQFP100","2718.504mil","3935.039mil","2718.504mil","3935.039mil","2413.386mil","4171.26mil","T","0.00","STM32F469VIT6" 361 | "R114","R1206","2099.409mil","3139.764mil","2099.409mil","3139.764mil","2099.409mil","3084.646mil","B","90.00","100" 362 | "R113","R1206","2099.41mil","2957.674mil","2099.41mil","2957.674mil","2099.41mil","2902.556mil","B","90.00","100" 363 | "L2","L2012","3275.591mil","3834.646mil","3275.591mil","3834.646mil","3236.22mil","3834.646mil","T","0.00","BLM21PG331" 364 | "P32","HDR1X1-BIG2","2153.543mil","1401.575mil","2153.543mil","1401.575mil","2153.543mil","1401.575mil","T","0.00","3" 365 | "R50","R0805","1904.528mil","3837.598mil","1904.528mil","3837.598mil","1867.126mil","3837.598mil","T","360.00","0.1" 366 | "P55","HDR1X1","3007.874mil","3657.48mil","3007.874mil","3657.48mil","3007.874mil","3657.48mil","T","90.00","Reserved1" 367 | "D27","DO-216AA","2448.032mil","3893.701mil","2457.677mil","3893.701mil","2493.504mil","3893.701mil","B","180.00","SM2T3V3A" 368 | "R127","R0805","2450.788mil","4042.323mil","2450.787mil","4042.323mil","2413.386mil","4042.323mil","B","360.00","2k 1%" 369 | "R137","R0805","2442.912mil","3973.425mil","2442.913mil","3973.425mil","2480.314mil","3973.425mil","B","180.00","10k 1%" 370 | "C74","C0805","2252.953mil","4012.795mil","2252.953mil","4012.795mil","2215.551mil","4012.795mil","B","360.00","100n" 371 | "P48","HDR1X1-BIG2","2720.472mil","1249.016mil","2720.472mil","1249.016mil","2720.472mil","1249.016mil","T","0.00","22" 372 | "J5","HDR1x2","4511.811mil","4301.969mil","4511.811mil","4251.969mil","4511.811mil","4251.969mil","T","90.00","WB" 373 | 374 | -------------------------------------------------------------------------------- /html/img/hc-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/html/img/hc-06.jpg -------------------------------------------------------------------------------- /html/img/image_na.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/html/img/image_na.jpg -------------------------------------------------------------------------------- /html/img/pdf-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreika-git/prometheus/57e7c7f7a9d796dc52af89a955d01ec0778d60d5/html/img/pdf-1.png -------------------------------------------------------------------------------- /html/js/colResizable-1.6.min.js: -------------------------------------------------------------------------------- 1 | // colResizable 1.6 - a jQuery plugin by Alvaro Prieto Lauroba http://www.bacubacu.com/colresizable/ 2 | 3 | !function(t){var e,i=t(document),r=t("head"),o=null,s={},d=0,n="id",a="px",l="JColResizer",c="JCLRFlex",f=parseInt,h=Math,p=navigator.userAgent.indexOf("Trident/4.0")>0;try{e=sessionStorage}catch(g){}r.append("");var u=function(e,i){var o=t(e);if(o.opt=i,o.mode=i.resizeMode,o.dc=o.opt.disabledColumns,o.opt.disable)return w(o);var a=o.id=o.attr(n)||l+d++;o.p=o.opt.postbackSafe,!o.is("table")||s[a]&&!o.opt.partialRefresh||("e-resize"!==o.opt.hoverCursor&&r.append(""),o.addClass(l).attr(n,a).before('
'),o.g=[],o.c=[],o.w=o.width(),o.gc=o.prev(),o.f=o.opt.fixed,i.marginLeft&&o.gc.css("marginLeft",i.marginLeft),i.marginRight&&o.gc.css("marginRight",i.marginRight),o.cs=f(p?e.cellSpacing||e.currentStyle.borderSpacing:o.css("border-spacing"))||2,o.b=f(p?e.border||e.currentStyle.borderLeftWidth:o.css("border-left-width"))||1,s[a]=o,v(o))},w=function(t){var e=t.attr(n),t=s[e];t&&t.is("table")&&(t.removeClass(l+" "+c).gc.remove(),delete s[e])},v=function(i){var r=i.find(">thead>tr:first>th,>thead>tr:first>td");r.length||(r=i.find(">tbody>tr:first>th,>tr:first>th,>tbody>tr:first>td, >tr:first>td")),r=r.filter(":visible"),i.cg=i.find("col"),i.ln=r.length,i.p&&e&&e[i.id]&&m(i,r),r.each(function(e){var r=t(this),o=-1!=i.dc.indexOf(e),s=t(i.gc.append('')[0].lastChild);s.append(o?"":i.opt.gripInnerHtml).append(''),e==i.ln-1&&(s.addClass("JCLRLastGrip"),i.f&&s.html("")),s.bind("touchstart mousedown",J),o?s.addClass("JCLRdisabledGrip"):s.removeClass("JCLRdisabledGrip").bind("touchstart mousedown",J),s.t=i,s.i=e,s.c=r,r.w=r.width(),i.g.push(s),i.c.push(r),r.width(r.w).removeAttr("width"),s.data(l,{i:e,t:i.attr(n),last:e==i.ln-1})}),i.cg.removeAttr("width"),i.find("td, th").not(r).not("table th, table td").each(function(){t(this).removeAttr("width")}),i.f||i.removeAttr("width").addClass(c),C(i)},m=function(t,i){var r,o,s=0,d=0,n=[];if(i){if(t.cg.removeAttr("width"),t.opt.flush)return void(e[t.id]="");for(r=e[t.id].split(";"),o=r[t.ln+1],!t.f&&o&&(t.width(o*=1),t.opt.overflow&&(t.css("min-width",o+a),t.w=o));d";
88 | var imgUrl = (components[i]["more"] && components[i]["more"]["img"]) ? components[i]["more"]["img"] : "https://raw.githubusercontent.com/andreika-git/prometheus/master/html/img/image_na.jpg";
89 | html += " | ";
91 | html += " Designator: "+components[i]["name"]+" ";
92 | html += ""+components[i]["descr"]+" ";
93 | html += "Value: "+components[i]["value"]+" ";
94 | html += "Package: "+components[i]["fp"]+" ";
95 | if (components[i]["remark"])
96 | html += ""+components[i]["remark"]+" ";
97 | html += " | ";
98 | if (components[i]["more"]) {
99 | var m = components[i]["more"];
100 | html += "";
101 | if (components[i]["part"]) {
102 | html += " "+(components[i]["supp"])+" Number: "+components[i]["part"]+" ";
103 | }
104 | if (m["ds"]) {
105 | html += "";
106 | }
107 | if (m["vname"]) {
108 | html += "Manufacturer: " + (m["vurl"] ? "" : "") + m["vname"] + (m["vurl"] ? "" : "") + " ";
109 | }
110 | if (m["price"]) {
111 | html += "Price: "+m["price"]+" ";
112 | }
113 | html += " | ";
114 | }
115 | html += "
23 |
24 | |
25 |
26 |
28 | ![]() |
Select a component for more info... |