Can you also post up your code as well?
Can anyone please help me in writing code for DTMF MT 8870 with 8051
i am getting data from dtmf but 8051 is not reading data. i am attaching circuit diagramEDITED CKT..png
please help
Can you also post up your code as well?
thnx for reply
please help
here is code
org 00h
mov p2,#000h
mov p0,#0ffh
setb p3.7
start: mov a,p1
mov p2,a
cpl p3.7
jmp start;
OK...you'll need a bit more code than that to make this thing work. However, I need a bit more information as to what your project is supposed to do when all is said and done. Can you give me a description of what you are trying to make this circuit do?
i simply wants to switch on the relay connected on p2 ON & OFF by pressing 1 & 2 from mobile
data is changing on o/p of dtmf but P89v51rd2 is not reading it and not giving o/p on p2
Last edited by gagandeep; 4th May 2012 at 05:37 AM.
| Tags |
| Similar Threads | ||||
| Thread | Starter | Forum | Replies | Last Post |
| DTMF HELP NEEDED!!!! please help | VIVEK.V1990 | Electronic Projects Design/Ideas/Reviews | 5 | 19th July 2011, 11:34 AM |
| DTMF decoder, please help!! | mindctrl | Electronic Projects Design/Ideas/Reviews | 3 | 18th July 2005, 05:16 PM |
| need help in encoding the 108keys in key board to dtmf | aneesh | Electronic Projects Design/Ideas/Reviews | 2 | 11th October 2003, 07:05 AM |
| help for : DTMF remote control with mt8880 | Pat-21 | Electronic Projects Design/Ideas/Reviews | 1 | 10th July 2003, 03:49 AM |
| DTMF Using PIC Help | jcding | Electronic Projects Design/Ideas/Reviews | 1 | 26th December 2002, 04:23 AM |