Updated WBO (markdown)

This commit is contained in:
rusefillc 2021-05-17 19:27:14 +03:00
parent 554cf280b9
commit f7a43b41f2
1 changed files with 6 additions and 0 deletions

View File

@ -11,8 +11,14 @@ rusEFI has two probably working implementations for Bosch wideband oxygen contro
* We have cj125 integration * We have cj125 integration
* We like https://github.com/mck1117/wideband even more. See https://rusefi.com/forum/viewtopic.php?f=4&t=1856 * We like https://github.com/mck1117/wideband even more. See https://rusefi.com/forum/viewtopic.php?f=4&t=1856
# rusEFI wideband module
rusEFI own wideband module requires one time initial programming. Self contained version of the board relies on custom USB header while module integrated into Hellen requires usage of ST-Link programmer hardware via TC2030 or breakout SWD pins.
initial programming binary at https://github.com/mck1117/wideband/tree/master/for_rusefi initial programming binary at https://github.com/mck1117/wideband/tree/master/for_rusefi
At the moment only known to work using stm32cube software not ST Link utility (weird). In case of Hellen 5v via USB is required.
TODO: document it better TODO: document it better