@delphino-999 ... I tried to send raw data.
#include <IRremote.h>
IRsend irsend;
unsigned int arrayON[]={3500,1650,500,1200,500,1200,450,350,500,350,500,350,450,1250,450,350,500,350,500,1200,450,1200,500,350,500,1200,450,350,500,350,500,1200,450,1200,500,350,500,1200,450,1200,500,350,500,350,450,1200,500,350,500,350,500,1200,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,1200,500,350,500,350,500,350,450,400,450,350,500,1200,450,1250,450,350,500,350,500,350,450,400,450,1200,500,350,450,1250,450,350,500,350,500,350,450,400,450,350,500,1200,500,1200,450,350,500,1200,450,1250,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,1200,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350,500,350,450,400,450,350,500,350};
void setup()
{
Serial.begin(9600);
}
void loop() {
if (Serial.read() != -1) {
irsend.sendRaw(arrayON,255,38);
delay(2000);
}
}
result; I have send the same raw that i received.
Raw (255): -9670 3550 -1650 500 -1150 550 -1150 500 -350 500 -350 500 -300 500 -1200 500 -350 500 -350 500 -1150 500 -1200 500 -300 550 -1150 500 -350 500 -350 500 -1150 500 -1200 500 -350 500 -1150 500 -1200 500 -350 500 -300 500 -1200 500 -350 500 -300 550 -1150 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 550 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -1200 500 -350 500 -300 550 -300 500 -350 500 -350 500 -1150 500 -1200 500 -350 500 -350 500 -300 500 -350 500 -1200 500 -1150 500 -1200 500 -350 500 -300 500 -350 500 -350 500 -350 500 -1150 500 -1200 500 -350 500 -1150 500 -1200 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -1200 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 550 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300 500 -350 500 -350 500 -350 500 -300
But not working yet. Some thing hidden in this raw.
