Arduino MEGA 2560 Home automation with 8 channel relay

details

This project is an example of Ethernet shield.
Users can easily manage his house using Arduino platform through Web.
This project would be included in the category of remote control in WIZnet Museum website.

Arduino MEGA 2560 Home automation with 8 channel relay
2016-06-27_remote

 

ou need to include the SPI and Ethernet Libraries. You probably need to change the IP Address and gateway. Subnet will be as it is in most cases.

You can find this below on the top of the code to change IP and gateway.

byte mac[] = { 0xAE, 0xFE, 0xDE, 0xEF, 0xFD, 0xFD }; //You can change the mac address to!
byte gateway[] = { 192, 168, *, *** }; // 
byte subnet[] = { 255, 255, 255, 0 }; // 
ip(192,168,*,**);

To find out what your gateway is: Select Start > Run. Type command into the dialog box, then click OK. In the command line window, type ipconfig /all.

Here you will find your gateway. Find the control panel. Just go to the IP address you assigned to the Ethernet Shield in your browser, phone or tablets browser. From here you can Control each relay.

 

For more information, please refer to the following link;

Source: https://www.hackster.io/vandenbrande/arduino-mega-2560-home-automation-with-8-channel-relay-818525?ref=search&ref_id=ethernet shield&offset=7займ на карту студенту с 18 лет

This project is an example of Ethernet shield.
Users can easily manage his house using Arduino platform through Web.
This project would be included in the category of remote control in WIZnet Museum website.

Arduino MEGA 2560 Home automation with 8 channel relay
2016-06-27_remote

 

ou need to include the SPI and Ethernet Libraries. You probably need to change the IP Address and gateway. Subnet will be as it is in most cases.

You can find this below on the top of the code to change IP and gateway.

byte mac[] = { 0xAE, 0xFE, 0xDE, 0xEF, 0xFD, 0xFD }; //You can change the mac address to!
byte gateway[] = { 192, 168, *, *** }; // 
byte subnet[] = { 255, 255, 255, 0 }; // 
ip(192,168,*,**);

To find out what your gateway is: Select Start > Run. Type command into the dialog box, then click OK. In the command line window, type ipconfig /all.

Here you will find your gateway. Find the control panel. Just go to the IP address you assigned to the Ethernet Shield in your browser, phone or tablets browser. From here you can Control each relay.

 

For more information, please refer to the following link;

Source: https://www.hackster.io/vandenbrande/arduino-mega-2560-home-automation-with-8-channel-relay-818525?ref=search&ref_id=ethernet shield&offset=7займ на карту студенту с 18 лет

COMMENTS

Please Login to comment
  Subscribe  
Notify of