Thank you for your help on this. Your assistance with the oscilloscope helped get me moving in the right direction. Knowing that it was on the sending end was important to moving forward.
Raw worked after I cleaned up the code and my raw data. I posted the working code above. Thank you for the direction.
1 Like
Good.
But your library setup is still incorrect.
You include <IRremote.hpp>, the new version of library, but you use IrSender. syntax from old library.
That’s what they use in the irRemote example SendRawDemo and it works. I copied it directly from there. And if I try to change it, it throws an error on compilation. I don’t know what is going on.
Correct, my confusion..
IrSender is new syntax and IrSend old one (from library 2.x).