top of page

How to create a Smart Home System using Arduino

Hello guys, I came up with this simple project for B.Tech Students who want to make a micro controller based Smart Home Project in their first year having no knowledge of micro controllers.

Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board.

from https://www.arduino.cc/en/Guide/Introduction

So this is my Arduino Duemillanove and 16x2 LCD Display interface.

Download Arduino IDE from the below link.



bottom of page