How to Automate Your Room With Arduino? Part 1

by mcmchris in Circuits > Arduino

3543 Views, 6 Favorites, 0 Comments

How to Automate Your Room With Arduino? Part 1

Captura de pantalla (101).png

I always wanted to control my room remotely, so i decided to create a system that allow me to do it. If you want to learn how to? then i invite you to follow those steps bellow.

Communication Technology

Captura de pantalla (109).png
Captura de pantalla (103).png

We could think that a cellphone app is the best option but no, no by now, think on that: We want to sleep, 12am at night, sleepy and then have to turn on our phone screen, unlock it, open the app, connect with the bluetooth module, and then turn on or off our light, this don't sound great, but, if we use Infrared remote controls we just have to click a button. So because of that in this tutorial we'll be using an Infrared remote control.

Materials:

Captura de pantalla (104).png

We just need a few things:

1-Arduino (no matter what model).

2-Wire.

3-IR Sensor http://www.ebay.com/itm/2Pcs-TSOP1738-VISHAY-DIP-3...

4-Computer.

5-Breadboard

6-An USB cable to program the arduino.

Diagram and Assembly

Untitled Sketch_bb.jpg
Captura de pantalla (106).png

Program and Code

Captura de pantalla (110).png

You need to download IRremote.h library but that's all:

Click here to download the library

Video:

¿Cómo automatizar tu habitación con Arduino? | Parte 1| (Comunicación)