Wireless Doorbell Using Arduino
Wireless Doorbell Using Arduino
For Transmitter:
Arduino UNO
434 MHz RF Receiver Module
HT – 12D Decoder IC
33 KΩ Resistor
Small Buzzer
Power Supply
Connecting Wires
Prototyping Board (Breadboard)
Working of the Project:
The aim of this project is to design a simple
wireless doorbell. The working of the project is
explained here. For explaining the working of the
project, all the connections are made as per the
circuit diagram.
NOTE: Make sure that the Transmitter Part of the
Project is switched on before the Receiver Part.
This is to ensure that the RF Transmitter and
Receiver Modules are properly paired.
In order to ring the bell (or buzzer in this case), we
need to push the button on the transmitter side of
the circuit. When the button is pushed on the
transmitter side, a logic ‘0’ will be detected by the
Working of the Project:
The transmitted data will be received by the
RF Receiver Module and is given to the
Decoder IC. The Decoder IC, then decodes
the serial data to parallel data and transmits
the Logic ‘0’ to Arduino.
In the Arduino UNO’s, it is programmed such
that, whenever a Logic ‘0’ is detected by the
Arduino, the buzzer is turned on. Hence,
whenever the button is pressed, the buzzer is
turned on wirelessly.
ADVANTAGES: