• CES
  • AMARTS
  • Electronic Kid
  • Useful-news
  • Forum
  • Fellowship
  • E-Library
  • All
gravatar

EEE, ECE & IE Project Updates

EEE, ECE & IE Project Updates

Link to Electronics Hub

DTMF Mobile Controlled Robot without Microcontroller

Posted: 15 Jun 2014 11:58 PM PDT

DTMF is the acronym for Dual tone modulation frequency. Robotic vehicle based on DTMF technology is explained in this article. Here is a circuit that operates the robot without using a microcontroller. This circuit consists of simple ICs.

When a key is pressed from our mobile, it generates a tone combination of two frequencies from our keypad. In the two frequencies, one is high frequency and another one is low frequency. This frequency can be decoded by the decoder IC into binary sequence.

 DTMF Based Robotic Vehicle Circuit Principle:

 DTMF based robotic vehicle circuit consists of DTMF decoder IC, driver IC l293D IC and motors.

DTMF decoder IC used is HT9107B. It has 18 pins. Tone from DTMF encoder is given to the DTMF decoder IC. The decoder IC internally, consists of operational amplifier whose output is given to pre filters to separate low and high frequencies. Then it is passed to code detector circuit and it decodes the incoming tone into 4bits of binary data. This data at the output is directly given to the driver IC to drive the two motors. These motors rotate according to the decoded output.

If the button pressed from mobile is '1', it gives a decoded output of '0001'. Thus motor connected to the first two pins will get 0 volts and second motor will have 5 volts to one  pin and 0 volts to the another pin. Thus second motor starts rotating and first motor is off. So, robot moves in one direction either to left or right. If the robot is to rotate forward or backward then the binary value should be either '0101' or '1010'.These values indicate that two motors rotates in the same direction i.e. either forward or backward. The following table gives the low frequency, high frequency and binary output value of each button pressed in the keypad.

DTMF Decoded Frequency Output Table

DTMF Decoded Frequency Output Table

Circuit Diagram of DTMF Controlled Robotic Vehicle without using Microcontroller:

DTMF Mobile Controlled Robot without Microcontroller

DTMF Mobile Controlled Robot without Microcontroller

Circuit Components:

  • DTMF Decoder IC (HT9107B)
  • Motor Driver IC
  • Motors
  • Resistors – R1, R2 & R3
  • Capacitors – C1 to C4
  • Crystal Oscillator

DTMF Controlled Robot Circuit Design:

The main components of the circuit are DTMF decoder IC, motor driver IC and motors. The decoder IC used here is HT9107B IC. The second pin of decoder IC is an inverting pin of the operational amplifier.

Tone is applied to the IC through a series of capacitor and resistor. The output of the Op Amp is feed back through GS pin of the IC. An external crystal is connected to the 7th and 8th pins of the IC.

Motor driver IC used is L293D. It has 16 pins. 2, 7, 10, 15 pins are the inputs of motor driver IC connected from output pins of the decoder IC. The output pins are 3, 6, 11, 14. These pins are connected to the two motors of robotic vehicle. 8th pin is connected to the 5v. Vss is the input voltage with which the motors runs. Motors cannot be driven with 5Vof microcontroller. So, a driver IC is used to amplify this voltage. VSS pin provides this voltage.

How DTMF based Robotic Vehicle Circuit Works?

  • Arrange the robot mechanically i.e. connect the wheels to the motors, place the circuit on the robot with a mobile fixed to it.
  • Now press '5' from your mobile, robot starts moving forward.
  • Now press '0' from your mobile, robot starts moving backward.
  • Now press '2' to rotate the robot in left direction.
  • Now press '8' to rotate the robot in right direction.

DTMF Controlled Robotic Vehicle Circuit Applications:

  • DTMF robot with slight modifications can be used in industrial applications.
  • DTMF robot with human detector sensor can be used at the time of disasters like earth quake to detect the human under buildings.
  • DTMF robot with camera can be used in surveillance systems.

Limitations of DTMF Controlled Robotic Vehicle :

  • DTMF robot may not work properly if it is operated with another mobile when there is no signal.
  • Mobiles with particular jacks are only used.

The post DTMF Mobile Controlled Robot without Microcontroller appeared first on Electronics Hub.