docs: update decoders/Rover

This commit is contained in:
miker 2023-06-30 20:56:16 +00:00 committed by Josh Stewart
parent ab1879c92a
commit ad7e60fbce
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: Rover
description: Rover MEMS decoder
published: true
date: 2023-05-06T23:21:44.874Z
date: 2023-06-30T20:56:10.542Z
tags: decoders
editor: ckeditor
dateCreated: 2021-11-15T23:24:28.622Z
@ -10,7 +10,7 @@ dateCreated: 2021-11-15T23:24:28.622Z
<h1>Rover MEMs decoder</h1>
<h2>Availability</h2>
<p>This decoder is scheduled for the next public release. If you wish to try the decoder ahead of then it is available in the main branch for you to download and compile yourself.</p>
<p>This decoder is available in the current firmware.</p>
<h2>Background</h2>
<p>Rover developed MEMs (Modular Engine Management System) which was used on a number of British vehicles with petrol engines. This included A series, O Series, T series and K Series engines. Due to the range of engines being used by a number of manufactures you can find the MEMS solution in Rovers, LandRovers, Caterham's, Elise's, Morgan's and many kit cars.&nbsp;</p>
<p>During its lifetime Rover implemented multiple trigger patterns with the MEMs system. This decoder supports the 5 known patterns and will automatically identify and decode the pattern. The patterns are described below based on the number of teeth that occur sequentially broken up by gaps in the pattern. The gaps are represented by the -.</p>
@ -18,7 +18,7 @@ dateCreated: 2021-11-15T23:24:28.622Z
<li>3-14-2-13-</li>
<li>2-14-3-13-</li>
<li>11-5-12-4-</li>
<li>17-17-&nbsp;</li>
<li>17-17-</li>
<li>7-10-6-9-</li>
</ul>
<p>The decoder also adds supports for the secondary (cam) 5-3-2- tooth pattern used by Rover as well as normal single tooth patterns.</p>