How to generate DTMF tone with 8051?

Status
Not open for further replies.

darkman

Newbie level 5
Joined
Jun 16, 2004
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
63
Hi,
I want to the generate dtmf tone with 8051
My need is C source codes on this project

Thanks..
 

8051 dtmf

Take a look at this application note from rensas:
**broken link removed**

I used it to implement DTMF generation on a PIC but I think you can only do it easily using hardware PWM (which I used on a 16F628).

best regards
 

dtmf pic16f628a

Try with CM8870. This is DTMF decoder. Its very easy to use.


Mr.Cube
 

dtmf.pdf

I must use 8051
 

generate dtmf with microcontroller

darkman said:
I must use 8051

That should not be a problem, you must select an 8051 with PCA (Programmable Counter Array) and you can do PWM on an 8051 and use the method I have posted above to generate DTMF.

hope this helps
 

how to generate dtmf microcontroller

In this case you have to generate tones by yourselves. Made timer (e.g. T0) which time is in base of every tone and with diferent multiplication of time you'll get diferent frequences.


Mr.Cube
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…