The KY-005 infrared transmitter module is designed to transmit coded infrared signals at a frequency of 38kHz and a wavelength of 940nm. This is outside the spectrum detectable by humans.
- Model: KY-005
- Transmit 38KHz modulating signal
- Suitable for Arduino DIY project
- Material: Circuit board PCB
- Color:black
Package 1 X KY-005 Infrared IR Transmitter Sensor Module
Diagram
Code
#include <IRremote.h>
#include <IRremoteInt.h>
IRsend irsend;
void setup()
{
}
// main program loop
void loop() {
irsend.sendRC5(0xA90, 12);
delay(1000);
}
There are no reviews yet.