-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,19 @@ | ||
# Knock Sensing | ||
|
||
TL,DR: We have native knock processing, with [Proteus](Proteus) and Hellen hardware support at the moment. We have very limited amount of testing on real vehicles: we know that knock is being detected, we know timing is being retarded, we do not have the body of best practices yet. See bits and pieces on the forum! | ||
TL,DR: We have native knock processing! | ||
|
||
Reference tune https://rusefi.com/online/view.php?msq=1626 reference tune https://rusefi.com/online/view.php?log=1359 | ||
## Software knock sensing | ||
|
||
![x](https://rusefi.com/forum/download/file.php?id=6900) | ||
|
||
[Youtube rusEFI: knock on standing Miata, Proteus](https://youtu.be/GOWEKU2SH9I) | ||
|
||
[Youtube rusEFI: Hellen knock gauge](https://youtu.be/oJKI8X4oxCs) | ||
|
||
## ASIC solution | ||
|
||
We have some progress integrating with conventional knock sensors but it's not ready for end users. | ||
We use TPIC/HIP9011 IC for knock sensor integration but no conclusive data. | ||
## Spectogram | ||
|
||
We believe that we have hip9011 hardware yet nobody has ever actually detected knock with a hip9011, | ||
someone would have to figure our calibration approach and test the overall implementation. | ||
Knock spectrogram is displayed by [TS-Plugin](TS-Plugin) | ||
|
||
Frankenso has hip9011 on-board | ||
|
||
TODO AndreiKA? | ||
|
||
TODO MattK | ||
[Youtube rusEFI: knock on standing Miata, Proteus](https://youtu.be/GOWEKU2SH9I) | ||
|
||
Frequency is calculated based on bore, Freq = (900 / (PIF * (bore) / 2)) | ||
[Youtube rusEFI: Hellen knock gauge](https://youtu.be/oJKI8X4oxCs) | ||
|
||
We also have some results with ion sensing but it's not ready for end users | ||
|
||
[rusEFI ion sensing](Saab-Trionic-8-Combustion-Detection-Module-on-Mazda-Miata-running-rusEFI) |