You are on page 1of 17

MLRITM EMI – Unit IV

Department of Electronics and Communication Engineering

Bhushan Kundeti } Department of E C E


MLRITM PRESENTATION BY

EDE SRI TARUN SAI RENU [197Y1A0435]


DHAARAM NAVEEN [197Y1A0427]
MOTHKURI RAHUL GOUD [197Y1A0429]

Home Switching using IoT System via Telegram

UNDER THE GUIDANCE OF

H.SANGEETHA

Department of E C E
MLRITM MINI PROJECT

Contents
•Introduction
•Abstract
•Objective
•Literature Review
•Methodology
•Tools / Components Required
•Working
•Outcomes / Results
•Conclusion
•References
3 Department of E C E
MLRITM MINI PROJECT

ABSTRACT
•The Internet of Things (IoT) becomes major role in engineering field and this
applications such as a home automation system where data can be exchanged and
shared easily across the Internet.

• This project focuses on the implementation of the home automation system with
Telegram using Wireless-Fidelity (Wi-Fi) network access on any smart-phone and
laptop devices.

•It is highly beneficial for elderly, physically-challenged people and travellers to


control home appliances effortlessly.

4 Department of E C E
MLRITM MINI PROJECT

Introduction

• The home appliances are either being controlled manually or with the existing
communication technology such as Bluetooth, GSM and Zigbee.

• The IoT based home switching system via Telegram is proposed, analyzed and implemented.
Equipped with data encryption and ability to create Telegram Bot.

• Telegram messenger can be integrated with Arduino compatible Wi-Fi board (NodeMCU) to
allow people to machine communication, which can certainly manipulate and monitor the
status of home appliances with Wi-Fi access.

• The Telegram Bot API also made the platform more dynamic and user friendly.

5 Department of E C E
MLRITM MINI PROJECT

Objective

• Theproject is comprised of both hardware and software parts. The


software part for integration of Telegram and NodeMCU is conducted
with C language on Arduino IDE.

•For hardware development, the components are constructed on


breadboard and interfaced with NodeMCU to test the feasibility of the
system.

6 Department of E C E
MLRITM MINI PROJECT

Literature Survey

[1] Danilo Henrique Santos,” Chatting with Arduino Platform through Telegram Bot”, IEEE
International Symposium on Consumer Electronics, 2016.

[2] Gopal singh, “Raspberry Pi based Implementation of Internet of Things using Mobile
Messaging Application - „Telegram‟”, International Journal of Computer Applications 14, July
2016.

7 Department of E C E
MLRITM MINI PROJECT

Methodology
• The general block diagram of the IoT based homes witching system using the Telegram. Main
control panel will monitor and incoming requests from Telegram user via Wi-Fi network to
decide corresponding action and the data will be pushed to database for data-logging.

8 Department of E C E
MLRITM MINI PROJECT

Tools / Components Required

•NodeMCU (ESP8266 Module),


•Led lights,
•Relay module,
•Voltage regulators,
•Power Supply,

9 Department of E C E
MLRITM MINI PROJECT

Working
• The Telegram messenger is used as the main framework to initiate
HTTP communication on the client side and connect it with server and
controller side.

• It can be accessed from both laptop and smart-phone wirelessly.


Therefore, users can simply enter a predefined command to forward to
main control panel where it will decide for the further actions such as to
trigger the state of the appliances.

10 Department of E C E
MLRITM MINI PROJECT

Working
• Hardware design of the system will focus on the construction of the
main control panel along with its peripherals. The main control panel
consisted of NodeMCU, relay module, voltage regulators and home
appliances.

• The main reason that NodeMCU is used in this system is due to its
capability to connect to the Internet and its power saving feature.

• It can stay in low power standby mode unless Wi-Fi network is


required for communication.
11 Department of E C E
MLRITM
MINI PROJECT

Working

The code will be using multiple if statement as in below to


carry out task accordingly :

12 Department of E C E
MLRITM MINI PROJECT

Outcome / Result

NodeMCU monitors and triggers the action based on the code from
Telegram user. The meaning of each code is depicted as.

13 Department of E C E
MLRITM MINI PROJECT

Outcome / Result

(LIGHT OFF) (LIGHT ON)

14 Department of E C E
MLRITM MINI PROJECT

Conclusion
•This project consists of both hardware and software components, with the created
source codes being tested on hardware to determine viability.

• The results were promising because the data could be transferred and received
precisely by the controller via a wireless Internet environment.

•This concept has only been tested with DC applications like as LEDs. The success of
the ON/OFF LED can be extended to the AC power circuit. There is no test on the AC
circuit in this experiment.

•However, a DC to AC relay can be used to connect the AC circuit load.

15 Department of E C E
MLRITM MINI PROJECT

References
[1] M. A. E.-L. Mowad, A. Fathy, and A. Hafez, “Smart Home Automated Control
System Using Android Application and Microcontroller,” Int. J. Sci. \& Eng. Res., vol.
5, no. 5, pp. 935–939, 2014.
[2] S. Kumar and S. R. Lee, “Android based smart home system with control via
Bluetooth and internet connectivity,” Proc. Int. Symp. Consum. Electron. ISCE, no.
2011, 2014.
[3] R. Teymourzadeh, S. A. Ahmed, K. W. Chan, and M. V. Hoong, “Smart GSM based
home automation system,” Proc. - 2013 IEEE Conf. Syst. Process Control. ICSPC
2013, no. December, pp. 306–309, 2013.
[4] R. Acker and M. Massoth, “Secure ubiquitous house and facility control solution,”
5th Int. Conf. Internet Web Appl. Serv. ICIW 2010, pp. 262–267, 2010

16 Department of E C E
MLRITM

17 Department of E C E

You might also like