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
|
|
|
|
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<script src="/fb.js"></script>
|
2020-10-12 07:14:24 -07:00
|
|
|
|
|
2020-11-22 17:09:04 -08: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
|
|
|
|
|
2020-11-22 17:09:04 -08: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 href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
|
|
|
|
|
|
|
|
|
|
<!-- 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://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">
|
|
|
|
|
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<!-- <div class="container"> -->
|
|
|
|
|
<div class="header">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<img src="images/site/logo_wht.png" width="70%">
|
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>
|
|
|
|
|
<!-- <a class="button" href="https://rusefi.com" onClick="_gaq.push(['_trackEvent', 'skeleton', 'download'])">Getting
|
2020-11-22 17:09:04 -08:00
|
|
|
|
started</a> -->
|
2020-10-22 08:27:03 -07:00
|
|
|
|
<div class="value-props row">
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<!-- <div class="four columns value-prop">
|
2020-10-22 08:27:03 -07:00
|
|
|
|
<i class="fa fa-bar-chart fa-4x" aria-hidden="true"></i> <br>
|
|
|
|
|
32bit MCU
|
2020-03-28 12:35:54 -07:00
|
|
|
|
</div>
|
2020-10-22 08:27:03 -07:00
|
|
|
|
<div class="four columns value-prop">
|
|
|
|
|
<i class="fa fa-code-fork fa-4x" aria-hidden="true"></i> <br>
|
|
|
|
|
GPL open source </p>
|
2020-03-28 12:35:54 -07:00
|
|
|
|
</div>
|
2020-10-22 08:27:03 -07:00
|
|
|
|
<div class="four columns value-prop">
|
|
|
|
|
<i class="fa fa-clock-o fa-4x" aria-hidden="true"></i> <br>
|
|
|
|
|
Quick to start with prebuilt boards
|
2020-11-22 17:09:04 -08:00
|
|
|
|
</div> -->
|
2020-10-22 08:27:03 -07:00
|
|
|
|
</div>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-10-22 08:27:03 -07:00
|
|
|
|
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<nav class="navbar">
|
|
|
|
|
<div class="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>
|
2020-10-22 08:27:03 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li class="popover-item">
|
2020-12-24 09:04:40 -08:00
|
|
|
|
<a class="popover-link" href="index.html#proteus">Proteus</a>
|
2020-12-02 20:58:57 -08:00
|
|
|
|
</li>
|
|
|
|
|
<!--<li class="popover-item">
|
2020-10-22 08:27:03 -07:00
|
|
|
|
<a class="popover-link" href="#buttons">Frankenstein</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="popover-item">
|
|
|
|
|
<a class="popover-link" href="#forms">Frankenso</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="popover-item">
|
|
|
|
|
<a class="popover-link" href="#lists">Hellen</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="popover-item">
|
|
|
|
|
<a class="popover-link" href="#code">Prometheus</a>
|
|
|
|
|
</li> -->
|
2020-11-22 17:09:04 -08:00
|
|
|
|
</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>
|
|
|
|
|
<li class="popover-item">
|
|
|
|
|
<a class="popover-link" href="https://github.com/rusefi/rusefi/wiki">Other</a>
|
|
|
|
|
</li>
|
|
|
|
|
<!--<li class="popover-item">
|
|
|
|
|
<a class="popover-link" href="#buttons">Frankenstein</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="popover-item">
|
|
|
|
|
<a class="popover-link" href="#lists">Hellen</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="popover-item">
|
|
|
|
|
<a class="popover-link" href="#code">Prometheus</a>
|
|
|
|
|
</li> -->
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
|
|
|
|
</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
|
|
|
|
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<!-- Intro -->
|
|
|
|
|
<div class="docs-section" id="intro">
|
|
|
|
|
<div class="container">
|
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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
2020-12-04 15:39:55 -08:00
|
|
|
|
<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>
|
2020-12-04 15:39:55 -08:00
|
|
|
|
<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>
|
2020-12-04 15:39:55 -08:00
|
|
|
|
<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>
|
2020-12-04 15:39:55 -08:00
|
|
|
|
<td class='oddrow'>Electronic Throttle Body</td>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
2020-12-04 15:39:55 -08:00
|
|
|
|
<td class='evenrow'>Boost Control</td>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
2020-12-04 15:39:55 -08:00
|
|
|
|
<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>
|
2020-12-04 15:55:21 -08:00
|
|
|
|
<tr>
|
2020-12-04 21:02:14 -08:00
|
|
|
|
<td class='evenrow'><a href='https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers'>20+ OEM triggers supported</a></td>
|
|
|
|
|
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
|
2020-12-04 15:55:21 -08:00
|
|
|
|
</tr>
|
2020-10-22 08:27:03 -07:00
|
|
|
|
<tr>
|
2020-12-04 21:02:14 -08:00
|
|
|
|
<td class='oddrow'>Automatic Transmission Control</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>
|
2020-12-04 21:02:14 -08:00
|
|
|
|
<td class='evenrow'><a href='https://github.com/rusefi/rusefi/wiki/GDI-status'>Direct Injection</a></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>
|
2020-12-04 21:02:14 -08:00
|
|
|
|
<td class='oddrow'>Flat Shifting</td>
|
|
|
|
|
<td class='oddrow'><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
|
2020-10-22 08:27:03 -07:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
2020-12-04 21:02:14 -08:00
|
|
|
|
<td class='evenrow'>Rotary Engines</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>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<div class=glossary>
|
|
|
|
|
<i class="fa fa-check-circle-o" aria-hidden="true"></i> Supported
|
2020-12-04 21:02:14 -08:00
|
|
|
|
<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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
</div>
|
2020-03-28 12:35:54 -07:00
|
|
|
|
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<!-- Microrusefi -->
|
|
|
|
|
<div class="docs-section" id="microrusefi">
|
|
|
|
|
<div class="container">
|
2020-10-22 08:27:03 -07:00
|
|
|
|
<h6 class="docs-header">microRusEFI</h6>
|
|
|
|
|
<img src="images/site/rusefi_mreheader.png" width="100%">
|
|
|
|
|
<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-primary" href="https://www.ebay.com/itm/333532119947">Get microRusEFI hardware</a>
|
2020-12-24 09:04:40 -08:00
|
|
|
|
<a class="button button-primary" href="https://github.com/rusefi/rusefi/wiki/microRusEFI-Manual">microRusEFI Manual</a>
|
2020-10-22 08:27:03 -07:00
|
|
|
|
</div>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
</div>
|
2020-03-28 12:35:54 -07:00
|
|
|
|
|
2020-12-06 12:54:12 -08:00
|
|
|
|
<div class="docs-section" id="proteus">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h6 class="docs-header">Proteus</h6>
|
|
|
|
|
<a class="button button-primary" href="https://www.ebay.com/itm/333811680319">Get Proteus hardware</a>
|
2020-12-24 09:04:40 -08:00
|
|
|
|
<a class="button button-primary" href="https://github.com/rusefi/rusefi/wiki/Proteus-Manual">Proteus Manual</a>
|
2020-12-06 12:54:12 -08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="docs-section" id="miata_pnp">
|
|
|
|
|
<div class="container">
|
2020-12-06 12:55:54 -08:00
|
|
|
|
<h6 class="docs-header">Miata</h6>
|
2020-12-06 12:54:12 -08:00
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<!-- 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">
|
2020-12-02 20:58:57 -08:00
|
|
|
|
<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>
|
|
|
|
|
</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>
|
2020-12-22 07:56:22 -08:00
|
|
|
|
<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>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><img src="images/site/134_board_with_connector.jpg" width="250px" alt=""></td>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
</div>
|
2020-03-28 12:35:54 -07:00
|
|
|
|
|
2020-11-22 17:09:04 -08: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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
|
|
|
|
|
</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>
|
2020-11-22 17:09:04 -08:00
|
|
|
|
<a
|
|
|
|
|
href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=arro239%40gmail%2ecom&lc=US&item_name=rusEfi¤cy_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
|
|
|
|
|
2020-11-22 17:09:04 -08: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>
|