Figuring out which IR protocol a mystery device uses #9340
Unanswered
guillochon
asked this question in
Libraries & Drivers
Replies: 3 comments 1 reply
What equipment do you have? An oscilloscope or logic analyser? |
0 replies
|
@jimmo Nothing other than what is described in the |
0 replies
|
In the package, there is an ir_rx example which returns the name of the protocol if it is recognized by the lib. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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_irlibrary 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
All reactions