<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>8-bit MicrocontrollersのトピックDTMF Detection</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130639#M2516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Along similar lines, I would like to see code for DFMF detection. Most DTMF decoding IC’s are going away and I’m sure they are being replaced by Micro’s. It would be nice to have a Micro with a hardware DTMF decoder on board but short of that I believe Freescale is missing the boat by not supplying some minimum code for DTMF apps. Maybe they do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Apr 2007 05:16:56 GMT</pubDate>
    <dc:creator>microjock</dc:creator>
    <dc:date>2007-04-15T05:16:56Z</dc:date>
    <item>
      <title>DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130639#M2516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Along similar lines, I would like to see code for DFMF detection. Most DTMF decoding IC’s are going away and I’m sure they are being replaced by Micro’s. It would be nice to have a Micro with a hardware DTMF decoder on board but short of that I believe Freescale is missing the boat by not supplying some minimum code for DTMF apps. Maybe they do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 05:16:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130639#M2516</guid>
      <dc:creator>microjock</dc:creator>
      <dc:date>2007-04-15T05:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130640#M2517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Detection by only MCUs seems to be mostly done via DSP because of computation of the Goertzel algorithm used.&lt;BR /&gt;&lt;BR /&gt;I found a nice &lt;B&gt;&lt;A href="http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/Small_Form_Factor/en/an218.pdf" rel="nofollow" target="_blank"&gt;Silabs Application Notes on the C8051&lt;/A&gt;&lt;/B&gt;. But embedded C is embedded C...&lt;BR /&gt;Up to you to see if you have enough space on your MCU to use the same algorithm or not.&lt;BR /&gt;Instead of doing calculation, you could keep tables in flash memory. &lt;BR /&gt;&lt;BR /&gt;Generating DTMF is quite easy with PWM modules, detecting is more difficult.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 04:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130640#M2517</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-04-16T04:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130641#M2518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hi &lt;FONT color="#017BBA"&gt;microjock,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#017BBA"&gt;you can try MT8888 from ZARLINK.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#017BBA"&gt;They works well with my AW60.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#017BBA"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#017BBA"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#017BBA"&gt;mingyee&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://www.freescale.com/files/community_files/8BITCOMM/5682_MT8888C_transceiver1.pdf" rel="nofollow" target="_self"&gt;MT8888C_transceiver1.pdf&lt;/A&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-10-20&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;01:30 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:22:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130641#M2518</guid>
      <dc:creator>mylim</dc:creator>
      <dc:date>2007-04-16T10:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130642#M2519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for the suggestions. Although never played with one I am familiar with the MT8888 decoder. They are one of the few still being manufactured. I'll check out the C program also. I figured that a DSP would probably end up being the answer. Somewhere, some time back, on some forum someone mentioned that they had personally been involved with developing a DTMF device with a 6805 core. I never heard anymore about it.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 13:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130642#M2519</guid>
      <dc:creator>microjock</dc:creator>
      <dc:date>2007-04-16T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130643#M2520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;A long, long time ago i developed hard and software for a computer controlled telephone. The first try was to use a Motorola MPU called HC05F4&amp;nbsp; (if i remember right). But the F4 was never released and as i heard it was only produced for one customer. So finally i used a HC905B16 and a MT88L85 for the DTMF decoding.&lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;BR /&gt;&lt;BR /&gt;PS. maybe Freescale has somewhat like the HC05F4 (or HC05F12, also used in telephones) in the HC(S)08 technology?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 18:55:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130643#M2520</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2007-04-16T18:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130644#M2521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, years ago in their data book Mitsubishi had a 6502 derivative (yea I know I’m showing my age) with a tone decoder on board, if I remember correctly. I tried to get a couple but they just wouldn’t sell to individuals although I had a company name. I figured if they were going to be that snobbish then I didn’t want to do business with them. Many moons ago I designed a board and built a decoder using Signetics 567 phase locked loop IC’s along with the glue logic. I never mounted enough of them to do the whole 16 buttons but I had enough to do what I need to do.&lt;BR /&gt;It’s probably not worth the software hassle when you can still get IC’s like the MT8888.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 00:37:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130644#M2521</guid>
      <dc:creator>microjock</dc:creator>
      <dc:date>2007-04-17T00:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130645#M2522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi&amp;nbsp; microjock&lt;BR /&gt;if you need some DTMF ic's i can you offer some MT88L89AS (i found them in a drawer). If helpful i can extract the software for this device from the old project.&lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;BR /&gt;&lt;BR /&gt;PS: I think in this case a private mail would be helpful!&lt;BR /&gt;&lt;A href="http://forums.freescale.com/../view_profile?user.id=6325" rel="nofollow" target="top"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 02:28:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130645#M2522</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2007-04-18T02:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130646#M2523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;The CML Microcircuits CMX865A Telecom signalling device might be another possibility, for a hardware solution.&amp;nbsp; This seems to be quite a recent device, and has&amp;nbsp;3.3V operation.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;On previous occasions, I had successfully&amp;nbsp;used the MC145436, but I presume this is one of the devices that is no longer available.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Mac&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by bigmac on &lt;SPAN class="date_text"&gt;2007-04-18&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;08:39 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 05:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130646#M2523</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2007-04-18T05:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130647#M2524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for all the help. I’m still toying with this idea. Not sure how I want approach it. I’ll check into the CMX865A Telecom device. I haven’t heard of that one. I’m pretty sure the MC145436 is one of several no longer made.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 13:17:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130647#M2524</guid>
      <dc:creator>microjock</dc:creator>
      <dc:date>2007-04-18T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130648#M2525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I can attest to the goodness of the CMX867 chip. I'm using it in my current project, and I'm surprised at its sensitivity and tolerance for decoding in the presence of distortion and interfering audio. It's also a good DTMF generator, has call progress tone detection, a TELCO line driver, and is an FSK modem on top of all that. Haven't done any FSK with it yet but that's the next step.&lt;BR /&gt;&lt;BR /&gt;And give yourself plenty of quiet time to read their data sheet.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2007 19:37:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130648#M2525</guid>
      <dc:creator>Wings</dc:creator>
      <dc:date>2007-04-22T19:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: DTMF Detection</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130649#M2526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joerg - I was doing some research as I am seeking to locate MT88L85AN&amp;nbsp; ( I can also take&amp;nbsp;&lt;SPAN&gt;MT88L85AN1 or&amp;nbsp;MT88L85ANR1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if you'd happen to have any of those in your drawer as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to reach out to me at samir.elmessaoudi@sourceability.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2020 11:28:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/DTMF-Detection/m-p/130649#M2526</guid>
      <dc:creator>samirelmessaoud</dc:creator>
      <dc:date>2020-08-23T11:28:13Z</dc:date>
    </item>
  </channel>
</rss>

