Skip to content

RXTX4816/OBDisplay-Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Mega KWP1281 ECU Emulator

This code is for the Arduino Mega with a 480x320 Non-Touch Color Display Shield (Optional)

Not fully functional yet, since emulating the original VAG ECU timings is TODO.

Used to test OBDisplay-Uno or OBDisplay-Mega when not having a real ECU around.

Uses Hardwareserial and implements ECHO (Every byte_in is mirrored by the KLine interface). Full-duplex=true // If Hardwareserial client Full duplex=false // If Softwareserial

Mimicks a KWP1281 ECU on address 0x17 with baud 10400.

Displays the last 20 received message_types on the LCD

Features:

  • 5baud init
  • sync bytes and device data
  • acknowledge and group reading (only group 1, 2 and 3 implemented)
  • automatic reconnect
  • LCD display shows connection status

About

Simple ECU Emulator on the Arduino MEGA with Hardwareserial to test a DIY Tripcomputer with KWP1281 Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors