How to Automate Your Room With Arduino? ENC28j60 Android & IOS Final Part

by mcmchris in Circuits > Arduino

2518 Views, 19 Favorites, 0 Comments

How to Automate Your Room With Arduino? ENC28j60 Android & IOS Final Part

MiniaturaAutomatizacion.jpg

Hey all of you! i've been working on automating my room, and i finally got it after a hard coding and many tries, and i'm glad to share with you my achievements.

This project consist on a system arduino controlled, that let you control whatever you want remotelly from any device that can get connected to internet, by typing an iP that has a Web app that i designed on the arduino code for my need.

Demostration Video

2018.01.21-19.59_01.png
¿Cómo automatizar tu habitación con arduino? | Parte final | iOS y Android | Domótica en Español

Here you can see some tips, the process, and the demostration of the system working perfectly

Materials You Need:

2018.01.21-19.59_01.png

1-Arduino nano

2-ENC28j60 ethernet shield

3-4 Relays

4-2n2222 NPN Transistors

5- 1amp Diodes

6-1k ohm Resistors

7-1x Dual terminal block, 1x triple terminal block

8-PCB board

9-OVC3860 audio bluetooth module

10-2x 3.5mm audio jacks

11-Some wires for conecction

Arduino Code and Electronic Schematic

Diagrama Circuito.png

Here is the circuit diagram and the file on Fritzing and the arduino code designed by me.

Html App, (it's Coded in the Arduino Code)

Screenshot_20180122-065840.png

This is the web app, typed on html. You can modified as much as you want.

If You Want to Do It by a Remote Control (IR)

¿Cómo automatizar tu habitación con Arduino?| Parte 2 (lámpara remota) Domótica en Español

Here is a video to show you how to comunicate with the arduino.

Just add an IR receiver in the circuit on a free input pin of the arduino and use de library IRremote.