Zentrale Z21PG: Unterschied zwischen den Versionen

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

Version vom 22. Februar 2015, 21:23 Uhr

Eigenbau | Zentrale | Handregler


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

Software:

Die Software ist mit der Arduino IDE geschrieben.