useless content

This commit is contained in:
rusefi 2024-05-26 20:33:53 -04:00
parent 0ddffa96c4
commit a00e63a09b
6 changed files with 4 additions and 27 deletions

View File

@ -43,7 +43,7 @@ Logic exists in the firmware to use several types of idle control valves to regu
PWM valves (generally 2 wire) accept a variable duty-cycle square wave to control their position. Any general-purpose output hardware that can handle the electrical load can be configured to control a PWM-style idle valve. Dedicated pins do not need to be allocated for these style valves. Honda, Nissan, Mitsubishi, Subaru, Ford valves are commonly this type.
Bipolar stepper motors (generally 4 wire) have two coils that are energized in different patterns in order to move the valve open or closed, one step at a time. Bipolar stepper motors require **two H-Bridges** (Proteus) to control one bipolar stepper idle valve. Alternatively, a dedicated stepper driver IC can be used(Prometheus?) or added via a drop-in adapter board. GM, Toyota commonly use these.
Bipolar stepper motors (generally 4 wire) have two coils that are energized in different patterns in order to move the valve open or closed, one step at a time. Bipolar stepper motors require **two H-Bridges** (Proteus) to control one bipolar stepper idle valve. Alternatively, a dedicated stepper driver IC can be used or added via a drop-in adapter board. GM, Toyota commonly use these.
[Jeep idle stepper motor - Video](https://youtu.be/z0rFOkAbKDQ) [Stepper motor idle - Video](https://youtu.be/SYNUcmNIgPo)

View File

@ -90,7 +90,7 @@ There are several available modules some are listed on the Ignition components l
## What about adding IGBTs on the board to drive coils directly?
Actually we already have this in the form of the Prometheus and Hellen boards.
Actually we already have this in the form of the uaEFI and other Hellen boards.
These boards are intended as all in one solutions.
---

View File

@ -39,11 +39,6 @@
</details>
<details><summary><u>Prometheus</u></summary>
* [Prometheus Overview](Hardware-Prometheus)
* [Prometheus wiring diagram](Hardware/Prometheus/Prometheus_wiring_diagram.cdr)
</details>
<details><summary><u>Proteus</u></summary>

View File

@ -93,7 +93,7 @@ please see [Wide-Band-Sensors](Wide-Band-Sensors)
OR
- Build your own custom ECU from a [supported MCU kit](stm32-readme)
- Build your own custom ECU from a supported MCU kit
## Getting help

View File

@ -17,4 +17,4 @@ We get a lot of questions along the lines of "Can rusEFI run on XYZ processor?"
There are many possible STM32 chips and development boards available on Ebay and Aliexpress that might in theory work with rusEFI.
In reality there is absolutely no guarantee that any one of these will work as there are so many small variations of pinout, ram spec, processor speed, IO configurations, etc that it is impossible to support them all.
This is without considering the problems that come with fake/poor quality chips or the GD32 series.
For these reasons rusEFI only officially supports the chips listed [here](stm32-readme) we cannot provide assistance to get rusEFI working on any other chip set.
For these reasons rusEFI only officially supports some stm32f4/f7 chips we cannot provide assistance to get rusEFI working on any other chip set.

View File

@ -1,18 +0,0 @@
# STM32 Readme
rusEFI is known to work on these stm32 chips:
| chip | Frequency | Ram | Flash | Notes | Package notes | |
|------|-----------|-----|-------|-------|---|---|
| F407 | 168 MHz | 192 Kb | 1M | most popular rusEFI chip | | |
| F469 | 180 MHz | 384 KB | two banks of flash should allow storing settings without execution pauses. | Prometheus board. | | |
| F767 | 216MHz | 512 KB | 1M | Used on MicroRusEFI | | |
| F429 | 180MHz | 256 KB | 2MB | 144 pin used on Proteus | [pinout](https://os.mbed.com/platforms/ST-Nucleo-F767ZI/#board-pinout) | |
| | | | | | | |
Trying to get rusEFI running on:
| chip | Frequency | Ram | Flash | Notes | Package notes | |
|------|-----------|-----|-------|-------|---|---|
| F746 | 216 MHz | 320 Kb | 1M | . | | [pinout](https://os.mbed.com/platforms/ST-Nucleo-F746ZG/#board-pinout) |
| F767 | 400 MHz | 1024 KB | 2M | .. | | [pinout](https://os.mbed.com/platforms/ST-Nucleo-H743ZI/#board-pinout) |