Zentrale Z21PG: Unterschied zwischen den Versionen

Aus Digital Modellbahn
K
Zeile 25: Zeile 25:
 
:*[https://sourceforge.net/projects/pgahtow/files/Z21_mobile/DCC_Zentrale/Z21_Ethernet_DCC_Zentrale.ino Arduino DCC Zentrale Sketch Download]
 
:*[https://sourceforge.net/projects/pgahtow/files/Z21_mobile/DCC_Zentrale/Z21_Ethernet_DCC_Zentrale.ino Arduino DCC Zentrale Sketch Download]
 
:*[https://sourceforge.net/projects/pgahtow/files/Z21_mobile/DCC_Zentrale/DCCDecoder.h Arduino File "DCCDecoder.h" für Sketch Download]
 
:*[https://sourceforge.net/projects/pgahtow/files/Z21_mobile/DCC_Zentrale/DCCDecoder.h Arduino File "DCCDecoder.h" für Sketch Download]
:*[http://sourceforge.net/projects/pgahtow/files/Z21_mobile/DCC_Zentrale/S88.h Arduino File "S88.h" für Sketch Download]
+
:*[https://sourceforge.net/projects/pgahtow/files/Z21_mobile/DCC_Zentrale/S88.h Arduino File "S88.h" für Sketch Download]
 
:*[https://sourceforge.net/projects/pgahtow/files/Arduino%20%28v1.0%29%20libaries/DCCInterfaceMaster.zip Arduino DCC Interface Library Download]
 
:*[https://sourceforge.net/projects/pgahtow/files/Arduino%20%28v1.0%29%20libaries/DCCInterfaceMaster.zip Arduino DCC Interface Library Download]
 
<br />
 
<br />

Version vom 23. Februar 2015, 16:55 Uhr

Eigenbau | Zentrale | Z21 mobile


Beschreibung

Hier wird der Aufbau einer DCC Zentrale auf Basis eines Arduino MEGA zur Steuerung der Modellbahn über das Z21 LAN Protokoll beschrieben. Auf den Arduino MEGA wird dazu ein Ethernet Shield mit dem W5100 Chip aufgesetzt. Mit diesem Ethernet Shield, kann der Arduino MEGA in ein bestehendes Netzwerk integriert werden und dann über WLAN mit Handreglern oder einer Computersoftware Rocrail kommunizieren.

Funktionsumfang

  • Kommunikation via " Z21 LAN Protokoll" von ROCO
  • S88 Rückmeldebus
  • DCC Eingang von einer "Fremdzentrale"
  • Kehrschleifenfunktion an ROCO Booster 10761

Hardware

Software

Die Software ist mit der Arduino IDE geschrieben.