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…“) |
|||
| 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! |
| − | |||
Version vom 14. September 2018, 23:28 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!