CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

DTMF decoder MT8870

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
GIO
Guest







DTMF decoder MT8870
PostPosted: Thu Sep 07, 2006 5:44 am     Reply with quote

Hello guys!

Anyone had worked with DTMF decoder MT8870 and has an example routine ?

Thanks in advance, Giorgio
Humberto



Joined: 08 Sep 2003
Posts: 1215
Location: Buenos Aires, La Reina del Plata

View user's profile Send private message

PostPosted: Thu Sep 07, 2006 9:00 am     Reply with quote

The decoder MT8870 doesn´t need any code to run. It work by itself, read carefully the datasheet and connect it as described. It decode a DTMF signal in a 4 bit HEX number as output, if you want to interpret those 4 bit you can do it with the help of a microcontroller, or not.

http://products.zarlink.com/product_profiles/MT8870D.htm


Humberto
Mark Weir



Joined: 11 Sep 2003
Posts: 51
Location: New Zealand

View user's profile Send private message

Great Chip
PostPosted: Thu Sep 07, 2006 2:07 pm     Reply with quote

Hi,

The 7780 is a great chip for decoding DTMF incoming signals. It is very simple to use. I use the circuit from the application in the datasheet. The chip has a pin labelled Std at 15, this pin goes high when you have a valid DTMF signal so it can be polled or used to trigger an interrupt.The data, in BCD will appear at pins 11,12,13,14 weighted 1,2,4 and 8.

I have used this very sucessfully in several products.
You dont need any fancy code to work with this chip just monitor the Std pind and read the BCD as inputs from another port.

Cheers

Mark
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group