I'm using Ken Shirrif's IR library (A Multi-Protocol Infrared Remote Library for the Arduino)
and while I'm able to receive IR just fine I can't for the life of me send an IR signal, and what I mean is that my IR LED is not emitting any light, and there is no voltage coming out of pin 3. I've troubleshooted all the obvious problems here's what I've done so far to test it out.
- Tested the IR LED with a camera and simple code and it works (and it is in the right way)
- Tested to see if PIN 3 works with other code, it does
- Used another Arduino board just in case and it still doesn't work
- Deleted and downloaded the library again
- I've even just put in the code pinMode(3, OUTPUT) and digitalWrite(3, HIGH) on top of the basic send Code and it STILL doesn't emit anything.
- I've typed in inputs into the Serial Monitor and even wrote a Serial.Write("working") code to see if it was working and it is.
So I don't understand what the issue is, I've seen pretty recent forums about his library and most people have trouble receiving, and seems like everyone can at least send out a signal with the basic example. Is there something in the code that shuts off pin 3 and doesn't turn it on? Any help will be appreciated and please note I'm new to coding
Thanks
- Ozzie
