Go to file
rusefillc e795581f6a ByteRateOfChangeReports shows relevant byte 2024-03-22 11:45:19 -04:00
.github/workflows +x 2024-01-12 21:58:22 -05:00
.run
ext fresh 2024-01-12 23:51:52 -05:00
gradle/wrapper OCD? 2024-02-10 23:19:46 -05:00
opendbc@098ba88138 fresh DBC 2024-02-10 13:20:34 -05:00
output
playback https://github.com/rusefi/rusefi/issues/5940 2024-02-13 09:13:25 -05:00
reader ByteRateOfChangeReports shows relevant byte 2024-03-22 11:45:19 -04:00
.gitignore progress 2024-01-12 22:17:46 -05:00
.gitmodules peak-can-basic 2024-01-02 19:27:42 -05:00
README.md Update README.md 2024-02-10 15:31:57 -05:00
build.gradle big move 2024-01-13 01:08:24 -05:00
dependencies.gradle yaml 2023-10-21 23:04:48 -04:00
example-nick.bat
gradle.properties shadowJar & docs 2024-01-14 08:47:51 -05:00
gradlew +x 2024-01-12 21:58:22 -05:00
gradlew.bat
have_fun.bat
settings.gradle new subproject! 2024-01-13 00:59:35 -05:00

README.md

CAN file processing

  • split trace file by packet ID
  • per-ID comparison of multiple trace files
  • counter bit region detection
  • charting using MegaLogViewer
gradlew :reader:shadowJar
java -jar reader/build/libs/reader-all.jar "C:\stuff\rusefi_documentation\OEM-Docs\VAG\2006-Passat-B6" -filter passat-back-and-forth-60-seconds -dbc opendbc/vw_golf_mk4.dbc

CAN playback

CAN playback using PCAN on Windows or SocketCAN on Linux.

gradlew :playback:shadowJar
java -jar playback/build/libs/playback-all.jar playback/src/main/resources/atlas.trc

CAN decoding hints

CAN log file utilities to help me work with https://github.com/brent-stone/CAN_Reverse_Engineering and https://github.com/HeinrichG-V12/E65_ReverseEngineering

  • turning ignition on (wake up)
  • OEM ECU remove, turning ignition on (wake up)
  • turning ignition off (shutdown)
  • from ignition ON cranking and idling
  • just idling
  • ignition on, engine not running, press clutch four times
  • ignition on, engine not running, brake pedal three times
  • ignition on, engine not running, throttle pedal from 0% to 50%, to 0%, to 100%, to 0%
  • engine running, rev from 1500 rpm to 3000 rpm