Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Home Automation Control Using Android: Prof. Sushant Pawar

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 25

Home Automation Control Using Android

 
A Project Presented By
Yogita D. Khandbahale. (SEAT NO: - B150833063)
Akshay S. Nagare . (SEAT NO: B150833033)
Under the Guidance
Prof. Sushant Pawar

DEPARTMENT OF ELECTRONICS &


TELECOMMUNICATION ENGINEERING
SANDIP INSTITUTE OF ENGINEERING & MANAGEMENT
NASHIK 2020-21
INDEX

1. Introduction & Block Diagram

2. LITERATURE SURVEY

3. Hardware Component Details & Software Requirement

4. Conclusion

5. Impact of the proposed solution

6. Price list of Components

7. Referances
INTRODUCTION:
 
The main objective of this project is to develop a home automation system using an MSP430 board
with Bluetooth being remotely controlled by an Android OS smartphone.

As technology is advancing so houses are also getting smarter. Modern houses are gradually shifting
from conventional switches to the centralized control system, involving remote controlled switches.
Presently, conventional wall switches located in different parts of the house makes it difficult for the
user to go near them to operate.

Even more, it becomes more difficult for the elderly or physically handicapped people to do so.
Remote controlled home automation system provides a most modern solution with smartphones. 
Block Diagram:

MSP430 Texas Instrument Microcontroller


LITERATURE
SURVEY :
National Manufacturing Policy will lead to creation of national
investment and manufacturing zones along with increasing
manufacturing activity in the automation sector that will boost
the demand for automation products

Competitiveness of India’s manufacturing sector is critical for


sustaining the growth of the Indian economy. Thus, to develop
the manufacturing sector further, the Government has
announced the National Manufacturing Policy, which aims at
increasing the share of manufacturing in GDP to 25 per cent by
2022, from the current level of 15 per cent
Global opportunities :

 Challenges in this regard would include: acceptance of domestic (assembled) automation products;
lack of relevant semi-conductor/ electronic infrastructure setup; adherence to global regulations;
uncertainty in the global economy.

• End-user perspective: Opportunities here would comprise strict regulatory framework that
facilitates greater usage of automation systems and ultra mega power plants (UMPP) that will
increase the opportunities for automation systems.
Overall strategic conclusion :

The increasing population coupled with rising disposable incomes has resulted in tremendous rise in
domestic demand. The core sectors of power, oil and gas, cement, infrastructure, and metals, among others
continue to scale up to meet the burgeoning domestic demand. While the looming economic recession has
introduced uncertainty in the investment climate, the Government of India is expected to go ahead with its
investment plans in the core sectors to ensure balanced supply-demand. While free trade agreements and
economic partnerships will intensify competition, the overall manufacturing climate and relevant
Government/private initiatives are expected to augur well for the automation industry in the next few years.
 
Hardware Component Details

1 MSP430 Dev. Board

2 Bluetooth Model HC05

3 RF Model HC012

4 Relay Model

5 GSM SIM 900A Module

Software Requirement
1 Energia IDE

2 MIT APP Developer


MSP430 Dev. Board

 Technical specifications MSP430G2553 :-


 1.8-V to 3.6-V operation
 16-Bit RISC architecture up to 16-MHz system clock
 16KB of flash memory and 512 bytes of SRAM
 8-channel 10-bit ADC
 8-channel comparator
 Two 16-Bit Timers with three capture/compare registers
(Timer A)
 24 GPIOs
 One universal serial communication interfaces (USCI_A)
supports UART, IrDA, and
 SPI
 One USCI (USCI_B) supports SPI and I2C
 
 Bluetooth Model HC05:

 The Bluetooth module has six pins – Enable, VCC, Ground,


Transmit Data (TxD),
 Receive Data (RxD) and State.
 The Enable and State pin are unused and so not connected
in the circuit.
 The VCC and Ground pins are connected to the common
VCC and Ground.
 The TxD and RxD pins of the module are connected to the
MSP430G3xx
RF Model HC012

 Long-distance wireless transmission (1,000m in open space/baud rate


5,000bps in the air)
 Working frequency range (433.4-473.0MHz, up to 100 communication
channels)
 Maximum 100mW (20dBm) transmitting power (8 gears of power can be set)
 Three working modes, adapting to different application situations
 Built-in MCU, performing communication with external device through serial
port
 The number of bytes transmitted unlimited to one time
 Update software version through serial port
 
Relay:

 The 5V 2A relays are used to switch the AC appliances ON or OFF in the project.
The relays are connected to the pins 9, 8, 7 and 6 of MSP430G3xx board via BC547
transistor circuits connected in a common emitter configuration.
 The phase wire from the AC supply is provided at the COM terminal of the relays.
When a HIGH logic is received at the interfaced microcontroller pins, the COM point
switches from NC to NO point where a relay short-circuits the phase with the
neutral wire switching the supply to the appliance ON.
 The LEDs are connected parallel to the relay circuit with pull-up resistors in series.
These LEDs give visual hint of the ON/OFF status of appliances.
SIM 900A Module:
 The SIM900A Quad-Band GSM/GPRS Module with RS232 Interface is a complete
Quad- band GSM/GPRS solution in an LGA(Land grid array) type which can be
embedded in the customer applications. SIM900A support Quad-band
850/900/1800/1900 MHz, it can transmit Voice, SMS and data information with low
power consumption.
 With a tiny size of 100 x 53 x 15 mm, it can fit into slim and compact demands of
custom design. Featuring and Embedded AT, it allows total cost savings and fast
time-to-market for customer applications.
 The SIM900A modem has a SIM900A GSM chip and RS232 interface while enables
easy connection with the computer or laptop using the USB to the Serial
connector or to the
 micro-controller using the RS232 to TTL converter. Once you connect the SIM900A
modem using the USB to RS232 connector, you need to find the correct COM port
from the Device Manager of the USB to Serial Adapter.
 Then you can open Putty or any other terminal software and open a connection to
that COM port at 9600 baud rate, which is the default baud rate of this modem
Circuit diagram
Software Requirement:
Energia IDE:
 
 A program for MSP430G2553 may be written in any programming language for a compiler that produces binary machine code for
the target processor. TEXAS provides a development environment for their microcontrollers, TI Studio and the newer TI Studio.

 The MSP430G2553 project provides the MSP430G2553 integrated development environment (IDE), which is a cross-platform
application written in the programming language Java. It originated from the IDE for the languages Processing and Wiring. It
includes a code editor with features such as text cutting and pasting, searching and replacing text, automatic indenting, brace
matching, and syntax highlighting, and provides simple one- click mechanisms to compile and upload programs to an MSP430G2553
board. It also contains a message area, a text console, a toolbar with buttons for common functions and a hierarchy of operation
menus.

 The MSP430G2553 IDE supports the languages C and C++ using special rules of code structuring. The MSP430G2553 supplies a
software library from the Wiring project, which provides many common input and output procedures. User-written code only
requires two basic functions, for starting the sketch and the main program loop, that are compiled and linked with a program stub
main() into an executable cyclic executive program with the GNU tool chain, also included with the IDE distribution. The
ENERGIA IDE employs the program to convert the executable code into a text file in hexadecimal encoding that is loaded into the
MSP430G2553 board by a loader program in the board's firmware.
MIT App Developer:
 
 

 MIT App Inventor is a web application integrated development environment originally provided by Google, and now
maintained by the Massachusetts Institute of Technology (MIT).
 
 App Inventor and the other projects are based on and informed by constructionist learning theories, which
emphasize that programming can be a vehicle for engaging powerful ideas through active learning. As such, it is part
of an ongoing movement in computers and education that began with the work of Seymour Papert and the MIT Logo
Group in the 1960s, and has also manifested itself with Mitchel Resnick's work on Lego Mindstorms and StarLogo
Overview of project (Product):
 

 Future Development of the project:

1. MSP430 based device control using Bluetooth on Smartphone project can be enhanced
to control the speed of the fan or volume of the buzzer etc.

2. Home automation and Device controlling can be done using Internet of Things – IOT
technology.
Future Scope:
In the future, home automation is definitely going bigger and better. The Internet of
Things is already bringing a wide range of exciting, innovative solutions. Sensors in
parking lots will indicate space availability. Users could make their favourite
beverage with voice instructions, or instructions to the smartphone can close the
blinds in the living room while residents are far away on vacation. There is no end
to the possibilities of home automation. The most useful advantage is, however, the
aspect of sustainability. Home automation works on the principle of sustainability,
which encourages the wise use of resources.
 
Cost-effective: Home automation appliances have a longer life cycle than the
regular device. Hence this saves money.

Self-sufficient: The home automation technologies come with the option of running
on sustainable sources of energy like wind or solar power and even water
harvesting.

Eco-friendly: The smart home appliances consume a minimum amount of power.


This is because they use stored user data to modify the output. This means a fair
amount of energy is saved.
Applications and Advantages of MSP430 based device control using Bluetooth:

 
1. Home automation using Bluetooth and MSP430 can prove to be very useful for
Elderly/Handicapped people

2. A single android smartphone can control multiple devices

3. Any android phone can be used, no internet required once the app is downloaded .
 
4. We can use Bluetooth as well as GSM modem so that we can achieve device
controlling by sending SMS using GSM modem.
CONCLUSION:-

By using this device we can stop the unnecessary waste of energy& power.
By directly or indirectly. To save energy & stop the indirect wastage of

Energy this device helpful for it.


Impact of the proposed solution
 

 Savings: Smart thermostats and smart lightbulbs save energy, cutting utility costs over time. Some home automation technologies
monitor water usage, too, helping to prevent exorbitant water bills. Certain devices even offer rebates.

 Safety: Many home automation technologies fall under the umbrella of home security. Consumers purchase these devices because
they want to make their homes safer and more secure. Automated lighting thwarts would-be burglars, and motion sensors help
people enter doors and walk hallways late at night Security cameras offer benefits through either remote monitoring of package
deliveries or real-time video of home inhabitants or unwanted visitors.

 Control: Consumers also choose smart home devices to better control functions within the home. With home automation
technology, you can know what’s happening inside your home at all times.
Price List of components

Sr.No Name of Particular Quantity Price

1 Msp430 Dev. Board 1 1329 Rs

2 Bluetooth HC05 1 375 Rs

3 RF Model HC012 2 910 Rs

4 GSM Modem 1 1099 Rs

5 Relay Model 4 400 Rs

6 Adapter Power Supply 1 240 Rs

7 Lamp Bulb 2 70 Rs

8 Bulb Holder & Fair some External components 750 Rs

   Total    5173RS
REFERANCES
 
• Zhangxing, Fuyaoxian ,Wangyingguan “Design and implementation of smart home
• monitoring system based on msp430”Shanghai Institute of Microsystem and Information Technology,
Chinese Academy of Sciences, China 2012.
•  
• Ahmed ElShafee, Karim Alaa Hamed ”Design and Implementation of a WiFi Based Home Automation
System”World Academy of Science, Engineering and Technology International Journal of Computer and
Information Engineering Vol:6, No:8, 2012.
•  
• Prof. Era Johri, Pradnya Bhangale, Vidhi Thaker etc ” Remote Controlled Home Automation Using Android
Application via WiFi Connectivity” International Journal on Recent and Innovation Trends in Computing and
Communication,2015.
•  
• Vinay sagar K N, Kusuma S M ” Home Automation Using Internet of Things” International Research Journal of
Engineering and Technology (IRJET) Volume: 02 ,2015.
•  
• Syed Anwaarullah, S.V. Altaf” RTOS based Home Automation System using Android” International
Journal of Advanced Trends in Computer Science and Engineering, Vol.2 , No.1, Pages : 480 – 484
(2013).
•  
• [6]S.Pandikumar, R.S. Vetrivel” Internet of Things Based Architecture of Web and Smart Home
Interface Using GSM” International Journal of Innovative Research in Science, Engineering and
Technology Volume 3, Special Issue 3, March 2014.
•  
• Kim Baraka, Marc Ghobril etc “Low Cost Arduino/Android-Based Energy-Efficient Home Automation
System with Smart Task Scheduling” International Conference on Computational Intelligence,
Communication Systems and Networks , 2013.
•  
• Mr. Abhishek Vichare, Ms. Shilpa Verma ”Embedded Web Server for Home Appliances” International
Journal of Engineering Research and Applications (IJERA) ISSN: 2248- 9622 National Conference on
Emerging Trends in Engineering & Technology (VNCET-30 Mar’12).

You might also like