Is anybody familiar with sending & receiving IR remote codes? I've implemented what I think is Pulse Distance Protocol reception:
http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3053.pdf Everything is stable (remote buttons give the same data every time) but the ADDRESS/~ADDRESS section is off by one bit on some of my remotes. For example, I get 0x11 0xef for ADDRESS/~ADDRESS, instead of 0x11 0xee. The bit that's wrong is always the same for any particular remote, but different remotes have different bits wrong. And some of the remotes have ADDRESS/~ADDRESS as expected. The COMMAND/~COMMAND bytes are always proper complements of each other. Should I Not Worry and Be Happy? Or keep fiddling with it until I figure it out? I guess the next step is to try _sending_ the signals and see if the device accepts them. Thx, -- Mersenne Law LLC · www.mersenne.com · +1-503-679-1671 - Small Business, Startup and Intellectual Property Law - 9600 S.W. Oak Street · Suite 500 · Tigard, Oregon 97223 _______________________________________________ dorkbotpdx-blabber mailing list [email protected] http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber
