Manual (Casa Domótica), (Domotic House) : Team Members

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

MANUAL

(Casa Domótica), (Domotic House)

Team Members:
 Jesús Alejandro Vásquez Resendez
 José María Camacho García
 Alfredo de León Tolentino
 Oscar Antonio Alcalá Passament
 Carlos Alberto Vela Anguiano

Group:
 5T1M

Carreer:
 Tecnologías de la Información y la Comunicación

Subject:
 Telecomunicaciones ll

University:
 Universidad Tecnológica de Matamoros
Basic Concepts of the Project:

Arduino: Arduino Arduino Uno is an electronic board based on the ATmega328


microcontroller. It has 14 digital inputs / outputs, of which 6 can be used as PWM
outputs (Pulse Width Modulation) and another 6 are analog inputs.

BreadBoard: A breadboard (protoboard) is a device for temporary prototyping without


welding with electronic components and testing circuit design. Most electronic
components in electronic circuits can be interconnected by inserting their connections
or terminals into the gaps and then making connections through cables where
appropriate. The breadboard has metallic lines that are laid out as shown below. Note
that the dotted lines above and below are connected horizontally and divided in half
while the rest of the holes are connected vertically.

2
Bluetooth: This device helps us to control, whether a led, a motor, etc., over long
distances.

H-Bridge: An H-Bridge is an electronic circuit that is generally used to allow an electric


DC motor to rotate in both directions, forward and reverse. ... H bridges are available
as integrated circuits, but can also be built from discrete components.

Relay: The management of a relay or relay module is very simple and allows us to
control the switching on and off of any device that is connected to an external power
source. The relay acts as a switch and is activated and deactivated by means of a data
entry. Thanks to this we can control the ignition of any device.

3
Process to make this Project
Materials:

1. BreadBoard
2. H-Bridge
3. Arduino (Hardware)
4. Arduino (Software)
5. Jumpers
6. Bluetooth
7. Computer
8. Relay

Connect leds
1.- Connect the leds that simulate the foci the cathode of the led will go in parallel and
will connect to the ground of the arduino and the anode of the led will have a
resistance of 1 kilohoms in this case they will be 2 leds and each one will be connected
to an output of the Arduino Digital Pulse.

Conectar modulo bluetooth


1.- Power the bluetooth by means of 5 volts that will be administered from the output of
the bridge h.
2.- Connect it to ground in the arduino.
3.- Connect the RX and TX communication outputs and inputs in reverse order to
Arduino 1 (RX TX and TX RX).

Conectar el Puente H
1.- Provide power between 5 and 12 volts.
2.- Connect the input pins IN1 and IN2 to the ports of the arduino 8 and 9 Digital
output.
3.- Connect the motor to the left power pins (in front of the power supply of the bridge
H)
Modulo Relay
1.- Through a supply of 125 to 220 AC, the common one will be connected to the
module common and the phase will be connected to terminal 2 of the luminaire.
2.- Connect the normally open to the other end of the luminaire.
4.- Power on the voltage pins to the module with 5 volts provided by the arduino.
4
5.- Connect the earth to the arduino
6.- The output pin connect to the digital port 11 of the arduino.

Next, the code for the operation of the home automation


by means of bluetooth will be shown

You might also like