Translations:Zentrale Z21PG/26/en

Aus Digital Modellbahn
Version vom 21. Oktober 2021, 14:37 Uhr von FuzzyBot (Diskussion | Beiträge) (FuzzyBot verschob die Seite Translations:Zentrale/26/en nach Translations:Zentrale Z21PG/26/en, ohne dabei eine Weiterleitung anzulegen: Teil der übersetzbaren Seite „Zentrale“)
Arduino LocoNet Master und S88N Interface (Eagle)

With the integration of the LocoNet-Interface it is possible to connect the Arduino Z21 Central with a Uhlenbrock Intellibox, feedback/switch modules or with throttle devices like Fred. To use a Fred you must activate the LocoNet slot server. Note a connection to a Intellibox is only possible with a deactivated slot server, because the Intellibox provide it's own server! The LocoNet Library uses to create the signal the timer 1 and on the Arduino MEGA timer 5. To activate the LocoNet-Interface:
#define LOCONET
#include <LocoNet.h>

The Slot-Server can activated by #define LnSLOTSRV . If it is necessary you can send all loco informations with #define TXAllLokInfoOnLN true . This can be useful if you use a client software that communicates with the Z21 oder LocoNet.
Note: The LocoNet-Interface now support functions up to F28!