Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top