Monthly Archives: April 2020

Arduino library for interfacing CCD-bus

I released a new Arduino library on GitHub called CCDLibrary.

There are two ways this library can be used: with the already existing ChryslerCCDSCIScanner hardware and its internal CDP68HC68S1 CCD-bus transceiver IC and with the upcoming CCDBusTransceiver development board.

Arduino Mega / ATmega2560 microcontroller is required because multiple UART-channels are used: UART0 for USB communication and UART1 for the CCD-bus interface.

The examples so far only work inside the Arduino IDE with opened serial monitor. I’m working on more examples that are using an external GUI like the ChryslerCCDSCIScanner project does.