<?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>Classic/Legacy CodeWarriorのトピックRe: IR decoding with HCS08</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IR-decoding-with-HCS08/m-p/168586#M3218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/Unfortunately, I don't know what protocol the IR transmitter remote uses. &amp;nbsp;I do know that it is a Remotec BW7070 universal remote, but that is it. &amp;nbsp;The IR receiver I'm using is an Osram SFH5110. &amp;nbsp;When attaching an&amp;nbsp;oscilloscope to the data line of the receiver, I can determine the binary, and therefore the hex value of each signal the receiver sends to the JM16. &amp;nbsp;I could give a list of the hex values if that would help. &amp;nbsp;I also know the bit length of the start, one, and zero bits as well as the period. &amp;nbsp;Will that make things easier?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start bit = 19ms&lt;/P&gt;&lt;P&gt;One bit = 38ms&lt;/P&gt;&lt;P&gt;Zero bit = 67ms&lt;/P&gt;&lt;P&gt;Period = 115ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data signals:&lt;/P&gt;&lt;P&gt;0x30&lt;/P&gt;&lt;P&gt;0x3F&lt;/P&gt;&lt;P&gt;0x37&lt;/P&gt;&lt;P&gt;0x28&lt;/P&gt;&lt;P&gt;0x17&lt;/P&gt;&lt;P&gt;0x0F&lt;/P&gt;&lt;P&gt;0x2F&lt;/P&gt;&lt;P&gt;0x1F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2010 06:29:13 GMT</pubDate>
    <dc:creator>diarmadhi</dc:creator>
    <dc:date>2010-12-11T06:29:13Z</dc:date>
    <item>
      <title>IR decoding with HCS08</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IR-decoding-with-HCS08/m-p/168584#M3216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm am using a MC9S08JM16 chip with a IR receiver attached to the IRQ line (external interrupt). &amp;nbsp;Now I'm using the CodeWarrior &amp;nbsp;for microcontrollers v10.0. &amp;nbsp;I'm also using the Processor Expert to create modules such as UART. &amp;nbsp;However, there is no useful IR module. &amp;nbsp;I've also tried searching for "IR", "infrared", "decoder" and other combos in the support sections and have not come up with anything useful. &amp;nbsp;Basically, what I'm curious to know is if there is any sample code, helpful hints, or something that explains how to set up an IR decoding protocol with the IDE and chip I'm using, anyone have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 11:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IR-decoding-with-HCS08/m-p/168584#M3216</guid>
      <dc:creator>diarmadhi</dc:creator>
      <dc:date>2010-12-10T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: IR decoding with HCS08</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IR-decoding-with-HCS08/m-p/168585#M3217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please specify what kind of protocol the transmitter use? Do you need to decode RC-5 protocol?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2010 00:48:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IR-decoding-with-HCS08/m-p/168585#M3217</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2010-12-11T00:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: IR decoding with HCS08</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IR-decoding-with-HCS08/m-p/168586#M3218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/Unfortunately, I don't know what protocol the IR transmitter remote uses. &amp;nbsp;I do know that it is a Remotec BW7070 universal remote, but that is it. &amp;nbsp;The IR receiver I'm using is an Osram SFH5110. &amp;nbsp;When attaching an&amp;nbsp;oscilloscope to the data line of the receiver, I can determine the binary, and therefore the hex value of each signal the receiver sends to the JM16. &amp;nbsp;I could give a list of the hex values if that would help. &amp;nbsp;I also know the bit length of the start, one, and zero bits as well as the period. &amp;nbsp;Will that make things easier?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start bit = 19ms&lt;/P&gt;&lt;P&gt;One bit = 38ms&lt;/P&gt;&lt;P&gt;Zero bit = 67ms&lt;/P&gt;&lt;P&gt;Period = 115ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data signals:&lt;/P&gt;&lt;P&gt;0x30&lt;/P&gt;&lt;P&gt;0x3F&lt;/P&gt;&lt;P&gt;0x37&lt;/P&gt;&lt;P&gt;0x28&lt;/P&gt;&lt;P&gt;0x17&lt;/P&gt;&lt;P&gt;0x0F&lt;/P&gt;&lt;P&gt;0x2F&lt;/P&gt;&lt;P&gt;0x1F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2010 06:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IR-decoding-with-HCS08/m-p/168586#M3218</guid>
      <dc:creator>diarmadhi</dc:creator>
      <dc:date>2010-12-11T06:29:13Z</dc:date>
    </item>
  </channel>
</rss>

