Translations:Zentrale Z21PG/16/en: Unterschied zwischen den Versionen
Aus Digital Modellbahn
(Die Seite wurde neu angelegt: „The Ethernet-Interface can be activated inside the sketch with ''"#define LAN"''. It provides the communication with the Special:MyLanguage/Z21_mobile|Z21 pr…“) |
K (FuzzyBot verschob die Seite Translations:Zentrale/16/en nach Translations:Zentrale Z21PG/16/en, ohne dabei eine Weiterleitung anzulegen: Teil der übersetzbaren Seite „Zentrale“) |
||
| (3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
The Ethernet-Interface can be activated inside the sketch with ''"#define LAN"''. It provides the communication with the [[Special:MyLanguage/Z21_mobile|Z21 protocol library]] for cable devices connected to the Arduino W5100 Ethernet Shield. The used IP-Address is by default 192.168.0.111/24 and can be changed only over it's website (you need to activate the website by <code>#define HTTPCONF"</code>). You can also activate DHCP to receive a IP. To reset the IP to default you need to hold the power on/off switch while power plug in. | The Ethernet-Interface can be activated inside the sketch with ''"#define LAN"''. It provides the communication with the [[Special:MyLanguage/Z21_mobile|Z21 protocol library]] for cable devices connected to the Arduino W5100 Ethernet Shield. The used IP-Address is by default 192.168.0.111/24 and can be changed only over it's website (you need to activate the website by <code>#define HTTPCONF"</code>). You can also activate DHCP to receive a IP. To reset the IP to default you need to hold the power on/off switch while power plug in. | ||
| − | If you use the Arduino UNO with WiFi over Software Serial, | + | If you use the Arduino UNO with WiFi over Software Serial, you can't activate the Ethernet-Interface! |
| − | |||
Aktuelle Version vom 21. Oktober 2021, 14:39 Uhr
The Ethernet-Interface can be activated inside the sketch with "#define LAN". It provides the communication with the Z21 protocol library for cable devices connected to the Arduino W5100 Ethernet Shield. The used IP-Address is by default 192.168.0.111/24 and can be changed only over it's website (you need to activate the website by #define HTTPCONF"). You can also activate DHCP to receive a IP. To reset the IP to default you need to hold the power on/off switch while power plug in.
If you use the Arduino UNO with WiFi over Software Serial, you can't activate the Ethernet-Interface!