IoT Report
IoT Report
PROJECT REPORT
On
THIRD YEAR
Dr.Thigale S.B
2022-2023
Fabtech Technical Campus,
College of Engineering and Research, Sangola
Certificate
This is to certify that, the Seminar entitled “Home Automation System” has
submitted by Mr. Vinay Nalavade, Miss.Sakshi Bansode, Miss.Pratiksha Jagtap,
Miss.Anjali Varade, Miss.Simran Sanadi & Miss.Sukanya Mashalkar for
fulfillment of C.S.E. Computer Engineering as per curriculum laid by the
DBATU University, Lonere during the academic
year 2022-23.
Date:
Place: Sangola
ACKNOWLEDGEMENT
It was very exciting for me to work on the seminar report “House Price
Prediction”. During this work I have gained both practical as well as theoretical
knowledge of great significance. I am greatly thankful to all faculty members of
college to guide me through this work. I am greatly obliged to our respected guide
Dr.Thigale.S.B. for his valuable suggestions and help. It has been a highly
encouraging and knowledge gaining experience. He has been a source of
inspiration throughout the Report and has helped me in all our problems. Finally I
would like to thank Dr.Thigale.S.B Head of Department of Computer Engineering
Department, whose sincere and careful guidance led me to complete this project. I
express our deep sense of gratitude to Prof. Shendge R.B. our Principal for his
constant interest and encouragement throughout the completion of my report. I
also thankful to our friends for their extended support and valuable guidance
1 Introduction 01
2 Requirement 02
3 Diagram 03
4 Code 04
5 Result 06
6 Conclusion 07
Introduction
Our home automation system combines the power of Arduino Uno, Bluetooth
technology, LED bulbs, cables, and an Android application to bring convenience
and control to our living spaces. With this setup, we can remotely manage and
monitor various aspects of our home environment, such as lighting, using our
smartphones. The Arduino Uno serves as the central control unit, communicating
with the Android application via Bluetooth. The LED bulbs provide energy-
efficient and customizable lighting options, while the cables establish the necessary
connections between the components. Together, this system offers an innovative
and user-friendly approach to home automation, allowing us to enhance comfort,
save energy, and simplify our daily routines.
REQUIREMENT
int Orange = 4;
int Red = 5;
void setup() {
Serial.begin(9600);
pinMode(Green, OUTPUT);
pinMode(Orange, OUTPUT);
pinMode(Red, OUTPUT);
String voice;
void loop() {
if (Serial.available() > 0)
voice = Serial.readString();
Serial.println(voice);
if (voice.equals("green"))
digitalWrite(Green, HIGH);
}
else if (voice.equals("green off"))
digitalWrite(Green, LOW);
if (voice.equals("orange"))
digitalWrite(Orange, HIGH);
digitalWrite(Orange, LOW);
if (voice.equals("red"))
digitalWrite(Red, HIGH);
digitalWrite(Red, LOW);
}
RESULTS
https://www.linkedin.com/posts/vinaynalavade_innovation-students-project-
activity-7071436425627340800-
zpnQ?utm_source=share&utm_medium=member_desktop
CONCLUSION
Reference Link:
https://chat.openai.com/
https://www.youtube.com/watch?v=k9ofnq-laVw