Replies: 2 comments 1 reply
-
Please include the output of the IRrecvDumpV3 program and include the code your using to send. Have you successfully controlled any other IR devices with your circuit? |
Beta Was this translation helpful? Give feedback.
-
Okay, so we can probably rule out that your sending circuit is wrong, and your sending code is probably good, if another ESP dumps/decodes it as the same. Can you supply the FULL output for the capture from the remote using IRrecvDumpV3 etc. i.e. include the raw data. Also, exactly what version of the library are you using (e.g. latest release, or the current head of the branch)? IRremoteESP8266/src/ir_Panasonic.h Line 48 in 9bdf8ab That all said, assuming IRrecvDumpV3 has decoded it correctly, all you should need to do reproduce it is: # assumes everything has been correctly initialized etc.
irsend.sendPanasonic64(0xC4D364400002); |
Beta Was this translation helpful? Give feedback.
-
Hello I am trying to send a command to the family air conditioner.
I work with esp wroom 32
I get the following data from the remote: protocol: PANASONIC code: 0xC4D364400002 (40 Bits)
I tried sending the command with the following functions
setPanasonic
setPanasonic64
setPanasonicAc
And the air conditioner does not receive the command
I note that conditioners with other protocols and commands do work
I would appreciate your help please
Beta Was this translation helpful? Give feedback.
All reactions