Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethernet #11

Open
Swiatowid88 opened this issue Nov 4, 2020 · 1 comment
Open

ethernet #11

Swiatowid88 opened this issue Nov 4, 2020 · 1 comment

Comments

@Swiatowid88
Copy link

Swiatowid88 commented Nov 4, 2020

Witam, używam sketcha na domoticzu działa super, jestem początkujący, i mam pytanie co muszę zrobić (dodać) i jak żeby można było skomunikować arduino z domoticzem przez ethernet ?? a nie przez usb
mam shilda w5100 ale nie mam wiedzy.

@gniazdoj
Copy link

#define MY_GATEWAY_W5100
// Gateway IP address
#define MY_IP_ADDRESS 192,168,111,104
// The port to keep open on node server mode / or port to contact in client mode
#define MY_PORT 5003   
#define MY_MAC_ADDRESS 0x84, 0x0D, 0x8C, 0x08C, 0x16, 0x2C  
//Ethernet shield
#include <Ethernet.h>

zastepuje
#define MY_GATEWAY_SERIAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants