Delete comment from: Ken Shirriff's blog
Hi.How am I to send signal to my samsung tv? the code I get when pressing the power button is something like FF05B9 (i dont exactly remember it now).I put it in the code like this
#include
IRsend irsend;
void setup()
{
Serial.begin(9600);
}
void loop() {
if (Serial.read() != -1) {
irsend.sendHEC(0xFFo5B9,12);
delay(100);
}
}
i can see the ir led lights up through my camera, but still anything won't happen with the tv.
can you help me???
also I need to identify the pin i have attached the led to, right? how do I d this here?
thanks
Jan 28, 2013, 2:14:42 PM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

