Skip to content

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

Notifications You must be signed in to change notification settings

RXTX4816/OBD-KWP1281-Arduino-ECU-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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)

Used to test OBDisplay 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published