rusefi-1/misc/www/index.html

500 lines
23 KiB
HTML
Raw Normal View History

2020-10-22 08:27:03 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
-->
<meta charset="utf-8">
<title>rusEFI</title>
<meta name="description" content="">
<meta name="author" content="">
2020-03-27 20:18:38 -07:00
<script src="/fb.js"></script>
2020-10-12 07:14:24 -07:00
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43478022-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
2019-06-21 20:39:29 -07:00
gtag('config', 'UA-43478022-1');
</script>
2019-06-21 20:39:29 -07:00
2020-10-22 08:27:03 -07:00
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@900&display=swap" rel="stylesheet">
2020-10-22 08:27:03 -07:00
<!-- CSS
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Scripts
-->
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
2020-10-22 08:27:03 -07:00
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
<link rel="stylesheet" href="css/github-prettify-theme.css">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="js/site.js"></script>
<link rel="icon" type="image/png" href="images/site/favicon.png">
</head>
<body class="code-snippets-visible">
<div class="header">
<topnav>
<ul class="navbar-list">
<li class="navbar-item"><a href="index.html#intro">Intro</a></li>
</ul>
<ul class="navbar-list">
<li class="menuentry">Hardware</li>
<li class="navbar-item"><a href="index.html#microrusefi">microRusEFI</a></li>
<li class="popover-item"><a href="index.html#proteus">Proteus</a></li>
</ul>
<ul class="navbar-list">
<li class="menuentry">Documentation</li>
<li class="popover-item"><a href="https://github.com/rusefi/rusefi/wiki/microRusEFI-Manual">microRusEFI</a>
<li class="popover-item"><a href="https://github.com/rusefi/rusefi/wiki/Proteus-Manual">Proteus</a>
</ul>
<ul class="navbar-list">
<li class="popover-item"><a href="index.html#shop">Shop</a></li>
</ul>
<ul class="navbar-list">
<li class="menuentry">Links</li>
<li class="popover-item"><a href="http://www.rusefi.com/online">rusEFI online</a>
<li class="popover-item"><a href="http://www.rusefi.com/forum">Forum</a>
<li class="popover-item"><a href="https://github.com/rusefi/rusefi/wiki">Wiki</a>
</ul>
<ul class="navbar-list">
<li class="popover-item"><a href="https://github.com/rusefi/rusefi/wiki/Download">Download</a></li>
</ul>
</topnav>
<div class="container">
<img src="images/site/logo_wht.png" width="50%">
2020-10-22 08:27:03 -07:00
<h4 class="title">A GPL open source Engine Management System</h4>
<a class="github-button" href="https://github.com/rusefi" data-size="large"
aria-label="Follow @rusefi on GitHub">Follow @rusefi</a>
<a class="github-button" href="https://github.com/rusefi/rusefi/subscription" data-icon="octicon-eye"
data-size="large" data-show-count="true" aria-label="Watch rusefi/rusefi on GitHub">Watch</a>
<div class="value-props row">
</div>
</div>
<a class="arrow" href="index.html#intro">
<span></span>
<span></span>
<span></span>
</a>
</div>
2020-10-22 08:27:03 -07:00
<div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
<nav class="navbar">
<div class="nav-container">
<ul class="navbar-list">
<li class="navbar-item"><a class="navbar-link" href="index.html#intro">Intro</a></li>
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#hardwareNavPopover">Hardware</a>
<div id="hardwareNavPopover" class="popover">
<ul class="popover-list">
<li class="popover-item">
<a class="popover-link" href="index.html#microrusefi">microRusEFI</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#proteus">Proteus</a>
</li>
</ul>
</div>
</li>
2020-12-24 08:45:54 -08:00
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#docNavPopover">Documentation</a>
<div id="docNavPopover" class="popover">
<ul class="popover-list">
<li class="popover-item">
<a class="popover-link" href="https://github.com/rusefi/rusefi/wiki/microRusEFI-Manual">microRusEFI</a>
</li>
<li class="popover-item">
2020-12-24 09:04:40 -08:00
<a class="popover-link" href="https://github.com/rusefi/rusefi/wiki/Proteus-Manual">Proteus</a>
2020-12-24 08:45:54 -08:00
</li>
</ul>
</div>
</li>
<li class="navbar-item"><a class="navbar-link" href="index.html#shop">Shop</a></li>
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#linksNavPopover">Links</a>
<div id="linksNavPopover" class="popover">
<ul class="popover-list">
<li class="popover-item">
<a class="popover-link" href="http://www.rusefi.com/online">rusEFI online</a>
</li>
<li class="popover-item">
<a class="popover-link" href="http://www.rusefi.com/forum">Forum</a>
</li>
<li class="popover-item">
<a class="popover-link" href="https://github.com/rusefi/rusefi/wiki">Wiki</a>
</li>
</ul>
</div>
</li>
<li class="navbar-item dl-link"><a class="navbar-link"
href="https://github.com/rusefi/rusefi/wiki/Download">Download</a></li>
</ul>
</div>
</nav>
2020-10-22 08:27:03 -07:00
<!-- Intro -->
<div class="docs-section" id="intro">
<div class="container">
<br>
<br>
2020-10-22 08:27:03 -07:00
<h6 class="docs-header">Intro</h6>
<p>Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management</p>
<p>rusEFI is the next generation of open source, DIY automotive engine management. With the availability of cheap
yet extremely powerful micro-controllers, we can make a very simple and powerful engine management system
possible!</p>
rusEFI is designed around the STM32 series, utilizing high performance floating point MCUs running a Real-Time
Operating System.
This ensures high performance and a very stable and dependable product. <br>
The currently supported features are:
<br><br>
2020-10-22 08:27:03 -07:00
<table class="u-half-width">
<thead>
<tr>
<th>Feature</th>
<th>Supported</th>
</tr>
</thead>
<tbody>
<tr>
<td class='oddrow'>Batch injection</td>
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='evenrow'>Sequential Injection up to 12 cylinders</td>
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='oddrow'>Sequential Ignition up to 12 cylinders</td>
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td>Acceleration enrichment - wall wetting/fuel trip/tau factor</td>
<td><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='oddrow'>Closed Loop Fueling</td>
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='evenrow'>Wasted Ignition</td>
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='oddrow'>Electronic Throttle Body</td>
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='evenrow'>Boost Control</td>
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='oddrow'>Launch Control</td>
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='evenrow'>Flex Fuel</td>
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
2020-10-22 08:27:03 -07:00
<tr>
<td class='oddrow'><a href='https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers'>20+ OEM triggers
supported</a></td>
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='evenrow'>Automatic Transmission Control</td>
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"
style="color:rgba(0, 0, 0, 0.3);"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='oddrow'><a href='https://github.com/rusefi/rusefi/wiki/GDI-status'>Direct Injection</a></td>
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"
style="color:rgba(0, 0, 0, 0.3);"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='evenrow'>Flat Shifting</td>
<td class='evenrow'><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td class='oddrow'>Rotary Engines</td>
<td class='oddrow'><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
</tr>
2020-10-22 08:27:03 -07:00
</tbody>
</table>
<p>
<div class=glossary>
<i class="fa fa-check-circle-o" aria-hidden="true"></i> Supported
<i class="fa fa-check-circle-o" aria-hidden="true" style="color:rgba(0, 0, 0, 0.3);"></i> In Development
2020-10-22 08:27:03 -07:00
<i class="fa fa-times" aria-hidden="true"></i> Currently not supported
</div>
</p>
</div>
</div>
2020-03-28 12:35:54 -07:00
<div class="mre" id="microrusefi">
<div class="mre-left">
<div class="mre-content">
<img src="images/site/mre_ecu.png" width="100%">
</div>
</div>
<div class="mre-right">
<div class="mre-content">
<h6 class="docs-header">microRusEFI</h6>
<img src="images/site/mre_logo.png" width="50%">
<br><br>
<p>microRusEFI is a small & cheap Engine Management System board designed for fully sequential 1, 2, 3 and 4
cylinder applications.<br>
microRusEFI uses a waterproof connector and its aluminum enclosure could be sealed.<br>
microRusEfi supports dual Hall shaft position sensor input or 1xHall + 1xVR shaft position sensor input (A few
resistors must be replaced on the PCB to switch from one setup to another)<br>
Open-source design available in <a href="https://github.com/rusefi/hw_microRusEfi">this repository</a>, or
available as a kit or completely assembled. <br>
This is an excellent option for racing series that allow modifications inside the stock ECU case.
</p>
<b>Features</b>
<ul>
<li>Primary VR or Hall input (configurable with few resistor changes)</li>
<li>Secondary Hall input</li>
<li>4 analog thermistor (temperature) inputs</li>
<li>10 analog voltage inputs (0-5v)</li>
<li>4 high-Z injector outputs</li>
<li>2 high-current low side outputs for IAC/VVT/other solenoids</li>
<li>Dedicated main relay control output</li>
<li>4 low-current low side outputs for relays or warning lights</li>
<li>4 5v logic-level ignition outputs</li>
<li>2 logic level outputs (5v/12v configurable, requires resistor changes)</li>
<li>Electronic throttle body (drive by wire)</li>
<li>CAN connectivity on the plug</li>
<li>USB connectivity on the plug</li>
<li>SPI and TTL available on PCB</li>
</ul>
<a class="button button-white" href="https://www.ebay.com/itm/333532119947">Get microRusEFI hardware</a>
<a class="button button-white" href="https://github.com/rusefi/rusefi/wiki/microRusEFI-Manual">microRusEFI
Manual</a>
</div>
</div>
</div>
<div class="proteus" id="proteus">
<div class="proteus-left">
<div class="proteus-content">
<h6 class="docs-header">Proteus</h6>
<!-- <img src="images/site/mre_logo.png" width="50%"> -->
<h1><span class="blinking">|</span>PROTEUS</h1>
<br><br>
<p>A high-featured board compatible with rusEFI firmware. Open-source design available in <a
href="https://github.com/mck1117/proteus">this repository</a>.
</p>
<b>Features</b>
<ul>
<li>2x VR crank/cam/vehicle speed inputs</li>
<li>6x hall cam/crank or digital input</li>
<li>Full operation from 6-24v supply</li>
<li>Dual 5v sensor supplies, 150mA each, fully protected</li>
<li>Dual protected 12v external sensor supply</li>
<li>16x 4A low-side drivers</li>
<li>12x 5v ignition (or general purpose) outputs</li>
<li>Dual H-bridges for electronic throttle (also supports stepper idle valve!)</li>
<li>4x 12v 3A high-side outputs</li>
<li>12x Analog voltage inputs</li>
<li>4x Analog temperature inputs</li>
<li>180 MHz ARM Cortex-M7</li>
<li>TE Connectivity AMPSEAL connectors</li>
<li>Internal data-logging</li>
</ul>
<a class="button button-black" href="https://www.ebay.com/itm/333811680319">Get Proteus hardware</a>
<a class="button button-black" href="https://github.com/rusefi/rusefi/wiki/Proteus-Manual">Proteus Manual</a>
</div>
2020-10-22 08:27:03 -07:00
</div>
<div class="proteus-right">
<div class="proteus-content">
<img src="images/site/proteus_case.png" width="100%">
</div>
2020-12-06 12:54:12 -08:00
</div>
</div>
<!-- Shop -->
<div class="docs-section" id="shop">
<div class="container">
2020-10-22 08:27:03 -07:00
<h6 class="docs-header">Shop</h6>
<p>The following rusEFI hardware is currently available on eBay:</p>
<div class="docs-example">
<table class="u-half-width">
2020-10-22 08:27:03 -07:00
<tbody>
<tr>
<td><img src="images/site/38p_board.jpg" width="250px" alt=""></td>
<td>38 pin breakout</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333735833268">Get it on eBay</a></td>
</tr>
<tr>
<td><img src="images/site/52p_board_connector.jpg" width="250px" alt=""></td>
<td>52 pin breakout board <br> 52 pin connector</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333749717058">Get it on eBay</a><br>
<a class="button button-primary" href="https://www.ebay.com/itm/333735826285">Get it on eBay</a>
</td>
2020-10-22 08:27:03 -07:00
</tr>
<tr>
<td><img src="images/site/55_board_with_connector.jpg" width="250px" alt=""></td>
<td>55 pin breakout board <br> 55 pin connector with breakout board</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333560110330">Get it on eBay</a> <br>
<a class="button button-primary" href="https://www.ebay.com/itm/333560110543">Get it on eBay</a>
</td>
</tr>
<tr>
<td><img src="images/site/55_connector_motronic.jpg" width="250px" alt=""></td>
<td>Alternative 55 pin connector</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333560110543">Get it on eBay</a> <br>
</td>
</tr>
<tr>
<td><img src="images/site/60_board_with_connector.jpg" width="250px" alt=""></td>
<td>60 pin Ford EEC-IV connector</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333647826399">Get it on eBay</a> <br>
</td>
</tr>
<tr>
<td><img src="images/site/64_board_with_connector.jpg" width="250px" alt=""></td>
<td>64 pin breakout board <br> 64 pin connector with breakout board</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333104237990">Get it on eBay</a> <br>
<a class="button button-primary" href="https://www.ebay.com/itm/332771650527">Get it on eBay</a>
</td>
</tr>
<tr>
<td><img src="images/site/68p_board.jpg" width="250px" alt=""></td>
<td>68 pin breakout board</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333586438870">Get it on eBay</a> <br>
</td>
</tr>
<tr>
<td><img src="images/site/72_board_with_connector.jpg" width="250px" alt=""></td>
<td>72 pin connector with breakout board</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/332771651266">Get it on eBay</a> <br>
</td>
</tr>
<tr>
<td><img src="images/site/80_pin_connector.jpg" width="250px" alt=""></td>
<td>80 pin connector</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333685575469">Get it on eBay</a> <br>
</td>
</tr>
<tr>
<td><img src="images/site/88_connector_2.5_rows.jpg" width="250px" alt=""></td>
<td>88 pin connector</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333752255007">Get it on eBay</a> <br>
<a class="button button-primary" href="https://www.ebay.com/itm/333833818007">Get it on eBay</a>
2020-10-22 08:27:03 -07:00
</td>
</tr>
<tr>
<td><img src="images/site/112p_connector.jpg" width="250px" alt=""></td>
<td>112 pin connector</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333735821926">Get it on eBay</a> <br>
</td>
</tr>
<tr>
<td><img src="images/site/121_board_with_connector.jpg" width="250px" alt=""></td>
<td>121 pin breakout board <br> 121 pin connector with breakout board</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/332953220080">Get it on eBay</a> <br>
<a class="button button-primary" href="https://www.ebay.com/itm/333596446367">Get it on eBay</a>
</td>
</tr>
2021-01-09 12:01:06 -08:00
<tr>
<td><img src="images/site/breakout_125.jpg" width="250px" alt=""></td>
<td>125 pin breakout board
2021-01-14 19:34:46 -08:00
<td><a class="button button-primary" href="https://www.ebay.com/itm/333855911372">Get it on eBay</a>
2021-01-09 12:01:06 -08:00
</td>
</tr>
2020-10-22 08:27:03 -07:00
<tr>
<td><img src="images/site/134_board_with_connector.jpg" width="250px" alt=""></td>
<td>134 pin connector<br />134 pin breakout</td>
2020-11-11 17:57:54 -08:00
<td><a class="button button-primary" href="https://www.ebay.com/itm/333779143374">Get it on eBay</a><br>
<a class="button button-primary" href="https://www.ebay.com/itm/333534819202">Get it on eBay</a> <br>
2020-10-22 08:27:03 -07:00
</td>
</tr>
<tr>
<td><img src="images/site/154_board_with_connector.jpg" width="250px" alt=""></td>
<td>154 pin breakout board <br> 154 pin connector with breakout board</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333586437475">Get it on eBay</a> <br>
<a class="button button-primary" href="https://www.ebay.com/itm/333606651255">Get it on eBay</a>
</td>
</tr>
</tbody>
</table>
<br>
<p><b>Miata PnP Hardware:</b></p>
<a class="button button-primary" href="https://www.ebay.com/itm/333808079911">Get NA6 Miata hardware</a>
<a class="button button-primary" href="https://www.ebay.com/itm/333808081077">Get 94/95 Miata hardware</a>
2020-10-22 08:27:03 -07:00
</div>
</div>
</div>
2020-03-28 12:35:54 -07:00
<!-- Links -->
<div class="docs-section examples" id="links">
<div class="container">
2020-10-22 08:27:03 -07:00
<h6 class="docs-header">Links</h6>
<div class="row example">
<a class="example-screenshot-wrapper" target="_blank">
<img class="example-screenshot" src="images/site/reonline.png">
</a>
<div class="one-half offset-by-one-half column">
<h6 class="example-header">rusEFI online</h6>
<p class="example-description">Upload, share and view your tune <br> Right in the browser <br> with rusEFI
online</p>
<a class="button" href="https://rusefi.com/online/" target="_blank">rusEFI online</a>
</div>
2020-03-28 12:35:54 -07:00
</div>
2020-10-22 08:27:03 -07:00
<div class="row example">
<a class="example-screenshot-wrapper" target="_blank">
<img class="example-screenshot" src="images/site/reforum.png">
</a>
<div class="one-half offset-by-one-half column">
<h6 class="example-header">rusEFI forum</h6>
<p class="example-description">Got a question? <br> This a great place to start exploring to see what rusEFI
has to offer</p>
<a class="button" href="https://rusefi.com/forum/" target="_blank">rusEFI forum</a>
2020-03-28 13:34:41 -07:00
</div>
2020-03-28 12:35:54 -07:00
</div>
2020-10-22 08:27:03 -07:00
<br>
</div>
</div>
<div class="footer">
<div class="container">
2020-10-22 08:27:03 -07:00
<a href="https://www.facebook.com/rusEfiECU/"><i class="fa fa-facebook fa-2x" aria-hidden="true"></i></a>
<a href="https://www.youtube.com/user/rusefi"><i class="fa fa-youtube-play fa-2x" aria-hidden="true"></i></a>
<a
href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=arro239%40gmail%2ecom&lc=US&item_name=rusEfi&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">
<i class="fa fa-paypal fa-2x" aria-hidden="true"></i>
2020-10-22 08:27:03 -07:00
</a>
2020-03-28 12:35:54 -07:00
</div>
</div>
2020-03-27 20:18:38 -07:00
<!-- </div> -->
2020-10-22 08:27:03 -07:00
</body>
2019-06-21 16:53:07 -07:00
2020-10-22 08:27:03 -07:00
</html>