mirror of https://github.com/FOME-Tech/wiki.git
stuff, formatting
This commit is contained in:
parent
25ecaeb72e
commit
0a8d8ac137
|
@ -1 +1 @@
|
|||
# Multispark
|
||||
# Multispark
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
# Advanced Cranking Features
|
|
@ -1 +1 @@
|
|||
# Cranking Idle Air Control
|
||||
# Cranking Idle Air Control
|
||||
|
|
|
@ -1 +1 @@
|
|||
# Cranking RPM Limit
|
||||
# Cranking RPM Limit
|
||||
|
|
|
@ -1 +1 @@
|
|||
# Document on details of alphaN method
|
||||
# AlphaN fuel
|
|
@ -1,4 +1,4 @@
|
|||
# MAF
|
||||
# MAF based fuel control
|
||||
|
||||
## Current Status
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
## Polynomial
|
||||
|
||||
## 2 slope/Ford method
|
||||
## 2 slope/Ford method
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# What to put into this section
|
||||
|
||||
use this folder for covering the overall topics of why things are needed, this is the place to talk about things like why an engine needs certian AFRs, why timing needs to be reduced, what is knock, why do you need to add fuel on acceleration etc
|
||||
Use this folder for covering the overall topics of why things are needed, this is the place to talk about things like why an engine needs certian AFRs, why timing needs to be reduced, what is knock, why do you need to add fuel on acceleration etc
|
||||
|
||||
Leave the details of how FOME works for each feature to the specific pages, when relevent we can link the firmware specific page and visavis, keep this and overview as a nuggets intro area
|
||||
|
||||
|
|
|
@ -7,4 +7,7 @@ Should be done after any change that is not to a tuning table
|
|||
And wire that relay correctly
|
||||
|
||||
## Why do I have XYZ error?
|
||||
Check error code and compare to this list (grab list out of firmware)
|
||||
Check error code and compare to this list (grab list out of firmware)
|
||||
|
||||
## Table Axis
|
||||
Make sure these are always numerically ascending (i.e. 1, 2 ,3 not 1, 1, 3, or 1, 3, 2.)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# First Checks, Enabling and Loading Firmware
|
||||
# First Checks, Enabling and Loading Firmware
|
||||
|
||||
A page to explain how to check, enable and load firmware onto a board
|
||||
A page to explain how to check, enable and load firmware onto a board
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Performing a safe first start
|
||||
|
||||
page to outline the best practice for doing a first start
|
||||
page to outline the best practice for doing a first start
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# How to first setup a board for use.
|
||||
# How to first setup a board for use
|
||||
|
||||
Outputs, etc. Checking correct tune loaded
|
||||
Outputs, etc. Checking correct tune loaded
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# How to test inputs and outputs
|
||||
# How to test inputs and outputs
|
||||
|
||||
## Input tests
|
||||
|
||||
## Output tests
|
||||
## Output tests
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
# Base Boards
|
|
@ -0,0 +1 @@
|
|||
# Brain Boards
|
|
@ -0,0 +1 @@
|
|||
# High-Low Driver Circuits
|
|
@ -0,0 +1 @@
|
|||
# Power steering controller
|
|
@ -0,0 +1,2 @@
|
|||
# Open loop idle control and how to set it
|
||||
|
|
@ -1 +1 @@
|
|||
# Dwell settings
|
||||
# Dwell settings
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# How to correctly configure the firing order and ignition pins
|
||||
|
||||
Place to describe the correct settings of firing order with regard to the pin config.
|
||||
Place to describe the correct settings of firing order with regard to the pin config.
|
||||
|
|
|
@ -1 +1 @@
|
|||
# Ignition Cylinder Trim
|
||||
# Ignition Cylinder Trim
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Ignition Mode
|
||||
|
||||
## See Ignition Types Section?
|
||||
## See Ignition Types Section?
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
# Sequential ignition mode
|
|
@ -0,0 +1 @@
|
|||
# Wasted spark ignition mode
|
|
@ -0,0 +1 @@
|
|||
# Accelerator pedal
|
|
@ -0,0 +1 @@
|
|||
# Coolant Temperature
|
|
@ -0,0 +1 @@
|
|||
# Crankshaft Position
|
|
@ -0,0 +1 @@
|
|||
# ETB Throttle Position
|
|
@ -0,0 +1 @@
|
|||
# Mass Air Flow Meter
|
|
@ -0,0 +1 @@
|
|||
# Manifold Absolute Pressure
|
|
@ -0,0 +1 @@
|
|||
# Rev Counter/Tachometer
|
|
@ -2,9 +2,9 @@
|
|||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Welcome to FOME
|
||||
# Welcome to FOME
|
||||
|
||||
Fome is a new project intending to deliver a user focused high feature ECU with open source hardware options and open firmware that give control back to the user, owner and driver.
|
||||
|
||||
As there are many complicated topics to cover we recommend that you start with the topics in the "intro" section to the left.
|
||||
The first page to view should probably be the FOME overview.
|
||||
The first page to view should probably be the FOME overview.
|
||||
|
|
Loading…
Reference in New Issue