site progress

This commit is contained in:
rusefillc 2020-10-22 11:27:03 -04:00
parent bbb3d118e8
commit ee1396e86e
2 changed files with 343 additions and 177 deletions

View File

@ -1,29 +1,14 @@
<html> <!DOCTYPE html>
<html lang="en">
<head> <head>
<title>rusEfi Modern Engine Control Unit Management System</title>
<link rel="stylesheet" type="text/css" href="rusefi.css">
<style> <!-- Basic Page Needs
.top_spacer { -->
font-size: 150%; <meta charset="utf-8">
} <title>rusEFI</title>
<meta name="description" content="">
.header { <meta name="author" content="">
position: fixed;
left: 0;
top: 0;
width: 100%;
text-align: center;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
</style>
<script src="/fb.js"></script> <script src="/fb.js"></script>
@ -37,142 +22,357 @@
gtag('config', 'UA-43478022-1'); gtag('config', 'UA-43478022-1');
</script> </script>
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- FONT
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style> <!-- CSS
.carousel { -->
width:70%; <link rel="stylesheet" href="css/normalize.css">
height:70%; <link rel="stylesheet" href="css/skeleton.css">
} <link rel="stylesheet" href="css/custom.css">
</style> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body> <!-- 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>
<style type="text/css"> <link rel="icon" type="image/png" href="images/site/favicon.png">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;padding:10px 5px;border-style:none;border-width:0px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-weight:normal;padding:10px 5px;border-style:none;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-cly1{text-align:left;vertical-align:middle}
</style>
</head>
<div class="header"> <body class="code-snippets-visible">
<table class="tg" width="100%">
<tr>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi">Github</a></th>
<th class="tg-cly1"><a href="https://rusefi.com/forum">Forum</a></th>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki/Hardware">Hardware</a></th>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki">Wiki</a></th>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki/Overview">Overview</a></th>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi/wiki/Download">DOWNLOAD</a></th>
<th class="tg-cly1"><a href="/shop" style="color:fe6700;">Shop</a></th>
</tr>
</table>
</div>
<div class="top_spacer"> <div class="container">
<br/> <section class="header">
<br/> <img src="images/site/logo.png" width="80%">
</div> <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>
<center> <a class="github-button" href="https://github.com/rusefi/rusefi/subscription" data-icon="octicon-eye"
<br/> data-size="large" data-show-count="true" aria-label="Watch rusefi/rusefi on GitHub">Watch</a>
<br/> <!-- <a class="button" href="https://rusefi.com" onClick="_gaq.push(['_trackEvent', 'skeleton', 'download'])">Getting
started</a> -->
<div class="value-props row">
<div class="four columns value-prop">
<div class="container" width="50%"> <i class="fa fa-bar-chart fa-4x" aria-hidden="true"></i> <br>
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="2000"> 32bit MCU
<!-- Indicators --> </div>
<ol class="carousel-indicators"> <div class="four columns value-prop">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li> <i class="fa fa-code-fork fa-4x" aria-hidden="true"></i> <br>
<li data-target="#myCarousel" data-slide-to="1"></li> GPL open source </p>
<li data-target="#myCarousel" data-slide-to="2"></li> </div>
</ol> <div class="four columns value-prop">
<i class="fa fa-clock-o fa-4x" aria-hidden="true"></i> <br>
<!-- Wrapper for slides --> Quick to start with prebuilt boards
<div class="carousel-inner">
<div class="item active">
<img src="https://rusefi.com/style/logo_640.png" alt="microRusEfi" style="width:100%;">
<div class="carousel-caption">
<p style="color:black">
rusEfi is a GPL open source engine control unit.</p>
</div> </div>
</div> </div>
</section>
<div class="item"> <div class="navbar-spacer"></div>
<a href="/microrusefi"> <nav class="navbar">
<img src="images/c_microrusefi.jpg" alt="microRusEfi" style="width:100%;"> <div class="container">
</a> <ul class="navbar-list">
<div class="carousel-caption"> <li class="navbar-item"><a class="navbar-link" href="index.html#intro">Intro</a></li>
<li class="navbar-item">
<a href="/microrusefi" style="color:fe6700;"> <a class="navbar-link" href="#" data-popover="#codeNavPopover">Hardware</a>
<h1>$75 you assemble a kit</h1> <div id="codeNavPopover" class="popover">
<h1>$220 ready to drive ECU</h1> <ul class="popover-list">
<h3>microRusEfi</h3> <li class="popover-item">
<p>Fully assembled modern small ECU</p> <a class="popover-link" href="index.html#microrusefi">microRusEFI</a>
</a> <!-- </li> -->
</div> <!-- <li class="popover-item">
<a class="popover-link" href="index.html#proteus">Proteus</a>
</li>
<li class="popover-item">
<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> -->
</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="index.html#links">Links</a></li>
</ul>
</div> </div>
</nav>
<div class="item"> <!-- Why use Skeleton -->
<br/><br/><br/> <div class="docs-section" id="intro">
Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management - ECU should be easy to deal with, show <i>what</i> is going on and <i>why</i> <h6 class="docs-header">Intro</h6>
<p>Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management</p>
<br/><br/> <p>rusEFI is the next generation of open source, DIY automotive engine management. With the availability of cheap
<br/>168MHz+ yet extremely powerful micro-controllers, we can make a very simple and powerful engine management system
<br/> possible!</p>
<br/>192KB+ <table class="u-half-width">
<thead>
<tr>
<th>Feature</th>
<th>Supported</th>
</tr>
</thead>
<tbody>
<tr>
<td>Batch injection</td>
<td><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Sequential Injection up to 12 cylinders</td>
<td><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Sequential Ignition up to 12 cylinders</td>
<td><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Wasted Ignition</td>
<td><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Direct Injection</td>
<td><i class="fa fa-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Rotary Engines</td>
<td><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Closed Loop Fueling</td>
<td><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Electronic Throttle Body</td>
<td><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Knock Sensing</td>
<td><i class="fa fa-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Boost Control</td>
<td><i class="fa fa-circle-o fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Launch Control</td>
<td><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Flat Shifting</td>
<td><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Automatic Transmission Control</td>
<td><i class="fa fa-circle-o fa-2x" aria-hidden="true"></i></td>
</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>
</tr>
</tbody>
</table>
<p>
<div class=glossary>
<i class="fa fa-check-circle-o" aria-hidden="true"></i> Supported
<i class="fa fa-circle-o" aria-hidden="true"></i> In Development
<i class="fa fa-times" aria-hidden="true"></i> Currently not supported
</div> </div>
</p>
<div class="item">
<img src="images/c_assembled.jpg" alt="microRusEfi" style="width:100%;">
<div class="carousel-caption">
<p style="color:fe6700">
Let machines assemble compact & reliable <a style="color:fe6700" href="https://github.com/rusefi/rusefi/wiki/Hardware">Hardware</a> so that
we can focus on advanced open source engine control!
</div>
</div>
</div> </div>
<!-- Left and right controls --> <!-- Grid -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev"> <div class="docs-section" id="microrusefi">
<span class="glyphicon glyphicon-chevron-left"></span> <h6 class="docs-header">microRusEFI</h6>
<span class="sr-only">Previous</span> <img src="images/site/rusefi_mreheader.png" width="100%">
</a> <p>microRusEFI is a small & cheap Engine Management System board designed for fully sequential 1, 2, 3 and 4
<a class="right carousel-control" href="#myCarousel" data-slide="next"> cylinder applications.<br>
<span class="glyphicon glyphicon-chevron-right"></span> microRusEFI uses a waterproof connector and its aluminum enclosure could be sealed.<br>
<span class="sr-only">Next</span> microRusEfi supports dual Hall shaft position sensor input or 1xHall + 1xVR shaft position sensor input (A few
</a> 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>
</div>
<div class="docs-section" id="shop">
<h6 class="docs-header">Shop</h6>
<p>The following rusEFI hardware is currently available on eBay:</p>
<div class="docs-example">
<table class="u-full-width">
<!-- <thead>
<tr>
<th>picture</th>
<th>item</th>
<th>description</th>
<th>link</th>
</tr>
</thead> -->
<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>
</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>
<td>134 pin connector</td>
<td><a class="button button-primary" href="https://www.ebay.com/itm/333534819202">Get it on eBay</a> <br>
</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>
<!-- Links -->
<div class="docs-section examples" id="links">
<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>
</div>
<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>
</div>
</div>
<br>
</div>
<div class="footer">
<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>
</a>
</div>
</div> </div>
</div>
</center> </body>
<div class="footer"> </html>
<table class="tg" width="100%">
<tr>
<th class="tg-cly1"><a href="/shop" style="color:fe6700;">Shop</a></th>
<th class="tg-cly1"><a href="https://www.facebook.com/rusEfiECU/">Facebook</a></th>
<th class="tg-cly1"><a href="https://www.patreon.com/rusefi">Patreon</a></th>
<th class="tg-cly1"><a href="https://www.youtube.com/user/rusefi">Youtube</a></th>
<th class="tg-cly1"><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">Donate</a></th>
</tr>
</table>
</div>
</body>
</html>

View File

@ -1,34 +0,0 @@
<html>
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43478022-1', 'rusefi.com');
ga('send', 'pageview');
</script>
<meta http-equiv="refresh" content="0; url=https://rusefi.com/wiki/index.php?title=Main_Page" />
</head>
<body>
<center>
<br><br><br><br><br>
<a href="https://rusefi.com/wiki/index.php?title=Main_Page">http://rusefi.com/wiki/index.php?title=Main_Page</a>
<br><br><br><br><br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="7FKTGYCPARFAY">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</center>
</body>
</html>