Again, all we need to make the home-brew IR work is either an open serial port, or to configure one of the GPIO ports as the TX line of a serial port. So i guess it all boils down to if it is possible to do one of those 2 things. I cant imagine it would be that hard to do, serial communication ports have been around since the dawn of computer time.
<br><br>Also, I have thought about the need to &quot;learn&quot; new codes. That is why I chose to look at using LIRC, since it uses configuration files for 1000s of existing products, most devices wont need to be learned. If you happened to have one of the ones that config files havent been generated for yet, you could create a LIRC reciever on a PC, and simply grab it from the device remote itself, but I didnt imagine many people would want to go through all that for something that already exists with LIRC.
<br><br><div><span class="gmail_quote">On 5/11/07, <b class="gmail_sendername">Werner Almesberger</b> &lt;<a href="mailto:werner@openmoko.org">werner@openmoko.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Alan Ide wrote:<br>&gt; Any suggestions, comments, or hate mail are welcome.<br><br>Just a few data points:<br><br>- IR most remotes use a signal with a 35 kHz or 38 kHz carrier, so<br>&nbsp;&nbsp;you would probably want to use a PWM for this
<br><br>- alas, all the PWM outputs are taken for other things in GTA01Bv4:<br>&nbsp;&nbsp;TOUT0: BACKLIGHT_LCM<br>&nbsp;&nbsp;TOUT1: GPS_PWRON<br>&nbsp;&nbsp;TOUT2: nSD_ON<br>&nbsp;&nbsp;TOUT3: VIBRATOR_ON<br><br>- you probably want your remote to be &quot;learning&quot;, so you also need
<br>&nbsp;&nbsp;an input (this also could be connected to the PC, and then you&#39;d<br>&nbsp;&nbsp;just copy the codes to the Neo). For this, you probably want a<br>&nbsp;&nbsp;sensor with a build-in 35 kHz or 38 kHz bandpass filter. (E.g.,<br>&nbsp;&nbsp;a few years ago, I used the IRM8601S. But there are more recent
<br>&nbsp;&nbsp;and more compact choices as well.)<br><br>My circuit from back then (using a PIC microcontroller and doing<br>everything in software) is here:<br><a href="http://www.almesberger.net/misc/irr/">http://www.almesberger.net/misc/irr/
</a><br><br>- Werner<br><br>--<br>&nbsp;&nbsp;_________________________________________________________________________<br> / Werner Almesberger, Buenos Aires, Argentina&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:werner@almesberger.net">werner@almesberger.net
</a> /<br>/_http://www.almesberger.net/____________________________________________/<br></blockquote></div><br>