To start, I went to the IR Sensor Tutorial on Adafruit.com and loaded the following script onto my Arduino:
To start, I went to the IR Sensor Tutorial on Adafruit.com and loaded the following script onto my Arduino:

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
How can I determine the frequency of the transmitter unit ?
What options would I have for a new transmitter ?
The reciever is about 30 feet above the ground on a crane motor.
2. Look on the transmitter or receiver for an FCC type acceptance tag that should tell you what the frequency is.
3. Measure the length of the receiver antenna, multiply by 4 and that should be the wavelength of the signal. f=c/lambda, where f is in hertz, c = 3x10^8 m/sec, and lambda is wavelength in meters. E.g. 3 meters to get 100 MHz.
4. If you just have an up/down, left/right, you might be able to buy a store-bought RF or IR system that has 4 buttons. But you need a rugged one.
5. After that, you're in design & build mode.
Unfortunately I'm having some sort of issue. I'd love your thoughts. I was able to receive and copy the codes from my remote, but when I try to play them back to the TV nothing happens. I can see (using a camera) that my LED is transmitting (weaker than the remote, but I'm trying at a range of just an inch or so). When I look at the LED on my remote with a camera I can see that the pulse is much longer, or perhaps repeated many times. It pulse length doesn't look the same as on my LED. The TV is a newer Panasonic (about a year old). Any thoughts? I tried to repeat the code five times, but nothing. Not sure if there needs to be a pause in the code between repeats, etc....
Thanks in advance!
You shouldn't be able to see the real pulses it is transmitting as it is happening extremely fast.
There usually is some garbage bits before and after the entire transmission. Make sure that you don't include those and that you are putting in a delay of microseconds. It probably will take some fussing about with numbers to get it perfect.
Put an intro to this on my Blog:
http://faz-voce-mesmo.blogspot.pt/2012/07/papel-metal-e-instructables.html
http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
it is very easy to use and i was able to start cloning my remote pretty quickly, even for a beginner like me.
i am now working on a robot controlled by an old remote and an arduino using this library.
P.S. Thanks so much for your Motor Sheild Tutorial, it helped m start making a robot in no time using the Motor sheild, and a RC car (later replaced by Tamiya Tracked Vehicle Chassis modified with erector peices) like in your RC car to robot instructable. i am now making robots with some other H-bridge chips i had laying around without a purpose, but the instructable gave me a good start. Thanks!
Glad that tutorial was useful for you!
And thanks! I just recieved my IRsensor two days ago.