-
Notifications
You must be signed in to change notification settings - Fork 1
Arduino Z21 Digital Zentrale
Digital-MoBa/DCCInterfaceMaster
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DCC Interface Master (C) Philipp Gahtow base on CmdrArduino This library create a DCC Signal with RailCom (optional). It can handle two DCC outputs, one with Power feature and one permanent for driving LocoNet Railsync or S88N Raildata line. More about the features: http://pgahtow.de/wiki/index.php?title=DCC#Arduino_DCC_Library I build up the library to use it with the Arduino Z21pg central station: http://pgahtow.de/wiki/index.php?title=Zentrale =========== modified by Philipp Gahtow 2015-2021 [email protected] * - add a store for active loco, so you can request the actual state * - add a store for BasicAccessory states * - add a repeat queue for Speed and Function packets * - add Function support F13-F20 and F21-F28 * - add CV POM Messages * - add BasicAccessory increment 4x (Intellibox - ROCO) * - add request for state of Loco funktion F0 - F28 * - support DCC generation with Timer1 or Timer2 * - add notify of BasicAccessory even when power is off * - change praeambel to 16 Bit for Railcom support * - add Railcom hardware support * - optimize Railcom signal timing * - fix bug on ESP32 (crosstool-ng/crosstool-ng#1330) * - fix DCC ACK Detection * - fix DCC Timing on ESP8266 and ESP32 * - fix bug with ACK Detection =========== To install, see the general instructions for Arduino library installation here: http://arduino.cc/en/Guide/Environment#libraries