Home Appliance Control over Mobile Network

You can call up on your colleague‘s mobile number and ask him/her to turn on or off the lights or other appliance of your office. You may be any where in the world at that time, as mobile network allows to to talk to anyone present anywhere in this world. But your colleague is too much for this simple job! Your may replace him/her with this smart gadget and let it operate the appliances. But how it will do that? well, it will listen to the audio output from a mobile phone and try to recognise the DTMF tones present in the output sound. DTMF is a way to encode numerical data into an audible sound which is then sent over an audio channel. Keypress on the other mobile will generate DTMF codes.
Keys like 1,2,3 and 4 are used to switch on/off up to four loads like light, fan, water pump in a building.
The user(who is away from home) using his/her mobile phone calls another mobile (which is present at the home and is attached to the this system) and then press keys on his/her mobile phone to controls the load in the home. The mobile attached to the system receives tones from the user’s mobile and sends them to the DTMF decoder module over an audio cable. The DTMF decoder module converts this tone to a 4 bit binary number which is then sent to a ATmega8A AVR microcontroller which controls output relays using four of its port pins. These relays can be used to switch AC mains powered appliances like bulbs and fans.
home_appliance_control_using_mobile_network_labled

Circuit Design

For the design of radio controlled robot we have chosen AVR ATmega8 microcontroller. Which is a very popular, low cost and easily available microcontroller. It receives data from RF module on its serial data receive pin, that is RXD (PIN 2). Then it processes the data and generates control signal for the two motors (left and right). It also generates the PWM signal on its OC1A and OC1B pins (pin 15 & 16), this PWM signal is used to control the speed of the two motors. OC1A controls the speed of left motor, while OC1B controls the speed of right motor. Four general purpose input output lines of PORTD(PD1, PD2,PD3 and PD4) are used to control the direction of motors. The output from the microcontroller’s pins are not strong enough to provide enough voltage and current to drive motors directly. So we need to use motor driver IC like L293D.
rf_remote_controlled_robot_schematic
for more detail:Home Appliance Control over Mobile Network


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top