SlideShare a Scribd company logo
1 of 24
MOBILE CONTROLLED ROBOT
HIMANSHU RAMCHANDANI
MANGAL DAS
MANISH JAISWAL
MOHIT KATIYAR
Final Year, ECE
CONCEPT OF PROJECT
SPECIFICATIONS
 Standard features are used.
 Cell phones used for the connection should be specified
models like Nokia 1100, Nokia 1600.
 Working communication through a hands-free jack.
 Connection between cell phones are manually activated.
 System is an open-loop system.
TECHNOLOGY
DUAL-TONE MULTI-FREQUENCY (DTMF)
Dual Tone Multi Frequency (DTMF) tone is the
signal to the network center that is generated when
any key of telephone is pressed.
With DTMF, each key pressed on phone, generates
two tones of specific frequencies.
One tone is generated from a high-frequency group
of tones and the other from a low frequency group.
TECHNOLOGY
The row in which the key appears determine the low
frequency, and column determine the high frequencies.
 For example, pressing the ‘1’ key will result in a
sound composed of both a 697 Hz and a 1209 Hz tone.
DUAL-TONE MULTI-FREQUENCY (DTMF)
FIG: FREQUENCY TABLE
 HT9170 series IC’s are DTMF
tone receivers.
 They are integrated with Digital
Decoder.
 Detects and decode all the 16
DTMF tone pairs into 4 bit code.
DTMF DECODER
FIG: PIN DIAGRAM
FIG:CIRCUIT CONNECTION
DTMF DECODER
 Built-in Dial tone rejection
circuit eliminates the need of
pre- filtering.
 When input signals are
recognized to be effective,
DV becomes high, and the
correct tone code (DTMF)
digit is transferred.
 The low group filter filters
low group frequency signal
output whereas the high
group filter filters high group
frequency signal output.
BLOCK DIAGRAM
CELL PHONE
MICROCONTROLLER
(AVR ATMega8)
MOTOR DRIVER
(IC L293D)
DTMF
DECODER (IC
HT9170)
LEFT MOTOR
(DC SERIES
RIGHT MOTOR
(DC SERIES)
FLOWCHART
CIRCUIT DIAGRAM
WORKING
A.) INPUT MODE
 Input is given from hands-free connected to mobile
(stacked on Robot).
 Input is a DTMF Tone sent through a mobile far distant
from Robot.
 HT9170 series decoder is used at input.
 Detect and decode all the 16 DTMF tones pairs into a 4-
bit code output .
 4 bit binary code bit pattern is generated as D0,.D1,D2,D3
(Pin 11, Pin 12, Pin 13, Pin 14 of HT9170).
WORKING
DTMF
TONE
PC6 PC5 PC4 PC3 PC2 PC1 PC0
2 1 --- --- 1 1 0 1
4 1 --- --- 1 0 1 1
6 1 --- --- 1 0 0 1
8 1 --- --- 0 1 1 1
* 1 --- --- 0 0 1 1
FIG: INPUT TABLE FOR DTMF TONES
WORKING
B.) PROCESSING MODE
 Output from HT9170 is given at input pins of the NOT
Gate inverter IC 7414 ( Pin 1, Pin3, Pin 5, Pin 9).
 This output is given to the microcontroller’s
(ATmega8) input port (as assigned in programming as
Port C). Pin 23, Pin 24, Pin 25, pin 26.
 The Pin 1 of the microcontroller is used as the reset pin.
 A 12 MHz crystal clock is used between Pin 9 and
Pin10 along with 2 capacitors C1 and C2
PINS OF MICROCONTROLLER NAMES FOR PROGRAMMING PORT
17 MOSI
18 MISO
19 SCK
1 RESET
7 VCC
8 GND
 The Pin 1 , Pin7, Pin 8 , Pin 17, Pin 18, Pin 19 of
microcontroller are used for programming of the
controller.
 The output of the microcontroller are taken from Pin 14,
Pin 15, Pin 16, Pin 17.
WORKING
FIG: CONFIGURATION OF MICRONTROLLER PINS
WORKING
C.) OUTPUT MODE
 The Motor Driver IC L293d
is used for controlling the
motion of the motors .
 The Pin 2, Pin 7, Pin 10 and
Pin 15 are the input pins of
L293d IC
 Output pins are configured as
Pin 3, Pin 6, Pin 11, and Pin
14.
FIG: L293D IC
FIG: INTERNAL BLOCK DIAGRAM OF L293D
WORKING
In this mode, the ROBOT perform general motions i.e., Forward,
Backward, Left and Right.
 Forward Motion:- Both the Motors operate (In Forward direction).
 Backward Motion:- Both the Motors operate. (In Backward Direction)
 Left Motion:- Right Motor operate and Left Motor is stopped.
 Right Motion:- Left Motor operate and Right Motor is stopped.
DTMF TONE PB3 PB2 PB1 PB0 MOTION#
2 1 0 0 1 FORWARD
4 0 0 0 1 LEFT
6 1 0 0 0 RIGHT
8 0 1 1 0 BACKWARD
* 0 0 0 0 STOP
MOTION OF MOTORS
HARDWARE DESIGN
#define F_CPU 12000000UL // define CPU frequency for
delay function.
#include <avr/io.h> // includes input/output header file
#include <util/delay.h> // includes delay header file
DTMF=DTMF&0b0001111; //Mask high order 4 bits
if(DTMF==2) //if Key 2 of cell phone pressed
{
PORTB=0b00001001; // move straight
}
if(DTMF==4) // if Key 4 of cell phone pressed
{
PORTB=0b00000001; // turn left
}
PROGRAM CODE
if(DTMF==6) // if Key 6 of cell phone pressed
{
PORTB=0b00001000; // turn right
}
if(DTMF==8) // if Key 8 of cell phone pressed
{
PORTB=0b00000110; // move back
}
if(DTMF==11) // if Key * of cell phone pressed
{
PORTB=0b00000000; //stop
}
PROGRAM CODE
FURTHER ADVANCEMENTS
 LINE FOLLOWER, EDGE AVOIDER, SEARCHER,
AVOIDER.
 PC-CONTROLLED.
 FM-CONTROLLED.
APPLICATIONS
 VIDEO CALLING.
 CONTROLLING OF MULTIPLE ROBOTS.
 INTELLIGENCE.
 UAV’s.
 AUTONOMUS CAR.
 CONTROLLING HOME APPLIANCES.
THANK YOU

More Related Content

What's hot

DTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEMDTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEMiindranilsarkar
 
Wireless Communication via Mobile Phone Using DTMF
Wireless Communication via Mobile Phone Using DTMF Wireless Communication via Mobile Phone Using DTMF
Wireless Communication via Mobile Phone Using DTMF Vivek chan
 
Microcontroller remote controlling project
Microcontroller remote controlling projectMicrocontroller remote controlling project
Microcontroller remote controlling projectBipro Roy
 
DTMF Mobile Operated Robot using Atmega16
DTMF Mobile Operated Robot using Atmega16DTMF Mobile Operated Robot using Atmega16
DTMF Mobile Operated Robot using Atmega16Prashant Saini
 
Mine detecting robot
Mine detecting robot Mine detecting robot
Mine detecting robot Rahul Singh
 
cellphone based control of electrical equipment
cellphone based control of electrical equipmentcellphone based control of electrical equipment
cellphone based control of electrical equipmentRohit Sharma
 
Quick Installation Guide EP902 English
Quick Installation Guide EP902 EnglishQuick Installation Guide EP902 English
Quick Installation Guide EP902 EnglishEnGenius Europe
 
Mobile operated spy robot
Mobile operated spy robotMobile operated spy robot
Mobile operated spy robotKevin Nesamani
 
DTMF CONTROLLED ROBOT
DTMF CONTROLLED ROBOTDTMF CONTROLLED ROBOT
DTMF CONTROLLED ROBOTnarendra019
 
Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...
Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...
Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...IOSRJEEE
 
DTMF based Different Load control
DTMF  based Different Load controlDTMF  based Different Load control
DTMF based Different Load controlMaheshMankar7592
 
Newly master counter remote control copier
Newly master counter remote control copierNewly master counter remote control copier
Newly master counter remote control copierJack Chen
 
DTMF Controlled Robot Car WITHOUT using MICROCONTROLLER
DTMF Controlled Robot Car  WITHOUT using MICROCONTROLLERDTMF Controlled Robot Car  WITHOUT using MICROCONTROLLER
DTMF Controlled Robot Car WITHOUT using MICROCONTROLLERVishwanath Neha
 

What's hot (20)

Arduino dtmf controlled robot
Arduino dtmf controlled robotArduino dtmf controlled robot
Arduino dtmf controlled robot
 
Tpa gig 7 800 15 topp pro v1-0
Tpa gig 7 800 15 topp pro v1-0Tpa gig 7 800 15 topp pro v1-0
Tpa gig 7 800 15 topp pro v1-0
 
DTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEMDTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEM
 
Wireless Communication via Mobile Phone Using DTMF
Wireless Communication via Mobile Phone Using DTMF Wireless Communication via Mobile Phone Using DTMF
Wireless Communication via Mobile Phone Using DTMF
 
Microcontroller remote controlling project
Microcontroller remote controlling projectMicrocontroller remote controlling project
Microcontroller remote controlling project
 
DTMF Mobile Operated Robot using Atmega16
DTMF Mobile Operated Robot using Atmega16DTMF Mobile Operated Robot using Atmega16
DTMF Mobile Operated Robot using Atmega16
 
Ppt2 (1)
Ppt2 (1)Ppt2 (1)
Ppt2 (1)
 
Mine detecting robot
Mine detecting robot Mine detecting robot
Mine detecting robot
 
DTMF
DTMFDTMF
DTMF
 
Final Report
Final ReportFinal Report
Final Report
 
cellphone based control of electrical equipment
cellphone based control of electrical equipmentcellphone based control of electrical equipment
cellphone based control of electrical equipment
 
Quick Installation Guide EP902 English
Quick Installation Guide EP902 EnglishQuick Installation Guide EP902 English
Quick Installation Guide EP902 English
 
Kx tg2361
Kx tg2361Kx tg2361
Kx tg2361
 
Dtmf robot
Dtmf robotDtmf robot
Dtmf robot
 
Mobile operated spy robot
Mobile operated spy robotMobile operated spy robot
Mobile operated spy robot
 
DTMF CONTROLLED ROBOT
DTMF CONTROLLED ROBOTDTMF CONTROLLED ROBOT
DTMF CONTROLLED ROBOT
 
Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...
Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...
Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller...
 
DTMF based Different Load control
DTMF  based Different Load controlDTMF  based Different Load control
DTMF based Different Load control
 
Newly master counter remote control copier
Newly master counter remote control copierNewly master counter remote control copier
Newly master counter remote control copier
 
DTMF Controlled Robot Car WITHOUT using MICROCONTROLLER
DTMF Controlled Robot Car  WITHOUT using MICROCONTROLLERDTMF Controlled Robot Car  WITHOUT using MICROCONTROLLER
DTMF Controlled Robot Car WITHOUT using MICROCONTROLLER
 

Viewers also liked

Presentation1
Presentation1Presentation1
Presentation1ARCHANA S
 
Telecom domain presentation_v1.0
Telecom domain presentation_v1.0Telecom domain presentation_v1.0
Telecom domain presentation_v1.0sammir2012
 
RFID BASED SMART CARD READER
RFID BASED SMART CARD READERRFID BASED SMART CARD READER
RFID BASED SMART CARD READERbharath405
 
GSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensorsGSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensorsRahul Sidhu
 
project presentation on cell phone operated land rover
project presentation on cell phone operated land roverproject presentation on cell phone operated land rover
project presentation on cell phone operated land roversunanda kothari
 
Bluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarBluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarVarun A M
 

Viewers also liked (10)

Presentation1
Presentation1Presentation1
Presentation1
 
Neurally Controlled Robot That Learns
Neurally Controlled Robot That LearnsNeurally Controlled Robot That Learns
Neurally Controlled Robot That Learns
 
Telecom domain presentation_v1.0
Telecom domain presentation_v1.0Telecom domain presentation_v1.0
Telecom domain presentation_v1.0
 
DTMF Robot
DTMF RobotDTMF Robot
DTMF Robot
 
RFID BASED SMART CARD READER
RFID BASED SMART CARD READERRFID BASED SMART CARD READER
RFID BASED SMART CARD READER
 
Rfid
RfidRfid
Rfid
 
GSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensorsGSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensors
 
Anti Helmet Theft System
Anti Helmet Theft SystemAnti Helmet Theft System
Anti Helmet Theft System
 
project presentation on cell phone operated land rover
project presentation on cell phone operated land roverproject presentation on cell phone operated land rover
project presentation on cell phone operated land rover
 
Bluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarBluetooth Controlled Robot/Car
Bluetooth Controlled Robot/Car
 

Similar to Presentation1

DTMF based home automation with ADRUINO
DTMF based home automation with ADRUINODTMF based home automation with ADRUINO
DTMF based home automation with ADRUINOFucck
 
Ppt land rover
Ppt land roverPpt land rover
Ppt land roverAshu0711
 
Pankaj project report
Pankaj project reportPankaj project report
Pankaj project reportPankaj Rai
 
1444461651 p327 334
1444461651 p327 3341444461651 p327 334
1444461651 p327 334Alok Tiwari
 
A2Z Control System
A2Z Control SystemA2Z Control System
A2Z Control Systemzatinsinghal
 
Dtmf robot
Dtmf robot Dtmf robot
Dtmf robot Jeevan M
 
BE Project Fortnight Reports on IVRS
BE Project Fortnight Reports on IVRSBE Project Fortnight Reports on IVRS
BE Project Fortnight Reports on IVRSAbhishek Nadkarni
 
Dtmf based home automation system using microcontroller ppt
Dtmf based home automation system using microcontroller pptDtmf based home automation system using microcontroller ppt
Dtmf based home automation system using microcontroller pptSree Sree
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyTaufique Sekh
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyTaufique Sekh
 
Cell operated land rover robot
Cell operated land rover robotCell operated land rover robot
Cell operated land rover robotChetan Kataria
 
MICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATIONMICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATIONJahir Hussain
 
Mobile Controlled Car
Mobile Controlled CarMobile Controlled Car
Mobile Controlled CarMalik Zaid
 
Dual tone multiple frequency
Dual tone multiple frequencyDual tone multiple frequency
Dual tone multiple frequencySrilekha K
 
Final Report11
Final Report11Final Report11
Final Report11sonu kumar
 
cellphone based device control
cellphone based device controlcellphone based device control
cellphone based device controlstudent
 

Similar to Presentation1 (20)

DTMF based home automation with ADRUINO
DTMF based home automation with ADRUINODTMF based home automation with ADRUINO
DTMF based home automation with ADRUINO
 
Ppt land rover
Ppt land roverPpt land rover
Ppt land rover
 
Pankaj project report
Pankaj project reportPankaj project report
Pankaj project report
 
1444461651 p327 334
1444461651 p327 3341444461651 p327 334
1444461651 p327 334
 
Remote
RemoteRemote
Remote
 
A2Z Control System
A2Z Control SystemA2Z Control System
A2Z Control System
 
final ppt2.pptx
final ppt2.pptxfinal ppt2.pptx
final ppt2.pptx
 
SURVEILLANCE ROBOT
SURVEILLANCE ROBOTSURVEILLANCE ROBOT
SURVEILLANCE ROBOT
 
Dtmf robot
Dtmf robot Dtmf robot
Dtmf robot
 
BE Project Fortnight Reports on IVRS
BE Project Fortnight Reports on IVRSBE Project Fortnight Reports on IVRS
BE Project Fortnight Reports on IVRS
 
Dtmf based home automation system using microcontroller ppt
Dtmf based home automation system using microcontroller pptDtmf based home automation system using microcontroller ppt
Dtmf based home automation system using microcontroller ppt
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF Technology
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF Technology
 
Cell operated land rover robot
Cell operated land rover robotCell operated land rover robot
Cell operated land rover robot
 
MICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATIONMICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATION
 
Mobile Controlled Car
Mobile Controlled CarMobile Controlled Car
Mobile Controlled Car
 
Dual tone multiple frequency
Dual tone multiple frequencyDual tone multiple frequency
Dual tone multiple frequency
 
Final Report11
Final Report11Final Report11
Final Report11
 
ivr system
ivr systemivr system
ivr system
 
cellphone based device control
cellphone based device controlcellphone based device control
cellphone based device control
 

Presentation1

  • 1. MOBILE CONTROLLED ROBOT HIMANSHU RAMCHANDANI MANGAL DAS MANISH JAISWAL MOHIT KATIYAR Final Year, ECE
  • 3. SPECIFICATIONS  Standard features are used.  Cell phones used for the connection should be specified models like Nokia 1100, Nokia 1600.  Working communication through a hands-free jack.  Connection between cell phones are manually activated.  System is an open-loop system.
  • 4. TECHNOLOGY DUAL-TONE MULTI-FREQUENCY (DTMF) Dual Tone Multi Frequency (DTMF) tone is the signal to the network center that is generated when any key of telephone is pressed. With DTMF, each key pressed on phone, generates two tones of specific frequencies. One tone is generated from a high-frequency group of tones and the other from a low frequency group.
  • 5. TECHNOLOGY The row in which the key appears determine the low frequency, and column determine the high frequencies.  For example, pressing the ‘1’ key will result in a sound composed of both a 697 Hz and a 1209 Hz tone. DUAL-TONE MULTI-FREQUENCY (DTMF) FIG: FREQUENCY TABLE
  • 6.  HT9170 series IC’s are DTMF tone receivers.  They are integrated with Digital Decoder.  Detects and decode all the 16 DTMF tone pairs into 4 bit code. DTMF DECODER FIG: PIN DIAGRAM
  • 7. FIG:CIRCUIT CONNECTION DTMF DECODER  Built-in Dial tone rejection circuit eliminates the need of pre- filtering.  When input signals are recognized to be effective, DV becomes high, and the correct tone code (DTMF) digit is transferred.  The low group filter filters low group frequency signal output whereas the high group filter filters high group frequency signal output.
  • 8. BLOCK DIAGRAM CELL PHONE MICROCONTROLLER (AVR ATMega8) MOTOR DRIVER (IC L293D) DTMF DECODER (IC HT9170) LEFT MOTOR (DC SERIES RIGHT MOTOR (DC SERIES)
  • 11.
  • 12. WORKING A.) INPUT MODE  Input is given from hands-free connected to mobile (stacked on Robot).  Input is a DTMF Tone sent through a mobile far distant from Robot.  HT9170 series decoder is used at input.  Detect and decode all the 16 DTMF tones pairs into a 4- bit code output .
  • 13.  4 bit binary code bit pattern is generated as D0,.D1,D2,D3 (Pin 11, Pin 12, Pin 13, Pin 14 of HT9170). WORKING DTMF TONE PC6 PC5 PC4 PC3 PC2 PC1 PC0 2 1 --- --- 1 1 0 1 4 1 --- --- 1 0 1 1 6 1 --- --- 1 0 0 1 8 1 --- --- 0 1 1 1 * 1 --- --- 0 0 1 1 FIG: INPUT TABLE FOR DTMF TONES
  • 14. WORKING B.) PROCESSING MODE  Output from HT9170 is given at input pins of the NOT Gate inverter IC 7414 ( Pin 1, Pin3, Pin 5, Pin 9).  This output is given to the microcontroller’s (ATmega8) input port (as assigned in programming as Port C). Pin 23, Pin 24, Pin 25, pin 26.  The Pin 1 of the microcontroller is used as the reset pin.  A 12 MHz crystal clock is used between Pin 9 and Pin10 along with 2 capacitors C1 and C2
  • 15. PINS OF MICROCONTROLLER NAMES FOR PROGRAMMING PORT 17 MOSI 18 MISO 19 SCK 1 RESET 7 VCC 8 GND  The Pin 1 , Pin7, Pin 8 , Pin 17, Pin 18, Pin 19 of microcontroller are used for programming of the controller.  The output of the microcontroller are taken from Pin 14, Pin 15, Pin 16, Pin 17. WORKING FIG: CONFIGURATION OF MICRONTROLLER PINS
  • 16. WORKING C.) OUTPUT MODE  The Motor Driver IC L293d is used for controlling the motion of the motors .  The Pin 2, Pin 7, Pin 10 and Pin 15 are the input pins of L293d IC  Output pins are configured as Pin 3, Pin 6, Pin 11, and Pin 14. FIG: L293D IC
  • 17. FIG: INTERNAL BLOCK DIAGRAM OF L293D WORKING
  • 18. In this mode, the ROBOT perform general motions i.e., Forward, Backward, Left and Right.  Forward Motion:- Both the Motors operate (In Forward direction).  Backward Motion:- Both the Motors operate. (In Backward Direction)  Left Motion:- Right Motor operate and Left Motor is stopped.  Right Motion:- Left Motor operate and Right Motor is stopped. DTMF TONE PB3 PB2 PB1 PB0 MOTION# 2 1 0 0 1 FORWARD 4 0 0 0 1 LEFT 6 1 0 0 0 RIGHT 8 0 1 1 0 BACKWARD * 0 0 0 0 STOP MOTION OF MOTORS
  • 20. #define F_CPU 12000000UL // define CPU frequency for delay function. #include <avr/io.h> // includes input/output header file #include <util/delay.h> // includes delay header file DTMF=DTMF&0b0001111; //Mask high order 4 bits if(DTMF==2) //if Key 2 of cell phone pressed { PORTB=0b00001001; // move straight } if(DTMF==4) // if Key 4 of cell phone pressed { PORTB=0b00000001; // turn left } PROGRAM CODE
  • 21. if(DTMF==6) // if Key 6 of cell phone pressed { PORTB=0b00001000; // turn right } if(DTMF==8) // if Key 8 of cell phone pressed { PORTB=0b00000110; // move back } if(DTMF==11) // if Key * of cell phone pressed { PORTB=0b00000000; //stop } PROGRAM CODE
  • 22. FURTHER ADVANCEMENTS  LINE FOLLOWER, EDGE AVOIDER, SEARCHER, AVOIDER.  PC-CONTROLLED.  FM-CONTROLLED.
  • 23. APPLICATIONS  VIDEO CALLING.  CONTROLLING OF MULTIPLE ROBOTS.  INTELLIGENCE.  UAV’s.  AUTONOMUS CAR.  CONTROLLING HOME APPLIANCES.