BastianGschrey / PowerTune

GNU General Public License v3.0
87 stars 35 forks source link

Implement Dicktator ECU Support #25

Closed MarkusIppy closed 7 years ago

MarkusIppy commented 7 years ago

Reverse engineer Dicktator ECU Protocol and decode

MarkusIppy commented 7 years ago

Message is constantly sent from ECU 19200 Baud seems to work consistently 57 K Baud receives garbage Messages start with the hex string "START" (Hex 0x53 0x54 0x41 0x52 0x54 ) and end with the hex string "END" (He0x45 0x4E 0x44). Total Message Lenght is 33 Bytes

MarkusIppy commented 7 years ago

Currently the following values are correctly Decoded 👍 Battery Voltage all cars Boost (on my personal car setting 3Bar Map Sensor with full Range ) TPS (on my personal car setting) RPM ( on my personal car setting )