micropython_ir with A1156 Apple Remote #13327
Replies: 2 comments 6 replies
-
I think there is sufficient information to do this but (as author of micropython-ir) I would be unable to undertake this as I have no device controlled by such a remote. If you feel able to tackle this I'll do my best to advise. The basic timings match the popular NEC protocol so I would start by adapting that driver. NEC sends address followed by its 1s complement, then data followed by its complement. Apple seems to send a preamble and a post-amble. It's not clear to me from the above whether it sends an address and whether complements are used. If I had an Apple remote I would examine the demodulated waveform with a scope or logic analyser to settle these questions. Good luck. |
Beta Was this translation helpful? Give feedback.
-
Thanks.. I will close the question. (the link to the fork is in my previous message) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use an old Apple Remote with micropython_ir.
It seems for lircd Jeremy found the following:
Is it possible to get this remote working with micropython_ir?
Beta Was this translation helpful? Give feedback.
All reactions