Abstract:
DTMF is the acronym for Dual tone modulation frequency motor direction controlled based on DTMF technology is explained in this article. Here is a circuit that operates the motor 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.
Working:
DTMF based motor direction controlledcircuit 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
Circuit Components:
Doc | |||
Source Code |