jrychter 14 Posted January 4, 2013 Share Posted January 4, 2013 I wanted to implement TV remote functionality in some of my projects (both transmit and receive, as a simple communications protocol). Mounting and interfacing a TSOP348xx is simple enough -- but I couldn't find a library for managing TV remote signals. This is not something I want to write myself, as there are a number of protocols that need to be implemented and debugged. I was surprised that there is no code from TI that does this. Is there something I'm missing? The best I could find is a commit made to the Energia project about 6 months ago -- but that is a large piece of code, it doesn't look like it's low power (interrupt-driven) and I'm not yet sure if it has dependencies on other parts of Energia codebase. Any hints/pointers? Quote Link to post Share on other sites
RobG 1,892 Posted January 4, 2013 Share Posted January 4, 2013 Here are few examples (I am sure there are more, just search for protocols or company names like Sony, NEC, etc.) http://forum.43oh.com/topic/695-consumer-ir-cir-capture/ http://forum.43oh.com/topic/288-launchpad-ir-receiver/ http://forum.43oh.com/topic/269-launchpad-as-sony-ir-remote/ bluehash 1 Quote Link to post Share on other sites
RichardVowles 12 Posted January 7, 2013 Share Posted January 7, 2013 Iwas thinking of using that ir capture/send work you did to control my air conditioner, so I could turn it on from my Android phone while away from home - or hook it into Google Latitude and the internal so it detects a hot humid day and me coming home so automatically turns it on. Too many projects before that happens, and too much to learn :-) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.