SlideShare a Scribd company logo
SEMINAR PRESENTATION
ON MAJOR PROJECT
TOPIC:BUILD A WIRELESS
DOORBELL USING THE
ARDUINO UNO BOARD
PRESENTED BY-
• AVIK KALSA
• SAKIR HOSSEIN SHEIKH
• TANIMA HALDER
• AKASH MAHATO
• AKASH NASKAR
•Sem:DEE, 6th
ACKNOWLEDGEMENT
• We would like to express our special thanks to our mentor Mr.Kalyan
Palit sir and our Respected H.O.D Mr.Debabrata Pradhan sir for their
time and efforts they provided throughout the course.Your useful
advice and suggestions were really helpful to us during the project’s
completion. In this aspect, I am eternally grateful to you. Also we are
grateful to our principal sir for giving the opportunity to us.
• I would like to acknowledge that this project was completed entirely by
us and not by someone.
CONTENT
• Introduction
• Principle Of the project
• Circuit Diagram
• COMPONENTS
• Cost of components
• Working of project
• Coding
• Application
• Conclusion
INTRODUCTION
The doorbell button contains a built-in
radio transmitter powered by a
battery. When the button is pushed,
the transmitter sends a radio signal to
the receiver unit, which is plugged
into a wall outlet inside the building
PRINCIPLE OF THE PROJECT
• The project uses simple hardware to build a wireless doorbell using the Arduino
UNO board.
• The project demonstrates the RF module's implementation for wireless
communication and
• the UNO Arduino board to analyze the data.
CIRCUIT DIAGRAM
ARDUINO UNO SPECIFICATION
COMPONENTS
Transmitter
• 434 MHz RF Transmitter Module
• HT – 12E Encoder IC
• 750 KΩ Resistor
• Push Button
• Power Supply
• Connecting Wires
• Prototyping Board (Breadboard)
Receiver
• Arduino UNO
• 434 MHz RF Receiver Module
• HT – 12D Decoder IC
• 33 KΩ Resistor
• Small Buzzer
• Power Supply
• Connecting Wires
• Prototyping Board (Breadboard
COST OF COMPONENT
• • 434 MHz RF Transmitter Module 100
• • HT – 12E Encoder IC 55
• • 750 KΩ Resistor 0.25
• • Push Button 0.25
• • Power Supply (9 v battery) 17
• • Connecting Wires 10
• • Prototyping Board (Breadboard) 65• Arduino UNO 650
• • 434 MHz RF Receiver Module 50
• • HT – 12D Decoder IC 75
• • 33 KΩ Resistor 0.25
• • Small Buzzer 10
• • Power Supply (9 v battery) 17
• • Connecting Wires 10
• • Prototyping Board (Breadboard) 65
WORKING OF PROJECT
• In our Receiver code, we wrote a command-
digitalRead(5), this command makes the
Arduino, to keep on reading this pin. When
this pin gets HIGH, Arduino transmits data
through the transmitter, and these signals
are received by the receiver.
CODING
int buz=11;
int sen=2;
void setup()
{
pinMode(buz,OUTPUT);
pinMode(sen,INPUT);
digitalWrite(buz,LOW);
digitalWrite(sen,HIGH);
}
void loop()
{
while(digitalRead(sen)==HIGH);
digitalWrite(buz,HIGH);
while(digitalRead(sen)==LOW);
digitalWrite(buz,LOW);
}
APPLICATION
• The Wireless Doorbell implemented in this project is just a Demonstration of the
idea. But
• the idea can be extended to actual, Real time wireless doorbell system.
• • Since the mode of communication is RF, the range is considerably Large that
other wireless
• technologies.
• • The project is suitable for homes, shops, garages, hospitals, offices Etc.
• In conclusion, the wireless doorbell project offers a convenient and
versatile Alternative to
• traditional wired doorbells. It allows for flexible placement of the Doorbell
unit and receiver,
• simplifying installation and customization. By Following the outlined
steps, one can
• successfully build a functional wireless Doorbell system. Further
enhancements, such as
• incorporating additional Features like volume control or multiple
receivers, can be explored to
• suit Specific requirements.
CONCLUSION
•Thank you

More Related Content

Similar to Presentation (1)-2.pptx.................

SIGFOX Makers Tour - Barcelona
SIGFOX Makers Tour - BarcelonaSIGFOX Makers Tour - Barcelona
SIGFOX Makers Tour - Barcelona
Nicolas Lesconnec
 
Got Python I/O: IoT Develoment in Python via GPIO
Got Python I/O: IoT Develoment in Python via GPIOGot Python I/O: IoT Develoment in Python via GPIO
Got Python I/O: IoT Develoment in Python via GPIO
Adam Englander
 
Embedded systems basics 8051 - project approach
Embedded systems basics 8051 - project approach Embedded systems basics 8051 - project approach
Embedded systems basics 8051 - project approach
hybrald industries
 
Julianna Ricci Portfolio 2016
Julianna Ricci Portfolio 2016Julianna Ricci Portfolio 2016
Julianna Ricci Portfolio 2016
Julianna Ricci
 
Make your own device
Make your own deviceMake your own device
Make your own device
Ki-hyeok Park
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA UniversityArduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
 
workshop slide.pdf
workshop slide.pdfworkshop slide.pdf
workshop slide.pdf
Kazuaki Tanaka
 
Rfid based attendance system using arduino (1)
Rfid based attendance system using arduino (1)Rfid based attendance system using arduino (1)
Rfid based attendance system using arduino (1)
AWANISHKUMAR84
 
K-Map Solver Circuit
K-Map Solver CircuitK-Map Solver Circuit
K-Map Solver Circuit
Prakash Tiwary
 
PLAN Tech Day 2016
PLAN Tech Day 2016PLAN Tech Day 2016
PLAN Tech Day 2016
Brian Pichman
 
CEIS101: IoT Home Security System
CEIS101: IoT Home Security SystemCEIS101: IoT Home Security System
CEIS101: IoT Home Security System
BillBlanco
 
project 33.pptx
project 33.pptxproject 33.pptx
project 33.pptx
MohsinIqbal988489
 
Getting started with arduino uno
Getting started with arduino unoGetting started with arduino uno
Getting started with arduino uno
Saumya Ranjan Behura
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
parameshwar koneti
 
Arduino spooky projects_class1
Arduino spooky projects_class1Arduino spooky projects_class1
Arduino spooky projects_class1
Felipe Belarmino
 
A2: Analog Malicious Hardware
A2: Analog Malicious HardwareA2: Analog Malicious Hardware
A2: Analog Malicious Hardware
yeokm1
 
Arduino
ArduinoArduino
Mini project slide show
Mini project slide showMini project slide show
Mini project slide show
amerrudin azizi
 
13223971.ppt
13223971.ppt13223971.ppt
13223971.ppt
SuYee13
 
Introduction to Arduino Microcontroller
Introduction to Arduino MicrocontrollerIntroduction to Arduino Microcontroller
Introduction to Arduino Microcontroller
Mujahid Hussain
 

Similar to Presentation (1)-2.pptx................. (20)

SIGFOX Makers Tour - Barcelona
SIGFOX Makers Tour - BarcelonaSIGFOX Makers Tour - Barcelona
SIGFOX Makers Tour - Barcelona
 
Got Python I/O: IoT Develoment in Python via GPIO
Got Python I/O: IoT Develoment in Python via GPIOGot Python I/O: IoT Develoment in Python via GPIO
Got Python I/O: IoT Develoment in Python via GPIO
 
Embedded systems basics 8051 - project approach
Embedded systems basics 8051 - project approach Embedded systems basics 8051 - project approach
Embedded systems basics 8051 - project approach
 
Julianna Ricci Portfolio 2016
Julianna Ricci Portfolio 2016Julianna Ricci Portfolio 2016
Julianna Ricci Portfolio 2016
 
Make your own device
Make your own deviceMake your own device
Make your own device
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA UniversityArduino Workshop @ MSA University
Arduino Workshop @ MSA University
 
workshop slide.pdf
workshop slide.pdfworkshop slide.pdf
workshop slide.pdf
 
Rfid based attendance system using arduino (1)
Rfid based attendance system using arduino (1)Rfid based attendance system using arduino (1)
Rfid based attendance system using arduino (1)
 
K-Map Solver Circuit
K-Map Solver CircuitK-Map Solver Circuit
K-Map Solver Circuit
 
PLAN Tech Day 2016
PLAN Tech Day 2016PLAN Tech Day 2016
PLAN Tech Day 2016
 
CEIS101: IoT Home Security System
CEIS101: IoT Home Security SystemCEIS101: IoT Home Security System
CEIS101: IoT Home Security System
 
project 33.pptx
project 33.pptxproject 33.pptx
project 33.pptx
 
Getting started with arduino uno
Getting started with arduino unoGetting started with arduino uno
Getting started with arduino uno
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
 
Arduino spooky projects_class1
Arduino spooky projects_class1Arduino spooky projects_class1
Arduino spooky projects_class1
 
A2: Analog Malicious Hardware
A2: Analog Malicious HardwareA2: Analog Malicious Hardware
A2: Analog Malicious Hardware
 
Arduino
ArduinoArduino
Arduino
 
Mini project slide show
Mini project slide showMini project slide show
Mini project slide show
 
13223971.ppt
13223971.ppt13223971.ppt
13223971.ppt
 
Introduction to Arduino Microcontroller
Introduction to Arduino MicrocontrollerIntroduction to Arduino Microcontroller
Introduction to Arduino Microcontroller
 

Recently uploaded

KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
shivani5543
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
amsjournal
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Hematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood CountHematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood Count
shahdabdulbaset
 

Recently uploaded (20)

KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Hematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood CountHematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood Count
 

Presentation (1)-2.pptx.................

  • 1. SEMINAR PRESENTATION ON MAJOR PROJECT TOPIC:BUILD A WIRELESS DOORBELL USING THE ARDUINO UNO BOARD
  • 2. PRESENTED BY- • AVIK KALSA • SAKIR HOSSEIN SHEIKH • TANIMA HALDER • AKASH MAHATO • AKASH NASKAR •Sem:DEE, 6th
  • 3. ACKNOWLEDGEMENT • We would like to express our special thanks to our mentor Mr.Kalyan Palit sir and our Respected H.O.D Mr.Debabrata Pradhan sir for their time and efforts they provided throughout the course.Your useful advice and suggestions were really helpful to us during the project’s completion. In this aspect, I am eternally grateful to you. Also we are grateful to our principal sir for giving the opportunity to us. • I would like to acknowledge that this project was completed entirely by us and not by someone.
  • 4. CONTENT • Introduction • Principle Of the project • Circuit Diagram • COMPONENTS • Cost of components • Working of project • Coding • Application • Conclusion
  • 5. INTRODUCTION The doorbell button contains a built-in radio transmitter powered by a battery. When the button is pushed, the transmitter sends a radio signal to the receiver unit, which is plugged into a wall outlet inside the building
  • 6. PRINCIPLE OF THE PROJECT • The project uses simple hardware to build a wireless doorbell using the Arduino UNO board. • The project demonstrates the RF module's implementation for wireless communication and • the UNO Arduino board to analyze the data.
  • 9. COMPONENTS Transmitter • 434 MHz RF Transmitter Module • HT – 12E Encoder IC • 750 KΩ Resistor • Push Button • Power Supply • Connecting Wires • Prototyping Board (Breadboard) Receiver • Arduino UNO • 434 MHz RF Receiver Module • HT – 12D Decoder IC • 33 KΩ Resistor • Small Buzzer • Power Supply • Connecting Wires • Prototyping Board (Breadboard
  • 10. COST OF COMPONENT • • 434 MHz RF Transmitter Module 100 • • HT – 12E Encoder IC 55 • • 750 KΩ Resistor 0.25 • • Push Button 0.25 • • Power Supply (9 v battery) 17 • • Connecting Wires 10 • • Prototyping Board (Breadboard) 65• Arduino UNO 650 • • 434 MHz RF Receiver Module 50 • • HT – 12D Decoder IC 75 • • 33 KΩ Resistor 0.25 • • Small Buzzer 10 • • Power Supply (9 v battery) 17 • • Connecting Wires 10 • • Prototyping Board (Breadboard) 65
  • 11. WORKING OF PROJECT • In our Receiver code, we wrote a command- digitalRead(5), this command makes the Arduino, to keep on reading this pin. When this pin gets HIGH, Arduino transmits data through the transmitter, and these signals are received by the receiver.
  • 12. CODING int buz=11; int sen=2; void setup() { pinMode(buz,OUTPUT); pinMode(sen,INPUT); digitalWrite(buz,LOW); digitalWrite(sen,HIGH); } void loop() { while(digitalRead(sen)==HIGH); digitalWrite(buz,HIGH); while(digitalRead(sen)==LOW); digitalWrite(buz,LOW); }
  • 13. APPLICATION • The Wireless Doorbell implemented in this project is just a Demonstration of the idea. But • the idea can be extended to actual, Real time wireless doorbell system. • • Since the mode of communication is RF, the range is considerably Large that other wireless • technologies. • • The project is suitable for homes, shops, garages, hospitals, offices Etc.
  • 14. • In conclusion, the wireless doorbell project offers a convenient and versatile Alternative to • traditional wired doorbells. It allows for flexible placement of the Doorbell unit and receiver, • simplifying installation and customization. By Following the outlined steps, one can • successfully build a functional wireless Doorbell system. Further enhancements, such as • incorporating additional Features like volume control or multiple receivers, can be explored to • suit Specific requirements. CONCLUSION