<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>SparkFun Electronics Comments</title>
<link href="https://www.sparkfun.com/"></link>
<id>urn:uuid:214d0e4e-f1b1-d287-ce26-ac5b4c9f8249</id>
<updated>2017-07-14T19:01:10-06:00</updated>
<author><name>SparkFun Electronics</name>
</author>
<link href="https://www.sparkfun.com/feeds/comments" rel="self" type="application/atom+xml"></link>
<entry>
<title>Customer #734604 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #734604</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-5693ec09ce395f792d8b456c"></link>
<id>urn:uuid:56509d6c-4e55-c18e-21d2-5029a0670cee</id>
<updated>2016-01-11T10:53:13-07:00</updated>
<content type="html">&lt;p&gt;Great value and works like a charm!&lt;/p&gt;</content>
</entry>
<entry>
<title>johnsondavies on COM-11759 - Infrared Remote Control</title>
<author><name>johnsondavies</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-55192aadce395ffc3e8b4567"></link>
<id>urn:uuid:4f17e763-6a8a-91e2-aa49-59fca2b10d1c</id>
<updated>2015-03-30T04:51:25-06:00</updated>
<content type="html">&lt;p&gt;This IR Remote Control Tool might be useful for working with infrared remote controls: http://www.technoblogy.com/show?KVM&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #595075 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #595075</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-541487f7757b7f2e108b4568"></link>
<id>urn:uuid:c393fd93-10f3-9e7b-067f-470cb3dbb949</id>
<updated>2014-09-13T12:07:51-06:00</updated>
<content type="html">&lt;p&gt;Is the IR led used narrow beam LED or Wide beam LED? (I want to know view angle of IR LED used in this Remote.)&lt;/p&gt;

&lt;p&gt;Please let me know viewing angle, which is more concern for my project.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #595075 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #595075</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-5414877ace395fdb088b4568"></link>
<id>urn:uuid:3b5835cf-5d85-8bbb-e30e-6317335893cc</id>
<updated>2014-09-13T12:05:46-06:00</updated>
<content type="html">&lt;p&gt;Is the IR led used narrow beam LED or Wide beam LED? (I want to know view angle of IR LED used in this Remote.)&lt;/p&gt;

&lt;p&gt;Please let me know viewing angle, which is more concern for my project.&lt;/p&gt;</content>
</entry>
<entry>
<title>Microman on COM-11759 - Infrared Remote Control</title>
<author><name>Microman</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-53c201d8757b7fd91e8b4569"></link>
<id>urn:uuid:16e7e37e-97d7-5c68-1e91-107a9d8a409c</id>
<updated>2014-07-12T21:49:44-06:00</updated>
<content type="html">&lt;p&gt;The macbook pro doesn&amp;rsquo;t have an IR receiver. What you could do is take a receiver and Arduino Due and use the mouse/keyboard control abilities and make it remote controlled somewhat that way.&lt;/p&gt;</content>
</entry>
<entry>
<title>Cliffo on COM-11759 - Infrared Remote Control</title>
<author><name>Cliffo</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-53c0bee2757b7f52618b4567"></link>
<id>urn:uuid:fa342449-b97b-b864-d45c-9df63698bb1d</id>
<updated>2014-07-11T22:51:46-06:00</updated>
<content type="html">&lt;p&gt;I enhanced AdaFruit&amp;rsquo;s program from here:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://forums.adafruit.com/viewtopic.php?f=22&amp;amp;t=56403
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;to read the codes from this Remote&amp;rsquo;s SparkFun predecessor here:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;https://www.sparkfun.com/products/retired/10280
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I posted my complete pulse-stream findings on AdaFruits Forum above.&lt;/p&gt;

&lt;p&gt;As other users posted, its codes are changeable by holding down the Power or Mute key for a long time, then it&amp;rsquo;s pot-luck as to which code standard it will switch to, as described by user postings here and in the AdaFruit forum above.&lt;/p&gt;

&lt;p&gt;To wit, initially my COM-10280&amp;rsquo;s codes all started with:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;3Long,3Short,1Long,2Short,1Long
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;which I (perhaps incorrectly) interpret as 0x389(?), followed by several hundred pulses, which were pretty-much consistent each time.&lt;/p&gt;

&lt;p&gt;The next day, I accidently re-programmed it (via an inadvertent long-key-press, apparently), so now each command starts with:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; 1Long,6Short,1Long,1Short,6Long,1Short  (112 total pulses/button press)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;which I (again possibly incorrectly) interpret as either 0x817E, or 0x17E, depending on whether the &amp;ldquo;8&amp;rdquo; is some sort of start-bit or not.&lt;/p&gt;

&lt;p&gt;It was making 69-pulse streams for a while, but I held down the Power button again, and ended up with the 112-pulse streams.&lt;/p&gt;

&lt;p&gt;Can someone please advise me if either of these preamble sequences are well-known parts of some IR Remote Code standard?&lt;/p&gt;

&lt;p&gt;More to the point, does SparkFun have posted somewhere all the code standards that the COM-10280 can produce, so I can add broader coverage to my program?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;=Cliff&lt;/p&gt;</content>
</entry>
<entry>
<title>MrSoltys on COM-11759 - Infrared Remote Control</title>
<author><name>MrSoltys</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-532b1e4d757b7f6e4c8b4568"></link>
<id>urn:uuid:b983f5f3-399b-85ba-974d-a55b6058fa7b</id>
<updated>2014-03-20T10:58:53-06:00</updated>
<content type="html">&lt;p&gt;Any way to  hack this to work as a macbook pro remote?&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #41456 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #41456</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-529a3cf3757b7f5c4c8b4567"></link>
<id>urn:uuid:d34fc248-c88c-e4b7-7354-37fb642eaa2a</id>
<updated>2013-11-30T12:30:59-07:00</updated>
<content type="html">&lt;p&gt;A note about the codes used by the Sparkfun remote control:  The control sends 32 bits of information that comprise an address and the bitwise complement of the address, and the command and the bitwise complement of the command. The remote-control documentation notes all &amp;ldquo;codes&amp;rdquo; begin with 10EF. Actually, that&amp;rsquo;s an address of 01 and its complement, EF. The documentation also shows a two-byte code for each button. The code 807F corresponds to the &amp;ldquo;&gt;&amp;rdquo; pushbutton, for example.  Actually, this represents the command 80, followed by its complement 7F. The NEC format allows for 256 addresses (one byte) and 256 commands (one byte). The complement information can aid in detecting errors, but it adds nothing useful to the actual address or command information. So there&amp;rsquo;s no need for software to decode the bits in the complemented information.&lt;/p&gt;

&lt;p&gt;Also, the NEC protocol places the least-significant bit (LSB) first in the transmission of each byte, so although the Sparkfun information will work if you assume MSB first, it will not work for remote devices that adhere to the NEC format. In that format, the address becomes 00001000 or 08 hex, and the &amp;ldquo;&gt;&amp;rdquo; button sends the command 00000001, or 01 hex.&lt;/p&gt;

&lt;p&gt;For more information on the NEC protocol and timing, see the section, &amp;ldquo;Pulse Distance Coding&amp;hellip;&amp;rdquo; in the Freescale Semiconductor application note, &amp;ldquo;Infrared Remote Control Techniques&amp;hellip;&amp;rdquo; AN3053 at: http://www.freescale.com/files/microcontrollers/doc/app_note/AN3053.pdf.&lt;/p&gt;

&lt;p&gt;Cheers, Jon&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #486204 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #486204</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-527bd641757b7f220d8b4568"></link>
<id>urn:uuid:621e83e0-fbdb-f765-b98f-04e5b1ae9815</id>
<updated>2013-11-07T11:04:49-07:00</updated>
<content type="html">&lt;p&gt;Hey Did you get figure out how to detect that? I am trying to do the same exact thing.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #463082 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #463082</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-523a221a757b7fc3748b4567"></link>
<id>urn:uuid:ea01b4bd-22b6-dc07-e66e-c4ccbfeebc62</id>
<updated>2013-09-18T15:58:50-06:00</updated>
<content type="html">&lt;p&gt;I&amp;rsquo;m building Popular Mechanics BYFR and I don&amp;rsquo;t know if this remote was even what i needed, is this Sony universal remote compatible?&lt;/p&gt;</content>
</entry>
<entry>
<title>The Doctor Doge on COM-11759 - Infrared Remote Control</title>
<author><name>The Doctor Doge</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f690e6ce395ffe68000002"></link>
<id>urn:uuid:620129db-d2b1-1def-4c35-ebd0253768ae</id>
<updated>2013-07-29T09:57:26-06:00</updated>
<content type="html">&lt;p&gt;&lt;a href=&quot;https://www.sparkfun.com/products/11926&quot; rel=&quot;nofollow&quot; &gt;try this&lt;/a&gt;&lt;/p&gt;</content>
</entry>
<entry>
<title>MilesTag on COM-11759 - Infrared Remote Control</title>
<author><name>MilesTag</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f5e432ce395f4e16000000"></link>
<id>urn:uuid:6db146f7-7997-db7d-d6c0-145db2684480</id>
<updated>2013-07-28T21:40:34-06:00</updated>
<content type="html">&lt;p&gt;No, there is no learning function.&lt;/p&gt;</content>
</entry>
<entry>
<title>The Doctor Doge on COM-11759 - Infrared Remote Control</title>
<author><name>The Doctor Doge</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f5d4ffce395f8d1d000000"></link>
<id>urn:uuid:30a9df72-a983-e515-51dc-dcae68e8fb1b</id>
<updated>2013-07-28T20:35:43-06:00</updated>
<content type="html">&lt;p&gt;No clue, but I would venture to guess no&lt;/p&gt;</content>
</entry>
<entry>
<title>MilesTag on COM-11759 - Infrared Remote Control</title>
<author><name>MilesTag</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f57ee0ce395fe51a000000"></link>
<id>urn:uuid:ed0e521e-d71e-dc31-1929-1d4f2360d77a</id>
<updated>2013-07-28T14:28:16-06:00</updated>
<content type="html">&lt;p&gt;Yes, it appears to be NEC format.  Sync (Header) followed by 32 bits.  The first 8 bits are the &amp;ldquo;Custom Code&amp;rdquo;; followed by 8 bits &amp;ldquo;Inverted Custom Code&amp;rdquo;; the third 8 bits are the &amp;ldquo;Data Code&amp;rdquo;; followed by the 8 bits &amp;ldquo;Inverted Data Code&amp;rdquo;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.celadon.com/infrared_protocol/infrared_protocols_samples.pdf&quot; rel=&quot;nofollow&quot; &gt;Infrared Protocols PDF&lt;/a&gt;&lt;/p&gt;</content>
</entry>
<entry>
<title>MilesTag on COM-11759 - Infrared Remote Control</title>
<author><name>MilesTag</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f57d66ce395fb71a000000"></link>
<id>urn:uuid:88ea6be9-b58d-dae9-977c-b4ccd2d1732b</id>
<updated>2013-07-28T14:21:58-06:00</updated>
<content type="html">&lt;p&gt;It also works fine with a 40KHz receiver and a 56KHz receiver.&lt;/p&gt;</content>
</entry>
<entry>
<title>MilesTag on COM-11759 - Infrared Remote Control</title>
<author><name>MilesTag</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f57b0dce395ff418000000"></link>
<id>urn:uuid:815ae03a-64b1-5303-7290-621adf272f04</id>
<updated>2013-07-28T14:11:57-06:00</updated>
<content type="html">&lt;p&gt;If you continue holding a button, it will send FFFFFFFF repeatedly until you release.  There is no learning capability.  All the codes posted below by Jamo appear to be correct.  BTW - In PICBASIC you can just use the PULSIN command to read the code.&lt;/p&gt;</content>
</entry>
<entry>
<title>MilesTag on COM-11759 - Infrared Remote Control</title>
<author><name>MilesTag</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f577fdce395ff83a000000"></link>
<id>urn:uuid:e8019c2f-288f-ce38-6ae4-59f6b7a4060c</id>
<updated>2013-07-28T13:58:53-06:00</updated>
<content type="html">&lt;p&gt;Here is the data format based on monitoring the output of a TSOP4840 IR receiver on an oscilloscope.  Keep in mind the TSOP idles at +5VDC (or whatever you use for VCC).  Essentially it is a Header followed by 32 data bits.  For this description, &amp;ldquo;LOW&amp;rdquo; is 0VDC at the output of the TSOP; &amp;ldquo;HI&amp;rdquo; is +5VDC at the output of the TSOP.  Spaces are LOW.  Bits are  HI.  The difference between a ONE bit and a ZERO bit is the Length of the pulse (longer = 1, shorter = 0).  Transmission is MSB first.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;HEADER = 9000uS LOW followed by 4300uS HI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SPACE = 660uS LOW&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;BIT ZERO = 460uS HI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;BIT ONE = 1570uS HI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HEADER - SPACE - BIT - SPACE - BIT - SPACE - BIT &amp;hellip;.. etc&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
</entry>
<entry>
<title>ScholaR on COM-11759 - Infrared Remote Control</title>
<author><name>ScholaR</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f5508ace395f003e000001"></link>
<id>urn:uuid:fadbe9cc-d679-8263-cd00-d8b93412aba1</id>
<updated>2013-07-28T11:10:34-06:00</updated>
<content type="html">&lt;p&gt;IF this remote is using NEC protocol, the remote will continue transmitting the repeat code (FFFFFFFF)  when a button is hold down. Have a look at the reciDump. example in the IRremote library to observe the behavior of the remote.&lt;/p&gt;</content>
</entry>
<entry>
<title>ScholaR on COM-11759 - Infrared Remote Control</title>
<author><name>ScholaR</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f524d3ce395f4439000003"></link>
<id>urn:uuid:bf273cf9-db0c-ca2f-8300-465c1d50b746</id>
<updated>2013-07-28T08:04:03-06:00</updated>
<content type="html">&lt;p&gt;Tip: You can buy a cheap &lt;a href=&quot;http://www.google.com/search?hl=en&amp;amp;tbm=isch&amp;amp;q=car+mp3+player+with+remote&quot; rel=&quot;nofollow&quot; &gt;MP3 FM transmitter with IR remote&lt;/a&gt;. Then you will have 21 buttons IR Remote + IR Receiver Diode + lots of other components you may able to use ( like the small LCD display, SD &amp;amp; USB slots, FM transmitter) for less then 6$. Quality of the remote is poor but it still works great.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #127104 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #127104</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51f000bbce395f5c1b000000"></link>
<id>urn:uuid:a53662dc-cb41-94b7-8ef2-0444a4b846f2</id>
<updated>2013-07-24T10:28:43-06:00</updated>
<content type="html">&lt;p&gt;DAGU micro magician V2 has onboard SONY SIRC receiver.  Does this remote send SONY protocol?&lt;/p&gt;</content>
</entry>
<entry>
<title>ta anders on COM-11759 - Infrared Remote Control</title>
<author><name>ta anders</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51e8c475757b7fb92b6eba94"></link>
<id>urn:uuid:a4f9858e-34c5-47fb-59ef-1b197f246a79</id>
<updated>2013-07-18T22:45:41-06:00</updated>
<content type="html">&lt;p&gt;how do you detect a button release, as opposed to a press? e.g. in the example code, if i press &amp;ldquo;A&amp;rdquo; the Serial Monitor doesn&amp;rsquo;t keep streaming &amp;ldquo;A&amp;rdquo; over and over, it only registers one per press. In my case I want a motor to run and then stop when i let go of the button.&lt;/p&gt;</content>
</entry>
<entry>
<title>ta anders on COM-11759 - Infrared Remote Control</title>
<author><name>ta anders</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51e777d4ce395f5f1b000000"></link>
<id>urn:uuid:91c560de-b109-791b-49b9-6ad6c6dd219b</id>
<updated>2013-07-17T23:06:28-06:00</updated>
<content type="html">&lt;p&gt;Dumb question here&amp;hellip; Which way does the battery go in? It fits both ways&amp;hellip; Also is this reverse voltage tolerant? :)&lt;/p&gt;

&lt;p&gt;EDIT: got it! + is towards the ground, and - points up.&lt;/p&gt;</content>
</entry>
<entry>
<title>xtopher on COM-11759 - Infrared Remote Control</title>
<author><name>xtopher</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51dda388ce395f3864000000"></link>
<id>urn:uuid:5471ea55-318f-445a-40b0-df5ca5921beb</id>
<updated>2013-07-10T12:10:16-06:00</updated>
<content type="html">&lt;p&gt;We just tested each &amp;ldquo;potential&amp;rdquo; button, but unfortunately the only pads that work are those already assigned. Sorry :(&lt;/p&gt;</content>
</entry>
<entry>
<title>GreenLeader on COM-11759 - Infrared Remote Control</title>
<author><name>GreenLeader</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51dd6d74757b7f5c0b000000"></link>
<id>urn:uuid:4e1029a1-8fbe-8d14-3e08-6dc3193650f2</id>
<updated>2013-07-10T08:19:32-06:00</updated>
<content type="html">&lt;p&gt;Does this remote have the ability to learn from my existing remote?&lt;/p&gt;</content>
</entry>
<entry>
<title>RobertC. on COM-11759 - Infrared Remote Control</title>
<author><name>RobertC.</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51dc889b757b7fdd70000000"></link>
<id>urn:uuid:58f4e724-2c6f-75eb-097d-4647476ade54</id>
<updated>2013-07-09T16:03:07-06:00</updated>
<content type="html">&lt;p&gt;very good question.  from preliminary testing, it appears like there are 18 unique buttons.  We&amp;rsquo;re gonna do a test and make sure they&amp;rsquo;re all unique and we will post the findings.&lt;/p&gt;</content>
</entry>
<entry>
<title>doubleohwhatever on COM-11759 - Infrared Remote Control</title>
<author><name>doubleohwhatever</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51dbe495ce395f135e000000"></link>
<id>urn:uuid:ca37a1a7-973a-07ee-9e90-6114053dc246</id>
<updated>2013-07-09T04:23:17-06:00</updated>
<content type="html">&lt;p&gt;Agreed. I really like this remote but I have enough SparkFun red in my office as it is.&lt;/p&gt;</content>
</entry>
<entry>
<title>RyeMAC3 on COM-11759 - Infrared Remote Control</title>
<author><name>RyeMAC3</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51db0fb2757b7fb223000000"></link>
<id>urn:uuid:c80cb48c-eb9b-37f1-70db-ef58fe50480a</id>
<updated>2013-07-08T13:14:58-06:00</updated>
<content type="html">&lt;p&gt;Ah, man&amp;hellip;that&amp;rsquo;s really sweet, but can we get one in black, or white? Red won&amp;rsquo;t match my project.&lt;/p&gt;</content>
</entry>
<entry>
<title>CPJ on COM-11759 - Infrared Remote Control</title>
<author><name>CPJ</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51da7794757b7fe47a000000"></link>
<id>urn:uuid:1876cbe5-bffc-2b2b-3160-3f9fe79beef5</id>
<updated>2013-07-08T02:25:56-06:00</updated>
<content type="html">&lt;p&gt;Yeah you are right i meant the protocol, sorta assumed it would be NEC, not a big deal to find out just hoped someone might know. And if it is 38KHz then its not Sony cause thats 40KHz&lt;/p&gt;</content>
</entry>
<entry>
<title>Leif on COM-11759 - Infrared Remote Control</title>
<author><name>Leif</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51da4b2a757b7f847a000000"></link>
<id>urn:uuid:5db5b944-ad36-8d59-066b-a5515a44f787</id>
<updated>2013-07-07T23:16:26-06:00</updated>
<content type="html">&lt;p&gt;This looks awesome!&lt;br/&gt;
Any tests or data on range yet!?
I&amp;rsquo;d expect it is somewhat dependant on the receiver end (SEN-0855)&amp;hellip; but I&amp;rsquo;d like to know what to expect so I can plan a project accordingly.&lt;/p&gt;</content>
</entry>
<entry>
<title>moeur on COM-11759 - Infrared Remote Control</title>
<author><name>moeur</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51d9814a757b7f857b000000"></link>
<id>urn:uuid:f12e631d-9fa5-1409-4ee8-d07b064b228a</id>
<updated>2013-07-07T08:55:06-06:00</updated>
<content type="html">&lt;p&gt;That doesn&amp;rsquo;t quite answer the question.  All we can see from this page is that it runs at 38 kHz.  I would assume that it is sending using the NEC protocol since that seems to be the most common one used.&lt;/p&gt;</content>
</entry>
<entry>
<title>Jamo on COM-11759 - Infrared Remote Control</title>
<author><name>Jamo</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51d8294c757b7ff753000000"></link>
<id>urn:uuid:b638fb7b-8e63-c53c-926b-db8635867259</id>
<updated>2013-07-06T08:27:24-06:00</updated>
<content type="html">&lt;p&gt;The example code has #defines for each button. C/Ped here:
    #define POWER 0x10EFD827
    #define A 0x10EFF807
    #define B 0x10EF7887
    #define C 0x10EF58A7
    #define UP 0x10EFA05F
    #define DOWN 0x10EF00FF
    #define LEFT 0x10EF10EF
    #define RIGHT 0x10EF807F
    #define SELECT 0x10EF20DF&lt;/p&gt;</content>
</entry>
<entry>
<title>Bwooce on COM-11759 - Infrared Remote Control</title>
<author><name>Bwooce</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51d7ce4dce395f8570000001"></link>
<id>urn:uuid:17d0a7d4-b6f5-be80-df6b-268b3916cfa4</id>
<updated>2013-07-06T01:59:09-06:00</updated>
<content type="html">&lt;p&gt;I&amp;rsquo;d be really interested in a Bluetooth 4.0 / Low Energy / SMART (sigh) version of this. I can find single-button versions, but nothing with 4+ buttons.&lt;/p&gt;

&lt;p&gt;BT4 is an amazing step up from previous versions, I can see all remotes going this way eventually - low battery consumption, no LoS issues.&lt;/p&gt;</content>
</entry>
<entry>
<title>CPJ on COM-11759 - Infrared Remote Control</title>
<author><name>CPJ</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51d7be51ce395f7416000002"></link>
<id>urn:uuid:2f01abfd-d4d6-8e7e-abd6-ef06d6866ef5</id>
<updated>2013-07-06T00:50:57-06:00</updated>
<content type="html">&lt;p&gt;Whats the IR protocol used? Standard NEC, Sony SIRC or what? For those who don&amp;rsquo;t use arduino/libraries&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #114781 on COM-11759 - Infrared Remote Control</title>
<author><name>Customer #114781</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51d6e09fce395f4a66000000"></link>
<id>urn:uuid:dcec7a05-7719-9326-045e-2fc60c855915</id>
<updated>2013-07-05T09:05:03-06:00</updated>
<content type="html">&lt;p&gt;Does the circuit board allow for up to 18 buttons?  Are each of the pads unique?&lt;/p&gt;</content>
</entry>
<entry>
<title>PalmTreesandPICs on COM-11759 - Infrared Remote Control</title>
<author><name>PalmTreesandPICs</name>
</author>
<link href="https://www.sparkfun.com/products/11759#comment-51d576d5ce395f2279000000"></link>
<id>urn:uuid:0e44f679-f1de-7986-6d64-f6e18d0a070b</id>
<updated>2013-07-04T07:21:25-06:00</updated>
<content type="html">&lt;p&gt;&amp;hellip; i have to admit, this is a great addition to your products.&lt;/p&gt;</content>
</entry>
</feed>