Home Appliance Control over Mobile Network Using Atmega

home appliance

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

or 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.

rf remote controlled robot schematic

Read more: Home Appliance Control over Mobile Network

Leave a Comment

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