Figuring out which IR protocol a mystery device uses #9340
Replies: 3 comments 1 reply
-
What equipment do you have? An oscilloscope or logic analyser? |
Beta Was this translation helpful? Give feedback.
-
@jimmo Nothing other than what is described in the |
Beta Was this translation helpful? Give feedback.
-
In the package, there is an ir_rx example which returns the name of the protocol if it is recognized by the lib. |
Beta Was this translation helpful? Give feedback.
-
Hi all, I have a range hood that is missing its remote control. I've learned serendipitously that the range hood can be controlled by an electronic candle remote I had laying around. I wanted to build a Pico project where I can control the range hood with an IR transmitter, and armed with this candle remote I was hoping to use the
micropython_ir
library and an IR receiver to figure out which codes are being transmitted so I can reproduce them.My question is how do I know which protocol this remote uses? I assume it must be a relatively common one, but is the best way trial and error with each of the protocols? @peterhinch
Beta Was this translation helpful? Give feedback.
All reactions