I'm trying to get my "KY-022 INFRARED RECEIVER" to detect my "KY-005 INFRARED TRANSMITTER" , and I'm trying to get it to display that it is detecting it on my serial monitor. This is for a project. When I digital read the receiver pin, it reads as high meaning that it isn't detecting anything. I think I need to PWM the transmitter but im not sure exactly how or what frequency.
jasondumond:
without using a library, which im trying to avoid
What's your aversion to using a library? Other than an academic exercise to prove to yourself or a teacher that you can roll your own, it seems crazy to me not to put some others' efforts to good use.
jasondumond:
all im missing is how to PWN at 38Khz, there are absolutely no tutorials online of how to do so without using a library, which im trying to avoid