<?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>topic Re: making a ir tv remote using atmega or any other uC in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200785#M16443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, and welcome to the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, it is unclear to me whether you wish to encode the NEC IR protocol, or to decode&amp;nbsp;the protocol.&amp;nbsp; Secondly, this forum does not address any&amp;nbsp;atmega coding issues - it is specifically for Freescale 8-bit MCUs, and their&amp;nbsp;peripheral hardware.&amp;nbsp; IR protocols, either sending or receiving, involve extensive timer hardware use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following recent thread on this forum addressed the encoding of the NEC protocol,&amp;nbsp;without the 38kHz sub-carrier.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="103280" class="jive_macro jive_macro_thread default_title" href="https://community.freescale.com/thread/103280" jivemacro="thread" title="https://community.freescale.com/thread/103280"&gt;https://community.freescale.com/thread/103280&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jan 2012 21:04:02 GMT</pubDate>
    <dc:creator>bigmac</dc:creator>
    <dc:date>2012-01-29T21:04:02Z</dc:date>
    <item>
      <title>making a ir tv remote using atmega or any other uC</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200782#M16440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls help...need some idea to make a tv remote using atmega or any other uC operating on 38kHz n NEC format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 14:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200782#M16440</guid>
      <dc:creator>nachi30192</dc:creator>
      <dc:date>2012-01-26T14:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: making a ir tv remote using atmega or any other uC</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200783#M16441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try starting with these links:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://lmgtfy.com/?q=make+tv+remote+control" rel="nofollow" target="_blank"&gt;http://lmgtfy.com/?q=make+tv+remote+control&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ladyada.net/learn/sensors/ir.html" rel="nofollow" target="_blank"&gt;http://www.ladyada.net/learn/sensors/ir.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://altiumwiki.onconfluence.com/display/ADOH/NEC+Infrared+Transmission+Protocol" rel="nofollow" target="_blank"&gt;http://altiumwiki.onconfluence.com/display/ADOH/NEC+Infrared+Transmission+Protocol&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 21:41:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200783#M16441</guid>
      <dc:creator>PeterHouse</dc:creator>
      <dc:date>2012-01-27T21:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: making a ir tv remote using atmega or any other uC</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200784#M16442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really like the 68xx family for decoding IR.&amp;nbsp; I find it really easy to set the uC to interrup on both rising and falling edges and on each edge the ISR Stop the counter, stores the capture count, reset the counter to 0, and restart the counter.&amp;nbsp; Check the timer value for the expected pulse ranges and determine if start sequence, 0 bit, 1 bit and store, exit the ISR.&amp;nbsp; When the code is complete, set a flag for the Main routine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There should be a state machine for the code sequence you are looking for like the NEC in the previous message links.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you set the timier dividers properly, you can measure bits, start sequences, and repeat messages.&amp;nbsp; When the timer overflows, you can also determine the message is not repeated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 21:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200784#M16442</guid>
      <dc:creator>PeterHouse</dc:creator>
      <dc:date>2012-01-27T21:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: making a ir tv remote using atmega or any other uC</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200785#M16443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, and welcome to the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, it is unclear to me whether you wish to encode the NEC IR protocol, or to decode&amp;nbsp;the protocol.&amp;nbsp; Secondly, this forum does not address any&amp;nbsp;atmega coding issues - it is specifically for Freescale 8-bit MCUs, and their&amp;nbsp;peripheral hardware.&amp;nbsp; IR protocols, either sending or receiving, involve extensive timer hardware use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following recent thread on this forum addressed the encoding of the NEC protocol,&amp;nbsp;without the 38kHz sub-carrier.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="103280" class="jive_macro jive_macro_thread default_title" href="https://community.freescale.com/thread/103280" jivemacro="thread" title="https://community.freescale.com/thread/103280"&gt;https://community.freescale.com/thread/103280&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2012 21:04:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/making-a-ir-tv-remote-using-atmega-or-any-other-uC/m-p/200785#M16443</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2012-01-29T21:04:02Z</dc:date>
    </item>
  </channel>
</rss>

