for my next project i want to use an ir remote (home made) to control a small circuit which will be connected to the PC using usb
i have looked over a few ir libraries for adruino but i think they are an overkill for what i want - basically what i want is no more than 5 buttons on a home made remote sending some signals to the receiver
from what ive seen in the ir libraries the remote should send a set of bits but at different time intervals (someone please correct me if im wrong :D)
how hard would it be to write some simple function one arduino to send the data and the other one to receive it and interpret it ?
any help its appreciated
i was most interested in the receiving part, some of the libraries ive seen use a time interrupt but that is something i dont really understand yet nor how to use it properly - probably ill try to use the external interrupt available but that is used also for serial communication if im not mistaken
now another question i have a IR receiver from Vishay (TSOP1836) and its a 36khz receiver when i chose my IR led what should i look for ?
For your transmitter, why not just use any of the many remotes lying around your home, if it is anything like mine? (I can see that there might be reasons to make your own... but don't overlook the simple answer, if it will do all you want!)