
details
This project is a ethernet controlled home automation with arduino and webserver.
Hardware Needed :
- Arduino UNO R3
- Ethernet Shield – What are Arduino Shields?
- LED’s,Relay
- LM35 (Temperature Sensor)
- Light-Dependent Resistor (LDR)
Pin’s :
- LED’s : Digital Pin’s 4,5,6
- LM35 : Analog Pin 2
- Light Dependent Resistor : Analog Pin 3
Source
A Source code of Arduino is included in the original article. you can refer to the fully guide for home automation at the following link.
Source: https://techzei.com/ethernet-controlled-home-automation-using-arduino/
How to run
1. Access a webserver with Arduino and ethernet shield.
2. Perform different tasks with predefined code from external web server
3. Web server runs a relay to turn on a light.
4. Contrl TV and air conditioner with IR Transceiver
5. Notify inner temperature to a client
Tags: 201411, arduino, ethernet shield, home automation, relay, ir, lm35, ldr
Author : Kevin John
COMMENTS