Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Arieel
#63390 Hello, I'm working with the esp8266, and what I wanted to do is work with IR (infrared). Previously I tested with an arduino module to send and receive IR without any problem.

Now I want to do it on esp8266 without using arduino. In the datasheet of esp8266 (I have the 12e of ai thinker) it says that the IR pins are IO14 (IR_T), IO5 (IR_R). Therefore I connected the led go to pin IO14 to turn off a computer.

It occurred to me to check with an arduino that is what sent the go of esp8266 and throw me something other than what I am trying to send. The program that has the Arduino works because with the original control it detects the code and it is coded as Sony. Will it be a problem due to an incorrect connection or code?
Probe change the emitter go to other pins and the same

I am using the lib IRremoteESP8266 #include <IRremoteESP8266.h>
And the sending is as follows: irsend.sendSony (0x5499, 15);
Thank you!


The problem seems to be sony decoding, because I tried with an air conditioner irsend.sendNEC and it works
 Is this possible, how can I solve it?

Thank you!