Replies: 2 comments 5 replies
-
The signal is not the same. The library produces (by default) a modulated IR signal, and the devices use a IR "demodulator" typically. You would need to tell the library to produce a non-modulated signal. see the #include <IRsend.h>
IRsend irsend(4, // Set the GPIO to be used to sending the message. e.g. D2 on an ESP8266
false, // Don't invert the signal.
false}; // Don't use modulation. See also: #439 & #438 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
Wondering if someone has tried this - using an ESP+digital optocoupler, in essence - removing the IR receiver on the AC unit and connecting the optocoupler instead. I think it should work, both the IR receiver and the optocoupler work using the same principle - the ESP would control the LED side, the AC should receive the command on the other end of the optocoupler.
H11L1 or VOH1016AD should (imho) do the job.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions